Category Archives: Tech

Using WordPress' wp_enqueue_style() With Conditionals

Since I always seem to lose track of the ticket where Ozz explains how to do this, putting it here for posterity. When using wp_enqueue_style you may need to use CSS conditional comments to work around IE bugs. Here's the…

I'm Speaking at WordCamp Atlanta!

I'm speaking at WordCamp Atlanta!Since my talk at WordCamp Orlando on "You're Doing it Wrong" wasn't a total failure was a resounding success, I'm happy to announce that I'll be giving a similar talk at WordCamp Atlanta. If you saw this talk in Orlando and…

My WordCamp Orlando Slides

I've posted the slides for my WordCamp Orlando presentation "You're Doing it Wrong" on Slideshare.

Thanks to everyone who attended and for the feedback you gave me.

Save the Date: WordCamp Orlando on December 5, 2009

WordCamp Orlando

Official site at http://wordcamporlando.org/, Twitter @wordcamporlando, and more info here. I'll second everything Nick says in that post. I'm definitely looking forward to this.

A Primer on virtualenv

What is virtualenv and Why Should You Use It?

Put simply (and copied from the project page), virtualenv is a tool to create isolated Python environments. Why is this good? You can create a new Python environment to run a Python/Django/whatever app…