Okay. So I just finished upgrading to the new Wordpress 2.5. And so far, nothing has broken. Yay.
As for wp-typogrify; there’s a bug that I’ve noticed (and been told about before) that I haven’t quite fixed yet. Basically, it’s when you use the option to wrap capitals (acronyms, abbreviations, etc.) in <span class=’caps’> tags for special […]
January 4, 2008 – 3:52 am
Have you ever wanted to quickly test out a PHP function or block of code, but been annoyed at how long it takes to open up your editor, write the code, save the file, and then view it in your browser? (I’m assuming you have a local server for testing these sorts of things)
Well, I know […]
Just a couple days ago, Jeff Croft announced ‘typogrify’ on his blog. ‘typogrify’ is a python script, designed by Christian Metts for use in the Django framework.
I think Christian describes it best himself:
Typogrify is a collection of Django template filters that help prettify your web typography by preventing ugly quotes and widows and providing CSS hooks to […]