1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

how to put RSS feed on html pages

Discussion in 'HTML & Website Design' started by westhaven, Apr 22, 2005.

  1. sadcox66

    sadcox66 Spirit Walker

    Messages:
    496
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    0
    #21
    Calm down guys...
    I understand both of you have a different philosopical outlook.
    I saw both of you had good and interesting viewpoints
    My experience has been a badly written script will get the IP banned.
     
    sadcox66, Apr 22, 2005 IP
  2. DangerMouse

    DangerMouse Peon

    Messages:
    275
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #22
    Much as i hate to admit it... noddip is right here - you don't want to put a script on a page that will make it's request everytime the page loads. probably not an issue for someone setting up a new site though - is it?

    I do all my RSS processing offline and publish static pages - that's my choice though... everyone's free to do it their own way.

    This is the beauty of the internet - NO?
     
    DangerMouse, Apr 22, 2005 IP
  3. Diamondbacks

    Diamondbacks Peon

    Messages:
    107
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #23
    What's up with the name calling. I just read another post from you noppid where you called a DP Member a "scammer" and a "cheat."

    Of course you are entitled to your opinion but seriously, name calling? :confused:
     
    Diamondbacks, Apr 22, 2005 IP
  4. sadcox66

    sadcox66 Spirit Walker

    Messages:
    496
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    0
    #24
    DangerMouse your a big man
    I fake static pages by using jpCache when possible
     
    sadcox66, Apr 22, 2005 IP
  5. SEbasic

    SEbasic Peon

    Messages:
    6,317
    Likes Received:
    318
    Best Answers:
    0
    Trophy Points:
    0
    #25
    I currently use a bit of php that requests an RSS feed every time the page is called.

    It's a bit of a pain in the arse because essentially, every time I get a hit on my site, I get yet another document called at exactly the same time.

    This server really isn't especially fast and I'm pretty sure that errors often appear (I've seen them a few times).

    I feel exactly the same way about this with HTML markup.

    I like accessible not code bloated sites.

    Anyway, that's my little bit :)
     
    SEbasic, Apr 22, 2005 IP
  6. noppid

    noppid gunnin' for the quota

    Messages:
    4,246
    Likes Received:
    232
    Best Answers:
    0
    Trophy Points:
    135
    #26
    Some people get pissed at adsense cheats, I have my niche. Bad code and bad or deceptive code/TOS.

    Perhaps I'm a bit rough around the edges, I'm too old too change that.

    But in every case, I've offered a better alternative, usually more then one too , as well as sound reasoning.

    I'm a put up or shut up person, I put up and I'm hard to shut up. :0
     
    noppid, Apr 22, 2005 IP
    miko67 likes this.
  7. DangerMouse

    DangerMouse Peon

    Messages:
    275
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #27
    I don't know where I heard this noppid but: it aint what you say, it's the way that you say it... Anyway, enough... :rolleyes:

    I've just looked at carp and it looks ideal - easy setup, you can control the cache time and there's a javascript version you can use if you don't have a php enabled server.

    My problem is that my host make me specify ALL outgoing requests before I make them... I have to write to them, ask them to open x IP for y purpose - That wass my only reason for writing flat files... Although now I've written the code it's just a matter of scheduled tasks and low server loads ;) (and I get to archive all the content... rsstatic can do that too though)
     
    DangerMouse, Apr 23, 2005 IP
  8. Bernard

    Bernard Well-Known Member

    Messages:
    1,608
    Likes Received:
    107
    Best Answers:
    0
    Trophy Points:
    185
    #28
    Thanks for the recommendation on Carp everyone. I've been using a simple RSS script that I found somewhere to pull my own blog and forum feeds for my home page and I'm pretty sure it does not use a cache. This looks like a much better solution!
     
    Bernard, Apr 23, 2005 IP
  9. Bernard

    Bernard Well-Known Member

    Messages:
    1,608
    Likes Received:
    107
    Best Answers:
    0
    Trophy Points:
    185
    #29
    noppid, would you mind elaborating on this for my edification? I'm an applications developer who is just starting to dabble in PHP and I'm curious as to what the issues are with those methods and what method is preferred over them. TIA.
     
    Bernard, Apr 23, 2005 IP
  10. noppid

    noppid gunnin' for the quota

    Messages:
    4,246
    Likes Received:
    232
    Best Answers:
    0
    Trophy Points:
    135
    #30
    Most major players have links to the info on their feed pages. I followed the links at the yahoo feeds to get my info IIRC. There is plenty of it.

    Specifically, look for info on the RSS feed telling you what the cache interval should be.
     
    noppid, Apr 23, 2005 IP
  11. Bernard

    Bernard Well-Known Member

    Messages:
    1,608
    Likes Received:
    107
    Best Answers:
    0
    Trophy Points:
    185
    #31
    I'm not sure who the "major players" are or where to find the links you speak of. I'm just working on my own site with my own feeds right now. If you have a link, I'd appreciate it.
     
    Bernard, Apr 23, 2005 IP
  12. soft4you

    soft4you Peon

    Messages:
    33
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #32
    how to create rss:
    http://rss-specification.com/how-to-create-rss.htm

    how to put rss on html page:
    http://rss-specification.com/rss-on-your-website.htm

    how to promote rss:
    http://create-rss-feed.com/how-to-promote-rss-feed.htm
     
    soft4you, Sep 13, 2007 IP