avocets
Avocets
rss 2.0 subscribe to this page
search


related to ajax+xml
2 + javascript
1 + programming
1 + web_services
view all
•  projects
•  owners
•  tags
A collection of resources that support use of AJAX to create web pages and services that improve user experience.
tagged ajax javascript programming web_services xml by winkler4 ...on 29-DEC-05

Asynchronous JavaScript and XML, or Ajax, is a web development technique for creating interactive web applications using a combination of:

  • HTML (or XHTML) and CSS for presenting information
  • 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. (XML is commonly used, although any format will work, including preformatted HTML, plain text, JSON and even EBML)
belongs to Web 2.0 programming with AJAX project
tagged ajax javascript xml by winkler4 ...on 09-OCT-05