The Artima Developer Community
Sponsored Link

Web Buzz Forum
ExtraSimpleRSS 0.1 - An Extra Simple ASP.NET RSS Generator

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Josh Baltzell

Posts: 664
Nickname: jbaltzell
Registered: Nov, 2003

Josh Baltzell is an ASP.NET and ASP Programmer learning all he can about all.
ExtraSimpleRSS 0.1 - An Extra Simple ASP.NET RSS Generator Posted: Jul 26, 2005 8:20 PM
Reply to this message Reply

This post originated from an RSS feed registered with Web Buzz by Josh Baltzell.
Original Post: ExtraSimpleRSS 0.1 - An Extra Simple ASP.NET RSS Generator
Feed Title: ShortDomainName.com
Feed URL: http://www.contegix.com/Rss.aspx
Feed Description: Weblog of Josh Baltzell. Focusing on the computer industry and .NET programming related news. I like to get involved on the discussions wherever they are.
Latest Web Buzz Posts
Latest Web Buzz Posts by Josh Baltzell
Latest Posts From ShortDomainName.com

Advertisement

I wanted to make some XML feeds for a few weird things that only I would need access to so I thought I would write a quick and dirty RSS generator.

It is written in ASP.NET with VB.NET and the real code is only about 100 lines.  I slapped together a quick sample page that spits out RSS with data from an included XML file.  If you are working with this make sure you look at how I did the dates in the RSS Items on rss.aspx.  You may not be as dumb as me and you might not have problems dealing with this, but it was a pain for me.  You can feed the data in to it any way you like though, the actual useful code is just the part that builds the feed from the objects you add to it.

Leave me a comment if you improve it or if you are using it for anything.

[DOWNLOAD]

Read: ExtraSimpleRSS 0.1 - An Extra Simple ASP.NET RSS Generator

Topic: Church site design links Previous Topic   Next Topic Topic: Understanding Hashmap Implementation

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use