JRoller is the #9 Blogger for Ajax
The underlying theme of AJAX is for web applications to break out of the form submit/response pattern. They're asynchronous because the user isn't synchronized with the HTTP protocol. They use JavaScript because that's the only way to efficiently control a web browser. They use XMLHttpR...
Back in the browser, the JavaScript used to handle the Ajax response gets invoked and we replace the old content area with the new stuff. It would be great if we were done at this point, however, this strategy requires each link (and button click) to be converted into an Ajax request -- so we i...
Thu, Dec 10 | from Sun Bloggers