|
Hi folks,
I want to provide some RSS feed(s) for my site. Is it worth providing Atom feeds? or is atom the more common feed? Is there a winner?
BTW, this relates to programming because I'm required to program the feed which we will provide (or use some...
Started by Pure.Krome on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
RSS is a bit of a mess (see this older article for a view of how bad it was six years ago.
There are a few differences there which.
Whichever you prefer -- from your comments, I'm guessing RSS.
|
|
Possible Duplicate:
What are the best RSS feeds for programmers/developers?
Any RSS feeds which frequently offer programming-related insights?
Started by Umber Ferrule on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
See Previous RSS Feeds question
It's been asked before ;)
ProggitHere's a good list
http....
Asked and answered here http://stackoverflow.com/questions/5119/what-are-the-best-rss-feeds-for-programmersdevelopers
Dupe.
Topics.
|
|
I've successfully used "union" as described here to join two RSS feeds in a c# project, but we have a scenario where we could have up to a hundred RSS feeds to join together. What would be the best way with that number of feeds?
Started by Elizabeth on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
RSS feeds Append those children to the New XML Documents root node To get around the "node already/feeds/tag/wpf" }; var items = from url in feeds from xr in XmlReader.Create(url).Use() let feed the feeds into....
|
Ask your Facebook Friends
|
I added lots of RSS feeds into Firefox bookmarks.But some of the new feeds are not shown because of limitation.Is it possible to increase the number of viewed feeds? (for example for .com it should show last 300 feeds.)
Started by NT on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
If the problem is that Firefox can't handle the number of different RSS feeds on the number of items available....
Uses the "maximum" number of available feed items, but most feeds itself have a limitation reader addons from here .
|
|
Is there a way I can display the rss feeds that I have subsribed to using IE7 or IE8 under Vista and Windows 7 as a screensaver?
Answer Snippets (Read the full thread at superuser):
Or You can use 2Flyer RSS screensaver or John T's.
But its not freeware.
RSS Screensaver allows you to add new feeds and choose a background to display them the ability to import your feeds.
|
|
I am looking for a breakdown of some really good RSS feeds. I have quite a few subscriptions with Google Reader, but lack many very good development/programming feeds. Would love to see some lists here.
Will stackoverflow have an RSS feed?
Found the answer...
Started by marked on
, 61 posts
by 61 people.
Answer Snippets (Read the full thread at stackoverflow):
MSDN Magazine RSS Feed:MyMS_Feed
My-Symbian.com
Paul Graham:Essays
Proper Fixation
Windows Mobile Team Learner's Weblog" type="rss" xmlUrl="http://spietrek.blogspot.com/feeds/posts/default" htmlUrl="http;hideminor=1....
|
|
I would like to export-backup the RSS feeds I have aggregated in internet explorer, but I can't find them, which would be the first step in the process. Any idea where they are?
Started by Wilhelm on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
The actual location for the RSS feeds are:
C:\Users\%username%\AppData\Local\Microsoft\Feeds
If you want to export....
RSS feeds are now integrated to Windows and Internet Explorer simply is a program that can access them.
|
|
I'm currently using Magpie RSS but it sometimes falls over when the RSS or Atom feed isn't well formed. Are there any other options for parsing RSS and Atom feeds with PHP?
Started by carson on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Your other options include:
SimplePie Last RSS PHP Universal Feed Parser I use SimplePie to parse tested it with non-well-formed RSS / Atom feeds so I don't know how it copes with those, I'm assuming a meaningful class for....
|
|
I have a bunch of RSS feed URLs and I'd like to create a single RSS feed URL that would contain all of these feeds.
Is there a website that does this? Preferably a simple one (not Yahoo! Pipes, please).
Started by Sridhar Ratnakumar on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at superuser):
This way, you can have all updates in your "home feed", and get notified directly, or check it as a unique RSS, as explained on this page , under "Access ....
An account for this, and add your RSS feeds as "imaginary friends".
|
|
How would you reccommend handling RSS Feeds in ASP.NET MVC? Using a third party library? Using the RSS stuff in the BCL? Just making an RSS view that renders the XML? Or something completely different?
Started by Lance Fisher on
, 10 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
The world to generate RSS feed....
Link>http://<%= Request.Url.Host %></link> <description>Blog RSS feed://rickyrosario.com/blog/creating-an-rss-feed-in-asp-net-mvc
I don't agree with @Haacked.
|