Author |
Topic |
TastyNutz
Junior Member
USA
251 Posts |
Posted - 07 March 2007 : 16:20:49
|
My forum is basically a social networking site, and I am always thinking about ways to keep my members interested. After realizing most had never heard of RSS, I had the notion to add RSS reader capability to the site. I did a search here last night and saw that the idea of incoming feeds had been toyed with, but not developed. So, I hit Google for some research, and developed one myself.
It's built around the RSS Content Feed Class from these guys. So, the hard part was already done. After studying the code and tweaking a couple things, I created an add-on reader that uses the most basic of the feed content to display results from the specified URLs.
You can see working demos on my SHN test site and also on a Base Snitz 3.4.06 site.
This initial version stores all variables in rss_var.asp, and requires no changes to the database. I'm hoping someone will be interested and willing to create an admin interface for a more advanced version. Also, there's a lot more information in the feeds than what this reader displays, so there's plenty of potential.
Overall, I'm pretty pleased with myself for getting the reader this far. Especially considering that my only programming class was in BASIC on Commadore PET machines back in high school.
So, take a look, and give it a try. It's a super simple install and none of your existing files are altered.
Get the zip file here
I'm very interested in constructive feedback and help, so if you have thoughts or ideas, please let me know. < |
PowerQuad Disability Support Forum |
Edited by - TastyNutz on 07 March 2007 16:56:36 |
|
AnonJr
Moderator
United States
5768 Posts |
Posted - 07 March 2007 : 16:39:52
|
quote: Originally posted by TastyNutz
Overall, I'm pretty pleased with myself for getting the reader this far. Especially considering that my only programming class was in BASIC on Commadore PET machines back in high school.
Well now, aren't we dating ourselves a little?
I'll have to remember to take a look at it when I get back to the house.< |
|
|
TastyNutz
Junior Member
USA
251 Posts |
|
AnonJr
Moderator
United States
5768 Posts |
Posted - 07 March 2007 : 16:55:07
|
Well... I was 5 at the time. < |
|
|
JJenson
Advanced Member
USA
2121 Posts |
Posted - 07 March 2007 : 17:14:49
|
I was only 3 and I will take a look as well TN when I get a chance. < |
|
|
modifichicci
Average Member
Italy
787 Posts |
|
TastyNutz
Junior Member
USA
251 Posts |
|
JJenson
Advanced Member
USA
2121 Posts |
Posted - 07 March 2007 : 18:22:24
|
Thats ok even though I am young I had someone once tell me when I turned 20 "How does it feel to be half way to 40?" That made me feel old. Luckily its still a little ways off. But we all get there someday hopefully. < |
|
|
MarcelG
Retired Support Moderator
Netherlands
2625 Posts |
Posted - 08 March 2007 : 01:36:23
|
TastyNutz, check oxle.com to see the feeds-feature there. http://oxle.com/my_feeds.asp I've released this as a mod a while ago ; admin interface to add mods, server-side caching of retrieved feeds at definable intervals, HTML filtering, etc.< |
portfolio - linkshrinker - oxle - twitter |
Edited by - MarcelG on 08 March 2007 01:36:38 |
|
|
TastyNutz
Junior Member
USA
251 Posts |
Posted - 08 March 2007 : 07:29:55
|
Marcel, I guess I missed your mod, or I misunderstood that was to publish feeds. Anyway, I usually search better than that because I hate duplicating what's already been done. But at least I learned some things, and had fun doing it.
Actually, I'm still going to play with this more. I had a similar idea for the mouseover descriptions, and maybe even member defined feeds. Is your mod available still? Mind if I take a peek to see what I can borrow?< |
PowerQuad Disability Support Forum |
|
|
MarcelG
Retired Support Moderator
Netherlands
2625 Posts |
|
texanman
Junior Member
United States
410 Posts |
Posted - 08 March 2007 : 11:53:32
|
Hi TastyNutz:
I get this error message trying to use your mod:
Microsoft VBScript compilation error '800a0411' Name redefined /inc_adovbs.asp, line 14 Const adOpenForwardOnly = 0
Any idea?< |
|
|
TastyNutz
Junior Member
USA
251 Posts |
Posted - 08 March 2007 : 12:32:10
|
Sorry, no idea. inc_adovbs.asp isn't part of my add-on, so hopefully someone can identify the problem.
Anyone else tried this successfully?< |
PowerQuad Disability Support Forum |
|
|
TastyNutz
Junior Member
USA
251 Posts |
Posted - 08 March 2007 : 12:43:13
|
Marcel, thanks. I recall seeing that topic, but the title "Blog lines" threw me off and I didn't read closely.
I downloaded your zip and I'll poke thru it when I get a chance. But I like the "My Feeds" page. I had a similar idea for the "My Page" part of my site, but instead of a list of feeds, I'd like to let members just add x number of feeds like you would on Yahoo, etc.
Anyway, this will give me something to do when I can't sleep at night. :)< |
PowerQuad Disability Support Forum |
|
|
AnonJr
Moderator
United States
5768 Posts |
Posted - 08 March 2007 : 14:15:15
|
quote: Originally posted by texanman
I get this error message trying to use your mod:
Microsoft VBScript compilation error '800a0411' Name redefined /inc_adovbs.asp, line 14 Const adOpenForwardOnly = 0
Any idea?
I haven't gotten around to downloading the code yet, but you might want to check and see if inc_adovbs.asp is included twice, or is included after a different include that has it included in it. (if that made any sense... )< |
|
|
texanman
Junior Member
United States
410 Posts |
Posted - 08 March 2007 : 15:16:33
|
hmmm not sure but his "newsfeed.asp" includes "config.asp" and "config.asp" includes "inc_adovbs.asp".< |
|
|
Topic |
|