In my “spare time” I have been building an application using ASP.NET MVC 2.0 and Visual Studio 2010 RC1. The two aims of this application were to learn ASP.NET MVC and to make managing all the bookmarks I have and RSS Feeds that I read everyday.
I have some 400 bookmarks in Firefox and I never remember to go back to read articles that I save for later. Searching for bookmarks using Firefox’s bookmark manager I find annoying also. So Bookmarkit was born. Not a very original name but maybe that’s why I’m a developer, not a designer, not a lot of creativity!
A lot of the post that I will be making on this blog will centre around functionality from this application. If there is enough interest, once I’ve completed the application I will release the source code for those who would like to check it out.
Here is the homepage so far.
You may notice the Tag Cloud from this post and the hard to see show/hide links (under the To Read and Favourites headings) from this post
I have the Homepage display partial working. The To Read and Favourite bookmark lists are being filled and the Tag Cloud is being filled. I have also created an import function to import a Firefox bookmark export file which uses the Netscape bookmark format)
I am now working on RSS Feeds, in particular retrieving data from multiple RSS sources using the RSS Toolkit and an OPML file. More detail on that process will come.
I also have a basic data model setup and am using LINQ to SQL for the data access.
