View Full Version : need jquery and json help
deshi2003
04-11-2009, 08:32 AM
hey i was asked learn jquery and json.
lease actually why would i learn that is the Benefit of learning them.
and give me some diection like some good tutorials to learn (Jquery and Json)
Philip M
04-11-2009, 09:08 AM
It would perhaps be better to post this in the appropriate forum (Javascript Frameworks).
JSON is just an optional part of the whole AJAX mechanism. AJAX a method for JavaScript programs to talk to the server and send and request data. JSON relates to the data format, not the page update architecture. You could use XML or grow your own data format and still be updating only portions of the page, on demand, as opposed to doing full page refreshes.
See also: http://json.org/js.html
“Expert: a man who makes three correct guesses consecutively.”
Dr. Laurence J. Peter (American "hierarchiologist", Educator and Writer, 1919-1990)
some general jquery, json and JavaScript links:
jquery.com (http://jquery.com/)
json.org (http://www.json.org/)
javascript.crockford.com (http://javascript.crockford.com/)
Douglas Crockford : The JavaScript programming language (4 videos presentation on JavaScript) (http://yuiblog.com/blog/2007/01/24/video-crockford-tjpl/)
JavaScript : "The Good Parts" (video presentation, more recent) (http://google-code-updates.blogspot.com/2009/03/doug-crockford-javascript-good-parts.html)
jquery tutorial (http://www.lmgtfy.com/?q=jquery+tutorial)
There, start with that. :D
lease actually why would i learn that is the Benefit of learning them.
I dunno, because you were asked to learn them?
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.