Thursday 22 November 2012

RSS Feed for Beginners

                    In this blog I will tell you How RSS feed most helpful for Internet users.

RSS is a acronym Really Simple Syndication. In fastest growing time all Internet user want uptodate and gain Knowledge about all the news related to any field but it is not possible that you go through each Website in a small time so most of the updated Website provide RSS feed  for their viewers.

  1. Where RSS is Placed in your website  ?

 Placed in same place of your Home Page Directory  ( like http://www..com/rss.xml ).
   

   2.  What is RSS feed and its need? Where RSS Feed is Placed ? 

Feed means categorization of news like Internet news , crime news etc so that you can get information related to your field for example if my interest in Google news so i am only subscribe for Google news feed.

RSS Feed is placed  for example
                   http://www..com/ rss/internet.xml 
                   http://www..com/ rss/crime.xml 

Two ways to finds  RSS in any website:

  •   Find this bookmark on any website if it contain.
  • Type rss.xml in url some of the website.


3. How RSS work and How you add RSS for you?

 Your needs
  •   Browser :- Chrome, Firefox,etc
  •  Web based :- to register with RSS aggregator like (Google Reader, Feedzilla)

Go to the website contain RSS feed and Loin to your Google Reader by Gmail Account .
in left upper portion Subscribe Button


4.   RSS  XML Example ? 


<?xml version="1.0" encoding="ISO-8859-1" ?>
<rss version="2.0">

<channel>
  <title>Home Page</title>
  <link>http://www.apls.in</link>
  <description>Language Translation and Interpretation</description>
  <item>
    <title>Interpretation Page</title>
    <link>http://www.apls.in/interpreter</link>
    <description>New Interpreter Tools</description>
  </item>
  <item>
    <title>Translation Page</title>
    <link>http://www.apl.in/translation</link>
    <description>New Translation Tools</description>
  </item>
</channel>
</rss>

Result:

Laguage Translation and Interpretation

under this 

New Interpretation Tool

If you want the live example please click.you can also use different tags according to your need






No comments:

Post a Comment