Recent Posts

Dynamically Shrinking Titles

1 minute read

Hey, I wanted to share with you a cool trick I found for creating shrinking titles in a web page. My problem was that I had to implement a page which had a t...

So you want to start using Rails?

3 minute read

Some people have recently asked me about starting with Rails, most of them don't know Ruby or Rails and some don't even come from the web world. At work they...

Enums in Rails

1 minute read

While working on a subset of new stuff at work it became apparant that some of our classes could really use Enums. For this post we'll go with the example o...