nikhil's blog
Ajax on Rails
Posted December 16th, 2007 by nikhil
The hardest way to use Ajax in any web application is to write own custom JavaScript that directly uses the XMLHttpRequest object's API. By doing this, you have to deal with the intricacies of each browser.


