There are 5 articles on this title. You are reading the article ranked and rated #4 by Helium's members.
The acronym Ajax meaning Asynchronous Javascript and XML,refers to the use of several web technologies in an application running on the internet in order to improve it's efficiency and interactivity. Javascript and XML are the most used technologies but they can be replaced by several others.
Basic web applications are written that way:
An HTML page is delivered to the client web browser when he goes on a site web server. Then if the client follows a link, an other web page is delivered to the client. Briefly, it means that each action of the client requires an HTML page download.
Ajax web applications follow that model:
An HTML page including a Javascript code, is delivered to the client. Now when the client makes simple request, the Javascript engine(downloaded since the beginning of the transaction and who is running on the web browser client) will automatically transform the HTML page(often using DOM).
The server is only needed when new data needs to be displayed.
XML is used to encode the data that the server will send to the client, thanks to the XMLHttpRequest() javascript function (similar functions exist in other languages).
Downloads are no longer systematic. The applications runs faster.
Learn more about this author, Fred Lawrence.
Click here to send this author comments or questions.
Below are the top articles rated and ranked by Helium members on:
by AJL
I cannot express how much I really LOVE AJAX. I have been a web developer for the past 8 years and I have to say that microsoft's
by Obsidian
What is AJAX? Well, the textbook definition, Asynchronous JavaScript and XML, is not of much help to the average reader and
by Chrys
Making Ajax Request
Ajax Web Technology Explained Part 1
Introduction
This is part 1 of my article series, Ajax Web Technology
The acronym Ajax meaning Asynchronous Javascript and XML,refers to the use of several web technologies in an application
by ARC IDEA CO
In e-business's point of view, in order to appeal to its customers of clientele, you need to have a website or a web front.
Add your voice
Know something about Ajax web technology explained?
We want to hear your view.
Write now!
Cast your vote!
Click for your side.
Featured Partner
People for the Ethical Treatment of Animals (PETA)
People for the Ethical Treatment of Animals (PETA) has partnered with Helium, giving you the chance to write for a ca...more
hide