|
|
|
|
|
|
Very Dynamic Web Interfaces
|
02/09/2005 By Drew McLellan
|
One of the classic drawbacks to building a web application interface is that once a page has been downloaded to the client, the connection to the server is severed. Any attempt at a dynamic interface involves a full roundtrip of the whole page back to the server for a rebuild--a process which tends to make your web app feel inelegant and unresponsive. In this article, I'll be exploring how this problem can be tackled with the use of JavaScript and the XMLHttpRequest object.
Read Full Article
|
Rate this Ajax Tutorials
Rating: 8.5 out of 4 votes cast
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|  |
 |
|
© 2008 ajaximpact.com. All rights reserved. |
|
|
|
|