Fun with info graphics
I’ve been a 100% ‘remote worker’ for a decade now. With nearly our entire world working from home currently, I wanted to put together my top suggestions for anyone who’s...
I’ve been a 100% ‘remote worker’ for a decade now. With nearly our entire world working from home currently, I wanted to put together my top suggestions for anyone who’s...
Flexbox is AMAZING! As you might imagine based on its name, it’s very flexible. In a nutshell, flexbox is a css layout framework for displaying and positioning parent elements and...
This is a great piece of code to rotate 2 separate landing page urls using PHP location headers and a 50% random string. This code also preserves the URL string...
Set up new user to use FTP, use $ sudo passwd only to change the password later if needed, $ sudo adduser will prompt you to create a password then....
When it comes to contact forms, validating the information submitted by your visitors is key. With proper form validation, we can help cut down fraudulent submissions and keep you relatively...
Your website’s page speed is of the utmost importance. If your site doesn’t load fast enough, your potential customers and conversions are at risk. With our instant gratification culture of...
In a previous article, I posted on the benefits of using the pen tool in Photoshop to create quality cutouts of people or object on a complex background. With there...
Configuring your WordPress site to send your web form submissions correctly is a must. Time and time again this small, yet vital, aspect of WordPress is overlooked. The potential to...
Often, I come across the need to pull the user agent from the browser to echo custom CSS styles for that specific browser. This comes in very handy when developing...
I often come across sites that need SSL but require the path to be force with NON-www. Below is a handy snipped of code to place in your root folder...
Last week I posted about grabbing Google UTM tags from a url string and using that to hide or show specific content based on a variable. After that task, I...
While using WordPress and running traffic to many WordPress sites, I discovered the need for variables to be passed from one page to the next as a visitor is navigating...