Caching AJAX Results in JavaScript

AJAX is an awesome tool. AJAX requests are usually faster than regular page loads and allow for a wealth of dynamism within a page. Unfortunately many people do not properly cache request information when they can. Let me show you how I cache AJAX requests — it’s super easy! My example will use my TwitterGitter … Continue reading Caching AJAX Results in JavaScript