Permalink

13

Offline Cross-Browser Client-Side Storage for the Web using JavaScript and a little Flash

Read Later submit to reddit

  Hi guys. Today I’m going to show you how to do persistent Client-side storage that’ll work in any Web Browser without needing to use Cookies, Browser-Specific hacks or HTML5 – in other words, we’re going to store as much … Continue reading

Permalink

1

Web Workers – Amazing Parallel JavaScript Tasking For Your Application

Read Later submit to reddit

  I’ve been looking at some of the cool new features being added to popular web browsers lately and I thought I’d talk about Web workers this week. Spawned from the Google Gears team’s WorkerPool Api [1], Web workers allow … Continue reading