Tag Archives: tinyurl

.NET URL Shorten-er Library

I’ve been working on a few applications were I’ve been using TinyURL a lot. So, I thought I’d create a library for .NET that contains functions for the most popular URL Shorten-er sites.   Function TinyURL Function TimesURL Function DoiopURL … Continue reading

Posted in Downloads, General, Programming, Tech News | Tagged , , , , , , , | 10 Comments

TimesURL & .NET

I’ve got a few emails regarding http://timesurl.at. If you want to use this service you can still the use code from [TinyURL & .NET]. All you have to do is change one line of code. Change http://tinyurl.com/api-create.php?url= to http://timesurl.at/api/rest.php?url= And … Continue reading

Posted in Programming, Tech News, tips | Tagged , , , , | 1 Comment

TinyURL & .NET

Ever want to parse a TinyURL in your .NET application? TinyURL has a very simple and easy to use API. I’ll guide you through the process of returning a TinyURL in VB.NET 2008 and C# .NET 2008 First off you … Continue reading

Posted in Programming, Tech News, tips | Tagged , , , , | 3 Comments

ScreenTweet

I found a lot of tweets on Twitter where folks are wanting an easy, fast and free way to take a screenshot and post it on Twitter. Well here it is folks! ScreenTweet will allow you to take a screenshot … Continue reading

Posted in Downloads, Programming, Tech News | Tagged , , , , | 2 Comments