rss

drupal rss feed not displaying in IE7

Hi there, I'm generating some RSS feeds from my Drupal site. They work fine in Firefox and IE8, but in IE6 and 7 it is displaying the XML. The feed location is at http://www.leanarts.org.uk/general/feed. Can anyone help? ...

Viewing raw RSS feed?

I use WordPress for several websites. I want to customize one of the RSS feeds and create a template for the outputted data but everytime I click on the feed link (myurl.com/feed) it takes me to a Google page to add it to my Google Reader. I use Google Reader and normally want everything else to default to that, but how can I override ...

How to aggregate different RSS Feed in a single Feed

Hi, i have a website (based on liferay) that produces more than 300 Feeds (one for each community). I need to expose a single Feed, but i need that feed to come from my server (that means that if my site is www.mysyte.com, the feed Must be www.mysyte.com/rss.xml). How can i do that? ...

Google AJAX Feed using wrong link

I am using the Google AJAX Feed to display the RSS feed located here: http://www.tobacco.org/articles.php?mode=rss&is_tfk=1&lang_code=en It is getting everything fine, but the link that it is grabbing is the GUID property, and not the LINK property. I can successfully display other RSS feeds, which leads me to believe that it is...

Should I worry about RSS urls for SEO?

Very quick question: should I worry about RSS urls for search engine optimization? Can I just use an obscure ID number, or should it be as clean as an HTML document link? ...

Parse ATOM in Ruby with custom namespaces

Hi, I'm trying to read this ATOM Feed (http://ffffound.com/feed), but I'm unable to get to any of the values which are defined as part of the namespace e.g. media:content and media:thumbnail. Do I need to make the parser aware of the namespaces? Here's what I 've got: require 'rss/2.0' require 'open-uri' source = "http://ffffound.co...

Find partnership status in Gdata Feed?

Using Gdata RSS Feed, I want to control for the role of the author. I want to control for a partnership with google. On this page by Google it says there is a reference: http://code.google.com/intl/nl/apis/youtube/2.0/reference.html <media:credit role="uploader" scheme="urn:youtube yt:type="partner">partner_name</media:credit> But in ...

How can I tell if a Google Map RSS feed has changed?

Much to my surprise, if I look at the response headers for the RSS representation of one of my Google Maps, there is no Last-Modified header. I want to do a conditional GET of the RSS (in C#). I'm surprised because I thought RSS files would be especially likely to contain information in the response headers about their last updated time...

Reading RSS Feeds: What Aggregators Do That I'm Not

I drop the following feed into Google Reader, and it update normally. http://www.indeed.ca/rss?q=&amp;l=Hamilton%2C+ON However, when I use any of a number of approaches suggested thither and yon on the 'net that simply involve reading from this source and parsing the XML I receive the same 20 items. What is Google Reader doing that I...

Getting a full RSS feed

I'm testing a feed which I plan to later consume in my application. When viewing it in the browser, it shows only the last 7 items. Do feeds behave different when consumed from a program? If not, how do I view the full feed from the first item to the last item? I'd like to at least see it in the browser first ...

XSLT, how to only process first X items?

Hi, I am trying to use XSL to convert a news feed into a fragment of html for insertion into a web page. The news feed is several hundred items long and so I only want to include the latest 10 headlines... The xsl is below, I was thinking I could have a counter and break out of the loop after the desired number of iterations. However ...

Consuming RSS feeds in ASP and C#

I'm working on making a modification to a site built with ASP/C#, and one of the tasks was to add in the display of 2 RSS feeds - one from the site's internal blog, and the other from the site's Twitter account. However, I seem to continually get empty feeds from both, even though I've confirmed that I'm pointing to the correct URL of th...

ROME : Unable to get full description of post for a feed

Hi, I am parsing feed from http://feeds.feedburner.com/Commercial_LCD_Monitors. But while getting description of each post I got few lines and then it gets truncated with ending [...] characters. eg. Stand out from the crowds with a higher level of professionalism with the L305 mobile data projector. The 3000:1 ANSI lumens and adv...

Scrolling RSS reader iPhone View

I'm planning on adding a small subview to the bottom of my current app so that it can display RSS feed headlines one at a time. What would be the best type of view to use for this? UITextView, UIWebView? Perhaps a custom UITableViewCell? If i use a UITextView and tap it, it displays the keyboard, but if i setUserInteractionEnabled to NO ...

Price comparison websites - how do they work?

Hey, I was just wondering if anyone could explain to me how a price comparison website works? I mean if it works how I think it does (explained below) then I have a really good project to work on for myself, which should make a lot of money long term. So how I think it works is that each supplier provides an RSS feed which the comparis...

Using Regex in Yahoo pipes to "clean" RSS feeds...

Hi, everyone. Need some help in creating a Yahoo Pipe that strips certain elements from an rss feed. To clerify: I would use the regex code on Yahoo Pipes. I presume the regex syntax is universal? I've broken the question up to some sub-questions: What would be the regex for removing/striping a specific html tag (has its own class)?...

How to reverse django feed url?

I've been searching for hours to try and figure this out, and it seems like no one has ever put an example online - I've just created a Django 1.2 rss feed view object and attached it to a url. When I visit the url, everything works great, so I know my implementation of the feed class is OK. The hitch is, I can't figure out how to link ...

hyperlinks aren't working, rss reader

hi i'm trying to build an rss reader using javascript. everything is up and running except the hyperlinks. I need to pass a variable that will hold the url for each list item. any advice would be appreciated. thanks. xml --------------------------- <?xml version="1.0"?> <rss version="2.0"> <channel> <title>...

How do you display a browseable list of images obtained from an RSS feed?

I have a requirement to grab images from an rss feed and display these images in much the same way as browsing your picture library and I really dont know where to start first. I can get tutorials on the rss reader but I really dont know the component to use to allow the user to "swish" through the images on screen Any help much apprec...

How can I have a frame on a web page constantly updating content without the user having to refresh the page?

I need one of my frames to change its contents whenever the server decides it's time. Is that possible? Can RSS be used for that? Does it demand too much in terms of network and processing? ...