Archive for January, 2008

View your site in (almost) every browser with Browsershots

Monday, January 14th, 2008

Ever wonder what your website looks like in different browsers?  Even though most of us would prefer that people didn’t use browsers like Internet Explorer 6, these old browsers are still widely used.  If you want to make sure that your site is not completely broken in these old browsers, try Browsershots.org.
Browsershots generates screenshots of [...]

Yaml Cookbook for Ruby

Monday, January 14th, 2008

I wanted to learn some about YAML so I could use it in one of my current Ruby on Rails projects. A quick google search turned up a lot of information, but nothing quite as useful as the Yaml Cookbook for Ruby. The cookbook is full of examples of YAML and the corresponding Ruby code. [...]