RSS question

Discussion in 'XML & RSS' started by bob25, Jan 29, 2009.

  1. #1
    I want to use a feed from another site for my blog, but it uses the PHPbay plugin. Will my page also be updated with the current auctions or will it just display a page that doesn't keep the auctions current?

    Thanks
     
    bob25, Jan 29, 2009 IP
  2. fana

    fana Banned

    Messages:
    87
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    18
    #2
    RSS is a family of Web feed formats used to publish frequently updated works—such as blog entries, news headlines, audio, and videoi in a standardized format. An RSS document is full or summarized text, plus metadata such as publishing dates and authorship. Web feeds benefit publishers by letting them syndicate content automatically. They benefit readers who want to subscribe to timely updates from favored websites or to aggregate feeds from many sites into one place. RSS feeds can be read using software called an "RSS reader", "feed reader", or "aggregator", which can be web-based, desktop-based, mobile device or any computerized Internet-connected device. A standardized XML file format allows the information to be published once and viewed by many different programs. The user subscribes to a feed by entering the feed's URI The RSS reader checks the user's subscribed feeds regularly for new work, downloads any updates that it finds, and provides a user interface to monitor and read the feeds.

    Above info is generally what we get from most of the sites.To make it more clear and easy the following points will help you.
    <b>if u want to create your own RSS page</b>
    1. create and RSS file in which your specified web page is given as link.
    this done using the guidelines given in http://w3schools.com/rss/rss_syntax.asp
    2.upload this rss file in the server containing the particular page.
    3.to make the page readable aggregate your page using feed burner or other aggregators available.

    once this is done your page is available for reading from any RSS reader. select any RSS reader and submit your link. you will automatically get your page. If that page is updated the same will get reflected in the reader as well.

    <b> if you want to provide RSS feeds of others in your page do the following </b>
    1.select the feed URL you want to publish

    use the code given in this link if you are using PHP
    http://w3schools.com/php/php_ajax_rss_reader.asp

    this code would help your reading the RSS feed. thus bring in RSS feed into your site.

    2. If you are not using PHP go for conversion software from your language used to javascript for ex
    if you are using PHP search PHP to java scipt converter which is available in net.

    3. just convert the feed and put it into your site which will get updated news or info whatever given in them

    If more info needed have a look at this site www.in.visitthebest.com and send your enquiries to
     
    fana, Feb 10, 2009 IP
  3. bob25

    bob25 Well-Known Member

    Messages:
    1,519
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    128
    #3
    Thanks for the detailed response :)
     
    bob25, Feb 21, 2009 IP