CoverYourASP.com - by James ShawThe site IS the content - download the entire source code of the site! Live examples of membership management, ad banner system, newsletter, online database add/edit/delete, yahoo-style categories and much moreUsing exception handling to trap database connection errors- January 25, 2001 To make setting up my downloaded site on your computer easier I use exception handling to trap any errors that occur when connecting to the database...http://coveryourasp.com/DBException.asp Generic function to walk through your sub-folders and files- January 19, 2001 Developed to index my pages for a search function, this article describes a function you can use for whatever you want! Also discusses recursion and passing functions as parameters.http://coveryourasp.com/WalkFolders.asp Running ASP on your PC - installing Personal Web Server- January 18, 2001 The first stage to complete before running the CoverYourASP download on your PC - making ASP pages run at all...http://coveryourasp.com/PWS.asp Automatically reminding and deleting unconfirmed members- January 15, 2001 Another example of using the BrandNewDay( ) function - this time to search the database for unconfirmed members, and email them or delete them...http://coveryourasp.com/MemberAdmin.asp Limiting clickthroughs to one per IP address per day- January 14, 2001 One of the requirements from the banner ad system was to protect the clients from spiders and malicious users...and HTTP HEAD requests...and...http://coveryourasp.com/LimitIP.asp Installing the CoverYourASP download on your PC- January 10, 2001 After setting up your web server, how to download, install and configure my source code on your PC...http://coveryourasp.com/CYA.asp Troubleshooting the CoverYourASP download on your PC- January 10, 2001 Strange errors when you go to http:localhostcya It's probably something I've heard about before...a few hundred times!http://coveryourasp.com/Trouble.asp The CoverYourASP Membership system explained- January 10, 2001 How I implemented the new membership system, sign inout, auto signin with cookies, multiple levels, and site personalizationhttp://coveryourasp.com/MemberCode.asp Trapping HTTP 500.100 ASP errors in your pages- January 5, 2001 Learn how to replace the infamous "Page cannot be displayed" with profuse apologies and an email moaning to the webmaster...http://coveryourasp.com/500Descr.asp |