The :first-child CSS pseudo-class is one of the most useful "pseudos" in the CSS spec, allowing us to select the first child element within a…
A CDN can improve website performance on the cheap (or free)
If you've used Google PageSpeed, or Pingdom's Full Page Test, you may have learned something you didn't already know. That is, that web browsers don't…
Increase the phpMyAdmin timeout
Yeah, this might not follow all the security best practices in the world, and if your database contains highly sensitive information, you should probably close…
Migrating a website with a frequently updated database
This is a very common, but welcomed problem. You're website has become so popular that it has outgrown its current web server's capabilities. But, with…
PHP build from source – can’t find libraries
I see this issue posted on countless threads, and the majority of the time, it is because PHP is not aware that you are on…
Plugin – the word sounds nice, but…
We all love plugins. Depending on your application, there may be thousands of plugins available to take care of just about any need you can…
I love this WordPress plugin, all except this one little thing
How many times has this happened to you? You read the full plugin introduction on WordPress.org, look to the heavens and say "Thank You!". Only…
Customizing the WordPress comments form
There are numerous plugins out there that enhance the "outta-the-box" WordPress comments form in various ways. But, if you are looking for very specific functionality,…
jQuery clone – Deep Copy requires Deeper Thought
We all know and love the jQuery clone() method and it's ability to create a deep copy of an object. But, in many cases, there's…
To Correct, or Redirect, That is the Question
While the trusty Apache RewriteRule seems to be a "buzz-phrase" in the SEO world these days, there's a catchy acronym that's losing some ground. That…