Thread: What is ajax?
View Single Post
  #10 (permalink)  
Old 04-30-2009, 10:47 AM
Kamelo Kamelo is offline
Junior Member
 
Join Date: Jan 2009
Posts: 3
Kamelo is on a distinguished road
Ajax is quite new web development technology, it became quickly very popular, but still a lot of people do not know what it is and how to make a use of it.

To understand when to use Ajax, you need to know what it is and what it does. Ajax is acronym of Asynchronous JavaScript and XML, this name may be confusing because we can use Ajax without XML, so i guess XML means here only some kind of markup language to describe processed data by JavaScript, not necessary XML data that we know it can be HTML code as well.
Reply With Quote