I'm working on a project that uses data in JSON format (www.json.org). It took me a while to get it going in processing, so I thought I'd post what I did here. If there's a better way (which undoubtedly there is!), please let me know.
Andrew Odewahn
--
Here are the steps I took (on Windows):
1. Download http://www.json.org/java/json.zip from json.org. Save it in a some directory, which I'll call %DOWNLOAD_HOME%.
2. Unzip it. Be sure you preserve the archive's directory structure (/org/json/) when you unzip the file.
3. Change directory into %DOWNLOAD_HOME%orgjson
Links:
* http://en.wikipedia.org/wiki/Comparison_of_JavaScript_frameworks
* http://stackoverflow.com/questions/176324/why-does-everyone-like-jquery-mor...
* http://blog.creonfx.com/javascript/mootools-vs-jquery-vs-prototype-vs-yui-v...
Clarification added 9 days ago:
Found a very nice presentation, dated Oct 2008 , by John Resig (Author of JQuery). Here is the URL.
http://www.slideshare.net/jeresig/javascript-library-overview-presentation
jQuery Google Charts 1.0
Copyright (c) 2008 Massimiliano Balestrieri
Examples and docs at: http://maxb.net/blog/
Licensed GPL licenses:
http://www.gnu.org/licenses/gpl.html
Basic usage:
var api = new jGCharts.Api();
jQuery('
')
.attr('src', api.make({data : [[153, 60, 52], [113, 70, 60], [120, 80, 40]]}))
.appendTo("#bar1");
Html:
Basic scripts (use packed version in production):
via
http://www.ajaxline.com/best-jquery-plugins-june-2009