How do I create a page like this?

It's using the html5 canvas (there's loads of guides out there) with a little javascript to wireup events. The source in that page is pretty clear and well written, infact it's better than some many guides I've read.
 
+1 for me making me laugh.

yes the answer is canvas with a bunch of javascript.

You could potentially even do it in a IE7+ compatible way with just pure javascript. Copy their code and replace the image.
 
Back
Top