This tutorial covers the basics of AJAX. The pre-requisites are knowledge of CSS, DHTML and JavaScript.
We have a separate tutorial on these topics that provides just what you need to know
to work with AJAX.
Introduction
What is AJAX?
AJAX is an acronym for Asynchronous JavaScript and XML. It is a development technique for
creating interactive web applications. Unlike classic web pages, which must load in their entirety if content
changes, AJAX allows web pages to be updated asynchronously by exchanging small amounts of data with the
server behind the scenes. more...
Highly
Recommended Reading After Above
Ajax,
Programming,
Web Development
0 comments:
Post a Comment