rss

Is it possible to get RSS archive

I know that rss feeds is news...Is it possible to get rss feed's from yesterday or day before yesterday...(more exactly, archive of rss feeds). ...

jQuery External RSS Feed Parser?

I've been looking around for a decent jQuery feed/XML parser and found good plugins like jFeed and jParse (among a few others). None of these support retrieving an external feed though, which is something I'm after. Pretty sure this is down to jQuery's $.ajax() method rather than the plugins themselves (as they'll be built from this). ...

Using nginx for polling rss

I'm interested in using Nginx for polling rss feeds. Here's the problem: I have about 1,000 very large feeds -- where I'm going to use superfeedr.com I have about 20,000 very small blogs where I need to have my own infrastructure built to poll RSS feeds. (superfeedr is just too expensive, and I'm looking at an infrastructure i can exte...

Using WordPress and RSS feeds, display interspersed loop

I want to have a blog layout that displays posts from that specific blog predominantly but also intersperses the titles of posts from my other blogs in a smaller size, but I also want them in chronological order. All of the approaches so far don't involve combining them. Is there any way to do it so that it chronologically displays? I'v...

Google Reader doesn't properly read the feed that I programmed, with my programming

(I previously asked this question which was somehow considered more applicable to superuser, and after it was migrated there, it was closed as not applying to superuser. Let me make it clear up front, then, that I'm asking if the feed that I have created in php, with a program written by me, has some problem with Google Reader. Or if Goo...

[beginner] Filter a RSS flux by keywords in PHP

I have a little site in PHP (that is more static that dynamic, anyway). I see multiple sites publishes RSS fluxes or whatever the name is. I wonder if there a possibility to load a such RSS flux, filter it by the site keywords theme and display it like a little thematic news column using PHP. Is this task complicated? With what should...

Aggregate and Query the RSS feeds, simply quickly and save the queries

Ok I know about YQL, Yahoo Pipes and all that. But I am wondering what is the "shortcut" for someone who knows jQuery and javascript and JSON pretty well ? What would be the architecture of the generic solution using these tools to aggregate several rss feeds, and then query the result ? I would like to be able to save these queries an...

PySolr rss dataimport

Hi, I am using PySolr to run my search. I want to index an rss feed and was wondering if this is possible using PySolr and if so how do you do it. I have found instructions on how to do this in Solr at http://wiki.apache.org/solr/DataImportHandler#HttpDataSource_Example but can't find anything on how to do the equivalent in PySolr...

Formatting problems when fetching feeds

When I fetch data from a feed I store it in a table, the problem is that the format of the quote, so It will store ’ instead of ' (I hope you can see the difference) You get the same thing when you copy paste code from a website or word document in your editor. the problem is that when I display the content on my site I get the followi...

process RSS feeds with AJAX and javascript only

Hi Is it possible to connect to an RSS feed, retrieve the XML object then parse and display it all within client side javascript/ AJAX? Thanks, ...

Embedding RSS and Twitter onto Static FBML??

Hi guys, I've been asked to build a facebook fan page, that displays the latest RSS from a blog and the latest tweets from an user. Something just like this: http://www.facebook.com/ibmargentina?v=app_223277347226&ref=ts I already know the basics for working with FBML, but I can't figure how can I display external data... Any tips...

Cocoa Open source XML parser

I'm looking for an open source XML parser that is easy to integrate with my NSTableView and will handle large amounts of RSS feeds ...

Is there an RSS / notification to MS KB's?

There seem to be many interesting KB relevant for us developers. For example: http://support.microsoft.com/kb/971842/en-us Is there any way to get these updates by rss / mail? ...

Checking for updated RSS feeds with Feedzirra

Hi All, I am using Feedzirra to parse my RSS feeds and it works very well -- it is twice as fast Feed Normalizer in my initial testing. More importantly, it has nice wrappers that check for updated entries inside a feed. When I was using its feed-update approach, I ran into some issues: require 'feedzirra' feed = Feedzirra::Feed.fetc...

What characters must be replaced when inserted in the <description> of a RSS feed?

Hi, I'm making a RSS feed. I was looking at the official example and I noticed that some characters, such as < and > were replaced with &gt; and &lt;. I therefore assume that & must also be replaced with &amp;. Are there other characters that I must escape before copying them in the description? Note that the description text comes fro...

modifying list of rss readers displayed when subscribing in IE 7/8

i'm working on an internal webapp that provides some rss reading capabilities, and we'd like for the webapp to be in the list of readers that the users see when they click on an rss link. if firefox, i know you can do this by making additional entries in about.config for the key browser.contenthandlers. but unfortunately, we're an IE e...

RSS parameters and custom content

I've got a little stuck here. My boss has asked me to look into the possibilities of RSS feeds, to use them to show updates of a website. If it was just how to create a simple RSS feed, I would have done it already, no trouble there. But, he wants some more specific functionalities, as I've so far have had a hard time finding any usable...

How to ping pingomatic.com with XML-RPC from a Rails app

I want to automate sending pings to rpc.pingomatic.com but I can't find anywhere which documents the fields to send in the RPC document. I'm not worried about a fancy RPC generator. I'm happy just to #{...} the link into a static string. I just need to know what to insert it into. ...

Parse RSS pubDate to Date object in JavaScript

How would I do this? Tue, 2 Feb 2010 19:34:21 Etc/GMT ...

Parsing SO RSS feed using TouchXML, no <entry> tags found

I'm trying to parse a Stack Overflow RSS feed of a specific question: http://stackoverflow.com/feeds/question/2110875 For this I'm using the TouchXML library. There seems to be a problem in the following code: CXMLDocument *parser = [[CXMLDocument alloc] initWithData:sourceData options:0 error:nil]; NSArray *allEntries = [parser nodesF...