How is this done??

Discussion in 'Programming' started by sem-antics, Feb 13, 2007.

  1. #1
    How to make something like www.popurls.com ?
    I think its called a mashup ?

    Any tips appreciated!!

    :)
     
    sem-antics, Feb 13, 2007 IP
  2. designcode

    designcode Well-Known Member

    Messages:
    738
    Likes Received:
    37
    Best Answers:
    0
    Trophy Points:
    118
    #2
    First of all, its a much awesome website. I loved it. Its very easy to code such website. Create your RSS parser, pull feeds from famous sites like Digg and del.ico.us etc and display them after enhancing with css, xhtml and javascript over your website.
     
    designcode, Feb 13, 2007 IP
  3. ccoonen

    ccoonen Well-Known Member

    Messages:
    1,606
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    160
    #3
    yup, it's all about parsing other site's RSS feeds. When you got that done, your site is complete managed by other people :)
     
    ccoonen, Feb 13, 2007 IP
  4. designcode

    designcode Well-Known Member

    Messages:
    738
    Likes Received:
    37
    Best Answers:
    0
    Trophy Points:
    118
    #4
    designcode, Feb 13, 2007 IP
  5. tomatic

    tomatic Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    thanks for opening this thread (it's my site)
    as you said before it's pretty easy to do it but it takes a lot of tedious work to tweak certain peculiarities of the included sites. besides that popurls has grown to a quite strong brand among the community so it's a bit more than just a platform to aggregate the aggregators ;)
     
    tomatic, Feb 14, 2007 IP
  6. designcode

    designcode Well-Known Member

    Messages:
    738
    Likes Received:
    37
    Best Answers:
    0
    Trophy Points:
    118
    #6
    Hey tomatic's, I loved your website. A very nice and clean interface. I want to exchange links with you if you are interested, please PM me your traffic details.
     
    designcode, Feb 14, 2007 IP
  7. fibonacci81

    fibonacci81 Peon

    Messages:
    602
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #7
    may i ask how much it would cost to have just the shell (no graphics/design) work of an rss aggregate website would cost? any ballpark figures?
    thanks.
     
    fibonacci81, Mar 12, 2007 IP
  8. Robert Plank

    Robert Plank Peon

    Messages:
    55
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #8
    A fair price would be $50-$75. It would take a couple hours probably. If the programmer was already familiar with an RSS-parsing script it would take 30 minutes.

    It's done in 2 steps:

    1. backend: A script that runs regularly (like only once per hour) to grab the RSS feeds from all these sources and puts them into a database.
    2. frontend: Take the latest rows from the database and display them on the front page.
     
    Robert Plank, Mar 12, 2007 IP
  9. mjesales

    mjesales Peon

    Messages:
    326
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    0
    #9
    its definately a cool site - and i've bumped into it several times from elsewhere. I was more shocked with how few ads there were on- which is nice or a change.
     
    mjesales, Mar 13, 2007 IP
  10. alisha

    alisha Peon

    Messages:
    137
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #10
    hey tomatic just wanted to say i loved the site, great work.
     
    alisha, Mar 13, 2007 IP
  11. sem-antics

    sem-antics Peon

    Messages:
    273
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #11
    sem-antics, Apr 5, 2007 IP
  12. fibonacci81

    fibonacci81 Peon

    Messages:
    602
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #12
    sem-antics, any luck finding a script?
     
    fibonacci81, Apr 16, 2007 IP
  13. purdue512

    purdue512 Well-Known Member

    Messages:
    858
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    108
    #13
    I'm not sure I'd consider that a mash-up. Parsing RSS is very 2.0ish, but a mash-up??? Usually mash-ups refer to sites that are using true APIs together in unique ways. For example, we're using Amazon API, eBay API and Google Maps together on our retail site... We do some RSS processing as well, but don't really consider that part of the mash-up.. Maybe I'm too narrow in my defintion.

    See www.programmableweb.com for a complete list of mash-ups. They have them nicely organized by type and API that being used...
     
    purdue512, Jun 13, 2007 IP