Download opera and the newest beta version has an RSS reader built right into the e-mail part of it.
Or, you can go to my.Yahoo.com and create an account. You can sign up for ANY RSS feed and then that'll show up on your Yahoo Start Page when you go there. Interestingly, I was playing with that the other day and it said I could enter in keywords to find feeds. So I started with cre8asite and it knew the link to our forums feed. I then tried "HighRankings" as a keyword and it knew this one, too. After some more reading, I discovered that if someone adds a feed to their My Yahoo page, Yahoo then learns about the feed and it gets added to their "feed database" (that one, day, will become a listing of RSS feeds that Qwerty is looking for - it's still in Beta though and apparently their directory, at this point, is just as crappy as the ones I described in my earlier post, so you don't have access to it, yet). Anyway, that means that at least one person from here has added the HighRankings feed to their Y! page before me.
As far as being able to display feeds on your own site - I know that there's at least one listed in the "Agregators" section of the RSS part of our directory (link to that is earlier in this thread, also). If I remember properly, it's a PHP based one, so it should work pretty much everywhere. It did, from memory, look a bit confusing to set up, though...
Most blog software and CMS systems like phpWebsite also have an easy way of displaying feeds on your site. Might look into something along those lines just for that feature of it.
----
Here's another fun thing I learned this week - for those of you who have websites that have RSS feeds. Go into your logs. Places like Yahoo that deliver RSS feeds (or blog feed type sites like weblogs.com) end up polling your feed on a regular basis and cache it so that it's not hammering your server every two second because someone else wants to view your feed. When those polls come in, it'll leave a user agent ID in your logs. Yahoo's for example, looks like this:
YahooFeedSeeker/1.0 (compatible; Mozilla 4.0;
MSIE 5.5; http://my.yahoo.com/s/publishers.html; users 236; views
36994)
(This is from the same blog I linked to that has the Custom Feed Generator on it).
If you look at it, you'll see that the user agent in your log tells you how many different Yahoo users have your site "subscribed" on their My Yahoo Page. And it also tells you how many times your feed has been viewed by yahoo. (Most of the other feed crawler agents I saw didn't have the views field, but they did have the users field).
So, I Jill or Scottie or whomever goes and checks the logs and finds the YahooFeedSeeker user agent, the most recent hit by them will show how many people subscribe to the feed. Pretty nifty, huh?
G.