Jump to content
xisto Community
Sign in to follow this  
Raptrex

Making A Rss Reader

Recommended Posts

Why wouldn't it be possible? :DYou just need to know the structure, and how to parse RSS feed, and you've got youself RSS reader :D I don't actualy know how RSS works, but I believe it can be done... Just do a little research :D

Share this post


Link to post
Share on other sites

I believce RSS is written in XML if im not correct ......... In that case you may want to search around for VB tutorials using XML...... You may want to douible check my knowledge though I have never messed with RSS feeds so im not 100% sure they are written in XML.

Share this post


Link to post
Share on other sites

hi, Raptrex yes, it's possible. you can use vb as tool to develop a RSS feed reader. Beside it, you will also need msxml 3.0 or later(of course msxml 2.0 or later would be ok). but parse a xml file would require a lot of works.please check out this site for RSS 2.0 and other format that like it.P.S. most feeding format should be based on xml.

Share this post


Link to post
Share on other sites

Now I don't know if you are using VB 6 or VB.NET. If it's VB 6, then I can't help you at all. If you are using VB.Net, grab yourself a copy of Visual Basic 2005 Express Edition, and dive into that tutorial. Howver, I recomend watching the whole series of videos on that page if you are a beginner. Be prepared to download Visual Basic Express Edition (about 500 MB if you get the MSDN Library, a comprehensive guide to the Express editions; without the library it will be significantly less), or have your copy of Visual Studio 2005 installed.

Share this post


Link to post
Share on other sites

It seems almost anything is possible thru searching google and putting time into it. However, I guess I dont understand why you would want to make one? - Theres so many free readers out there already, - search google.

Share this post


Link to post
Share on other sites
Replying to steverm3I'm a bit lost on how to handle/accept rss feeds that do not point directly to the xml file, ie the link goes to a php or aspx page with a parameter. The tute mentioned above+ doesn't seem to allow for this.Should the output be saved locally first as a file, then parse through that file, or is there a more efficient way of doing it?Thanks-reply by vicoo

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.