Discrimination Based on Appearance

Why workplace discrimination over tattoos, piercings, and hairstyles is wrong

personal business

Rails Sweetness

Using single-table inheritance in Rails to model different address types for users and businesses

rails how-to

Almost Beta-worthy

Six weeks in, the startup prototype is nearly ready for private beta testers

startups personal

Creative Commons

A look at the Creative Commons movement and Google's donation to their annual fundraiser

personal code

Thumbnails with RMagick

Generating proportionally scaled image thumbnails in Rails using ImageMagick and RMagick

rails how-to

Rails link_to and HTML options

How to pass HTML attributes like title to the Rails link_to helper method

rails how-to

Life outside the Valley

You don't need to be in Silicon Valley to build a successful tech startup

startups business

Rocking the Vote!

Inspired by Danah Boyd's talk on cynicism and the importance of young voters registering

personal community

Self-Referential, Many-to-Many Relationships

Modeling a friends list in Rails using has_and_belongs_to_many with a self-referencing join table

rails how-to

Salted Hash Login Generator

Tips for getting the Rails SaltedHashLoginGenerator working properly

rails how-to