#1
| |||
| |||
what is ajax? AJAX = Asynchronous JavaScript and XML. AJAX is not a new programming language, but a new way to use existing standards. AJAX is the art of exchanging data with a server, and update parts of a web page - without reloading the whole page. ------ |
#2
| |||
| |||
Re: what is ajax? Ajax is a group of interrelated web development techniques used on the client-side to create interactive web applications. With Ajax, web applications can retrieve data from the server asynchronously in the background without interfering with the display and behavior of the existing page. The use of Ajax techniques has led to an increase in interactive or dynamic interfaces on web pages. Data is usually retrieved using the XMLHttpRequest object. Despite the name, the use of XML is not actually required, nor do the requests need to be asynchronous. http://en.wikipedia.org/wiki/Ajax_(programming)
__________________ Education, Career and Job Discussions |
![]() |
|
Tags: ajax, java, javascript, server, xml |
Thread Tools | Search this Thread |
|
![]() | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
jQuery AJAX vs. Adobe AIR AJAX Class | Agaev | Windows Software | 5 | 06-07-2010 01:59 PM |
AJAX RSS Reader in PHP | Vandam | Software Development | 4 | 25-02-2010 04:16 AM |
What is Ajax DotNet? | Pratim | Software Development | 4 | 06-02-2010 06:09 AM |
PHP Vs AJAX | Happy46 | Software Development | 3 | 03-09-2009 07:27 PM |
What is AJAX in Asp.net ? | Braze | Software Development | 5 | 14-01-2009 06:35 PM |