Skip to main content

Accessing RSS Feeds using RSS Reader - Integrating RSS Reader


RSS Feed Reader

RSS feeds are a spam-free, quick and efficient way to read news and weblogs. To get the most out of newsfeeds, you need a powerful aggregator. Aggregator refers to a web site or computer software that aggregates a specific type of information from multiple online sources. In computing, a feed aggregator, also known as a feed reader, news reader, rss reader or simply aggregator, is client software or a Web application which aggregates syndicated web content such as news headlines, blogs, podcasts, and vlogs in a single location for easy viewing. RSS feeds can be read using software called an "RSS reader".

Web-based Reader

The most commonly known web-based aggregators are reader applications on the web. These are meant for personal use and are hosted on remote servers. Because the application is available via the Web, it can be accessed anywhere by a user with an Internet connection.

Client software

Client software aggregators are installed applications designed to collect Web feed subscriptions and group them together using a user-friendly interface. The graphical user interface of such applications often closely resembles that of popular e-mail clients, using a three-panel composition in which subscriptions are grouped in a frame on the left, and individual entries are browsed, selected, and read in frames on the right.Software aggregators can also take the form of news tickers which scroll feeds like ticker tape, alerters that display updates in windows as they are refreshed.






Media aggregators

Media aggregators are sometimes referred to as "Podcatchers" due to the popularity of the term "podcast" used to refer to a web feed containing audio or video. Media aggregators refer to applications, client software or Web based, which maintain subscriptions to feeds that contain audio or video media enclosures. They can be used to automatically download media, playback the media within the application interface, or synchronize media content with a portable media player.

Broadcatching

Several BitTorrent client software applications have added the ability to "broadcatch" torrents of distributed multimedia through the aggregation of web feeds.

Feed filtering

One of the problems with news aggregators is that the volume of articles can sometimes be overwhelming, especially when the user has many Web feed subscriptions. As a solution, many feed readers allow users to tag each feed with one or more keywords which can be used to sort and filter the available articles into easily navigable categories. Another option is to import the user's Attention Profile to filter items based on their relevance to the user's interests.

[Source:wiki]


Integrating a rss reader to your website

I am writing in terms of php programming. In php there are lot of rss reader classes which can be downloaded and easily integrated to your website.

One of them is the Magpie RSS reader
A XML-based RSS parser in PHP. Supports most RSS versions including Userland RSS and RSS 1.0. Supports modules, and namespaces.
Read more from: http://magpierss.sourceforge.net/


magpie class reads the rss feed, then parse it and display it on your browser.
This class can generate HTML pages from content retrieved from an RSS feed.  The HTML is generated using template files that define how each RSS feed entry is displayed.  The class uses the Magpie library to fetch and parse the RSS feed data.
I had found an extended class of magpie from phpclasses.org which uses Magpie.
Check this  : http://www.phpclasses.org/package/2079-PHP-Generate-HTML-pages-from-RSS-feeds-using-templates.html

There are also javascript based RSS Reader. Check the below given links:

Enjoy the RSS Feed Benefits...HAPPY PROGRAMMING!




Popular posts from this blog

Strange problem occured while trying to create a CSV file using PHP Script - The file is not seen on FTP but can download using file's absolute path url

Strange problem occured while trying to create a CSV file - The file is not seen on FTP but can download using file's absolute path url Last day I came across a strange problem when I tried to create a csv file on therver using a PHP script. the script was simply writing a given content as a csv file. The file will be created runtime. What happened was, The script executed fine, file handler for new file was created and contents was wrote into the file using fwrite and it returned the number of bytes that was written.

How to get the Query string of a URL using the Javascript (JS)?

JS function get the Query string of a URL or value of each parameter using the Javascript(JS)? If you want to get your current page's url var my_url=document.location; to get the query string part of the url use like this: var my_qry_str= location.search; this will return the part of the url starting from "?" following by query string Lets assume that your current page url is http://www.crozoom.com/2013/page.html?qry1=A&qry2=B then the location.search function will return " ?qry1=A&qry2=B " to exclue "?", do like this:


Urgent Openings for PHP trainees, Andriod / IOS developers and PHP developers in Kochi Trivandrum Calicut and Bangalore. Please Send Your updated resumes to recruit.vo@gmail.com   Read more »
Member
Search This Blog