What is AJAX?
AJAX = Asynchronous JavaScript And XML
- XHTML (or HTML) and CSS for marking up and styling information.
- The Document Object Model for dynamic display and interaction.
- The XMLHttpRequest for asynchronously data exchange
- Javascript for putting it all together