Simple Offline Application
I've written my fair share of single file applications. All the JavaScript and CSS are inline, and if I'm feeling particularly ninja, I'll base64 encode the images, and make them inline too. To make the whole thing completely available offline is insanely easy, and reusable to boot.

