Differences between revisions 2 and 3
Revision 2 as of 2009-07-05 19:15:27
Size: 2295
Editor: qed777
Comment:
Revision 3 as of 2009-07-05 19:23:54
Size: 2402
Editor: qed777
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= JavaScript resources = = JavaScript and related resources =
Line 6: Line 6:
 * [[http://www.quirksmode.org/compatibility.html | QuirksMode.org browser compatibility table]].  * !QuirksMode: [[http://www.quirksmode.org/compatibility.html | browser compatibility table]], [[http://www.quirksmode.org/dom/execCommand/ | contentEditable demo]].
Line 22: Line 22:
 * [[http://www.c3dl.org/ | Canvas 3D (C3DL)]] - Interactive 3D, requires an extension, Firefox only.
 * [[http://code.google.com/p/flot/ | flot]] - Interactive 2D plotting.
 * [[http://thejit.org/ | JavaScript InfoVis Toolkit]] - 2D visualization.
 * [[http://www.c3dl.org/ | Canvas 3D (C3DL)]] - Requires an extension, Firefox only.
 * [[http://code.google.com/p/flot/ | flot]] - 2D plotting.
 * [[http://thejit.org/ | JavaScript InfoVis Toolkit]] - 2D.
 * [[http://jmol.sourceforge.net/docs/ | Jmol]] - 3D visualization, requires Java.
Line 28: Line 29:
 * [[http://code.google.com/apis/o3d/ | O3D]] Interactive 3D, requires a plug-in.  * [[http://code.google.com/apis/o3d/ | O3D]] Requires a plug-in.

JavaScript and related resources

General

Developer tools

Libraries

Benchmarks and tests

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