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
xmlhelpquestion
27 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.
  • T Offline
    T Offline
    Turtle Hand
    wrote on last edited by
    #1

    ok, help me out. i've done some investigating on rss feeds, just seems to be xml. doesn't seem very practical unless you have some kind of reader to display it formatted. am i missing something or are there readers i haven't found? Josef Wainz Software Developer

    T L H T I 8 Replies Last reply
    0
    • T Turtle Hand

      ok, help me out. i've done some investigating on rss feeds, just seems to be xml. doesn't seem very practical unless you have some kind of reader to display it formatted. am i missing something or are there readers i haven't found? Josef Wainz Software Developer

      T Offline
      T Offline
      Terry ONolley
      wrote on last edited by
      #2

      Couldn't you use XML to display it?


      Have you answered an MTQ? Check out the stats!


      J 1 Reply Last reply
      0
      • T Turtle Hand

        ok, help me out. i've done some investigating on rss feeds, just seems to be xml. doesn't seem very practical unless you have some kind of reader to display it formatted. am i missing something or are there readers i haven't found? Josef Wainz Software Developer

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #3

        yes, you just haven't found a reader yet. there are many many clients that can read rss feeds. for example, one of the trillian plug-ins is a rss reader. NewsGator is another one.

        1 Reply Last reply
        0
        • T Turtle Hand

          ok, help me out. i've done some investigating on rss feeds, just seems to be xml. doesn't seem very practical unless you have some kind of reader to display it formatted. am i missing something or are there readers i haven't found? Josef Wainz Software Developer

          H Offline
          H Offline
          Heath Stewart
          wrote on last edited by
          #4

          Yes, RSS is XML. Nothing more. XML is only as good as the parser that understands it, i.e. the readers you can't find. Actually, there are a TON of them. It's not hard to write your own either. You can just make your parser understand the RSS elements and forget the rest of the elements that are from other namespaces (like BackTrag, DC, etc.). Just type "rss reader" or "rss" into google. I found tons just this second (actually, within 0.24 seconds according to google). A decent .NET reader is called RSS Bandit and you can find information about it or download it here.

          -----BEGIN GEEK CODE BLOCK----- Version: 3.21 GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++ -----END GEEK CODE BLOCK-----

          1 Reply Last reply
          0
          • T Terry ONolley

            Couldn't you use XML to display it?


            Have you answered an MTQ? Check out the stats!


            J Offline
            J Offline
            Jorgen Sigvardsson
            wrote on last edited by
            #5

            XML in the form of XSL. Quite easy to hack yourself actually. It gave me an idea actually. Hmm.. :) -- The coolest game in the world: NHL Hockey[^]

            T 1 Reply Last reply
            0
            • T Turtle Hand

              ok, help me out. i've done some investigating on rss feeds, just seems to be xml. doesn't seem very practical unless you have some kind of reader to display it formatted. am i missing something or are there readers i haven't found? Josef Wainz Software Developer

              T Offline
              T Offline
              tidge
              wrote on last edited by
              #6

              No, you're not missing anything. rss is xml. The same way that config files are just xml. It's all in how you use it. Try out SharpReader or if you have Outlook maybe give NewsGator a try. If you are really interested you can google for RSS and build your own parser. OReilly has a preatty decent book on it too.

              1 Reply Last reply
              0
              • T Turtle Hand

                ok, help me out. i've done some investigating on rss feeds, just seems to be xml. doesn't seem very practical unless you have some kind of reader to display it formatted. am i missing something or are there readers i haven't found? Josef Wainz Software Developer

                I Offline
                I Offline
                Iain Clarke Warrior Programmer
                wrote on last edited by
                #7

                As has been said, there are a bunch of parsers / readers out there. One of the better ones is at www.awasu.com[^] which I use. The author used to hang out around here, and its free. Iain.

                T T 2 Replies Last reply
                0
                • I Iain Clarke Warrior Programmer

                  As has been said, there are a bunch of parsers / readers out there. One of the better ones is at www.awasu.com[^] which I use. The author used to hang out around here, and its free. Iain.

                  T Offline
                  T Offline
                  Taka Muraoka
                  wrote on last edited by
                  #8

                  Iain Clarke wrote: The author used to hang out around here, and its free. Oi! I'm still here! Just really, really, really busy these days :-(


                  "Sucks less" isn't progress - Kent Beck [^] Awasu 1.1.3 [^]: A free RSS reader with support for Code Project.

                  I 1 Reply Last reply
                  0
                  • J Jorgen Sigvardsson

                    XML in the form of XSL. Quite easy to hack yourself actually. It gave me an idea actually. Hmm.. :) -- The coolest game in the world: NHL Hockey[^]

                    T Offline
                    T Offline
                    Terry ONolley
                    wrote on last edited by
                    #9

                    I get 10%! :)


                    Have you answered an MTQ? Check out the stats!


                    J 1 Reply Last reply
                    0
                    • T Turtle Hand

                      ok, help me out. i've done some investigating on rss feeds, just seems to be xml. doesn't seem very practical unless you have some kind of reader to display it formatted. am i missing something or are there readers i haven't found? Josef Wainz Software Developer

                      G Offline
                      G Offline
                      gadgetfbi
                      wrote on last edited by
                      #10

                      or role your own with the aid of this [^]MSDN article.

                      1 Reply Last reply
                      0
                      • T Turtle Hand

                        ok, help me out. i've done some investigating on rss feeds, just seems to be xml. doesn't seem very practical unless you have some kind of reader to display it formatted. am i missing something or are there readers i haven't found? Josef Wainz Software Developer

                        E Offline
                        E Offline
                        E L Golpe
                        wrote on last edited by
                        #11

                        It is super practical, and it is XML... You do know XML don't you? If not, you really need to learn, and RSS is a great start.. coz the entire .NET Framework (Wave of the future..) is XML-centric... There is a great new software (Sorry Ian for this shameless plug) by Bradbury called FeedDemon that is super easy to use and feature rich. It is currently free and Beta1 at BradSoft FeedDemon and a free php XML parser called Carp that is also real easy to use. Of course, there are plenty of "buy-one" take one .NET controls you can purchase to consume and/or create RSS feeds if you don;t want to get your hands dirty in code. Peace ;) Practice sesquipedilianism! ;)

                        1 Reply Last reply
                        0
                        • T Turtle Hand

                          ok, help me out. i've done some investigating on rss feeds, just seems to be xml. doesn't seem very practical unless you have some kind of reader to display it formatted. am i missing something or are there readers i haven't found? Josef Wainz Software Developer

                          P Offline
                          P Offline
                          Paul Watson
                          wrote on last edited by
                          #12

                          Not going to argue about RSS, all those arguements have been made here a thousand times. But try FeedDemon, best RSS reader out there. regards, Paul Watson Bluegrass South Africa Miszou wrote: I have read the entire internet. on how boring his day was. Crikey! ain't life grand?

                          T 1 Reply Last reply
                          0
                          • P Paul Watson

                            Not going to argue about RSS, all those arguements have been made here a thousand times. But try FeedDemon, best RSS reader out there. regards, Paul Watson Bluegrass South Africa Miszou wrote: I have read the entire internet. on how boring his day was. Crikey! ain't life grand?

                            T Offline
                            T Offline
                            Taka Muraoka
                            wrote on last edited by
                            #13

                            A fie on you Watson! I'll get you over to the dark side soon... :mad:


                            "Sucks less" isn't progress - Kent Beck [^] Awasu 1.1.3 [^]: A free RSS reader with support for Code Project.

                            P 1 Reply Last reply
                            0
                            • T Taka Muraoka

                              A fie on you Watson! I'll get you over to the dark side soon... :mad:


                              "Sucks less" isn't progress - Kent Beck [^] Awasu 1.1.3 [^]: A free RSS reader with support for Code Project.

                              P Offline
                              P Offline
                              Paul Watson
                              wrote on last edited by
                              #14

                              Make Awasu look and work like FeedDemon and add-in that funky plug-in stuff you have going and you will have an awesome app. regards, Paul Watson Bluegrass South Africa Miszou wrote: I have read the entire internet. on how boring his day was. Crikey! ain't life grand?

                              T 1 Reply Last reply
                              0
                              • P Paul Watson

                                Make Awasu look and work like FeedDemon and add-in that funky plug-in stuff you have going and you will have an awesome app. regards, Paul Watson Bluegrass South Africa Miszou wrote: I have read the entire internet. on how boring his day was. Crikey! ain't life grand?

                                T Offline
                                T Offline
                                Taka Muraoka
                                wrote on last edited by
                                #15

                                Paul Watson wrote: Make Awasu look and work like FeedDemon and add-in that funky plug-in stuff you have going and you will have an awesome app. But then it would be FeedDemon :-) What's the point of writing an app that looks and works exactly like something else? Awasu has strengths in areas that other readers are afraid to even think about :-) yet our UI and usability is, while different, still pretty good.


                                "Sucks less" isn't progress - Kent Beck [^] Awasu 1.1.3 [^]: A free RSS reader with support for Code Project.

                                P 1 Reply Last reply
                                0
                                • T Taka Muraoka

                                  Paul Watson wrote: Make Awasu look and work like FeedDemon and add-in that funky plug-in stuff you have going and you will have an awesome app. But then it would be FeedDemon :-) What's the point of writing an app that looks and works exactly like something else? Awasu has strengths in areas that other readers are afraid to even think about :-) yet our UI and usability is, while different, still pretty good.


                                  "Sucks less" isn't progress - Kent Beck [^] Awasu 1.1.3 [^]: A free RSS reader with support for Code Project.

                                  P Offline
                                  P Offline
                                  Paul Watson
                                  wrote on last edited by
                                  #16

                                  I am giving you honest feedback Taka. I don't like the Awasu interface at all. I think the app has a lot of potential and is technically very good. I don't mean copy button for button FeedDemon, of course not. But the style is very slick, the layout works well and it would not be a bad thing to copy and add-on your own fantastic ideas and features. When you find a good thing, use it. The only thing I would change in FD is to have a treeview instead of the Channel Groups drop-down idea. If you can give people Awasu functionality with FD slickness then you will have a Good ThingTM. regards, Paul Watson Bluegrass South Africa Miszou wrote: I have read the entire internet. on how boring his day was. Crikey! ain't life grand?

                                  T 1 Reply Last reply
                                  0
                                  • P Paul Watson

                                    I am giving you honest feedback Taka. I don't like the Awasu interface at all. I think the app has a lot of potential and is technically very good. I don't mean copy button for button FeedDemon, of course not. But the style is very slick, the layout works well and it would not be a bad thing to copy and add-on your own fantastic ideas and features. When you find a good thing, use it. The only thing I would change in FD is to have a treeview instead of the Channel Groups drop-down idea. If you can give people Awasu functionality with FD slickness then you will have a Good ThingTM. regards, Paul Watson Bluegrass South Africa Miszou wrote: I have read the entire internet. on how boring his day was. Crikey! ain't life grand?

                                    T Offline
                                    T Offline
                                    Taka Muraoka
                                    wrote on last edited by
                                    #17

                                    Paul Watson wrote: But the style is very slick, the layout works well and it would not be a bad thing to copy and add-on your own fantastic ideas and features. I agree, it is very slick. But I suspect that it will prove to be a case of more style than substance. FD will almost certainly always be a consumer product for people who just want to read blogs. And that's fine, and it does a very good job of it, especially for the less technically oriented. But we have big plans for Awasu (I talk a bit about them here[^]) and being an RSS reader is just a first step towards that vision. Unfortunately, I only have limited time and have chosen to focus on powerful features rather than extra slickness in the UI. Which is not to say that our UI is shabby - I'm quite happy with it - but it's a question of priorities :-(


                                    "Sucks less" isn't progress - Kent Beck [^] Awasu 1.1.3 [^]: A free RSS reader with support for Code Project.

                                    P 1 Reply Last reply
                                    0
                                    • T Taka Muraoka

                                      Paul Watson wrote: But the style is very slick, the layout works well and it would not be a bad thing to copy and add-on your own fantastic ideas and features. I agree, it is very slick. But I suspect that it will prove to be a case of more style than substance. FD will almost certainly always be a consumer product for people who just want to read blogs. And that's fine, and it does a very good job of it, especially for the less technically oriented. But we have big plans for Awasu (I talk a bit about them here[^]) and being an RSS reader is just a first step towards that vision. Unfortunately, I only have limited time and have chosen to focus on powerful features rather than extra slickness in the UI. Which is not to say that our UI is shabby - I'm quite happy with it - but it's a question of priorities :-(


                                      "Sucks less" isn't progress - Kent Beck [^] Awasu 1.1.3 [^]: A free RSS reader with support for Code Project.

                                      P Offline
                                      P Offline
                                      Paul Watson
                                      wrote on last edited by
                                      #18

                                      >But I suspect that it will prove to be a case of more style than substance I don't think you can accuse a focused app of having more style than substance. FD does what it does very well and it looks good. Techies can bad mouth flash UIs all they want but they do help. As you say for you priorities come first and thats fine. But don't expect Awasu to appeal to the masses as it currently is, that is what FD has done, brought RSS to the masses. My mom can use FD. But we have been over this before. I think Awasu is great. It is not an RSS reader, it is so much more. So much more that I don't currently need or want to need yet. I am definitley keeping my eye on Awasu, waiting for that defining moment when it twigs for me. Till then I just want a slick RSS reader and FD does that very well. regards, Paul Watson Bluegrass South Africa Miszou wrote: I have read the entire internet. on how boring his day was. Crikey! ain't life grand?

                                      T 1 Reply Last reply
                                      0
                                      • P Paul Watson

                                        >But I suspect that it will prove to be a case of more style than substance I don't think you can accuse a focused app of having more style than substance. FD does what it does very well and it looks good. Techies can bad mouth flash UIs all they want but they do help. As you say for you priorities come first and thats fine. But don't expect Awasu to appeal to the masses as it currently is, that is what FD has done, brought RSS to the masses. My mom can use FD. But we have been over this before. I think Awasu is great. It is not an RSS reader, it is so much more. So much more that I don't currently need or want to need yet. I am definitley keeping my eye on Awasu, waiting for that defining moment when it twigs for me. Till then I just want a slick RSS reader and FD does that very well. regards, Paul Watson Bluegrass South Africa Miszou wrote: I have read the entire internet. on how boring his day was. Crikey! ain't life grand?

                                        T Offline
                                        T Offline
                                        Taka Muraoka
                                        wrote on last edited by
                                        #19

                                        Paul Watson wrote: I don't think you can accuse a focused app of having more style than substance. FD does what it does very well and it looks good. Techies can bad mouth flash UIs all they want but they do help. I wasn't bad-mouthing it all. I totally agree that a good UI and usability are crucial and FD looks fantastic and is very slick. But it reads feeds and that's all it does. There is a big push on for more smarts in software interconnectivity, information management, in building the Semantic Web and we aim to be part of that. Paul Watson wrote: But don't expect Awasu to appeal to the masses as it currently is, that is what FD has done, brought RSS to the masses. My mom can use FD. I would disagree with you there. There are plenty of people raving about how easy and intuitive Awasu is to install and use; this is something we've really focused on. My Mom doesn't use computers but if she did, she'd be using Awasu (now there's an advertising slogan for ya! :-)) Paul Watson wrote: I am definitley keeping my eye on Awasu, waiting for that defining moment when it twigs for me. Jeez, isn't being able to monitor The Lounge *and* the Soapbox in your reader enough? :rolleyes: :-D;P


                                        "Sucks less" isn't progress - Kent Beck [^] Awasu 1.1.3 [^]: A free RSS reader with support for Code Project.

                                        P 1 Reply Last reply
                                        0
                                        • T Taka Muraoka

                                          Paul Watson wrote: I don't think you can accuse a focused app of having more style than substance. FD does what it does very well and it looks good. Techies can bad mouth flash UIs all they want but they do help. I wasn't bad-mouthing it all. I totally agree that a good UI and usability are crucial and FD looks fantastic and is very slick. But it reads feeds and that's all it does. There is a big push on for more smarts in software interconnectivity, information management, in building the Semantic Web and we aim to be part of that. Paul Watson wrote: But don't expect Awasu to appeal to the masses as it currently is, that is what FD has done, brought RSS to the masses. My mom can use FD. I would disagree with you there. There are plenty of people raving about how easy and intuitive Awasu is to install and use; this is something we've really focused on. My Mom doesn't use computers but if she did, she'd be using Awasu (now there's an advertising slogan for ya! :-)) Paul Watson wrote: I am definitley keeping my eye on Awasu, waiting for that defining moment when it twigs for me. Jeez, isn't being able to monitor The Lounge *and* the Soapbox in your reader enough? :rolleyes: :-D;P


                                          "Sucks less" isn't progress - Kent Beck [^] Awasu 1.1.3 [^]: A free RSS reader with support for Code Project.

                                          P Offline
                                          P Offline
                                          Paul Watson
                                          wrote on last edited by
                                          #20

                                          >Jeez, isn't being able to monitor The Lounge *and* the Soapbox in your reader enough? LOL You speak of the semantic web up above, yet building plugins to read proprietary pages like the CP forums is kind of counter the whole spirit of that. Certainly once CP starts using standards more effectively and using semantic markup then a plugin for reading the forums is good. Still have a long way to go towards that though (and not just on CP but with standards and world wide use of them). regards, Paul Watson Bluegrass South Africa Miszou wrote: I have read the entire internet. on how boring his day was. Crikey! ain't life grand?

                                          T 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