Tiernan OTooles Programming Blog

code and programming stuff from the hairy bloke!

Browse by Tags

All Tags » Code (RSS)
URL Coralizing App
Ok. this is really a stupid little app i just wrote for the laugh, but i will post the code here becuase i can. First check out this post on my other site about coral. and now the code. Try Dim split2 As Array split2 = Split(TextBox1.Text, "/") TextBox2...
Posted: Aug 29 2004, 04:47 AM by tiernanotoole | with 1 comment(s)
Filed under:
Code for RSSAgg
Ok. yesterday i said i would post some code for RSSAgg, and here it is. Im only going to post some little bits because im lazy, but they are the important parts so here it goes: Firstly theres a function which does all the hard work. this gets data from...
Posted: Jul 03 2004, 04:26 PM by tiernanotoole | with 1 comment(s)
Filed under: ,
RSS Agg nearly working
Ok. i have been coding RSS agg for a while now, and i have some code working. It uses RSS.NET, so download that and add it to a project. im only posting some code now. ill have a full project post later some time. anyway, what you will need is RSS.NET...
Posted: May 03 2004, 01:24 AM by tiernanotoole | with no comments
Filed under: ,
Creating Data Tables
So, this is an other CC of a post i posted on my other site . Since this is my code blog, i might as well post it here. also comming in handy for my RssAgg (which is kind of the name of the project) tool. Enjoy! I was looking for code for making a data...
Posted: May 03 2004, 12:43 AM by tiernanotoole | with no comments
Filed under:
First code post to my new .net site!
this is basicly the same post as i posted to my other site, but now here. so, as a CC of the post, here is pretty much everything i posted before! Enjoy! Ohhh, and if someone knows a really easy of posting code to a blog, like converting from VB.NET code...
Posted: Apr 30 2004, 01:05 PM by tiernanotoole | with 1 comment(s)
Filed under:
More Posts