what is ajax

Answers were Sorted based on User's Feedback



what is ajax..

Answer / prakash solanki

Asynchronous JavaScript and XML, is a web development
technique for
creating interactive web applications.

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.

Is This Answer Correct ?    4 Yes 0 No

what is ajax..

Answer / rajendra

AJAX (Asynchronous JavaScript and XML) is a newly coined
term for two powerful browser features that have been
around for years, but were overlooked by many web
developers until recently when applications such as Gmail,
Google Suggest, and Google Maps hit the streets.

Asynchronous JavaScript and XML, or Ajax (pronounced "Aye-
Jacks"), is a web development technique for creating
interactive web applications using a combination of XHTML
(or HTML) and CSS for marking up and styling information.
(XML is commonly used, although any format will work,
including preformatted HTML, plain text, JSON and even
EBML).
The Document Object Model manipulated through JavaScript 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 some
situations, an IFrame object is used instead of the
XMLHttpRequest object to exchange data with the web server.
Like DHTML, LAMP, or SPA, Ajax is not a technology in
itself, but a term that refers to the use of a group of
technologies together. In fact, derivative/composite
technologies based substantially upon Ajax, such as AFLAX,
are already appearing.
Ajax applications are mostly executed on the user's
computer; they can perform a number of tasks without their
performance being limited by the network. This permits the
development of interactive applications, in particular
reactive and rich graphic user interfaces.
Ajax applications target a well-documented platform,
implemented by all major browsers on most existing
platforms. While it is uncertain that this compatibility
will resist the advent of the next generations of browsers
(in particular, Firefox), at the moment, Ajax applications
are effectively cross-platform.
While the Ajax platform is more restricted than the Java
platform, current Ajax applications effectively fill part
of the one-time niche of Java applets: extending the
browser with portable, lightweight mini-applications.

Ajax isn't a technology. It's really several technologies,
each flourishing in its own right, coming together in
powerful new ways. Ajax incorporates:
* standards-based presentation using XHTML and CSS;
* dynamic display and interaction using the Document Object
Model;
* data interchange and manipulation using XML and XSLT; *
asynchronous data retrieval using XMLHttpRequest;
* and JavaScript binding everything together.

Is This Answer Correct ?    4 Yes 0 No

what is ajax..

Answer / abhishek

If we want just only a part of page to be refreshed instead
of full page,AJAX is the best way.It reduces the request
traffic at the server.

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More AJAX Interview Questions

What is Script Manager?

1 Answers  


Where AJAX cannot be used?

1 Answers  


Is javascript knowledge is required to do Ajax?

1 Answers  


What is prerequisite for Update Panel in Ajax?

1 Answers  


what is the active x dll used for ajax. explain y we use ajax?

6 Answers   Cognizant,






What are the technologies used by ajax?

0 Answers  


Do ajax applications always deliver a better experience than traditional web applications?

0 Answers  


What technologies are being used in ajax? : asp.net ajax

0 Answers  


What are the real web applications of ajax currently running in the market?

0 Answers  


Will html_ajax integrate with other javascript ajax libraries such as scriptaculous?

0 Answers  


Is the server or the client in control?

0 Answers  


How do I access data from other domains to create a mashup with java?

0 Answers  


Categories