Swiss Army Knife for Developers
This set of tools is actually quite old, but I think it’s worth another introduction. The idea is to have the common utilities a web developer cannot live without, all in one page.
Some very useful ones I still use til today:
- Code Paste: Pasting code on email or IM usually ends up with unreadable code. Paste it here and send the URL instead. It has built-in code highlighting!
- Javascript CSS Compressor/Obfuscator: Strip whitespace and comments. Obfuscate Javascript with a click of a button.
- Encode/Decode: Do all sort of character encoding/decoding business here.
- Regex tool: Easily test your regex.
I’d really love feedback on this tool!

