Help - Search - Members - Calendar
Full Version: Rss
Sal's RuneScape Forum > Everything... Not RuneScape > Tech Talk > Tech Discussion
Ouranos
Try as i might, i continually fail to grasp how this 'really simple sydication' works.

Can anyone break it down really really simply for me?
gabtdw
Are you talking about implementing it? if so there's a really simple tutorial here.

Basically, you create an RSS channel, which contains blocks of information about each entry in the feed. For a news headline, this could be presented like this:
CODE
<item>
  <title>China to host 2008 Olympics</title>
  <link>http://www.http://www.olympic.org//rss</link>
  <description>China are hosting this year's Olympics</description>
  <author>someoneorather@somewhere.something</author>
</item>

You then use an 'RSS Aggregator', or 'reader' to interpret each block of information and write down all the different things (like 'title' and 'description') on the page. I know that the Firefox browser has an RSS Reader built in, but if you use IE, Google 'rss reader internet explorer' and see what you come up with.

Hope this is now a bit clearer to you smile.gif
Ouranos
thank you.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.