Friday, August 14, 2009

AJAX - Asynchronous JavaScript and XML

I won't explain what is ajax. I'm confused nowadays. Keep reading, why i'm puzzled.

Ajax stands for "Asynchronous JavaScript and XML". As you see, you retrieve data from server using JavaScript asynchronously, the data returned from server is XML.

What if i retrieve data formed as JSON, can i say that i use Ajax?