-
Internet News
Hello everybody :)
I want to make a rotator for latest news of web technologies, do you know any website that provides these information, I prefer the information to be editable (as design and layout) or no problem if it requires to insert it manually but I want good news and information
I found some websites, but they didn't give me a permission to take data :(
regards :)
Feras Jobeir
-
Re: Internet News
You want a news source or a script to parse the news source?
If it's the former I am pretty sure you can go to any technology website (Techcrunch etc.) and use their RSS feed - it's public after all. If it's the latter then you are going to have to need a server-side scripting language to retrieve the RSS data in the first place. After that you can parse the data using a DOM Object within the same language (PHP for example with DOMDocument). After outputting the basic layout with PHP you can then stylize it with CSS.
-
Re: Internet News
Thanks for replay mr. noahssite
Actually, I don't have a problem with the manner of how to read or publish data, it is easy for me, I am just looking for websites which have the news like techcrunch.com, I see it is good, do you have another one sir?
thanks :)
-
Re: Internet News
http://www.npr.org/rss/#feeds
Any of the major companies and news providers have RSS links.
GlobeAndMail, New York Times, Techcrunch, Lifehacker, Gizmodo, Yahoo RSS/News, MSNBC etc..
-
Re: Internet News