Click to See Complete Forum and Search --> : web site with latest news


lovecoding
09-07-2009, 05:39 AM
Hello there,

I am new to website design or coding, but I am desperately like to a quickly build a web site that would display the latest news of a specific topic 'say big brother'.
I would like the news to be collected from all online sources that have some news about the topic and automatically be displayed in my web site in a list. direction to the right resources to achieve that would be greatly appreciated.

thanks in advance,

lovecoding

Coyotelab
09-08-2009, 01:50 AM
http://simplepie.org/

TinKim
09-08-2009, 02:20 AM
Does not sound quite legal what you are heading for.

David_B
09-08-2009, 02:35 PM
Sounds like you want to add an RSS feed to your site (Real Simple Syndication).

First, you would have to style your web page such that the news displays in the proper part of the web page (i.e. - left side, right side, bottom, etc.).

Then you would need to prepare the code for parsing the news feed, usually Javascript or PHP. Magpie is often cited as a good application too; especially if your site gets a lot of traffic, it caches the news feed until there is actually something new to display. That way, you are not sucking up a lot of bandwidth from your news source, possibly irritating them to the point that they cut you off.

Then you would need to find the actual news feed, which is usually in XML format.

How far along are you on any of these fronts?