How would you leverage HTML5 Local Storage?
Utilisateur anonyme
To store strings of images in base64, javascript/CSS as key:value pairs, and then create iframes on the subdomain to create more local storage housing (since the limit is set to 5MB per domain). This would reduce all http requests to 1 and still utilizes browser "cache" as local storage.