JavaScript development
Below is a list of topics regarding JavaScript development.
AJAX - I still prefer the name, Asynchronous JavaScript Call-backs
Browser Sniffing - Simple code to figure out the current browser and version <untethered>
Cross-browser OnLoad Event - Add script to the window.onload event programatically
Close Window - Simple JavaScript code to close the current browser window without the annoying confirmation
Compressed JavaScript - Save time and bandwidth by compressing your JavaScript source <untethered>
Browser Detection - Describes detecting the browser features
Drag & Drop - Drag & drop on a page using JavaScript
Obfuscation - Basic obfuscation for JavaScript source
Regular Expressions - Using regular expressions in JavaScript
Simple Date Selection in JavaScript - Example of dynamically changing date selection drop-downs <untethered>
Widgets - UI Widgets written in JavaScript
XML Parser - JavaScript-based XML Parser