Saved in:
Bibliographic Details
Main Author: Clark, Jason A.
Format: Recurso educativo Open Access
Language:en
Published: 2006
Subjects:
Online Access:https://eric.ed.gov/?id=EJ748123
Tags: Add Tag
No Tags, Be the first to tag this record!
Table of Contents:
  • Building an Ajax Application from Scratch Clark, Jason A. Programming Languages Technological Advancement Internet Web Sites Electronic Libraries Library Services Online Catalogs The author of this article suggests that to refresh Web pages and online library catalogs in a more pleasing way, Ajax, an acronym for Asynchronous JavaScript and XML, should be used. Ajax is the way to use Web technologies that work together to refresh sections of Web pages to allow almost instant responses to user input. This article describes how Ajax works and its applications. The core of the article shows how to build a very simple Ajax application. It walks the reader through understanding code, the building blocks that make an Ajax application go. The article demonstrates how to set up the interface, work with JavaScript using the XMLHttp Request Object, communicating the request status, putting it all together using the DOM (Document Object Model), and applying CSS (Cascading Style Sheets) for a nice display.