|
|
Alternate Ajax Techniques, Part 1
|
03/05/2006 By Nicholas C. Zakas
|
By now, nearly everyone who works in web development has heard of the term Ajax, which is simply a term to describe client-server communication achieved without reloading the current page. Most articles on Ajax have focused on using XMLHttp as the means to achieving such communication, but Ajax techniques aren't limited to just XMLHttp. There are several other methods; we'll explore some of the more common ones in this series of articles.
Though XMLHttp is the most talked-about method for client-server communication in Ajax, dynamic script loading is a perfectly acceptable and serviceable alternative. The examples in this article were relatively simple, but it shouldn't be difficult to extend the techniques presented to accomplish more interesting results.
Read Full Tutorial
|
Rate this Ajax Tutorials
Rating: 0.0 out of votes cast
| |
|
|
|
|
|
|
|
|
|
|
|
|