Blogs and RSS Feeds

JamesBowen

19+ years progress programming and still learning.
The gods above me have decided that we are having a BLOG and RSS feed on our public website. I am not 100% sure on what is the best approach to providing the service.

Should I store the blog information on the database or flat text/xml files?
Does anybody have an example ERD for blogs?

Has anyone done this using Webspeed.

Many Thanks.
 
I dynamically generate my RSS feeds from database content in Webspeed using the standard CREATE X-DOCUMENT and then just stream it out with the appropriate rss headers wrapped around it.

Lee
 
Back
Top