August 2010

JSON Microformat Converter

By Brian Ryckbost

Turning microformats formatted as JSON into .vcf and .ics files for a Chrome extension.

Heroku-ing with multiple personalities

By Keith Gaddis

I recently transitioned a client site from my own account on Heroku to their account – which means to manage that site effectively, I need to be able to use Heroku with multiple accounts. Here’s how I did it.

Happy Git Commits

By Brandon Keepers

Being happy makes us more productive. Add some happiness to your git commits.

Clicking any element with Cucumber and Capybara

By Brandon Keepers

We’ve been testing a lot of Javascript heavy apps these days with Cucumber and Capybara, and sometimes you just need to click on something that isn’t a button or a link.