Russell Solberg's Blog Entries
Integrating MarkItUp Rich Text Editor and ASP.NET MVC
1/31/2010 11:38:50 PM
One of the nice things about ASP.NET WebForms is that there are tons of third party applications and controls that support rich text editing. However, ASP.NET MVC is still pretty new and there are not many options. This blog entry describes how I was able to use MarkItUp for my BlogAdmin screen.
Delete Previous Twitter Posts/Tweets
9/29/2009 10:30:00 PM
We've all done it, created a post or a tweet with a typo or simply published something that we would love to remove. When it comes to twitter, one of your few options for handling this is hovering over your tweet and clicking on the recycle bin. Just when you thought you were done, you then get to say "OK" I'm sure that is what I really wanted to do. So I've put together a quick tutorial outlining how you could go about deleting multiple tweets at once with a little bit of code.
Add Flickr Photos to ASP.NET MVC Website
7/8/2009 6:05:37 PM
Have you ever thought about how you could integrate your Flickr account into an ASP.NET-MVC Website? If so, this write up will walk you through the steps that I followed to implement this integration here on my site. The primary component I've used to gain access to my Flickr data is FLICKR.Net.