Click to See Complete Forum and Search --> : News Feeds


popeyito200
11-21-2005, 04:51 PM
I want to be able to get news feeds on my site from different sources (NYtimes, chicago post, etc...) And maybe even be able to modify the formatting... is there a way to do that? help

MstrBob
11-21-2005, 04:55 PM
Not with simple HTML. Your best bet will be encorporating a script using a server-side language. There are a lot of options available, such as PHP, ASP, ASP.NET, Perl, Ruby, Python, ect. The list goes on. It would basically entail grabbing the feeds from the other websites either on each page load, or periodically and storing the information. At any rate, you're going to be needing some scripting.

Aronya1
11-21-2005, 07:10 PM
Start with a site like this: link (http://www.rssfeedreader.com/)

Choose the feed(s) you want to use & follow the instructions. It's very easy; basically cut & paste.