An interesting article about ‘The Scroll Up Bar‘, a navigation trend on the web that has recently been becoming more popular. I’m a fan of this style as it really helps save some valuable screen space when browsing on devices.
Defensive BASH Programming – A load of techniques for BASH programming. I picked up a few good tips for cleaning up some BASH scripts I’ve written.
One Top Quest – A surprisingly entertaining web game considering how simple it is.
JSNice – A neat JavaScript deobfuscatator that uses statistical renaming of variables and attempts to guess type annotations. From the few examples I tried it seemed to do a decent job of making obfuscated code readable.
Human JavaScript – free online book about building browser apps.