20 November 2009

Python Sequence Generator

I was looking for Python "sequence generator" code earlier today. By that, I'm thinking of a method to increment an arbitrary string of letters and numbers in an orderly way.
I figured there should be code samples out there to make quick work of it, but it was more challenging to find something than expected. Part [...]

15 November 2009

Python CSS Shrinker for WordPress

This isn't really specific to WordPress, but it preserves the first comment for WordPress theme management, WordPress is awesome, and I'm specifically using this for WordPress style sheets, so I'm making the connection.
I wrote this script to condense my style sheets into smaller files for faster download times. I'm all about customer service here.
And [...]