AJAX
#1

Ajax, shorthand for Asynchronous JavaScript and XML, is a web development technique for creating interactive web applications. The intent is to make web pages feel more responsive by exchanging small amounts of data with the server behind the scenes, so that the entire web page does not have to be reloaded each time the user makes a change. This is meant to increase the web page s interactivity, speed, and usability.


The Ajax technique uses a combination of:
XHTML (or HTML) and CSS, for marking up and styling information.
The DOM accessed with a client-side scripting language, especially ECMAScript implementations such as JavaScript and JScript, to dynamically display and interact with the information presented.
The XMLHttpRequest object to exchange data asynchronously with the web server. In some Ajax frameworks and in certain situations, an IFrame object is used instead of the XMLHttpRequest object to exchange data with the web server.


XML is sometimes used as the format for transferring data between the server and client, although any format will work, including preformatted HTML, plain text, JSON and even EBML.
Like DHTML, LAMP and SPA, Ajax is not a technology in itself, but a term that refers to the use of a group of technologies together.
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: apollo for finding faults in ajax, ajax control toolkit download, ieee paper presentation on ajax technology, ajax petroleum case solution, ajax as serminar topic, ajax documentation, ajax seminar topic ppt,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Messages In This Thread
AJAX - by computer science crazy - 22-09-2008, 09:39 AM
RE: AJAX - by seminar class - 20-04-2011, 12:04 PM
RE: AJAX - by seminar addict - 06-02-2012, 03:41 PM

Possibly Related Threads...
Thread Author Replies Views Last Post
  AJAX - A New Approach to Web Applications computer science crazy 8 7,504 14-02-2012, 12:55 PM
Last Post: seminar paper
  WebWork + AJAX seminar class 0 1,043 28-03-2011, 02:26 PM
Last Post: seminar class

Forum Jump: