A Gentle DropBox Rant

So let me get this straight… Dropbox.com is supposed to save me trouble by maintaining duplicates of files stored in the My Dropbox folder on all machines which I have the app installed, and on their website.  That seems like …

Live XML Editor

While I don’t recommend editing XML files by hand, its not an uncommon task and I occasionally find myself having to do it.  As I am a big advocate of web based applications, I was hoping to find a web …

jQuery’s .live(), Enhanced

If you’re not using jQuery’s .live() method you are really missing out. live() works by storing a selector-to-handler mapping in an internal hash which allows it to execute the handler for all existing and future elements which match that selector. …