Welcome Guest ( Log In | Register)



 
Reply to this topicStart new topic
> Making A Rss Reader
Raptrex
post Feb 5 2005, 10:20 PM
Post #1


Super Member
*********

Group: Members
Posts: 293
Joined: 14-August 04
Member No.: 808



is it possible to make a rss reader in vb?
im thinking about making one in vb6
Go to the top of the page
 
+Quote Post
Galahad
post Feb 6 2005, 03:09 PM
Post #2


Neurotical Squirrel
*********

Group: [HOSTED]
Posts: 590
Joined: 4-November 04
From: Novi Sad, Vojvodina
Member No.: 2,127



Why wouldn't it be possible? smile.gif

You just need to know the structure, and how to parse RSS feed, and you've got youself RSS reader smile.gif I don't actualy know how RSS works, but I believe it can be done... Just do a little research wink.gif
Go to the top of the page
 
+Quote Post
NotoriousZach
post Feb 27 2005, 11:51 PM
Post #3


Member [Level 1]
****

Group: Members
Posts: 55
Joined: 26-February 05
Member No.: 3,996



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.
Go to the top of the page
 
+Quote Post
magiccode9
post Nov 2 2005, 08:19 AM
Post #4


Premium Member
********

Group: Members
Posts: 165
Joined: 1-November 05
From: SATA II
Member No.: 13,683



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.
Go to the top of the page
 
+Quote Post
eazy2east
post Nov 14 2005, 06:56 AM
Post #5


Newbie [Level 1]
*

Group: Members
Posts: 21
Joined: 14-November 05
Member No.: 14,245



whoever made the phrase "anything is possible" has never even tried to slam a revolving door
Go to the top of the page
 
+Quote Post
theplok
post Dec 24 2005, 10:11 AM
Post #6


Member [Level 1]
****

Group: Members
Posts: 52
Joined: 17-December 05
Member No.: 15,842



Actually, the beginner's tutorial on microsofts site ends with making a RSS Reader. http://msdn.microsoft.com/vstudio/express/vb/learning/
Go to the top of the page
 
+Quote Post
michaelper22
post Jan 2 2006, 02:29 AM
Post #7


-=Hybrid Bus=-
*********

Group: Members
Posts: 742
Joined: 2-November 05
From: My hybrid bus (in NYC), a computer
Member No.: 13,709
Spam Patrol



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.
Go to the top of the page
 
+Quote Post
steverm3
post Jan 4 2006, 10:58 AM
Post #8


Newbie
*

Group: Members
Posts: 7
Joined: 4-January 06
Member No.: 16,590



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.
Go to the top of the page
 
+Quote Post
iGuest
post Feb 26 2008, 09:15 AM
Post #9


Hail Caesar!
*********************

Group: Members
Posts: 5,876
Joined: 21-September 07
Member No.: 50,369



Replying to steverm3

I'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
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic