Six key JavaScript techniques
These are six techniques I have found to be invaluable in my JavaScript/AJAX development. If you are using library like Prototype.js, these techniques will help you better understand what's going on behind the scenes. On the other hand, if you don't want to use one of the pre-baked JS libraries (for example because you are building a very lightweight page, and don't want to incur Prototype's 50K download), then these techniques provide a very lightweight toolkit to make your JS coding more efficient.
Each link below goes to a detailed description with code examples.
1. Optional function arguments
TrackBack URL:
Listed below are links to weblogs that reference Six key JavaScript techniques:
» Six Key Javascript Techniques from lsloan's Software Development
Web 2.0 Technologies: Six key JavaScript techniques "These are six techniques I have found to be invaluable in my JavaScript/AJAX development. If you are using library like Prototype.js, these techniques will help you better understand what's going on ... [Read More]

Comments
K Devi on Apr 20
These techniques will really help the developers who want to develop good applications using Ajax/JavaScript.