One of the reasons I love AJAX technology so much is because it allows us to avoid unnecessary page loads.  Why download the header, footer, and other static data multiple times if that specific data never changes?  It’s a waste of time, processing, and bandwidth.  Unfortunately, at this point in the web, constant refreshes are [...]

Follow Me! Twitter | Facebook | LinkedIn | MooTools Forge.

Full David Walsh Blog Post: MooTools History Plugin

Related posts:
  1. Basic AJAX Requests Using MooTools 1.2
  2. Track AJAX Link Clicks Using Google Analytics
  3. Create a JavaScript Refresh Link
  4. Detect an AJAX Request in PHP
  5. Implementing jQuery-Like Event Syntax in MooTools