Monthly Archives: December 2008

Javascript arrays smell

Last night I was writing some Javascript for a Django1 application I’ve been working on. I was discussing some of Javascript’s quirks on IRC with someone else who was also scripting.
He wanted to know what happens when you add both values indexed by number, and values indexed by strings (e.g. expando properties – no, I’m [...]

Merb is getting merged into Rails 3! Hell yes!

Rails is an MVC web development framework for Ruby. Rails is awesome and magical! Rails helps speed up development, and it’s just a lot of fun to use because it takes care of all the stuff that is annoying about developing web applications. Most of it, anyways.
Merb is an MVC web development framework for Ruby. [...]