Hacks

Cross browser session data with Javascript

By storing data in the window.name property, you can store data between page loads and across domains without ever sending a cookie to a server. Thomas Frank created the sessvars.js library which makes use of this browser quirk, allowing you to store up to 2 MB of client-side session data. This is really powerful for […]

A VAX in your Linux box

Like many, my first introduction to the Internet came by way of a VAX/VMS server operated by the local University where I lived. A friend of a friend scenario landed me an account on the system, and after about a week I was hooked. It wasn’t long before I signed up for a night class […]

DIY multi-touch on OS X

Bridger Maxwell has been blogging his progress on creating a homebrew multi-touch platform in OS X. Prior to this, there’s been a lot of activity around building multi-touch systems on Windows using the Touchlib library, but this is the first time I’ve seen a concerted effort on OS X. The basic hardware is the same […]