Results 1 to 18 of 18

Thread: VBF RSS Feed Beta

Hybrid View

  1. #1

    Thread Starter
    Big D Danial's Avatar
    Join Date
    Jul 2000
    Location
    ASP.Net Forum
    Posts
    2,877

    VBF RSS Feed Beta

    Here it is! Please test it and post any bug reports here.

    Any comments & suggestion welcome.

    Danial.

    Enjoy.

    http://vbf.danial.net

    Update: 28/05/2005
    Fixed some Issues to make it compatible with Desktop SideBar.

    Update: 07/03/2005

    To limit the number of Posts apeend this to url

    &pp=10

    This will only load the first 10 threads only.
    Last edited by Danial; May 28th, 2005 at 01:45 PM.
    [VBF RSS Feed]

    There is a great war coming. Are you sure you are on the right side? Atleast I have chosen a side.

    If I have been helpful, Please Rate my Post. Thanks.

    This post was powered by :

  2. #2
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: VBF RSS Feed Beta

    Duly bookmarked. Been looking for that... but....
    1) Why the two different feeds, one for FF and one for a reader?
    2) Is there a way to get one that has the similar results as the "New Posts" link in the "Quick Links" menu? One that would give, the last, say 20-50 posts with a reply?

    Tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  3. #3

    Thread Starter
    Big D Danial's Avatar
    Join Date
    Jul 2000
    Location
    ASP.Net Forum
    Posts
    2,877

    Re: VBF RSS Feed Beta

    Quote Originally Posted by techgnome
    Duly bookmarked. Been looking for that... but....
    1) Why the two different feeds, one for FF and one for a reader?
    2) Is there a way to get one that has the similar results as the "New Posts" link in the "Quick Links" menu? One that would give, the last, say 20-50 posts with a reply?

    Tg
    1. FireFox one simply lists all the threads to a given forum. Where as the 2nd one has the avility to read posts(first page only) from those threads.

    2. Yes I have tried to create a feed for "New Posts". If you notice in the "Quick Links"/"New Posts" menu in VBF the link is defined as "search.php?do=getnew", now if i click on it directly it works fine, but when call this page from code, it returns me "No reslut found". Otherwise it wont be hard to create a feed for New Posts.

    If anyone finds any way to read those links then let me know.

    BTW: How did you find this thread? I just posted it and was gonna PM interested user from your earlier thread.

    Thanks for your suggestion and query.

    Danial
    Last edited by Danial; Mar 2nd, 2005 at 04:57 PM.
    [VBF RSS Feed]

    There is a great war coming. Are you sure you are on the right side? Atleast I have chosen a side.

    If I have been helpful, Please Rate my Post. Thanks.

    This post was powered by :

  4. #4

    Thread Starter
    Big D Danial's Avatar
    Join Date
    Jul 2000
    Location
    ASP.Net Forum
    Posts
    2,877

    Re: VBF RSS Feed Beta

    Quote Originally Posted by techgnome
    2) Is there a way to get one that has the similar results as the "New Posts" link in the "Quick Links" menu? One that would give, the last, say 20-50 posts with a reply?

    Tg
    Done!

    Here is the Link
    FireFox : http://vbf.danial.net/rss.asp?ForumID=-1
    Other Reader : http://vbf.danial.net/rssNew.asp?ForumID=-1
    [VBF RSS Feed]

    There is a great war coming. Are you sure you are on the right side? Atleast I have chosen a side.

    If I have been helpful, Please Rate my Post. Thanks.

    This post was powered by :

  5. #5
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: VBF RSS Feed Beta

    I use that New Post link heavily, and happened to be scrolling through and saw it. I had also seen your other thread regarding this, and so I was on the look out for it. When I get some time tonight, I'll see about hooking it up into my reader (I use SharpReader) and give you feedback on how it worked.

    Tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  6. #6
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: VBF RSS Feed Beta

    I think the reason initialy you got no posts, is because it uses a cookie on the PC to determine your last visit time, and returns posts since that time. But I imagine it should be possible to pull the last 50 posts period, regardless of the last post or visit date.

    I'll give them a shot when I get home.

    Tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  7. #7

    Thread Starter
    Big D Danial's Avatar
    Join Date
    Jul 2000
    Location
    ASP.Net Forum
    Posts
    2,877

    Re: VBF RSS Feed Beta

    Quote Originally Posted by techgnome
    I think the reason initialy you got no posts, is because it uses a cookie on the PC to determine your last visit time, and returns posts since that time. But I imagine it should be possible to pull the last 50 posts period, regardless of the last post or visit date.

    I'll give them a shot when I get home.

    Tg
    I have two version, VBScript/ASP and VB6 version, in VB6 i am using winsock, for some reason it returns nothing, so I assumed asp version will have the same problem, but thankfully asp version works perfectly.

    Cheers for your feedback and looking forward to hear more from you.

    Thanks.
    [VBF RSS Feed]

    There is a great war coming. Are you sure you are on the right side? Atleast I have chosen a side.

    If I have been helpful, Please Rate my Post. Thanks.

    This post was powered by :

  8. #8
    Frenzied Member sciguyryan's Avatar
    Join Date
    Sep 2003
    Location
    Wales
    Posts
    1,763

    Re: VBF RSS Feed Beta

    Looks great!

    Thanks for this, this is great for all the RSS buffs out there (Including me )

    Cheers,

    RyanJ
    My Blog.

    Ryan Jones.

  9. #9

    Thread Starter
    Big D Danial's Avatar
    Join Date
    Jul 2000
    Location
    ASP.Net Forum
    Posts
    2,877

    Re: VBF RSS Feed Beta

    Quote Originally Posted by sciguyryan
    Looks great!

    Thanks for this, this is great for all the RSS buffs out there (Including me )

    Cheers,

    RyanJ
    You are welcome. Thanks for the comment.

    Please do let me know if you have any suggestion or comments.

    Thanks.

    Danial
    [VBF RSS Feed]

    There is a great war coming. Are you sure you are on the right side? Atleast I have chosen a side.

    If I have been helpful, Please Rate my Post. Thanks.

    This post was powered by :

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width