The Firefox Firebug add-in is a superb JavaScript debugger. If you’re writing, learning, or debugging JavaScript (and if you’re doing the first two, you’re certainly doing the third!), Firebug should be in the top drawer of your JavaScript toolbox.
One of the Firebug features I use a lot is its console object. The console object [...]
Avoid non-FireFox browser issues with Firebug’s console object
Using jQuery to work with ASP.NET-munged HTML elements
ASP.NET (pre-ASP.NET 4.0, that is) makes it a point of munging control IDs by forcing a fully-qualified naming scheme on both the resulting HTML element’s ID and Name attributes. For example, a TextBox named textboxName, when placed in a user control used on a content page with a master page gets rendered like this at [...]
JavaScript: The Joe Walsh of programming languages
When ASP.NET debuted one of the improvements it brought to Web development was the way in which it hid away lots of painful, aggravating JavaScript. For a long time we thought that was a virtue. None of us liked JavaScript back then. It was fiddly, hard-to-debug, and required (or at least seemed to require) black [...]
Great resources to help you learn JavaScript
Here are some of my favorite and most frequently-used resources for learning JavaScript. I’ll update this list on a recurring basis.
Resource
Description
JavaScript Tutorial
JavaScript Tutorial
JavaScript Reference Series
JavaScript Reference
JavaScript Closures
There are more online references and tutorials for JavaScript on the Web than there are naked pictures of Paris Hilton. To find them (the JavaScript stuff, you perv), you [...]



