AJAX vs Flash as the standard for rich web application development.
Thursday, September 29th, 2005WHAT IS AJAX?
What?! You don’t know? And you call yourself a nerd…
AJAX is short for: ‘Asynchronous JavaScript and XML’. AJAX is a combination of technologies that have been around for years.
- HTML/XHTML
- CSS
- DOM
- JavaScript
- XMLHttpRequest object to exchange data asynchronously.
From Wikipedia:
Asynchronous JavaScript and XML, or Ajax, is a web development technique for creating interactive web applications.