Category: Random

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

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

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

  • The Essentials of my OSX Setup

    by

    Of course this site is about the tools you use to do your job and I mention in passing what I personally use but really the podcast is about the guests. Today I’ll list my essentials for working on OSX. In a future post I’ll list the same for Windows and Linux. Applications Web Development…

    Read More →

  • Episode 3 – Frank Barrett

    by

    Welcome to the 3rd episode of Your Workflow, a podcast and blog on the tools you use to do your job and why you use them. Today we’re talking with Frank Barrett. Frank is an IT pro, and master beer brewer. He blogs at Frank Barrett’s Brain and cohosts a podcast called NextGenMedia Podcast which…

    Read More →

  • Episode 2 – iKitty

    by

    In episode 2 we talk with @iKitty. Kitty is a graphic designer from Guatemala. We discuss her food photography, and the differences between the tools in North America and Guatemala. Kitty also mentioned that she wanted to remove the Spotlight icon from the menu bar and I found a way to do it remove spotlight…

    Read More →

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

    Read More →