Display the Most Recent Code From FreeVBCode.com on your Web Site
Category:
ASP, HTML and XMLType:
SnippetsDifficulty:
IntermediateAuthor: Intelligent Solutions Inc.
Version Compatibility: ASP
More information:
This is an adaptation of the code at http://www.freevbcode.com/ShowCode.Asp?ID=5665, which demonstrates how to display data from an RSS feed. This example uses that code to display the newest code from FreeVBCode.com, which is now syndicated in an RSS feed. If you are going to use this code on your site, please use one of the demonstrated caching mechanisms (file or application variable) so a connection is not made to FreeVBCode.com on every request.
Instructions: Copy the declarations and code below and paste directly into your VB project.
Declarations: