Month: August 2010

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