Skip to Content


Ajax

Related tags:

Links

|< <

Very Dynamic Web Interfaces

http://www.xml.com/pub/a/2005/02/09/xml-http-request.html

One of the classic drawbacks to building a web application interface is that once a page has been downloaded to the client, the connection to the server is severed. Any attempt at a dynamic interface involves a full roundtrip of the whole page back to the server for a rebuild--a process which tends to make your web app feel inelegant and unresponsive. In this article, I'll be exploring how this problem can be tackled with the use of JavaScript and the XMLHttpRequest object. Drew McLellan on XML.com, February 9 2005
- Javascript - Ajax -

Review It Bookmark It

XMLHttpRequest and Ajax Working Examples

http://www.fiftyfoureleven.com/resources/programming/xmlhttprequest/examples

Code snippets and proof of concepts - the links below should help get you started on building your own functions with XMLHttpRequest.
- XML - Ajax -

Review It Bookmark It

AJAX and scripting Web services with E4X, Part 1

http://www-128.ibm.com/developerworks/library/ws-ajax1/?ca=dnt-615

Get an introduction to ECMAScript for XML (E4X), a simple extension to JavaScript that makes XML scripting very simple. In this paper, the authors demonstrate a Web programming model called Asynchronous JavaScript and XML (AJAX) and show you how some new XML extensions to JavaScript can make it very simple.
- Javascript - Ajax -

Review It Bookmark It

AJAX Matters

http://www.ajaxmatters.com/

AJAX Matters is an informational site about AJAX (short for 'Advanced Javascripting and XML' or 'Asynchronous JavaScripting and XML') and how these technologies are applied to web development.
- Ajax -

Review It Bookmark It

Ajax: a new approach to web applications

http://www.adaptivepath.com/publications/essays/archives/000385.php

Jesse James Garrett. February 18, 2005: 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.
- XML - Javascript - XHTML - Ajax -

Review It Bookmark It

|< <