Monthly Archives: November 2007

Site Moved

You probably saw this coming when I talked about purchasing IamSeanMurphy.com a few weeks ago (okay, maybe it was longer). I moved my site from CoreQuantum.com to IamSeanMurphy.com. Update your links ladies and gentlemen!

Javascript For-in Loops

Note to self: do not use for-in loops to iterate over an array. Javascript frameworks will add methods and properties to the array object which will then be looped through and summarily break code.

-->