logo
g Text Version
Auto
Beauty & Self
Books & Music
Career
Computers
Education
Family
Food & Wine
Health & Fitness
Hobbies & Crafts
Home & Garden
Money
News & Politics
Relationships
Religion & Spirituality
Society & Culture
Sports
Travel & Leisure
TV & Movies

dailyclick
Bored? Games!
Postcards
Astrology
Take a Quiz
Rate My Photo

new
Journals
Folklore and Mythology
Business Coach
Marriage
Senior Living
Ethnic Beauty
Adolescence


dailyclick
All times in EST

Low Carb: 8:00 PM

Full Schedule
g
g ASP Site
Editor Wanted
BellaOnline's ASP Editor

g

RSS Feed from an ASP File - ENHANCED
Guest Author - Christopher Combs

Ok, I am going to show you how to enhance the RSS Feed by using ASP with IIS. Please review the following article that shows you how to setup your basic RSS Feed. http://www.bellaonline.com/articles/art30642.asp.

Now, to enhance this, you can add additional features that way when the RSS reader downloads the document like Additional comments or the date the article was published and who the author was.



Here is the basics of a RSS File in its native XML format:

<%?xml version="1.0" ?>
<rss version="0.92">
<channel>
<title>ASP @ BellaOnline - Enhanced</title>
<link>http://www.bellaonline.com</link>
<description>ASP Site for BellaOnline.com</description>
<copyright>Copyright 2006</copyright>
<ttl>20 <lastBuildDate>Fri, 22 September 2006 09:00:00 GMT</lastBuildDate>
<webMaster>asp@bellaonline.com (ASP BellaOnline)</webMaster>
<item>
<description>Description information goes here</description>
</item>
</channel>
</rss>


Now, to really harness the power of RSS, you can create this dynamically from your database. Let’s say you have a frontend program which can be a web page. And it allows you to add new entries to your database. And these articles you want all users to access and view. The best part is you can automate the whole thing. If you reviewed the article from above, you will see that you can add dynamic elements to your RSS file. Also, if you have configured your webserver, (I will be posting another article on how to do this), to treat the RSS format as the ASP format the RSS reader will do the rest!

See the next Article below for the enhanced version.

Enhanced RSS Code Using ASP

This site needs an editor - click to learn more!

Enhanced RSS Code using ASP
RSS
Related Articles
Previous Features
Site Map

Add RSS+Feed+from+an+ASP+File+%2D+ENHANCED to Twitter Add RSS+Feed+from+an+ASP+File+%2D+ENHANCED to Facebook Add RSS+Feed+from+an+ASP+File+%2D+ENHANCED to MySpace Add RSS+Feed+from+an+ASP+File+%2D+ENHANCED to Del.icio.us Digg RSS+Feed+from+an+ASP+File+%2D+ENHANCED Add RSS+Feed+from+an+ASP+File+%2D+ENHANCED to Yahoo My Web Add RSS+Feed+from+an+ASP+File+%2D+ENHANCED to Google Bookmarks Add RSS+Feed+from+an+ASP+File+%2D+ENHANCED to Stumbleupon Add RSS+Feed+from+an+ASP+File+%2D+ENHANCED to Reddit


Content copyright © 2009 by Christopher Combs. All rights reserved.
This content was written by Christopher Combs. If you wish to use this content in any manner, you need written permission. Contact BellaOnline Administration for details.

g


For FREE email updates, subscribe to the ASP Newsletter


Past Issues


print
Printer Friendly
bookmark
Bookmark
tell friend
Tell a Friend
forum
Forum
email
Email Editor

g features
Best uses for RSS

RSS and its future.

Force Download Dialog box with ASP

Archives | Site Map

forum
Forum
email
Contact

Past Issues
memberscenter

jobs
what
job title, keywords
where
city, state or zip
jobs by job search


vote
Growing a Garden
Veggies and Flowers
Veggies Only
Flowers Only
No Garden

g


| About BellaOnline | Privacy Policy | Advertising | Become an Editor |
Website copyright © 2009 Minerva WebWorks LLC. All rights reserved.


BellaOnline Editor