Sources
- http://javascript.crockford.com/style1.html - The Elements of JavaScript Style, part 1
- http://javascript.crockford.com/style2.html - The Elements of JavaScript Style, part 2
- http://www.crockford.com/javascript/private.html - Private Members in JavaScript
- http://javascript.crockford.com/prototypal.html - Prototypal Inheritance
- http://phrogz.net/JS/Classes/OOPinJS.html - OOP in JS, Part 1: Public/Private Variables and Methods
- http://phrogz.net/JS/Classes/OOPinJS2.html - OOP in JS, Part 2: Inheritance
- http://www.cs.rit.edu/~atk/JavaScript/manuals/jsobj/ - Object Hierarchy and Inheritance in JavaScript
- http://www.digital-web.com/articles/objectifying_javascript - Object literals, Classes, Singleton, Prototypes
- http://developer.mozilla.org/en/docs/AJAX:Getting_Started
- http://www.sergiopereira.com/articles/prototype.js.html - Prototype Framework
- http://msdn.microsoft.com/en-us/library/ms536651(VS.85).aspx - window.open
- http://www.websiteoptimization.com/speed/tweak/defer/ - defer attribute (IE)
- http://stackoverflow.com/questions/383402/is-javascript-s-new-keyword-considered-harmful - new operator
- http://blog.morrisjohns.com/javascript_closures_for_dummies - JavaScript Closures for Dummies
- http://javascript-reference.info/javascript-closures-for-dummies.htm - JavaScript Closures for Dummies
- http://codylindley.com/Webdev/295/javascript-get-page-height-with-scroll
- http://www.quirksmode.org/js/findpos.html
- http://www.quirksmode.org/js/events_order.html - Capturing vs Bubbling
- http://www.quirksmode.org/js/events_advanced.html
- http://www.thefutureoftheweb.com/blog/bursting-the-event-bubble
- http://codepunk.hardwar.org.uk/css2js.html - CSS Properties to JavaScript DOM Reference
- http://devedge-temp.mozilla.org/library/manuals/2000/javascript/1.3/guide/embed.html - HTML attribute values
- http://docs.sun.com/source/816-6408-10/contents.htm
- http://docs.sun.com/source/816-6409-10/contents.htm
- http://www.w3schools.com/js/ - JavaScript Tutorial
- http://iew3.technion.ac.il/CC/Comp_news/jscript/tutorial.htm
- http://www.javascriptkit.com/howto/pulldown.shtml
- http://www.java-scripts.net/tutors/tutorial1.shtml
- http://writing.colostate.edu/references/teaching/web_teaching/guide13.cfm
- http://writing.colostate.edu/references/teaching/web_teaching/guide14.cfm
- http://www.oreillynet.com/pub/a/javascript/2001/06/22/layers_part_two.html
- http://www.webreference.com/programming/javascript/ncz/column5/2.html - Design Patterns in JavaScript
Special Edition: Using JavaScript; Mark C. Reynolds; 1996; Que Corporation
Resources URL:
notes/javascript/resources
Sources URL:
notes/javascript/sources