One of the problem I had recently was that I wanted to preserve actions in the history so that when users are hitting that back button it would revert to a previous states of the page that was updated using XMLHTTPRequest. Although this isn’t a new problem in ajax applications, I never really had a real need to fix it. A colleague of mine suggested using a library called Really Simple History (RSH), just thought I’d share how I was able to use it.
Posts tagged ajax
Google Speeding Up AJAX Libraries
Sure modern JavaScript libraries have made our lives so much easier, but adding 50K or so can slow down the loading of your pages. Sure after the first load it will be cached the visitor’s browser, but there a are several benefits in using the versions hosted by Google’s content distribution network .