• Busted Spokes

    by

    Again today on my ride I ended up with a broken spoke. This is the 4th one in 2 months. All have been on the non-drive side of the rear wheel and all have broken at the nipple. Yeah you’re right that’s totally an odd spot for it to continually happen, but that’s where they…

    Read More →

  • No I Don’t want to mailto:

    No I Don’t want to mailto:

    by

    Mailto: links are terrible. You know the ones that open your desktop email client and fill in the email for you so you can ‘contact’ whatever site has this terrible usability. Let me back track a bit, some mailto: links are terrible. The ones that really get my hate on are not the ones that…

    Read More →

  • Adding Scripts – WordPress Child Theme Gotcha

    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…

    Read More →

  • Storing Code Snippets for Productivity

    by

    A Coders Problem So my regular coding has progressed to a point that I’m sure many other have hit. I’ve built a huge reference of code that I need to reuse for many projects and digging through the old projects is getting un-manageable so I need a solution that keeps my reusable code organized and…

    Read More →

  • Having Fun with the WordPress post_class()

    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…

    Read More →

  • Missing the Forest for the Trees When Coding

    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…

    Read More →

  • 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…

    Read More →

  • The Basics of Writing Good Content for Your Site

    The Basics of Writing Good Content for Your Site

    by

    A while ago I wrote that Seo Isn’t Magic but It’s Hard work. I too find that writing targeted content that potential clients will be searching for is hard work. Being a bit of a gear head I’m way more likely to be interested in expounding on technical topics that will interest others of my…

    Read More →

  • Using Vim as a Text Editor

    by

    This is a guest post by Alan Bailward a long time advocate of Vim and friend. Introduction When Curtis first asked me to write about my programming workflow, I thought to myself “why would anyone care about a simple setup like I have?”, and told Curtis as such. Then a few days later I was…

    Read More →

  • The Case Against WordPress Plugins

    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.…

    Read More →