There’s a new online tool section on the Projects page of this site that contains links to tools I’ve written that may be useful to other people.

There are two additions to this toolset. The first is an encoder/decoder that can handle uuencoding and base64. This can be useful if you need to do a quick conversion, but don’t want to bust out Perl/Python/PHP etc. to do it.

The second addition helps convert phone alpha phrases (e.g. 1-800-MYPIZZA) into all digits. There are many such utilities on the web, but here’s my take on it.

Enjoy.

UPDATE: Added Percent encoder to the mix. I should have done this 12 years ago. It would have saved me a lot of pain.