So I got this idea the other day when I noticed that tinyurl.com was one character longer than dynamit.us. Sure it is no is.gd, but tinyurl.com is a legit URL shortening service. So with a shorter URL, why not make my own such service using our dynamit.us domain. It certainly cannot hurt to have our website address floating around the web more frequently.
Taking a page out of Leah Culver’s playbook, I did just that. It is not quite as efficient since I am using base 36 instead of base 56 as Leah suggests. Since I wanted to whip this up quickly (only took me about 30 minutes to get it off the ground), I used PHP’s built-in base_convert function which only accommodates bases between 2 and 36.
Anyway, you can now shorten URLs on us by visiting http://dynamit.us/url.
I am working on some basic statistics for the usage. Any thoughts on what would be cool to track?






