Showing posts with label tips. Show all posts
Showing posts with label tips. Show all posts
Wednesday, March 9, 2011
Passing Second-Class Arguments
Passing Second-Class Arguments
Tuesday, December 21, 2010
Clear options in a MULTI-SELECT field without loops
Perhaps I've never had to auto-select OPTION elements in a multi-SELECT field, but I discovered a simple method for doing so, that was worth noting.
Clear options in a MULTI-SELECT field without loops
Friday, August 20, 2010
The smallest boolean in JavaScript
The smallest boolean in JavaScript
Wednesday, July 14, 2010
Debug easier by naming your closures
I was profiling some code when I noticed that several routines were listed as "(?)()" in Firebug, and "JScript anonymous function" in MS's Visual Studio. This proved frustrating, as recognizing my closures were critical to evaluating my code - I couldn't tell which were performing well, let alone executing.
Debug easier by naming your closures
Subscribe to:
Posts (Atom)