feeds

How to monitor Google Alert RSS feed produced "as-it-happens"?

I have a Google Alert, which I set to be delivered as an RSS feed as-it-happens But is polling that RSS feed the only way to get RSS feed or is there a way to get notified from Google alert as the feed is published from Google? (say through a webservice, etc) ...

Exporting RSS feed list

I use Google for my RSS Reader and I want to export a list of all my feeds as a textfile to share with friends. I find the Share function a bit limiting and with >200 feeds and some rarely updated I think that the Share feature is not sufficient. My idea is to view page source and copy the relevant portions of the page: ,{id:"feed/htt...

consume yahoo webservice from .net code

Hi, I have the following code where I attempt to make a request to query the yahoo api in order to return the whoid. But I am not able to generate the XML to query it, the error is not displayed. private string getWOEID() { string woeID = ""; String reqUrl = "http://query.yahooapis.com/v1/public/yql?q=select%20woeid%20from%20geo.p...

Http Streams with Java

Hi, I'm looking for the best way to stream live data over the http protocol with java. I'm currently using HttpURLConnection to receive json feeds, I would like to know if it can be used to stream feeds too. ...

Wordpress RSS feed problem

I am facing problem with Rss Feed for my wordpress blog. Eg: If i submit my rss feed in any rss feed website it is unable to fetch the feed automatically and it is showing message like Error pulling feed. We tried pulling this feed URL: http://www.ibeehosting.com/blog/feed and we got this error: XML error: Invalid character at line 307,...

url-rewriting and rss feed (feedburner) issue

Hi I am using below rule to read the URL like URL: http://www.example.com/blog/sampe-post-title/10004/ RULE: RewriteRule (.*)/(.*)/([0-9]+)/$ $1/details.asp?mod_id=$3 [NS,I] Everything was fine untill I discovered that links coming via feedburner are not working anymore. Because feedburner adds some extra parameter to URL for stat...

What do I need to have feed for my CMS?

I have my own CMS(PHP/MySQL) and I want to add 3 or 4 different feeds. I am not really sure what(kinds of codes) I need to add to my CMS. Could anyone guide me the right direction please? Thanks in advance. --Edit-- Is there any application which convert my website to xml? --Edit-- Is there any codes which I can use ? Any resources...

News Feed Database Design Efficiency

Greetings All, I've seen similar questions asked before with no conclusive or tested answers. I'm designing a News Feed system using PHP/MySQL similar to facebooks. Seeing as this table could grow to be quite large -- any inefficiency could result in a significant bottleneck. Example Notifications: (Items in bold are linked objects) ...

How to display Atom/RSS feeds in browser with custom XSLT?

Back in about 2006, I wrote a nice XSLT that transformed my RSS feeds into custom HTML. That way if a user clicked from a browser it would display as a simple page rather than a bunch of junk XML. If that same URL was used in a feed reader it was handled properly and everything was slick. Now days, most browsers (IE, Firefox, Safari, Op...

Feedly.com development and feed parser

Is http://feedly.com built using PHP, Java, or some other language/framework? I have googled for some information on it, and saw that it uses JSON/REST extensively. But, I am not sure as to what feed parser is used to render images and videos into the application so elegantly, ie: ...

Feed Reader updates (Eg Google Reader or Bloglines)

Hi there What is the method through which online feed reader sites like google reader updates its feed is it cron or something else. Sorry if question is too basic i am still a novice in programming. ...

ETL framework for loading data into Rails app

I need to load data for my Rails application from multiple providers (REST/SOAP based XML feeds) into the database on a recurring basis. I have written a set of Rake tasks which are kicked off by whenever-generated cron jobs. Each task hits the partner feed endpoint, parses the feed and loads it into the database. Instead of writing Rak...

problems geting values from xml

Im trying to get some values from the below xml feed <?xml version="1.0" ?> <SEARCH> <LOCATION> <NAME>Terrance</NAME> <COUNTRY>USA</COUNTRY> </LOCATION> <FOUND> <TOTALOFOUND> <TOTAL>3</TOTAL> </TOTALOFOUND> <PLACE> <ADDRESS>IL Road</ADDRESS> <NAME>shop1</NAME> <POSTCODE>5</POSTCODE> <CAT...

Feedburner Subscribe box in wordpress blog

I want to display the same Subscribe box which is displayed on feedburner feeds: http://feeds.feedburner.com/michaelmartine/ymYs in my wordpress blog. Is there any plugin of wordpress which will do this for me. I googled but didn't found such plugin, please help! Thanks ...

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). ...

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...

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, ...

Get the full list of feed url patterns?

hi all, I have seen some similar questions on stackoverflow and on searched on google too but could not get a satisfying answer. I am doing an application in which data is shown into a table. Now on selecting a row I need to now that if this will lead to a page where I am expected to see feeds. I am trying to detect the url via this me...

Where is the Facebook Status feed URL these days?

I know that it was previously possible to display your most recent Facebook statuses on your website as an RSS feed, but it seems they've changed their setup and I can't figure out where to find the feed anymore.... I saw some people searching for this a while ago, but since Facebook just released their new layout, I didn't know if this...

How to write the RSS Feeds for my asp.net MVC Application

I creted RSSResult.cs file in Controler this is the code I wrote.. using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; using System.ServiceModel.Syndication; using System.Xml; public class RssResult : ActionResult { public SyndicationFeed Feed { get; s...