Category Archives: JavaScript
Undefined Arguments in JavaScript
Sometimes it’s the most basic things that make me wonder. In this case, I was trying to figure out the best way to determine that an argument had not been passed to a function. That is, we have a function … Continue reading
Posted in JavaScript, Tests
Tagged arguments, bullet-proof, crockford, empty string, false, javascript, js bin, null, tags, test, undefined, zero
Leave a comment
Custom Styles for Google Maps
I attended Google I/O 2010 this past week, and they announced that that the Google Maps API v3 is now able to be styled. Check out the announcement on the Google Blog. Here is my first experiment with it.
Posted in Google APIs, Google Maps, JavaScript, Tests, Web Design, Web Development
Leave a comment
Scope issues with the callback to JQuery’s animate() function
All I had to do was to save a reference to the Animation object inside the Animation object, and then this.callback would be able to refer to it. Continue reading
Posted in JQuery, JavaScript, Web Development
Leave a comment