Differences between revisions 13 and 17 (spanning 4 versions)
Revision 13 as of 2009-07-21 11:54:33
Size: 4356
Editor: qed777
Comment:
Revision 17 as of 2009-07-22 15:55:28
Size: 4716
Editor: qed777
Comment: Shorter title.
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= JavaScript and related resources = = JavaScript resources =
Line 5: Line 5:
 * Cheat sheets - [[http://blog.nihilogic.dk/2009/05/canvas-cheat-sheet-update.html | Canvas]].  * Browser compatibility - [[http://www.quirksmode.org/compatibility.html | QuirksMode]], [[http://www.webdevout.net/browser-support | Web Devout]], [[http://a.deveria.com/caniuse/ | When can I use...]].
 * Cheat sheets, etc. - [[http://blog.nihilogic.dk/2009/05/canvas-cheat-sheet-update.html | Canvas]], [[http://api.jquery.com/ | jQuery API browser]].
Line 7: Line 8:
 * !QuirksMode - [[http://www.quirksmode.org/compatibility.html | browser compatibility table]], [[http://www.quirksmode.org/dom/execCommand/ | contentEditable demo]].
Line 21: Line 21:
 * [[http://en.wikipedia.org/wiki/Vml | VML]].
Line 27: Line 28:
 * [[http://www.quirksmode.org/dom/execCommand/ | contentEditable demo]].
Line 35: Line 37:
 * [[http://code.google.com/p/explorercanvas/ | Explorer Canvas]] - Canvas for IE.
Line 45: Line 48:
 * [[http://deanm.github.com/pre3d/ | Pre3d]] - 3D visualization.  * [[http://deanm.github.com/pre3d/ | Pre3d]] - Visualization.
Line 48: Line 51:
 * [[http://pyjs.org/ | pyjamas]] - Python to JS compilation, AJAX, widgets.

JavaScript resources

References

Tutorials

Demos and examples (see Libraries, too)

Libraries

Developer tools

Benchmarks and tests

devel/JavascriptResources (last edited 2010-04-23 07:02:25 by DanDrake)