January 7, 2010 – 4:51 pm
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…
December 16, 2009 – 12:02 pm
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…
December 6, 2009 – 9:20 pm
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.

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