View Single Post
  #2 (permalink)  
Old 24-04-2009, 11:31
DavidAllen's Avatar
DavidAllen DavidAllen is offline
Premium Member
 
Join Date: Jan 2007
Location: Amersham
Posts: 505
Send a message via MSN to DavidAllen Send a message via Skype™ to DavidAllen
Default

Neither actually
AJAX (Asynchronous Javascript And XML) uses javascript to communicate with the server and enables it to update just part of a webpage.
Benefits are that the user gets a much more 'interactive' experience and because you are not reloading the whole page it is a lot quicker.
The ascynchronous bit means it goes on in the background and doesn't 'freeze' up the page whilst waiting for its data.

See wikipedia for more information
__________________
David Allen - www.serina.co.uk
Reply With Quote