Differences between revisions 6 and 17 (spanning 11 versions)
Revision 6 as of 2009-07-07 01:59:38
Size: 3469
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:
 * 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 6: Line 8:
 * !QuirksMode - [[http://www.quirksmode.org/compatibility.html | browser compatibility table]], [[http://www.quirksmode.org/dom/execCommand/ | contentEditable demo]].
Line 8: Line 9:
 * Unicode - [[http://www.unicode.org/charts/index.html | scripts]] and [[http://www.unicode.org/charts/symbols.html | symbols]], [[http://www.ltg.ed.ac.uk/~richard/utf-8.cgi | UTF-8 tool]].  * Unicode - [[http://www.fileformat.info/info/unicode/index.htm | categories / index / search]], [[http://www.unicode.org/charts/index.html | scripts]] and [[http://www.unicode.org/charts/symbols.html | symbols]], [[http://www.ltg.ed.ac.uk/~richard/utf-8.cgi | UTF-8 tool]].
Line 19: Line 20:
 * [[http://en.wikipedia.org/wiki/Svg | SVG]].  * [[http://en.wikipedia.org/wiki/Svg | SVG]] - [[http://alt-soft.com/tutorial/svg_tutorial/introduction.html | Altsoft]], [[http://tutorials.jenkov.com/svg/index.html | Jacob Jenkov]].
 * [[http://en.wikipedia.org/wiki/Vml | VML]].
Line 26: Line 28:
 * [[http://www.quirksmode.org/dom/execCommand/ | contentEditable demo]].
 * [[http://www.nihilogic.dk/labs/canvas3dtexture_0.2/ | Jacob Seidelin's Textured 3D renderer]].
 * [[http://www.math.uiuc.edu/~rkirov2/processing/grapheditor_live.html | Radoslav Kirov's Graph Editor]].
Line 30: Line 35:
 * [[http://code.google.com/p/cakejs/ | CAKE]] - 2D scenegraphs.
Line 31: Line 37:
 * [[http://code.google.com/p/explorercanvas/ | Explorer Canvas]] - Canvas for IE.
Line 35: Line 42:
 * [[http://keith-wood.name/svg.html | jQuery SVG]] - 2D plotting, scenes.
Line 37: Line 45:
 * [[http://code.google.com/apis/o3d/ | O3D]] Requires a plug-in.  * [[http://www.jstree.com/ | jsTree]] - Tree widget.
 * [[http://jsxgraph.uni-bayreuth.de/wp/ | JSXGraph]] - 2D interactive geometry, plotting, visualization.
 * [[http://code.google.com/apis/o3d/ | O3D]] - Requires a plug-in.
 * [[http://deanm.github.com/pre3d/ | Pre3d]] - Visualization.
Line 39: Line 50:
 * [[http://vis.stanford.edu/protovis/ | Protovis]] - 2D visualization.  * [[http://vis.stanford.edu/protovis/ | Protovis]] - 2D.
* [[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)