| Author |
Topic Search Topic Options
|
Xala
Newbie
Joined: 30 January 2006
Location: Denmark
Status: Offline
Points: 11
|
Post Options
Thanks(0)
Quote Reply
Topic: Display RSS Feed Posted: 06 March 2006 at 7:20am |
Hi,
I would like to know how i can syndicate the last 10 forum posts to my own default.asp page. Should I use one of the many available java-scripts to display RSS feeds in htlm pages, or is there a better way. If that is the way to do it, I will suggest that webwiz provides such a script, to display the RSS feed from the WWforum app.
Looking forward to the final WWF v.8 release - good job borg 
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 06 March 2006 at 10:13am |
|
This is something that has not been looked into yet.
There is an XSLT style sheet in the forum with a javascript file that may help you make such an integration.
|
 |
Xala
Newbie
Joined: 30 January 2006
Location: Denmark
Status: Offline
Points: 11
|
Post Options
Thanks(0)
Quote Reply
Posted: 06 March 2006 at 2:52pm |
Thanks - I'll look into it.
However I think you should consider making a RSS2HTLM script from WWF, as most of the javascripts around comes with an add on it, and I would consider it more appropriate to have an WWF add, instead of some other add's when the feed is from a WWF. Just an idea ..
Regards
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 06 March 2006 at 3:09pm |
|
I've not finished the RSS yet. Although the XSLT style sheet allows online viewing on the RSS feed in a browser it is no-one near completion yet.
I have a book on XML that covers RSS in one chapter, but it's not allot, so I just waiting for a big book on RSS and ATOM, as well as a book on XSLT to come through from Amazon, then I'm going to start really building some stuff for web Wiz Forums with RSS.
I think I would rather use XSLT to transform the XML into XHTML instead of javascript for a mod to feed the RSS to another page on a site as this is what XSLT is built to do.
I have a new XSLT style sheet up on the site today, if you click the RSS XML link on the forums main index page in IE6 or Firefox you should see it in action.
If I get carried away I may even make a standalone RSS online viewer using XSLT to view RSS Feeds.
The present XSLT style sheet already does the processing to turn the XML into XHTML so what you need is already within Web Wiz Forums, you just need to mod it to your own needs.
Edited by -boRg- - 06 March 2006 at 3:10pm
|
 |
Ritchie
Groupie
Joined: 14 June 2005
Location: Russian Federation
Status: Offline
Points: 91
|
Post Options
Thanks(0)
Quote Reply
Posted: 11 March 2006 at 12:10pm |
At me a question to Borg. Why script RSS of news works so slowly? At choice TOP 10 speed of performance in a browser makes last 10 messages about 8-10 seconds ! And if to make TOP 50 how much strongly speed of its work can decrease?
|
|
Чем дальше в лес, тем толще партизаны
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 11 March 2006 at 2:57pm |
|
I'm looking into the speed issue, but from what I can see so far it is not the SQL (which processes in less than 0.02 seconds) that is coursing the issue as the speed issue is very random.
I believe the speed issue maybe down to loading in the RSS, XML, or XLST namespace which comes from a remote server.
More tests will need to be done to find the course of this.
|
 |
alkanaft
Newbie
Joined: 11 March 2006
Location: Canada
Status: Offline
Points: 5
|
Post Options
Thanks(0)
Quote Reply
Posted: 11 March 2006 at 6:12pm |
RSS feed page has a bug when displaying website logo image, on top of page. In rss_forum_feed.asp line 230 should be:
<url><% = strTitleImage %></url>
|
..as it were adding extra / plus a path to the forum's root, that is not the case of image correct address, if it is located in other folder on website, that was correctly enterred in forum config by admin.
ie: /images -- which is at the root of the website, but not under forum's folder.
|
 |
Ritchie
Groupie
Joined: 14 June 2005
Location: Russian Federation
Status: Offline
Points: 91
|
Post Options
Thanks(0)
Quote Reply
Posted: 12 March 2006 at 10:05am |
I have noticed one interesting law. RSS the tape very slowly works here: http://forums.webwiz.net/rss_forum_feed.asp
I here for example generation occurs instantly!
There can be a reason consists in absence of parameter FID=хх ?
Edited by Ritchie - 12 March 2006 at 10:09am
|
|
Чем дальше в лес, тем толще партизаны
|
 |