Category: Random
Adding Scripts – WordPress Child Theme Gotcha
by
While converting a heavily customized premium theme into a proper WordPress child theme I came across a gotcha in WordPress. If you look at the WordPress Codex information on adding scripts to your theme all of the code samples tell you to find the script by using get_bloginfo(‘template_directory’); Unfortunately if you’re dealing with a child…
Having Fun with the WordPress post_class()
by
While I know that the WordPress post_class(); has been around since WordPress 2.7 I recently just stumbled upon it for some recent projects. Unfortunately, while post_class(); gave me a ton of function that I needed, I still needed to extend it just a bit to suit the project specific needs. What is post_class(); Stealing directly…
Missing the Forest for the Trees When Coding
by
As a programmer I spend hours each day (yeah even many weekends) looking at code and while I love it there seems to be one specific issue that keeps getting me, missing obvious mistakes in my own code. The Catalyst The issue that finally broke my will to live and made me write this blog…
Keep It all Backed Up
by
Spurred on by a recent tweet about backing up your data I figured I’d write about how I setup the backup for my own machines. Unlike many reading this (or talking about it on forums) I haven’t had a drive failure. I’ve never lost data. I setup a solid backup without learning the lesson first…
The Case Against WordPress Plugins
by
As suggested by the comments this is probably better titled as: Why I Prefer Not to Use Plugins in WordPress WordPress is a great open source CMS. Out of the box it has a ton of functionality and the huge community that exists around it contributes plugins and patches which are often very high quality.…
Where Applications Break Smooth Workflow
by
This blog is to talk about the tools you use and why you use them, it also stands to reason that we should talk about the things in our lives and workflow that are painful and we haven’t found any solution for. With the rage being in web apps vs. desktop apps now I think…