rss

flash loading "my maps" rss from google maps

Hello there, I creating a flash app that loads a RSS of a plublic map with a custom route path and draws lines from the coordinates on a Away3D Sphere. It works preety well when I'm testing locally, but when I publish online, the app can't load the RSS. I think Google Maps disable access from other domains. Does anyone knows another w...

WP HTTP Error: couldn't connect to host

I'm running Wordpress on MAMP and for some reason I get an error on all of my RSS feeds saying WP HTTP Error: couldn't connect to host I think its a configuration problem in MAMP with cURL, but not sure how to fix it. I have cURL enabled. ...

rss feed by linq

I am trying to extract the rss feed using linq. Thought it would be simple, but its is not returning any nodes. probably i have to go the channel/item node, but don't know how. Dim rssUrl As String = "http://webclip.in/rss.aspx?u=mostliked" Dim rssDoc As XDocument = XDocument.Load(rssUrl) Dim rssResultSet = From node In rssDoc.Descenda...

JQuery Truncate V2.3 issue

Hopefully this is a new question, if not, please point me to the answer. I am using jquery.truncate-2.3.js in a website. I am using the script to truncate/expand text in many stories, each in a div tag. The story text within the tags is coming from an RSS feed (using the RSSFeed ASP.NET server control), and dropped in like this: ...

isvalid rss feed url

Before adding a rss feed url to the database, how can i check and make sure that it a valid rss url. via vb.net code. Please let me know. ...

Embedding OBJECT (Video) in RSS Feed while maintaining page flow

Hello all, I'm trying to publish rss feed from a site. Some of the feed items contain embedded video. Now I know for sure that this won't show up in the feed when the feed item contains the object data enclosed within the item's <description> tag. In fact feed validator shows a warning for the same. Googling for a solution to th...

Convert rss pubDate to EST in .NET

I am trying to convert the pubDate in the Rss to EST. If you look at the links posted below, they have different timezones. Is there a function which takes any type of dateformat and convert to EST ? http://rss.cnn.com/rss/cnn_topstories.rss http://www.cricinfo.com/rss/content/story/feeds/0.rss http://feeds.latimes.com/latimes/enterta...

Creating a feed from a list of links in yahoo pipes

Hi, I was trying to get a custom RSS feed to use with the MiroTV app - an application that gets video from an RSS feed and download it so you can watch it in your pc. I mostly use MiroTV to watch video lectures from sites that already a nice rss feed for their lectures like Yale Open Courses. I learned about Yahoo! Pipes recently and ...

Can feedburner still individually track multiple feeds merged via Yahoo Pipes?

I have lots of feeds (FeedBurned) from a Wordpress instalation (categories and such) and I would like to have a form in the site with a checkbox for each feed, then use yahoo pipes to combine the selection. My problem is, can Feedburner still track the individual feeds when a user subscribes to the outputted Pipe? If not, are there any ...

Choice of database for a Django-based RSS application?

I'm planning a web application using Django, and it's based on a big pile of data from RSS feeds. What would be the best database to use to store the content of a lot of posts and metadata, as well as data about how each user relates to each post? I've heard that the consensus is that ZODB is too slow, but it'd be handy to have a databa...

how to convert rss to html using java/j2ee?

.How can i convert rss to html to display it effectively? ...

Connected run-time RSS to TwitterFeed

I am creating RSS at runtime using PHP. I connected the link to TwitterFeed, but it is not submitting tweets to Twitter. Is it compulsory that the URL file name must have the extension .xml? ...

unexpected token in rss feed

I am trying to process an rss url, but is giving me an error as "'--' is an unexpected token. The expected token is '>'. Line 81, position 5." when i look at the source it has a value "Knowledge@Wharton -- Innovation and Entrepreneurship" in the middle of the xml node. How can i process this url and ignore that error. Public Shared Fu...

create rss feeds page after posting a form in php

Hello, my question is the following How can I display a standard rss page after posting a form The problem I am having, is that it is not recognized as a feed if I use the forms action to get to the function that should echo out the rss/xml. If I use a direct link that is pointing to the function like controller/function I am getting ...

How to get Text-only results from Twitter Search Feeds?

I'm writing a simple Twitter example that reads the Twitter Search RSS feed via: http://search.twitter.com/search.rss This works well except that the Description in this contains HTML such as Bold Tags and Link Tags, I have looked at the Atom feed via: http://search.twitter.com/search.atom It also has HTML in the description, is th...

YouTube Videos in Blogger Atom/RSS feeds

I'm trying to view a feed from my blogger account both from a Ruby on Rails app, and Safari's feed reader. All of the simple HTML (like paragraphs and images) is interpreted just fine, but embedding a YouTube video isn't working. For example, when I add this to my post inside of blogger: <p>Before</p> <object width="560" height="340">...

Determining new RSS items in .Net

I've been looking at some different options for reading RSS Feeds in .Net. I've seen frameworks like Argotic, etc. My question is, do any of these frameworks assist in determining which items in a feed are new? Or is that outside their scope? ...

usage of rome media rss plugin

can anyone explain how to use the rome media-rss plugin found here? I tried the sample usage and everything else i could find in google (which isn't much) but could not get it to work. Specifically, getModule(MediaModule.URI) which is supposed to return a MediaModule returns null on a media-rss feed. getModules() (note the plural) on th...

How to Extract atom rss

Given an url, if it has any rss nodes, then i am adding to the date base. e.g. For the url link text rssDoc.SelectNodes("rss/channel/item").Count is greater than zero but for the atom url google/atom rssDoc.SelectNodes("rss/channel/item").count is equal to zero. How can i check if the atom rss url has any nodes or not ? have tried fo...

How does RSS reader know that a feed is updated?

Just learning about this via youtube but could not find answer to my question of how reader knows there is an update. Is it like a Push in blackberry? ...