Its wonderful improvement to web...
What are your opinions?
Printable View
Its wonderful improvement to web...
What are your opinions?
Bleh, one way or the other. Guess it speeds things up but it's nothing big.
I always think of the cleaning substance when people mention it though.
http://www.procter.se/tummar/Ajax/05...2dpi_tumme.jpg
I want to learn about ajax and to apply the knowledge.Where to start ?
A tutorial?
http://www.google.com.au/search?q=ajax+tutorial
My next tutorial will be on AJAX, I'll be sure to post a link here when it is done. You can start out by buying a book on the subject.
Hey ive messed around with Ajax. Make sure if you want to use XML with it from php set the header
Spent ages trying to fix the javascript when it was really a PHP problem.PHP Code:header('content-type: text/xml');
Check out this, its what got me started.
http://www.sitepoint.com/article/remote-scripting-ajax
basically, how this workS?
Essentially all it is is making HTTP requests from Javascript using the XMLHttpRequest object, so that you can update client-side content without a full refresh of the page.
http://developer.apple.com/internet/...mlhttpreq.html
ha, I just found out about AJAX two days ago on PHPClasses.org and seems to hear about it all the time ever since!
I think it's amazing for friendly userness... is it slow or anything? Does it have any cons
I heard that it is a resource hog. Not sure how true that is though.
See here
http://en.wikipedia.org/wiki/AJAX#Pr..._.26_Criticism