Programming/javascript

TwitterFacebook
Get flash to fully experience Pearltrees

A List Apart: Articles: Alternative Style: Working With Alternat

So you've got a web page. You’ve marked it up with structural XHTML. http://www.alistapart.com/articles/alternate/
Image preloader http://www.howtocreate.co.uk/jslibs/

JavaScript Libraries

QuirksMode - for all your browser quirks

http://www.quirksmode.org/ QuirksMode.org is the prime source for browser compatibility information on the Internet. It is maintained by Peter-Paul Koch, mobile platform strategist in Amsterdam, the Netherlands.
At W3Schools you will find a complete reference of all JavaScript objects, Browser objects, and the HTML DOM objects.

JavaScript Tutorial

http://www.w3schools.com/js/
https://developer.mozilla.org/en/Gecko_DOM_Reference Starting in Gecko 5.0 (Firefox 5.0 / Thunderbird 5.0 / SeaMonkey 2.2) ,the following SVG-related DOM interfaces representing lists of objects are now indexable and can be accessed like arrays; in addition, they have a length property indicating the number of items in the lists: SVGLengthList , SVGNumberList , SVGPathSegList , and SVGPointList .

Gecko DOM Reference

Ajax (programming) - Wikipedia, the free encyclopedia

History In the 1990s, most web sites were based on complete HTML pages; each user action required that the page be re-loaded from the server (or a new page loaded). This process is inefficient, as reflected by the user experience: all page content disappears then reappears, etc. http://en.wikipedia.org/wiki/Ajax_(programming)