Thread: What is Ajax?
View Single Post
  #2 (permalink)  
Old Jan 4th, 2007, 09:13
spinal007's Avatar
spinal007 spinal007 is offline
Moderator
Join Date: Mar 2004
Location: Good Ol'London
Age: 22
Posts: 1,612
Blog Entries: 1
Thanks: 0
Thanked 2 Times in 2 Posts
Send a message via ICQ to spinal007 Send a message via MSN to spinal007 Send a message via Yahoo to spinal007 Send a message via Skype™ to spinal007
Re: Ajax

Here's the techy bit:
http://en.wikipedia.org/wiki/AJAX

How it's used:
Ajax is a Javascript platform (or in my opinion a 'methodology') that enables the application and server to exchange 'small' amounts of data after a page has loaded.

For example, I'm replying to your post with the quick reply feature on Webforumz. Ajax is used to send the post (along with any other relevant information). The response of the ajax call is used to display my brand new reply within the thread as it would if I had refreshed the page, but I didn't have to. Rather than reloading the entire page, Ajax is used to update a small section of the page with some new data...

That's just one use, the posibilites are endless.
Google Maps is my favourite...
Reply With Quote