473,404 Members | 2,174 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,404 software developers and data experts.

How to use RSS Feeds?

Hi,

I want to understand and follow RSS feed because many web pages provide
RSS feed for updated new data(e.g. http://www.weather.gov/rss/). But I
never get how to use it. The link below suppose explains everything and
how to use it.
http://www.firstgov.gov/Topics/Refer...t_Is_RSS.shtml

except:
How Do I Use RSS Feeds?

The first step is to choose an RSS reader. Each reader has a slightly
different way of adding a new feed, also called a "channel." Follow the
directions for your reader but, in most cases, here's how it works:

Click on the link or small XML button near the feed you want. For
example, FirstGov.gov Updates: News and Features. You'll see a page
displaying XML code.
From your web browser's address bar, copy the URL (web address). For
example, the URL you would copy for FirstGov.gov Updates: News and
Features is: http://www.firstgov.gov/rss/updates.xml.
Paste that URL into the "Add New Channel" section of the reader. The RSS
feed will start to display and regularly update the headlines for you.
I don't have special software for viewing it. I have Web browser
Firefox. The link above says that Firefox can do it. But I can't find
"Add New Channel" in Firefox. It only displays the xml source code.

Thank you very much for your help.
Oct 4 '06 #1
5 2118

Shawn wrote:
I don't have special software for viewing it. I have Web browser
Firefox. The link above says that Firefox can do it. But I can't find
"Add New Channel" in Firefox. It only displays the xml source code.
This is pretty easy, although it's less than obvious.

To make Firefox recognise an RSS feed "the easy way" then the HTML must
contain the following <link(or something like it).

<LINK title="WCATWC Tsunami Events RSS"
href="http://wcatwc.arh.noaa.gov/rss/tsunamirss.xml"
type=application/rss+xml rel=alternate>

There aren't any such links on the pages you cite (nor should there be)
but if you follow the links from the main list on
http://www.weather.gov/rss/

Then you'll find a page such as this, which is specific to one
particular newsfeed
http://wcatwc.arh.noaa.gov/info/tsunamirssabout.html
If you now look at the Firefox address box you'll see a square orange
RSS icon up there. Click on that and you can add a "Live Bookmark" to
it, the crudest sort of RSS reader that Firefox includes by default.

The trouble is that you can only have one link like this per page, so
it's hard to give lists of them -- you have to build the site with a
page for each.

If you use the Firefox Tools | Extensions menu and then look for more
free downloadable extensions, then you'll find RSS extensions for
Firefox that are much friendlier to use and more powerful. These have
their own ways of adding feeds, but there's usually an option to just
paste in the feed's own address.

Oct 4 '06 #2
Andy Dingley wrote:
There aren't any such links on the pages you cite (nor should there be)
but if you follow the links from the main list on
http://www.weather.gov/rss/

Then you'll find a page such as this, which is specific to one
particular newsfeed
http://wcatwc.arh.noaa.gov/info/tsunamirssabout.html
If you now look at the Firefox address box you'll see a square orange
RSS icon up there. Click on that and you can add a "Live Bookmark" to
it, the crudest sort of RSS reader that Firefox includes by default.
Thank you very much. I followed successfully all your instructions. I
did add a "Live Bookmark".

I am still not very clear about the concept "RSS feed" and what it is for.

For example, after adding the live bookmark by clicking the orange icon,
then I opened the web page, it becomes the following:

To: Tsunami warning system participants along the U.S. Atlantic, Eastern
Canadian and Gulf of Mexico coasts
From: NOAA/NWS/West Coast-Alaska Tsunami Warning Center (Experimental
Web Product)
Subject: Tsunami Information Statement issued 10/2/2006 at 8:11PM EDT

At 8:08 PM Eastern Daylight Time on October 2, an earthquake with
preliminary magnitude 4.2 occurred 0 miles southeast of Bar Harbor, Maine.

The magnitude is such that a tsunami WILL NOT be generated. This will be
the only WC/ATWC message issued for this event.

The location and magnitude are based on preliminary information. Further
information will be issued by the United States Geological Survey

Link to Standard Information Statement
Link to XML/CAP Product
//end of web display

My questions is: what is the advantage of RSS feeds? Even a static HTML
web page, I can re-write/update it everytime I need to. For the people
who are interested in reading my web page, they can always come to my
web page, open it and read "new" stuff.

My guess is that, the advantage of new technology RSS feeds is such
that, if I changed something in my web page, then the people who are
interested/"subscribed" my web page will see the new thing. If I didn't
change my web page, they will not be notified. Correct?

BTW, I have found Google Reader being able to accept RSS feeds and of
course have many lists together.

Thank you very much.
Oct 4 '06 #3
BTW, is there possible such a way that I can "subscribe" this newsgroup
into my Google Reader? I come back and forth to check if anybody has
replied to my posting. Sometimes none, sometime somebody did. I am
curious if there is a way to setup that if somebody replied to my
posting, I will be notified.

Also, I am very interested in buying used stuff from craiglist:
http://washingtondc.craigslist.org/sss/

Is there a way to setup that if somebody posted a dishwasher for sale, I
will be notified?

Thank you very much. I greatly appreciate it.
Oct 4 '06 #4

Shawn wrote:
I am still not very clear about the concept "RSS feed" and what it is for.
Try using a more commonplace RSS reader rather than Live Bookmakers.
It's very convenient at what it's good for, but it's not the "standard"
way to use RSS feeds.
My questions is: what is the advantage of RSS feeds? Even a static HTML
web page, I can re-write/update it everytime I need to. For the people
who are interested in reading my web page, they can always come to my
web page, open it and read "new" stuff.
How would they _know_ that it was time to go and read it again?

My guess is that, the advantage of new technology RSS feeds is such
that, if I changed something in my web page, then the people who are
interested/"subscribed" my web page will see the new thing. If I didn't
change my web page, they will not be notified. Correct?
Assuming that you're writing your "pages" through some sort of blog,
then yes.
Here's one of mine
http://quercus.livejournal.com/data/rss

(ignore the next para unless you really care)
The simplest way to do this is for the RSS reader to poll the server at
timed intervals. Most feeds will list a suggested polling interval to
revisit at. There's also a "cloud" interface which allows the server to
"push" the reader when the content actually is updated, thus notifying
it it's time to poll again.
BTW, is there possible such a way that I can "subscribe" this newsgroup
into my Google Reader?
Probably Go to http://groups.google.co.uk/group/comp.text.xml and see
if it gives you a link to any RSS feed (it probably does)
Is there a way to setup that if somebody posted a dishwasher for sale,
Possibly. That would depend on the site. It's quite common for sites to
implement _lots_ of RSS feeds, including feeds on each small category.
A few sites also allow users to store pre-defined search queries, and
if they do this much it's quite easy to make them visible as RSS too.

Oct 4 '06 #5
Shawn wrote:
I want to understand and follow RSS feed because many web pages provide
RSS feed for updated new data(e.g. http://www.weather.gov/rss/).
In this particular case, if firefox is your browser
and you go to http://www.weather.gov/
you will see the RSS symbol in the firefox title bar
(to the right of http://www.weather.gov/).

If you click on this symbol, you will be invited to add this site
as a "live bookmark" to your toolbar.
If you do this you will see it listed at the top of the firefox page,
and if you click on this icon you will get a list of current news items
for this site.

In other words, almost everything is done for you.

--
Timothy Murphy
e-mail (<80k only): tim /at/ birdsnest.maths.tcd.ie
tel: +353-86-2336090, +353-1-2842366
s-mail: School of Mathematics, Trinity College, Dublin 2, Ireland
Oct 4 '06 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: the_ainbinders | last post by:
Anything like this around anywhere? Need to be able to input RSS information for several feeds and have it create an OMPL file. TIA, Rob
6
by: plazma_41 | last post by:
Are there any uses for rss feeds on commercial websites selling products/services? Yes! I've just realized that eMaximarket Auctions ( http://www.emaximarket.com ) provides RSS feeds. For...
5
by: Mike Mella | last post by:
If I make an RSS feed of my site, am I expected to build and later update the RSS (XML) data by hand as I would any other webpage, or is there some process by which updates to a site are...
1
by: richards1052 | last post by:
I am setting up a forum website at which I plan to set up a news aggregator to pick up news headlines about the Mideast. But I've only been able to find a few news resources that have specific...
3
by: Mike | last post by:
I want to create a ticker type app that consume RSS feeds from several sites, where can i find some informaton or code snippets now how to consume the RSS feeds and display the data?
2
by: Patrick Olurotimi Ige | last post by:
I wanto to incorporate some feeds like weather,news and humor(funny stuff) Any links where i can get related feeds on the WEB? Thx *** Sent via Developersdex http://www.developersdex.com ***
0
by: jmwatte | last post by:
OK... 2 RSS feeds ... "http://feeds.feedburner.com/brainyquote/QUOTENA" "http://feeds.feedburner.com/qotd" Now I build a RSS reader in C#Express(did several of them including the starterkit)...
2
by: dkode | last post by:
I built an asp.net usercontrol that consumes rss feeds that I specify the url for. Some of them (MVP blogs, google news) consumes the feeds just fine. and other times (75%) it chokes on...
1
by: Rama Jayapal | last post by:
hi i am developing a web application where i have to read multiple XML feeds amd store their values to database but i require the same type of fields from multiple XML feeds like for...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.