Archive for the ‘IT, Code and other geeky stuff’ Category

RSS Feeds in a vb.net desktop application…

Posted on September 10th, 2008 by Pete
Filed under IT, Code and other geeky stuff, Pete Matthews | No Comments

Ok so i thought it would be a good idea to write an RSS feed reading into the project that im currently working on.
Based on this i found the following code:

Public Shared Function ProcessRSS(ByVal rssURL As String, ByVal feed As String) As String
Dim request As WebRequest = WebRequest.Create(rssURL)
Dim response As WebResponse = request.GetResponse()
Dim sb As [...]

oooo New and Shiney

Posted on September 6th, 2008 by admin
Filed under IT, Code and other geeky stuff, Pete Matthews, Ros Matthews, Site News | No Comments

Im still trying to figure out whats going on with this wordpress thing, so please bare with me.
It may take me a few days to get all of the piccys back up aswell