This snippet queries your MySQL database for all tables and then returns their sizes sorted from largest to smallest. Replace DATABASE with the name of your database. SELECT TABLE_NAME AS…
This is a script I made for updating all of my Bedrock WordPress sites hosted on Digital Ocean. It’s useful because it removes the need go to every site, update…
In this post, I show how to implement masonry, isotope, infinite scroll, and imagesloaded in WordPress. I go more into detail about isotope because it’s a more robust library than…
This little script allows you to randomize and spoof your MAC address on OS X and Linux. Simply run the script in the terminal ./spoof-mac-address and it will ask you…
In this blog post, I will show you how to automatically resize the canvas size of non-square images using an AppleScript. With this method, the proportions of the image stay…
You will agree with us when we will say that changing your website’s favicon dynamically and on demand, is the simplest thing ever. We provided you a (only) 3 line jQuery function, that will update your favicon in a jiffy. Here’s how!
The best SASS & SCSS Mixins we think every developer should use.
An example of a WordPress robots.txt file, that you can use for any WordPress project.