Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. RSS Feeds

RSS Feeds

Scheduled Pinned Locked Moved The Lounge
comquestion
20 Posts 11 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Christopher Duncan

    Daniel Turini wrote: They are an old protocol for feeding news based on a XML. What are the newer or more heavily adopted protocols for this sort of thing? Chistopher Duncan Author - The Career Programmer: Guerilla Tactics for an Imperfect World (Apress)

    D Offline
    D Offline
    Daniel Turini
    wrote on last edited by
    #11

    Christopher Duncan wrote: What are the newer or more heavily adopted protocols for this sort of thing? I don't know if there are any... That's why I asked... Q261186 - Computer Randomly Plays Classical Music

    M 1 Reply Last reply
    0
    • B benjymous

      And Trillian pro's RSS implementation is really handy, as you get a little MSN messenger style popup whenever a new story is posted onto any of the feeds it's monitoring. Perfect for slashdot fp trolls :-D But lots of sites do offer rss feeds (such as slashdot, the register, bbc news) so you should be able to find feeds for anything that interests you. Another usage would be if you run a portal kind of site, you could allow users to enter their own feed addresses, and thus display the news that they're interested in on your front page -- Help me! I'm turning into a grapefruit!

      D Offline
      D Offline
      Daniel Turini
      wrote on last edited by
      #12

      benjymous wrote: you get a little MSN messenger style popup * cough * Desktop Bob style :) I'm really liking the idea of RSS feeds... Q261186 - Computer Randomly Plays Classical Music

      J 1 Reply Last reply
      0
      • D Daniel Turini

        Why so much hype about RSS feeds lately? Is it because of Trillian's support? Do you know a good RSS feed? I am thinking about adding a "RSS browser" to Desktop Bob, but I couldn't find any good RSS feed, nor nothing about the interval they should be updated (each day, each hour, each 10 minutes, or bandwidth limit :eek: ) Q261186 - Computer Randomly Plays Classical Music

        M Offline
        M Offline
        Michael P Butler
        wrote on last edited by
        #13

        Joel has a bit on RSS in his recent postings, http://www.joelonsoftware.com/news/20021021.html[^] Michael "I've died for a living in the movies and tv. But the hardest thing I'll ever do is watch my leading ladies, Kiss some other guy while I'm bandaging my knee." -- The Unknown Stuntman

        D 2 Replies Last reply
        0
        • D Daniel Turini

          Christopher Duncan wrote: What are the newer or more heavily adopted protocols for this sort of thing? I don't know if there are any... That's why I asked... Q261186 - Computer Randomly Plays Classical Music

          M Offline
          M Offline
          Matt Philmon
          wrote on last edited by
          #14

          I think the "replacement" for this kind of thing is what Web Services are all about. You make an XML request and get an XML response. It's the same thing... I think.

          B 1 Reply Last reply
          0
          • D Daniel Turini

            benjymous wrote: you get a little MSN messenger style popup * cough * Desktop Bob style :) I'm really liking the idea of RSS feeds... Q261186 - Computer Randomly Plays Classical Music

            J Offline
            J Offline
            Joao Vaz
            wrote on last edited by
            #15

            Conditional HTTP GET to prevent waste of bandwidth: http://fishbowl.pastiche.org/archives/001132.html[^] Have fun :-) Cheers,Joao Vaz And if your dream is to care for your family, to put food on the table, to provide them with an education and a good home, then maybe suffering through an endless, pointless, boring job will seem to have purpose. And you will realize how even a rock can change the world, simply by remaining obstinately stationary.-Shog9

            1 Reply Last reply
            0
            • M Michael P Butler

              Joel has a bit on RSS in his recent postings, http://www.joelonsoftware.com/news/20021021.html[^] Michael "I've died for a living in the movies and tv. But the hardest thing I'll ever do is watch my leading ladies, Kiss some other guy while I'm bandaging my knee." -- The Unknown Stuntman

              D Offline
              D Offline
              Daniel Turini
              wrote on last edited by
              #16

              Thanks, I was reading this at this minute! I found a link on Joel's site by suggestion of Michael Butler. How didn't I think of it first? The solution is so simple... Q261186 - Computer Randomly Plays Classical Music

              1 Reply Last reply
              0
              • M Michael P Butler

                Joel has a bit on RSS in his recent postings, http://www.joelonsoftware.com/news/20021021.html[^] Michael "I've died for a living in the movies and tv. But the hardest thing I'll ever do is watch my leading ladies, Kiss some other guy while I'm bandaging my knee." -- The Unknown Stuntman

                D Offline
                D Offline
                Daniel Turini
                wrote on last edited by
                #17

                Thanks. As always, Joel has some good points and links! Q261186 - Computer Randomly Plays Classical Music

                1 Reply Last reply
                0
                • M Matt Philmon

                  I think the "replacement" for this kind of thing is what Web Services are all about. You make an XML request and get an XML response. It's the same thing... I think.

                  B Offline
                  B Offline
                  benjymous
                  wrote on last edited by
                  #18

                  Web services are more versatile, but less easily used. When you grab an RSS feed, you know exactly what format to expect, so you can simply do a http get of a file, process the result, and display, without having to have any knowledge about what site you're grabbing from -- Help me! I'm turning into a grapefruit!

                  M B 2 Replies Last reply
                  0
                  • B benjymous

                    Web services are more versatile, but less easily used. When you grab an RSS feed, you know exactly what format to expect, so you can simply do a http get of a file, process the result, and display, without having to have any knowledge about what site you're grabbing from -- Help me! I'm turning into a grapefruit!

                    M Offline
                    M Offline
                    Matt Philmon
                    wrote on last edited by
                    #19

                    Now that's just plain cool. Thanks!

                    1 Reply Last reply
                    0
                    • B benjymous

                      Web services are more versatile, but less easily used. When you grab an RSS feed, you know exactly what format to expect, so you can simply do a http get of a file, process the result, and display, without having to have any knowledge about what site you're grabbing from -- Help me! I'm turning into a grapefruit!

                      B Offline
                      B Offline
                      Brian Lyttle
                      wrote on last edited by
                      #20

                      I think RSS are a class of Web Service that uses existing HTTP infrastructure rather than new layers on top. Read Roy Fielding'sDissertation for some better info. Peter Drayton recently did a presentation on bringing the Web Services camps together with RESTful SOAP. -Brian

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups