Projects

Comments Off

TwitterNET Project: A .NET Twitter Library

Over the weekend, I finally finished a large chunk of wrapping the Twitter API into a .NET 3.5 library using C#. With the exception of the OAuth & Search methods, this most of the REST methods are complete (only 3 are not done at this time but should be done soon). The project is located on Github by clicking here.


Starting to Develop Android Apps

About a month back a close friend approached me about getting together and writing some mobile applications, specifically targeting the iPhone. The plan came from a desire to learn a couple of new technologies and possibly make a little extra cash. After some research and learning about the costs associated with starting iPhone development, we turn to looking to the Pre and Android platforms. We eventually settled on doing Android applications.


ShortenURL Application Website

I just re-read my post announcing the application I wrote earlier this week, and realized that I didn’t post a link to the applications website.  Can we say “Oops” because that sure is a big one.
Website for my ShortenURL application is at: http://code.google.com/p/shortenurl-csharp/.
The website contains both a binary and source download.  Please feel free to [...]


ShortenURL Application

I just whipped up a new Windows application to allow a user to shorten a URL without having to go to a shortening service’s website.  This was something that annoyed me, because I do not like to have a ton of bookmarklets installed on my browser.
Here’s a screenshot:

The application is written in C# and is [...]