This is my setup for Mac OS X. Both for development and general use. Applications General LastPass (Password Manager) HandBrake (Video Transcoder) Google Chrome AdBlock (Ad Blocker) ColorZilla (Color Picker)…
In this blog post, I show how to create a custom pseudo selector with jQuery. This is useful in a few situations when you can avoid writing a long function…
In this post, I show how to setup a simple environment based configuration for your WordPress site. It’s useful in situations where you’re using minification/concatenation in your build depending on…
How to implement a simple CSS based search using only JavaScript. There aren’t many use cases for this functionality, but if it matches what you’re trying to accomplish, it’s blazing…
If you want to add your own git repo as a composer package you can use the code snippet below. The attributes you will need to replace with your own:…
Sometimes we may want to defer loading of scripts for a wide variety of uses. In WordPress we enqueue scripts in our functions.php file (or somewhere else depending on your…
First of all, what is SASS globbing (I will use SASS and SCSS interchangeably): SASS globbing is when you, during CSS pre-processing, automatically detect all partial SCSS files within defined…
What is Accessibility? According to the W3C: Web accessibility means that people with disabilities can perceive, understand, navigate, and interact with the Web, and that they can contribute to the…