Questions tagged [rss-reader]

RSS Reader is a client software or a web application which aggregates syndicated web content such as news headlines, blogs, podcasts, and video blogs in one location for easy viewing.

RSS Reader is a client software or a web application which aggregates syndicated web content such as news headlines, blogs, podcasts, and video blogs in one location for easy viewing.

RSS Reader is also termed a news aggregator, feed aggregator, feed reader, news reader or simply aggregator.

461 questions
0
votes
1 answer

How to read dynamic rss feed

In my application i will have dynamic rss feed url saved by users. so i want to know that how can i read that xml which will be returned by rss feed. what will be the structure of that xml ? I have reviewed some feed url and i noticed that most of…
Ankush Jain
  • 1,532
  • 1
  • 15
  • 24
0
votes
2 answers

truly persistent localStorage or workaround for history clear

For my company I've created a RSS reader extension for our internal blog. The reason why I've build my own is irrelevant, I know there are many existings extensions. Suffice to say that the blog is completely sealed of from the outside. And let's…
0
votes
1 answer

RSS reader issue in air project

I'm trying to build a simple adobe air application that reads an rss feed. I succeeded in reading rss feeds, but I'm trying to read a specific one (provided by my school). When I change the url from the rss reader that works, I get an HTTP Request…
Hans Vn
  • 787
  • 1
  • 16
  • 32
0
votes
1 answer

Android Specifc RSS Feed Reader Issues

I am trying to run a tutorial I found online with this feed address: http://feeds.feedburner.com/TheTechnologyEdge I am able to run the program just fine when using other RSS feeds, but I specifically need the feed that I listed above. I am sure…
bmjohns
  • 6,344
  • 1
  • 33
  • 39
0
votes
1 answer

Feeds reader for Android

I need to build an android's feeds reader, but I have no idea where to start. I know the basis of java's programming, and I would appreciate a lot some guide lines. can any one help me ? Thanks
Nelson Silva
  • 429
  • 7
  • 22
0
votes
1 answer

How to i parse elements with [CDATA] tags

I'm trying to pull images from my tag using NSScanner, but my tag has a [CDATA] block that makes my NSXLM parser ignore everything inside that tag. How can i parse the data inside my tag, heres a sample of the rss feed , and a sample of the…
Luna
  • 537
  • 1
  • 12
  • 26
0
votes
2 answers

Display full article using SimplePie

I used SimplePie to display RSS feed from a basketball website. The article titles show up but I want the entire article to display. I tried changing echo $item->get_description() to echo $item->get_content() it still only shows the little exert. …
denikov
  • 877
  • 2
  • 17
  • 35
0
votes
1 answer

How to develop low resource needed RSS reader by PHP (Yii or CI or pure PHP)

I would like to read the RSS feed of a news agency web site and show them with ajax in my own website. I would like to know how should I develop it to use the least server resources. The web site contains near 150 rss link, so it should update mysql…
Moein Hosseini
  • 4,309
  • 15
  • 68
  • 106
0
votes
1 answer

iOS apps with RSS feeds that can extract image

Is is possible for the app to add RSS feed and at the same time look into that link for some image to display on the table view? I have seen apps with just text display on the table view is it possible to add an image from that feed as a display?
Siddharthan Asokan
  • 4,321
  • 11
  • 44
  • 80
0
votes
1 answer

How to read a specific line of a RSS feed in visual C#

I want to read a specific line of a RSS feed to display the information in a Label using visual C#. Given below is the Rss feed. Weather Underground
Sindu_
  • 1,347
  • 8
  • 27
  • 67
0
votes
1 answer

Simply display RSS feed in/on aspx page

Maybe I am being a n00b here, but for the life of me, I cant find a simple drop in type solution for displaying an rss feed inside an aspx page? I am looking for a simple solution, as when Firefox gets pointed to an rss feed, it just plainly…
Louis van Tonder
  • 3,664
  • 3
  • 31
  • 62
0
votes
0 answers

size of an RSS item body

I want to store the items of an RSS feed in a database. I created a table 'items' where, among other fields (author, guid, ...), I have a field for the body. How big should that be? Is there a limitation on the size of the body of an rss item? If…
Alessandro Cosentino
  • 2,268
  • 1
  • 21
  • 30
0
votes
1 answer

Empty uri and localName in DefaultHandler

I am developing an RSS reader. When running this code, localName and uri empty. I am parsing a RSS feed. I am running the following code. The same code is working fine in another android project. @Override public void endElement(String uri, String…
Charmi
  • 594
  • 1
  • 5
  • 20
0
votes
1 answer

create RSS reader in ASP.NET

I use VS2010, C# I want to read RSS content from other sites and display them in my site, currently this process is performed manually (site admin searches other sites and copy/pastes related content in news items!), but I want to do it…
Ali_dotNet
  • 3,219
  • 10
  • 64
  • 115
0
votes
3 answers

Fetching data from description node issue in Android RSS reader

I have been developing an Android RSS Reader Application and have had a problem with fetching HTML content from description node. I tried to fetch the data from following XML.

NovusMobile
  • 1,813
  • 2
  • 21
  • 48