Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 RSS Content Reader for Snitz
 New Topic  Reply to Topic
 Printer Friendly
Next Page
Author Previous Topic Topic Next Topic
Page: of 2

TastyNutz
Junior Member

USA
251 Posts

Posted - 07 March 2007 :  16:20:49  Show Profile  Visit TastyNutz's Homepage  Reply with Quote
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  Show Profile  Visit AnonJr's Homepage  Reply with Quote
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.<
Go to Top of Page

TastyNutz
Junior Member

USA
251 Posts

Posted - 07 March 2007 :  16:41:51  Show Profile  Visit TastyNutz's Homepage  Reply with Quote
Was 1986 a long time ago? <


PowerQuad Disability Support Forum
Go to Top of Page

AnonJr
Moderator

United States
5768 Posts

Posted - 07 March 2007 :  16:55:07  Show Profile  Visit AnonJr's Homepage  Reply with Quote
Well... I was 5 at the time. <
Go to Top of Page

JJenson
Advanced Member

USA
2121 Posts

Posted - 07 March 2007 :  17:14:49  Show Profile  Visit JJenson's Homepage  Reply with Quote
I was only 3 and I will take a look as well TN when I get a chance. <
Go to Top of Page

modifichicci
Average Member

Italy
787 Posts

Posted - 07 March 2007 :  17:16:35  Show Profile  Visit modifichicci's Homepage  Reply with Quote
I have built a rss reader for snitz and it's implemented as mod in our forum version adamantine:

http://www.superdeejay.net/forum/portale.asp

You can add/delete rss, and choose what rss you want to display in your portal.
I haven't written a mod guide, because it's is a good use for portal verions.. but if there is interest on it I can write it putting instructions etc..

<

Ernia e Laparocele
Forum di Ernia e Laparocele
Acces - MySql Migration Tutorial
Adamantine forum
Go to Top of Page

TastyNutz
Junior Member

USA
251 Posts

Posted - 07 March 2007 :  17:39:29  Show Profile  Visit TastyNutz's Homepage  Reply with Quote
Thanks a lot guys...38 has never felt so old. <


PowerQuad Disability Support Forum
Go to Top of Page

JJenson
Advanced Member

USA
2121 Posts

Posted - 07 March 2007 :  18:22:24  Show Profile  Visit JJenson's Homepage  Reply with Quote
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. <
Go to Top of Page

MarcelG
Retired Support Moderator

Netherlands
2625 Posts

Posted - 08 March 2007 :  01:36:23  Show Profile  Visit MarcelG's Homepage  Reply with Quote
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
Go to Top of Page

TastyNutz
Junior Member

USA
251 Posts

Posted - 08 March 2007 :  07:29:55  Show Profile  Visit TastyNutz's Homepage  Reply with Quote
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
Go to Top of Page

MarcelG
Retired Support Moderator

Netherlands
2625 Posts

Posted - 08 March 2007 :  09:20:16  Show Profile  Visit MarcelG's Homepage  Reply with Quote
Tastynutz, check this thread: http://forum.snitz.com/forum/topic.asp?TOPIC_ID=58846
Also, here's a wrapup of the code: http://oxle.nl/topic.asp?tid=3751

Here's a schematic overview of how the mod retrieves and displays the RSS feeds:
<

portfolio - linkshrinker - oxle - twitter
Go to Top of Page

texanman
Junior Member

United States
410 Posts

Posted - 08 March 2007 :  11:53:32  Show Profile  Reply with Quote
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?<
Go to Top of Page

TastyNutz
Junior Member

USA
251 Posts

Posted - 08 March 2007 :  12:32:10  Show Profile  Visit TastyNutz's Homepage  Reply with Quote
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
Go to Top of Page

TastyNutz
Junior Member

USA
251 Posts

Posted - 08 March 2007 :  12:43:13  Show Profile  Visit TastyNutz's Homepage  Reply with Quote
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
Go to Top of Page

AnonJr
Moderator

United States
5768 Posts

Posted - 08 March 2007 :  14:15:15  Show Profile  Visit AnonJr's Homepage  Reply with Quote
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... )<
Go to Top of Page

texanman
Junior Member

United States
410 Posts

Posted - 08 March 2007 :  15:16:33  Show Profile  Reply with Quote
hmmm not sure but his "newsfeed.asp" includes "config.asp" and "config.asp" includes "inc_adovbs.asp".<
Go to Top of Page
Page: of 2 Previous Topic Topic Next Topic  
Next Page
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.29 seconds. Powered By: Snitz Forums 2000 Version 3.4.07