I was recently working on implementing Twitter integration features to the DotNetNuke Blog Module (I’ll write up the details about these features in another blog entry) when I quickly ran into the requirement of having to shorten the blog entries’ URLs. As you may or may not know, Twitter requires that messages be less than 140 characters in length and when you include a link and a title, among other things, character real estate quickly becomes precious. As it turns out, there are several services out there that provide just this service, for example TinyURL.c... [More]