Differences between revisions 18 and 27 (spanning 9 versions)
Revision 18 as of 2009-07-22 17:18:53
Size: 4696
Editor: qed777
Comment:
Revision 27 as of 2010-04-23 07:02:25
Size: 5895
Editor: DanDrake
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from JavascriptResources
Line 7: Line 8:
 * [[https://developer.mozilla.org/En/Documentation_hot_links | mozilla developer center]] - Firefox, CSS, HTML, JS, SVG, XML, etc.
 * [[http://reference.sitepoint.com/ | SitePoint]] - CSS, HTML, JS, compatibility.
 * [[http://www.json.org/ | JSON]].
 * [[https://developer.mozilla.org/En/Documentation_hot_links | mozilla developer center]] - [[https://developer.mozilla.org/en/AJAX | AJAX]], [[https://developer.mozilla.org/en/CSS | CSS]], [[https://developer.mozilla.org/en/DOM | DOM]], [[https://developer.mozilla.org/en/HTML | HTML]], [[https://developer.mozilla.org/en/JavaScript | JS]], [[https://developer.mozilla.org/en/XML | XML]], etc.
 * [[http://reference.sitepoint.com/ | SitePoint]] - [[http://reference.sitepoint.com/css | CSS]], [[http://reference.sitepoint.com/html | HTML]], [[http://reference.sitepoint.com/javascript | JS]], compatibility.
Line 10: Line 12:
 * Validators - [[http://jigsaw.w3.org/css-validator | CSS]], [[http://validator.w3.org/ | HTML / MathML / SVG / XML]], [[http://www.jslint.com/ | JSLint]].
 * [[http://www.w3.org/| World Wide Web Consortium / W3C]] - [[http://www.w3.org/html/wg/html5/ | HTML5]], etc.
 * [[http://www.w3schools.com/sitemap/sitemap_references.asp | w3schools]] - CSS, HTML, JS, SVG, XML, compatibility, etc.
 * Validators - [[http://jigsaw.w3.org/css-validator | CSS]], [[http://validator.w3.org/ | HTML / MathML / SVG / XML]], [[http://validator.w3.org/checklink | Link Checker]], [[http://www.jslint.com/ | JSLint]].
 * [[http://www.w3.org/| World Wide Web Consortium / W3C]] - [[http://www.w3.org/html/wg/html5/ | HTML5]], [[http://www.w3.org/Math/ | MathML]], [[http://www.w3.org/Graphics/SVG/ | SVG]], etc.
 * [[http://www.w3schools.com/sitemap/sitemap_references.asp | w3schools]] - [[http://www.w3schools.com/css/css_reference.asp | CSS]], [[http://www.w3schools.com/tags/default.asp | HTML]], [[http://www.w3schools.com/jsref/default.asp | JS]], [[http://www.w3schools.com/svg/svg_reference.asp | SVG]], [[http://www.w3schools.com/dom/dom_nodetype.asp | XML]], compatibility, etc.
Line 30: Line 32:
 * [[http://www.math.uiuc.edu/~rkirov2/processing/grapheditor_live.html | R. Kirov's Graph Editor]].
Line 32: Line 33:
 * [[http://www.humblesoftware.com/demos/trig | a simple but cool trig demo using HTML5 and canvas.]]
Line 36: Line 38:
 * [[http://code.google.com/p/canviz/ | canviz]] - Render [[http://www.graphviz.org/ | Graphviz]] to canvas.
Line 52: Line 55:
 * [[http://raphaeljs.com/ | Raphaël]] - SVG / VML vector graphics.
 * [[http://code.google.com/p/svg-edit/ | SVG-edit]] - Inkscape-lite.
 * [[http://code.google.com/p/svgweb/ | svgweb]] - SVG natively or via Flash.

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)