Skip to Content


Ajax

Related tags:

Links

|< <


Ajax.NET Blog

http://weblogs.asp.net/mschwarz/

Free AJAX library for the Microsoft .NET Framework
- Ajax -

10 out of 10 stars

Added 1291 days ago

Review It Bookmark It


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 -

8 out of 10 stars

Added 1291 days ago

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 -

6 out of 10 stars

Added 1307 days ago

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 -

8 out of 10 stars

Added 1309 days ago

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 -

10 out of 10 stars

Added 1309 days ago

Review It Bookmark It


Ajaxing the Rails

http://www.loudthinking.com/arc/000428.html

Rails 0.11.0, Ruby and now Ajax support
- Ruby - Ajax -

6 out of 10 stars

Added 1336 days ago

Review It Bookmark It


Greater Ajax

http://collabutech.blogspot.com/2005/03/greater-ajax.html

Operating systems don't matter anymore.
- Ajax -

Added 1343 days ago

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 -

10 out of 10 stars

Added 1353 days ago

Review It Bookmark It

|< <