roncli.com blog
The blog of roncli
roncli.com blog
roncli.com
blog
Profile
roncli
Houston, Texas, United States
Labels
Coding
CTG Music
Editorials
Games
Miscellaneous
Music
Servers
Silliness
Software
Sports
Trax in Space Beta
Weather
Recent Posts
LibWowArmory 0.2 beta
LibWowArmory coming along slowly
Yahoo! Pipes
Out With the Old and In With the New
LibBeImba 0.1.1 beta
Married Life
The last word
The Finished Product
Deja vu
LibWowArmory 0.1
Tuesday, September 01, 2009
Fastest. Project. Evar.
Posted: 12:56:00 AM 0 comments
I've decided that I'm going to write a website that combines my three main personal sites: Projects, roncli.com, and this blog.

One of the biggest features of this site is the ability to easily add an RSS feed to a webpage without having to write separate pages or nasty ASP.Net http handlers. Basically what I wanted was to have URL's that look like "...page.aspx" load the usual aspx, but "...page.aspx?feed=rss" load the RSS feed instead of the normal page.

This idea led me to the ASP.Net RSS Toolkit, a very easy to use toolkit with some nice features. Including the ability to quickly make RSS feeds. That, combined with a 34-line class (counting 6 blank lines) that inherits from System.Web.Ui.Page, overrides OnPreInit, and forces inheriting classes to override a GetFeed function, and I'm ready to create feeds not only in RSS, but also Atom, OPML, and RDF as well.

Wow. The demo app was more challenging to write than this gem.

I want to give it a test run, probably on some Six Minutes To Release pages, and see if it's stable. However, shortly thereafter I will probably release this to CodePlex so that other people can get their hands on it. I am rapidly becoming addicted to RSS feeds since my iPhone reads em pretty good using Byline. I have feeds from all over the Internet, and it's nice to be able to have one central place to find out what's going on in my own little corner of the world.

Labels: , , , , , , ,




0 Comments

Post a Comment