23
votes
9answers
3k views
RSS Feeds in ASP.NET MVC
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 someth …
21
votes
5answers
2k views
Recommended Python RSS/Atom feed generator?
Can you recommend a feed generator library for Python? I could build the XML myself, but I'm looking for a recommended library that is built from the ground up around the RSS (or …
13
votes
11answers
2k views
Why Are People Still Creating RSS Feeds?
...instead of using the Atom syndication format?
Atom is a well-defined, general-purpose XML syndication format. RSS is fractured into four different versions. All the major feed …
10
votes
7answers
455 views
The Best News Feeds for Web Developers, RSS
To all of you great web applications developers. Please, share where do you grab the latest news on this subject: cool blogs, articles, podcasts etc. related to web-based applicati …
10
votes
4answers
543 views
What is the best PHP lib/class to generate RSS/Atom
Hello,
I have to produce RSS/Atom feed in various applications, and I want to know a good lib/class wich is able to produce both, and which already handle all common problems.
F …
8
votes
6answers
6k views
Parse RSS with jQuery
I am looking for a jQuery solution to parse RSS feeds. I want something reusable and easy...
Know of a plugin? Or a way to do this with jQuery base?
8
votes
8answers
624 views
Sending SVN commits to an RSS feed
So my favourite web tool, Subtlety, was recently discontinued, which means that I no longer have easy access to the commit logs of various SVN projects that I follow. Are there an …
8
votes
8answers
550 views
ASP.Net RSS feed
How do I create an rss feed in ASP.Net? Is there anything built in to support it? If not, what third-party tools are available?
I'm thinking webforms, not MVC, though I suppose …
7
votes
0answers
477 views
RSS feed for responses to your stackoverflow posts [closed]
Jan 28: Due to changes in SO these pipes no longer work, check out http://stackoverflow.com/users/recent/{user-id} (or write a pipe for it).
Edit: Thanks to Beau Simensen's answer …
7
votes
5answers
2k views
Best way to parse RSS/Atom feeds with PHP
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?
7
votes
3answers
552 views
How does Google Reader get every item in an RSS feed?
Slashdot's RSS feed is http://rss.slashdot.org/Slashdot/slashdot. If I download the XML file directly, I only get a few of the posts from today. However, if I subscribe to the feed …
7
votes
1answer
303 views
What Feed Reader libraries for Java are best?
What Java library would you say is the best for consuming and parsing feeds? Requirements:
Embeddable
Supports Atom & RSS
Has caching architecture
Should be able to deal with …
6
votes
3answers
324 views
Providing Rss and Atom feeds? Do we need both or has RSS won?
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 b …
5
votes
6answers
125 views
policy for polling rss
I have an application that polls several rss sources on the web.
What is the etiquette when polling other's web servers. How frequently to poll, etc?
What are the best practices? …
5
votes
2answers
402 views
Best implementation for a rss feed in C# (ASP.net)
The thing I have a web app (asp.net) which needs to have a feed. So I used the System.ServiceModel.Syndication namespace to create the function that creates the 'news'. The thing …
