Has anyone ever read about AJAX (Asynchronous JavaScript and XML)
Some inputs please ....
Has anyone ever read about AJAX (Asynchronous JavaScript and XML)
Some inputs please ....
it's a combo of XmlHttpRequest javascript object; you usually combine it by DHTML usually with div; you usually use XML as the body of http response requested by XmlHttpRequest and can perform operations asynchronously.
Nothing special really. This technology has been there for a while with a new buzzword AJAX.![]()
very simple yet very powerful..i'm using this on my webapplications.
if you're into PHP, try SAJAX ( http://www.modernmethod.com/sajax/) NAJAX ( http://najax.sourceforge.net/dev/).
More links :
http://script.aculo.us/
AJAXian blog : http://www.ajaxian.com/
I've integrated AJAX (through SAJAX) in one of my web projects, and plan to do so with ones under development.Its a lot of fun to use, just be aware of the issues that the technology has.
you can also read this blog..it's a detailed information on how "Google Suggest" exploits XMLHttpRequest....
http://serversideguy.blogspot.com/20...dissected.html
hehhee enjoy
Those links are really great. I am trying to study this so that I can use its concept at my work!!!!
hey this is interesting...i've heard that this is the technology that google developers have been using..i dunno if its true..maybe i should research more on that hehe
Here's another webmail which uses AJAX ...
http://roundcube.net/
How about this: http://blog.bitflux.ch
Try to key in the LiveSearch textfield.
Also, the said technology combo doesn't have to be in XML. In fact, you can make an output in plain text.
I was able to use AJAX and I say na gamit jud kaayo ni siya when it comes to handling server-response-request issues.
Similar Threads |
|