|
Posted by Andy Dingley on July 27, 2005, 12:34 am
Please log in for more thread options
wrote:
>The only custom news feed I can find for free is from Yahoo. Are there
>any more?
Thousands
>Now, for my web page I can get this to work fine:
>
><script language="Javascript"
>src="http://www.freenewsfeed.com/custom/?javasc=1&
>table_bgcolor=7799FF×trip_bgcolor=F0E7BF&
>timestrip_font_color=ffffff&table_cellpadding=5&table_cellspacing=1"></script>
That's not RSS. It's a client-side script, a piece of JavaScript, which
is _referred_to_ by your page, then gets loaded by my browser on my
computer. Then my computer ignores it, because I don't trust such
scripts from funny locations I don't expect to be visiting.
This just isn't a good way t do things.
><script language="Javascript"
>src="http://news.search.yahoo.com/news/rss?p=mysearch&ei=UTF-8&fl=0&x=wrt"></script>
>
>It doesn't work.
>
>It seems that the XML from the URL: Is different.
In that is _is_ XML, and indeed RSS 2.0
This is "data" - raw newsness, piped to you in concentrated form. To
use it, run something on your server that can make sense of it. Search
on RSS to find out what, and how you do it.
Then abandon the whole idea. Maybe you liek the idea of offering news
from your website, but to be honest I'm just not interested. You're not
the BBC, so I don't want to read _your_ news.
If I want my own news, then Ill get RSS feeds myself and assemble them
myself. I use an "RSS Aggregator" to do this, not some other person's
website.
There are good reasons to take news onto you site and re-broadcast it,
but really you need to be doing some _with_ it to be interesting. I've
set up sites before that do this - they take a number of vaguely related
newsfeeds from many different sources, then turn them into a single
filtered newsfeed that's about one particular filtered facet of this.
This is a specialist application though and you have to be offering some
additional benefit for me before I'll consider using it. Just recycling
isn't enough.
|