Monthly Archives: July 2009

Quick Javascript Tip: Pass an Options Hash

A quick Javascript tip that I pass along in a lot of code reviews is to make use of an options object as a hash to pass a large number of parameters to a function without writing each one individually.  … Continue reading

Posted in Development | Tagged , | View Comments

More on Keeping Track of Focus

A bit over a year ago, I wrote a post on Keeping Track of Focus using Javascript.  Unfortunately, the code is severely flawed (though I haven’t yet figured out why it continues to work where I implemented it–but that’s a … Continue reading

Posted in briancrescimanno.com | View Comments