PDA

View Full Version : AJAX Tutorials :: Help


akanevsky
07-02-2005, 06:36 PM
Can someone please give me a few links to in-depth AJAX tutorials (e.g. tutorials that cover things such as XMLHttpRequest)? Thanks.

What I really want to know is how do all those things work and what do they do:
- try {}
- catch()
- /*@ cc_on @*/ ... @end @*/
- xmlhttp.onreadystatechange
- xmlhttp.send(null);

Marco van Herwaarden
07-02-2005, 06:43 PM
A list i had saved before on this topic. It is not a cleaned list but more a list of things to read for myself.
http://en.wikipedia.org/wiki/AJAX
http://www.codingforums.com/showthread.php?t=56788
http://javascript.weblogsinc.com/entry/1234000030021777/
http://en.wikipedia.org/wiki/XMLHttpRequest
http://www.ajaxmatters.com/libraries/
http://javascript.internet.com/
http://wp.netscape.com/eng/mozilla/3.0/handbook/javascript/
http://www.papermountain.org/demos/live/
http://www.ajaxpatterns.org/index.php?title=Main_Page
http://javascript.internet.com/tutorials/
http://scriptsearch.internet.com/JavaScript/
http://www.webreference.com/programming/javascript/diaries/1/3.html
http://www.webreference.com/programming/javascript/diaries/2/
http://www.webreference.com/programming/javascript/diaries/3/
http://www.webreference.com/programming/javascript/ncz/column2/4.html

akanevsky
07-02-2005, 07:30 PM
Thanks, MarcoH64.

While looking through the links you posted, I have gotten two left:

http://developer.apple.com/internet/webcontent/xmlhttpreq.html
- explains most of the functions used

http://javascript.internet.com/tutorials/
- specifically this: http://javascript.internet.com/tutorials/CoreGuideJS15.zip

Marco van Herwaarden
07-02-2005, 07:40 PM
Like i said, i tried to do some reading when 3.5 first was release (or even before that) and this was just a list i saved of url's to go to for later reading. It was saved when i was disturbed and had to stop reading, so no wonder most are not that usefull.

akanevsky
07-02-2005, 07:43 PM
I understand... The reason I posted those two links is for your / other people's convenience only - in case you decide to read it :)