great resources:
- We know that dom manipulation in js is slower than innerHTML, but when innerHTML isn't fast enough? http://blog.stevenlevithan.com/archives/faster-than-innerhtml
- Object oriented programming and SetTimeout (what to do when we require context for a js object when executing global functions like settimeout?) http://www.kevlindev.com/blog/?p=72
- Need the reference info for the DOM element, refer to Mozilla's great developer center. Gecko DOM reference. https://developer.mozilla.org/en/Gecko_DOM_Reference https://developer.mozilla.org/en/DOM/element
- Object Oriented Programming in JS, an intro: http://nefariousdesigns.co.uk/archive/2006/05/object-oriented-javascript
No comments:
Post a Comment