Speaking of new webmail clients… Hotmail Beta coming soon to a browser near you
RST™ | Snips and bits from around the web, inspirational and noteworthy findings. |
JS APIs-->Web Storage
// use localStorage for persistent storage // use sessionStorage for per tab storage textarea.addEventListener('keyup', function () { window.localStorage['value'] = area.value; window.localStorage['timestamp'] = (new Date()).getTime(); }, false); textarea.value = window.localStorage['value'];
Use case: Save email draft on the client side (crash-safe)
Associate Creative Director @ R/GA, New York. Creative experience, mobile UI, video artist, exploration. Formerly at Apple, Adobe, Macromedia.