is it worth it to code your own RSS feeds?

Discussion in 'Programming' started by mz906, Dec 21, 2007.

  1. #1
    is it worth it to code your own RSS feeds?

    I am familar with php and mysql, and have built my own db's.

    here's what i am looking to do:

    - XXXX site updates
    -- Title of story (this will be a link to story)
    -- About 10 words of first pargraph ending with ...

    i've seen sites where you plugin the RSS from another site and it gives you a js or php code to add to your site, but i want to limit the number of words displayed, is it worth it to spend the time and code my own?
     
    mz906, Dec 21, 2007 IP
  2. coches

    coches Peon

    Messages:
    41
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    with php 5 around these days its easy to do in just a few lines .
    Its always worth the time to create a "decent to you needs solution" ,
    and you can use it in your further projects.

    my 2 cents
    coches.
     
    coches, Dec 21, 2007 IP
  3. QiSoftware

    QiSoftware Well-Known Member

    Messages:
    805
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    158
    #3
    Is the site a blog? If so, which cms are you using? OR have I totally misunderstood and you have built your own blogging platform?

    Q...
     
    QiSoftware, Dec 21, 2007 IP
  4. blacknet

    blacknet Active Member

    Messages:
    709
    Likes Received:
    16
    Best Answers:
    2
    Trophy Points:
    70
    #4
    i think it's worth it to code your own everything..
     
    blacknet, Dec 21, 2007 IP
  5. pratham

    pratham Peon

    Messages:
    29
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Since RSS is essentially XML, you can use the SimpleXML library (PHP 5+) to provide custom RSS feeds.
    And it's not that compicated.
     
    pratham, Dec 21, 2007 IP
  6. mz906

    mz906 Peon

    Messages:
    101
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #6
    mz906, Dec 26, 2007 IP