rss feeds

Discussion in 'HTML & Website Design' started by Surfandskimer, Dec 27, 2006.

  1. #1
    I am putting together a new site but I am wanting to have rss subscriptions on there. Is there a certain how to some where on the interent..or just a type of html you need. Can someone please explain this to me:confused:
     
    Surfandskimer, Dec 27, 2006 IP
  2. oziman

    oziman Active Member

    Messages:
    199
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    58
    #2
    RSS is based on XML.

    Any blog worth its salt will do this automatically.
    In PHP you can either use the inherent xml parser functions (which I personally think are a pain), or use a class such as http://www.phpclasses.org/browse/package/560.html to write your code.

    Let me know if you need more help, and Good Luck!
     
    oziman, Dec 27, 2006 IP
  3. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    436
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I have an RSS parser you can use that was written by someone I know (he's been programming for over 20 years). And yes, I have been given permission to redistribute it.

    My question to you is, what DOCTYPE are you using for your Web pages? HTML or XHTML?
     
    Dan Schulz, Dec 27, 2006 IP
  4. swiftmed

    swiftmed Peon

    Messages:
    1,070
    Likes Received:
    26
    Best Answers:
    0
    Trophy Points:
    0
    #4
    You can get rss parsers and blog scripts at hotscripts.com to do all the things you need.
     
    swiftmed, Jan 7, 2007 IP
  5. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    436
    Best Answers:
    0
    Trophy Points:
    0
    #5
    The thing is those parsers grab the feeds from the server constantly - which puts a real draon on a server's bandwidth. The best thing to do is to cache the feed and then serve the cached file to the user.

    The parser I have does just that.
     
    Dan Schulz, Jan 7, 2007 IP
  6. surgeprotector

    surgeprotector Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    So with such a script and own hosting you no longer need services like blogger and wordpress? You can build your own template, pages, and have a blog page usable as a feed?
     
    surgeprotector, Jan 8, 2007 IP
  7. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    436
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Yup. That's pretty much it.
     
    Dan Schulz, Jan 22, 2007 IP
  8. donkevlar

    donkevlar Peon

    Messages:
    136
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Yes, yes and yes. Although free hosts are still very useful for backlinks, and they get listed in search engines real fast. :)
     
    donkevlar, Jan 22, 2007 IP