General references
JavaScript kit (tuturial, DOM reference, language reference)
Sun Javascript reference (show version comptabilities)
Cheatsheet
Browser compatibility
Conventions and guidelines
- http://javascript.crockford.com/code.html
- http://www.klauskomenda.com/code/my-javascript-coding-guidelines-and-standards/
DOM (Manipularion sample)
- http://www.howtocreate.co.uk/tutorials/javascript/dombasics
- http://sbiefeld.com/?p=9
- http://developer.apple.com/internet/webcontent/dom2i.html
Import XML Nodes from differnet XmlDocuments
Traversing an HTML table with JavaScript and DOM Interfaces
Object-Oriented JavaScript
Complete tutorial
- http://www.sitepoint.com/article/oriented-programming-1/
- http://www.sitepoint.com/article/oriented-programming-2/
Introduction to Object-Oriented JavaScript
Objects as associative arrays
How to achieve private, public, and privileged members in JavaScript
- http://www.dustindiaz.com/javascript-private-public-privileged/
- http://snook.ca/archives/javascript/private_javascript/
- http://base.google.com/base/a/1447386/D10805916599993759877
- http://www.devx.com/gethelpon/10MinuteSolution/16467/0/page/5
Yahoo YUI
General reference
You can use the Bubbling's components at the same way you use the YUI components. They were created to extend the functionality of the YUI Library, and without modify or alter the YUI environment, as a result, you can combine both libraries.
Module Pattern
YAHOO.namespace
- http://www.zachleat.com/web/2007/08/09/yui-code-review-yahoonamespace/
- http://www.dustindiaz.com/namespace-your-javascript/
Sample
OnDOMReady passing data….?
CSS and Layout
Client side dispatcher form dynamic content (based on bubbling-library)
TabView
Tutorial
Data-interchange format
JSON (JavaScript Object Notation)
JSON Tag Library
Samples
Huge sample code base (excellent)
General
Including Javascript in XHTML
XSL transformation (client side)
Asynchronous data transfert
- http://developer.apple.com/internet/webcontent/xmlhttpreq.html
- http://developer.mozilla.org/En/XMLHttpRequest
Form
Validating textarea maxlength
- http://inmyexperience.com/archives/000327.shtml
- http://www.dynamicdrive.com/dynamicindex16/maxlength.htm
InnerHTML and Select option in IE
iframe
Browser compatibility
Resizing an iframe according to its contents





