Really Simple Syndication (RSS) is a family of web feed formats used to publish frequently updated works—such as blog entries, news headlines, audio, and video—in a standardized format.

learn more… | top users | synonyms (1)

0
votes
1answer
12 views

Using Javascript to pull data from an RSS Atom feed

I have written a webpage that takes in an xml file from an RSS and parses it by certain tags. I have tested it on a local copy of the data I am planning on using and it works fine. The catch is that I ...
0
votes
0answers
10 views

How do I set my RSS CFM feed to include events that have current events going on

We have a upcoming CFM RSS feed that functions fine: http://webapps.luc.edu/newsevents/public/syndicate/rss_upcoming.cfm?siteid=978 but the items displaying are only showing events after the current ...
0
votes
1answer
10 views

Adding XML feedback functionality to website

Few years back I made a university website using PHP where notices are uploaded and students can see it.Now they want me to develop an android application which I can use to get notices from the ...
-3
votes
2answers
49 views

Why doesn't this output anything? [on hold]

Java file : THIS CODE public class RssFeed extends ListActivity { public List headlines; public List links; @Override public void onCreate(Bundle savedInstanceState) { ...
1
vote
1answer
19 views

Hiding a particular image from RSS

I have a Blogger-powered site (alwaysspanish.com) and offer RSS feed via http://nombredelblog.blogspot.com/feeds/posts/default?alt=rss. On my blog posts, I always include a small, 100px image at the ...
0
votes
0answers
14 views

Add Date and Time to RSS FEED - Android

I wanna add date and time to my RSS Feed. I have an RSS Feed and 3 tabs. It only fetches the title of the feed. I tried a lot of tutorials none of it was working :( . Can someone help me please?. Here ...
0
votes
0answers
5 views

How to get the actual LINK url property from Zend_Feed_Rss channel object

I'm trying to wrap my head around how to use Zend_Feed_Rss. According to the documentation, to get the link of the channel, you access it with the method $channel->link(). But when I do so, I get an ...
1
vote
0answers
9 views

When creating an RSS Feed using Rome, how can I add Comments?

I want to create a RSS Feed using Rome (it looks like the site is abandoned). For each entry, I would like to add a Comments element. Comments is part of the RSS spec: comments : URL of a page for ...
-2
votes
1answer
22 views

Pulling price data from Apple's app RSS feed [on hold]

How would one use Apple's app RSS feed to retrieve apps that are on a discount for a particular day? Similar to this site's main page => http://appshopper.com/
0
votes
3answers
35 views

How do I impletment infinite scrolling for a blog app using RSS?

I was wondering if it is possible to implement infinite scrolling for a app that displays my blog's RSS feeds? Kind of like Instagram or Facebook when you scroll to the bottom it fetches more feeds. ...
0
votes
2answers
26 views

How can I Deserialize a RSS?

This is my code: var objectText = XmlReader.Create(requestedURL); XmlSerializer mySerializer = new XmlSerializer(typeof(InstagramItems)); var instagramItems = ...
1
vote
1answer
11 views

Merging two feeds to one stream. How unite?

I work with Yahoo Pipes, and have two 'XPath Fetch Page' sources. Individually, they work perfectly. One Page. Creating pubDate field Second Page. Creating other fields At now, i want insert ...
1
vote
0answers
23 views

How do I add image to RSS Feed Yahoo Weather

does anyone know how to get the image from Yahoo weather and display it on the android? The Image that I'm using and the website that I'm using to retrieve the weather is ...
0
votes
0answers
7 views

Is it possible to use Mule's Facebook Connector to view posts from Facebook group pages?

I'm currently using Mule to pull RSS feeds. However, there are some sites that don't have RSS feeds so I'm trying to pull the same information using their Facebook page. Initially I first converted ...
1
vote
0answers
18 views

How to retrieve Yahoo Weather RSS Feed in android?

I would like to ask what have gone wrong with my coding? Or is it Yahoo weather API need any API KEY? As I couldn't retrieve the RSS code for my Yahoo Weather. The RSS Feed that I'm trying to ...

1 2 3 4 5 286
15 30 50 per page