Marketing & Technology Predictions for 2023

2022 brought some big changes to the digital world (think Twitter, ChatGPT, and Google Analytics 4 just to name a few) and 2023 is sure to do the same. Our team of marketers and developers has compiled our predictions for the new year in regard to marketing, technology, and the world at large. What do…

Hall’s Favorite Apps and Websites of 2022

For most people, hardly a day goes by without some sort of web search or social media scroll. Websites and apps keep us organized, informed, productive, and entertained. This year, our team has compiled a list of our favorite and most used sites and apps of 2022. Our Favorite Websites growth.design/case-studies – A collection of…

Ensure Security with Forced SSL for WordPress Admin Logins

Requiring WordPress admins to log in through SSL (Secure Sockets Layer) helps prevent hackers from stealing passwords. But what exactly is SSL, and how do you force it for logins? Until 1995, data was sent across the internet in plain text. If someone ordered a product with their credit card, the account number and all…

Optimize CSS with the :is() Pseudo-Class Selector

When styling aspects of your website, it’s not unusual to need to target numerous similar items at once. Your code can get lengthy, repetitive and complex. Fortunately, the :is() pseudo-class selector introduced in the Selectors Level 4 specification can help simplify it. Using the :is() Selector Example 1 A common scenario where you can use…