Reduce the amount of speculation when making insights in Google Analytics by using context clues to determine the event intent from user interactions.| Gearside Design
One thing I’ve noticed about PHP is that you need to jump through all sorts of hoops when it’s time to detect URL structures. Either pulling the existing page URL or dissecting a passed URL for certain components just felt like it was too time consuming to code and re-code with slight changes every single […]| Gearside Design
I launched the latest and greatest version of Gearside tonight. I didn’t stray far from the previous design, but the devil is in the details as I still started completely from scratch; the subtle changes are a huge breath of fresh air. I’ve also made the switch to Bootstrap 4 (from using the Gumby Framework for […]| Gearside Design
There are times in JavaScript when you need to call a function one time and then never again for that page. Here is a flexible way of doing so! This method does not require the function being called to be declared a certain way because it is used when calling a function- not when defining a […]| Gearside Design
Knowing which users are online is very helpful in WordPress. Here are several ways to count online users and see when they were last active.| Gearside Design
Did you know that you can send a text message to a mobile phone from your email? This allows you to work it into your website code, or for mass-mailers.| Gearside Design
I thought I’d share some CSS that enhances Trello in both functionality and personalization. To use the following code, you’ll need to run styles from your browser. If you’re using Chrome, I strongly recommend Stylebot! Once installed, navigate to Trello, open Stylebot, and paste the following code into the CSS editor. I’ve left each section commented […]| Gearside Design
Getting sick can absolutely ruin plans, so here's a way to get smarter about knowing when you might be sick. Visualize your sickness probability.| Gearside Design
Most of the time websites send data to Google Analytics using their JavaScript method, and most of the time this works great. However, there are other times that you really need to send a pageview or an event to Google Analytics from the server-side. Converting your server-side data to JavaScript in order to be sent […]| Gearside Design
There are lots of cheeky 404 pages when a user arrives at a page that is not found, but even the best joke won’t help ease a user’s frustration! Let’s make our 404 pages more helpful by using the clues we’re given to make some suggestions for the user. I’ll show you how to do […]| Gearside Design