Results 1 to 6 of 6

Thread: What is RSS and how does it work?

  1. #1
    Join Date
    Nov 2009
    Posts
    1,002

    What is RSS and how does it work?

    I am developing a new social networking website as a part of my project. Many of my friends have suggest me to implement "RSS" in it. But I have no information about this technology. So, I need to know what is RSS and how does it work? Does the operating system has do to anything with it? I am using Windows Vista Home Premium operating system in my computer. Please reply soon with possible answers as I need to study about RSS and implement this technology in my website.

  2. #2
    Join Date
    May 2008
    Posts
    2,134

    RSS means Really Simple Syndication

    It is very interesting to study about how RSS and how it works. Actually, RSS means Really Simple Syndication. This technology allows you to distribute some notices, headlines and many a times a large content to a large group. RSS is used by the programs in the computer that have to arrange headings and notices too, especially for simple reading. I suggest you to go with it and implement the technology in your website as it will be helpful to you only in the future.

  3. #3
    Join Date
    Oct 2005
    Posts
    2,358

    RSS helps the author of the website

    I have used RSS and I know how it works. RSS helps the author of the website because of which he is able to maintain the website in a very good manner. RSS helps the author to maintain a notifications group. This group is called as an RSS Feed. The users who want to check for the topics of their interest and that too the latest news about them just have to search this group. Even the headlines of the latest news can be checked by using this method. I suppose that you will have got a rough idea about what RSS is and how it works.
    I'm the Proud Owner of the most dangerous weapon
    known to man kind: Human Brain

  4. #4
    Join Date
    Apr 2008
    Posts
    2,572

    Re: What is RSS and how does it work?

    RSS and its working is implemented in many of the websites and it basically has 2 main components:
    1. The server end
    2. The client end

    I will explain to you its working with a very simple example. The sever end generally contains a news website, a blog an IPTV show and so on. This end generally produces the RSS feed.
    The client end usually contains a web browser, a web-based RSS aggregetor. This end generally consumes the RSS feed.

  5. #5
    Join Date
    May 2008
    Posts
    2,792

    which format of RSS should you use

    If you have learnt what RSS is and how it works then, there is one more important thing to know, that is "which format of RSS should you use". The formats are given below:
    • Version: 0.90----Owner: Netscape----Not recommended
    • Version: 0.91----Owner: UserLand----For basic syndication
    • Version: 0.92, 0.93, 0.94----Owner: UserLand----Instead use 2.0
    • Version: 1.0----Owner: RSS-DEV Working Group----For RDF-based applications
    • Version: 2.0----Owner:UserLand----for general-purpose, metadata-rich syndication

  6. #6
    Join Date
    Apr 2008
    Posts
    2,276

    RSS is an XML application

    You need not have a special operating system as such for implementing RSS. This is because RSS is an XML application. If you have understood what RSS is and what work it does, then here is a simple code of RSS:
    <?xml version="1.0"?>
    <!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN"
    "http://my.netscape.com/publish/formats/rss-0.91.dtd">
    <rss version="0.91">
    As shown in the code, the documents of RSS begin with the declaration of XML 1.0 and after that the document type declaration.

Similar Threads

  1. Replies: 3
    Last Post: 29-06-2011, 09:31 PM
  2. How does SVN work
    By DaaruWala in forum Windows Software
    Replies: 3
    Last Post: 24-01-2011, 07:24 PM
  3. Replies: 5
    Last Post: 19-08-2010, 01:02 AM
  4. Replies: 3
    Last Post: 26-06-2010, 10:56 PM
  5. Replies: 1
    Last Post: 06-01-2009, 12:01 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,750,397,021.94935 seconds with 16 queries