in which I write my own version of tinyURL for the hell of it
In case you’re wondering what I’m talking about, tinyurl is a site that lets you create really short URLs that will then redirect to the original longer URL.
I posted that I thought tinyURL was a great way to go for URLs on the bbs. Several people responded that they don’t like tinyURL for a number of reasons:
- They don’t know what a link is before they click on it — it could be a porn site for all they know.
- They never know before clicking a link whether it’s work-safe or not — goes along with reason #1
- They can’t get to tinyURL from work — maybe the router at their workplace blocks the site for some reason?
So I fired up emacs, dusted off my mysql server, apache, and php processes, and got to work. The result: xiaoURL. Using xiaoURL is a more complicated process than tinyURL — xiaoURL doesn’t automatically forward users to the longer URL’d website, but instead shows a page of information on the site and provides a link for them to click. This is what people in the industry would call increased “friction” in the user experience, but it’s the best way to deal with the needs of these particular bbs users. Feel free to use it if you like.
















August 7th, 2008 at 6:11 am
We have something similar to tinyurl hosted at xiaourl.com. Though ours works just like tinyurl. We hope to develop more features for it, so if you have any requests please feel free to send them over.
Cheers,
Oscar