RSS Feeds - RSS Readers - format - content

Webendipity - World Wide Web


HOME :: ABOUT :: GLOSSARY :: BLOG :: ADVERTISE

RSS Feeds and Readers

Definition in Plain English:

RSS is a Web content syndication format.
Its name is an acronym for Really Simple Syndication. RSS is a family of web feed formats, specified in XML and used for Web syndication. RSS is used by (among other things) news websites, weblogs and podcasting. It is a format for syndicating news and the content of news like sites. It is not only news but anything that can be broken down and syndicated via RSS,

A program known as a feed reader or aggregator can check a list of feeds on behalf of a user and display any updated articles that it finds. It is common to find web feeds on major websites and many smaller ones. Some websites let people choose between RSS or Atom formatted web feeds; others offer only RSS or only Atom.
Web-based feed readers and news aggregators require no software installation and make the user's "feeds" available on any computer with Web access

 


Article #1
Tracking and Measuring RSS Feeds
by: S. Housley

Measuring and tracking RSS while a fairly simple concept, is really anything but. Unlike websites, RSS have the added caveat of potential syndication, making accurate tracking a challenge to anyone but the extremely tech savvy.

It is not unrealistic for marketers to want to know how many subscribers they have, which items in their feeds attract the most interest, or how many click-throughs are generated as a result of an RSS feed.

There are a number of 3rd party providers who focus on tracking the consumption of RSS feeds. Some solutions are rudimentary but likely sufficient for a small business testing the waters with RSS. Other RSS tracking solutions are more complex and while they can come close to being accurate, with syndication there is no solution that tracks with 100% accuracy.

Techniques Used to track RSS Consumption

Small businesses can view web logs to provide information on how many times a specific file (RSS feed) is requested. The logs and information is rudimentary but will give a basic sense of a feeds success. Many 3rd party tracking options have additional tracking information available.

Hosting

The most common method to track the number of feed accesses or individuals accessing a feed is to use a 3rd party feed host. Companies like FeedBurner essentially track feeds based on accesses. The downside to using a 3rd party like Feedburner, is that the url is a FeedBurner url and any PageRank or popularity associated with the url will benefit the feed host rather than the feed creator. Additionally, no distinction is made between unique views or syndicate feeds.

FeedBurner provides a free no frills service to host RSS feeds and they have been proactive in circumventing user concerns. Recently implementing a service that eases users concerns about migrating from FeedBurner. There is a 3 step process for users interested in migrating from FeedBurner's free service, implementing a permanent redirect, and url forwarding.

Details can be found at: http://www.burningdoorc.om/feedburner/archives/001251.html

Some publishers, who were concerned about lock-in or wanted to retain control of the domain and feed urls often resist a hosting service. The new program FeedBurner Partner Pro is not free, but allows for users to point to their own domain, retaining complete control of their feeds without sacrificing statistical tracking.

The downside to using a service like FeedBurner is that some filtering applications used on corporate proxy servers block feeds residing on FeedBurner or other free hosts.

Redirects

Companies like SyndicateIQ have more complex tracking solutions that generate unique urls for each subscriber. The tracking benefits to such a customized solution is obvious. Individual user habits can be monitored and any users abusing their access and inappropriately syndicating a feeds content can have their feed turned off. The downside of course is that the success of RSS is in a large part due to the anonymity. Users don't want their personal habits tracked.

Considering the venture capital interest in these 3rd party hosting services. It is important to note that their value is in the data that they collect. As with any 3rd party service, it goes without saying that publishers should read the privacy policy carefully, be aware of who owns the rights to the collected information, and how that information might be used. It goes without saying that the value in many of the free services currently available lies in their aggregate data.

Uniquely Named Transparent Images

Uniquely named transparent 1x1 graphics can be added to the description field of an RSS feed. Users can use standard web logs to see the number of times the image is viewed and determine the number of times the feed was accessed.

Companies Specializing in Tracking and RSS Metrics

Pheedo - Pheedo creates tools that enable individuals, organizations and corporations to promote, analyze, and optimize their weblogs and content.

http://www.pheedo.com

SyndicateIQ - SyndicateIQ's position in the content distribution chain provides clients a set of analytics.

http://www.syndicateiq.com/

FeedBurner - FeedBurner offers a full range of services to help you build awareness, track circulation, and implement revenue-generating programs in your feed(s).

http://www.feedburner.com

Each individual using RSS needs to make a decision of the extent and importance of the analytics they require. Realizing that any system they employ is not going to be perfect.

About The Author

Sharon Housley manages marketing for FeedForAll http://www.feedforall.com software for creating, editing, publishing RSS feeds and podcasts. In addition Sharon manages marketing for FeedForDev http://www.feedfordev.com an RSS component for developers.

article compliments of ArticleCity.com


Article #2
Displaying RSS Feeds on Your Web Page
by: Sanjay Johari

RSS feeds have made it very convenient to syndicate information from various sources. Most of websites and services that publish fresh content, such as ezines, press release, new agencies, blogs make their content available thru RSS feeds. As new content is published the RSS feed gets updated automatically.

Adding RSS feeds to web pages has many advantages. Let us say you have added RSS feeds from a popular ezine on one of your web pages.

• The content of the web page is automatically updated as the ezine makes new content available via RSS feeds. Every time search engine spiders crawl your web page they are likely to find the web page updated.

• The visitors to your web site will also find new content on every visit and they might be tempted to visit your web page more often.

• You do not have to bother about writing fresh content as RSS feeds are updated automatically.

Earlier I had written an article on adding RSS feeds to a web page using java script. While this method makes fresh content available to the readers, the content of the feed cannot be “read” by search engine spiders. Therefore the web page does not get the benefit of changing content from the search engines.

On the other hand php based installation makes it possible for spiders to notice the changing content of the web page. This article is a follow-up of my previous article which outlines simple steps to put RSS feeds on a web page.

For the purpose of this article I have chosen the free version of software available from CaRP. The software can be downloaded from this site:

http://www.geckotribe.com/rss/carp/

The instruction manual which comes with the package gives detailed instructions for installing and running the software. Additional information is available from the site. While there are several options available for using the software, I am showing here the simplest steps to load and run the software:

1. Download the software on your computer. It comes in a zip file. After unzipping save the available folders and files on your computer. These files and folders will be available – carp (folder), img (folder), carpsetup.php, README.html .

2. Upload all the files and folders to the root directory of your website. This can be done by using FTP. If uploading is done file by file, ensure that the names of the files and folders, and location of files in their folders do not change.

3. Create a new mySQL database.

4. Run the setup file carpsetup.php from you web browser.

5. A new page will be displayed. On this page select mySQL database option which is easier of the two options given there.

6. Another new page will open in which you have to fill the details of mySQL database. Click on “Create Database Tables”.

7. The page which opens now will have code which has to be put on the web page where you want to show RSS feed. The code will be displayed in a gray box.

8. Within the code there is “setup code”. This setup code should be pasted into a file called carpconf.php . The file will be available in carp directory. On the html script of this file locate the line “//Add configuration code that applies to all themes here” . Just below this line paste the setup code.

9. Choose a web page where RSS feed has to be displayed. The file name of the page should have .php extension. If your page has .html or .htm extension, you can try replacing only the extension with .php . Normally this should not change the way the page appears in a web browser. If you encounter any problem you could make a new web page with .php extension.

10. At appropriate location of the web page, where you want RSS feed to be displayed, paste the code in the html script of the page. From there you can remove the setup code. It is not required to be added to all pages once it has been added to carpconf.php page in step 8 above.

11. If you now open your web page in the web browser it will start showing the RSS feed which comes along with the package. For changing this to RSS feed of your choice you will need to make changes in the code you have entered in step 10. In the code there is a URL after CarpCasheShow. Change this URL with the URL of RSS feed you wish to display.

Now the web page will display the RSS feed of your choice. You can choose to display more feeds on the same page or have separate pages for RSS feeds for different sources.

You can see this page on my website on which RSS feed has been added using exactly the steps shown here.

http://www.sanjay-j.com/RSSFILE/homebusinesspop.php

You can see some more pages from the links on left column of this page.

I have tried to make the process easy to follow. You can always refer to more detailed instructions which come with the package. Take advantage of the free content available and use them to boost your page positioning and traffic to your website.

About The Author

Sanjay Johari contributes articles regularly to ezines. Grow your list, make new friends and ensure your success in life: http://www.sanjay-j.com/empowerism.html.

sjohari2001@yahoo.com

article compliments of ArticleCity.com


Article #3
An article coming soon

Top Informational Websites

Squeet, receive news, blogs or any RSS or Atom feeds in your email.


FeedReader


Yahoo News


what is RSS

 


Related Webpages

coming soon


The true adventure of the Internet is
finding something unexpected and useful online
while searching for something else entirely!


Search Google or our site for more information

Google
Web Webendipity.com

This site proudly created on a Mac logo88x31









HOME
:: ABOUT :: GLOSSARY :: BLOG :: ADVERTISE



Curtis D. Tucker - Purveyor • P.O. Box 52 • Enid, Oklahoma 73702 USA • Call: 1.580.977.9947
© 2005 Webendipity • Another Shaggy Duck™ Studios Venture