Ajax
Related tags:
Links
Very Dynamic Web Interfaceshttp://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 - |
XMLHttpRequest and Ajax Working Exampleshttp://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 - |
AJAX and scripting Web services with E4X, Part 1http://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 - |
AJAX MattersAJAX 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 - |
Ajaxing the Railshttp://www.loudthinking.com/arc/000428.html Rails 0.11.0, Ruby and now Ajax support- Ruby - Ajax - |
Greater Ajaxhttp://collabutech.blogspot.com/2005/03/greater-ajax.html Operating systems don't matter anymore.- Ajax - |
Ajax: a new approach to web applicationshttp://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 - |




