View Full Version : I want to see RSS feeds in action
mattk
4th January 2006, 10:15
Does anyone have any examples of sites that use interesting RSS feeds. Not really interested in blogs, much prefer vanilla sites that have a News section (or similar) that pulls stories using RSS.
Anyone got any good links?
crus
4th January 2006, 10:17
http://www.bristoldirectory.com
we use the BBC feeds day in day out.
D
mattk
4th January 2006, 10:28
Yep - that's what I mean.
Enigma121
4th January 2006, 10:53
We pull a couple of feeds in within our ebusiness news section.
http://www.enigmaconnections.com/ebusinessnews.jsp
Check it out. It's nice to see an interesting article every now and again when browing your own site!
mattk
4th January 2006, 11:06
Enigma - what do you use to display the RSS?
creospace
4th January 2006, 11:53
I'm just about to add this facility to a clients site, my programing partner has given me the php code to do this. I'm told php 5 handles it much better though.
I'll let you know how i get on
Gary
mattk
4th January 2006, 11:54
Nice one Gary, cheers
DotNetWebs
4th January 2006, 15:10
I have used RSS on several projects. Here for example is a local forum I run.
http://www.horshamforum.com/Default.aspx
I use feeds from the local newspaper. This is done by using a ASP.NET control that is freely available. I have modified the code slightly to suite are purposes
Enigma121
4th January 2006, 16:44
Enigma - what do you use to display the RSS?
We are using a JSP "tag library" from which supports RSS. These basically extend the JSP syntax, and allow you to access and manipulate RSS feeds as you see fit.