ASPRSS - Enabling you to share your ASP resources
ASPRSS --> Validate your RSS file

Processing RSS file at http://CoverYourASP.com/RSS.xml:

SiteCoverYourASP.com - by James Shaw
DescriptionThe 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 more
URLhttp://CoverYourASP.com/
DetailsCoverYourASP.com, 885 Woodstock Road, Roswell, GA 30075. Fax 503-212-8406
LogoURLhttp://CoverYourASP.com/images/cya_10030.gif


TitleWhat's CoverYourASP all about?
DescriptionRead an overview of how this site works, places to visit and what makes it unique!
URLhttp://CoverYourASP.com/AboutCYA.asp
Date2001-08-19
CategoryArticles
NameJames Shaw
Emailjames@coveryourasp.com

TitleDisplaying printer-friendly pages
DescriptionA few lines of code is all it takes to implement a printer-friendly version of all your pages. Make all those pesky navigation bars and banners disappear!
URLhttp://CoverYourASP.com/PrinterFriendly.asp
Date2001-06-28
CategoryArticles
NameJames Shaw
Emailjames@coveryourasp.com

TitleIFRAME's...and IE 5.5
DescriptionSometimes IFRAME's can solve a big problem, but their interaction with IE 5.5 is something you need to know about - it's totally bizarre!
URLhttp://CoverYourASP.com/iframe.asp
Date2001-06-21
CategoryArticles
NameJames Shaw
Emailjames@coveryourasp.com

TitleSubmitting data to a form with IP*Works! WebForm
DescriptionASPRSS has a subscription service that automatically submits articles to all the ASP directories out there. See how I submit the data to their forms using the IP*Works! WebForm component
URLhttp://CoverYourASP.com/FormSubmit.asp
Date2001-06-15
CategoryArticles
NameJames Shaw
Emailjames@coveryourasp.com

TitleDisplaying foreign keys in your database as list boxes
DescriptionMy original database administration tool didn't look for foreign keys, and just displayed a confusing list of primary key values. Now, it's been improved with automatically generated list boxes...
URLhttp://CoverYourASP.com/ForeignKeys.asp
Date2001-05-23
CategoryArticles
NameJames Shaw
Emailjames@coveryourasp.com

TitleAdminister your database using these generic pages..
DescriptionI now have (and you can too) a generic set of pages that will add/edit and delete data from any table! My most useful code yet. Now with dropdown lists!
URLhttp://CoverYourASP.com/DBAdmin.asp
Date2001-05-12
CategoryArticles
NameJames Shaw
Emailjames@coveryourasp.com

TitleMaintaining state with Session variables
DescriptionRead how Session variables can store user information for you - how they work, and when they don't...
URLhttp://CoverYourASP.com/Session.asp
Date2001-04-18
CategoryArticles
NameJames Shaw
Emailjames@coveryourasp.com

TitleThe classic Tell-a-friend email example.
DescriptionThe C language has the 'Hello World' program - ASP has the ubiquitous 'Tell-a-friend' script. They're everywhere, but here's the way I did mine...
URLhttp://CoverYourASP.com/HowToRecommend.asp
Date2001-04-17
CategoryArticles
NameJames Shaw
Emailjames@coveryourasp.com

TitleAdministering the Application variables
DescriptionFollowing earlier articles about how I cache data (such as the rotating banners) in Application variables for speed, many have asked how I refresh the cache when I've made a change. All is revealed...
URLhttp://CoverYourASP.com/ApplicationAdmin.asp
Date2001-04-11
CategoryArticles
NameJames Shaw
Emailjames@coveryourasp.com

TitleThe CoverYourASP Server Side Includes will save your ASP!
DescriptionServer Side Includes, or SSI for short, are a very powerful tool. See how I use them, with links to articles that describe them...
URLhttp://CoverYourASP.com/SSI.asp
Date2001-04-08
CategoryArticles
NameJames Shaw
Emailjames@coveryourasp.com

TitleCaching and displaying contents of folders
DescriptionThis article shows how I cached data from the FileSystemObject into Application variables, sorted it and then used it to create a nice little file contents browser to display my newsletter archives.
URLhttp://CoverYourASP.com/ArchivesDescr.asp
Date2001-03-29
CategoryArticles
NameJames Shaw
Emailjames@coveryourasp.com

TitleGetting feedback emails from a <form>
DescriptionWalk step-by-step through the feedback form and email code, with pages devoted to CDONTS, JMail, ASPMail and now ASPEmail too...
URLhttp://CoverYourASP.com/ContactDescr.asp
Date2001-03-24
CategoryArticles
NameJames Shaw
Emailjames@coveryourasp.com

TitleRead archived copies of my weekly newsletter
DescriptionAll my newsletters since the site went live in September 2000 are here. The earlier ones are particularly sad... ;-)
URLhttp://CoverYourASP.com/Archives.asp
Date2001-03-16
CategoryArticles
NameJames Shaw
Emailjames@coveryourasp.com

TitleDisplaying HTML files from your ASP page
DescriptionOften I need to display the contents of a file on my server. This article shows you what regular expressions to use to successfully display HTML, including automatically making any hyperlinks live...
URLhttp://CoverYourASP.com/ShowFileDescr.asp
Date2001-03-15
CategoryArticles
NameJames Shaw
Emailjames@coveryourasp.com

TitleFighting email abuse
DescriptionI now help the authorities in tracking down people who cause sites like mine to send spam to others by subscribing them to my newsletter...
URLhttp://CoverYourASP.com/Abuse.asp
Date2001-03-09
CategoryArticles
NameJames Shaw
Emailjames@coveryourasp.com

TitleAccepting credit cards on your site - it's too easy!
DescriptionThe hardest part is filling out the forms, but once you've done that the "programming" part is child's play.
URLhttp://CoverYourASP.com/CreditCards.asp
Date2001-02-23
CategoryArticles
NameJames Shaw
Emailjames@coveryourasp.com

TitleImplementing <form>'s with ASP
DescriptionHere I show you the ASP code common to all forms I write, with discussions on validation and field persistance.
URLhttp://CoverYourASP.com/Forms.asp
Date2001-02-09
CategoryArticles
NameJames Shaw
Emailjames@coveryourasp.com

TitleAdding search capability to CoverYourASP
DescriptionSee how a single Server Side Include containing a single function is all you need..
URLhttp://CoverYourASP.com/SearchDescr.asp
Date2001-02-02
CategoryArticles
NameJames Shaw
Emailjames@coveryourasp.com

TitleUsing exception handling to trap database connection errors
DescriptionTo 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...
URLhttp://CoverYourASP.com/DBException.asp
Date2001-01-25
CategoryArticles
NameJames Shaw
Emailjames@coveryourasp.com

TitleGeneric function to walk through your sub-folders and files
DescriptionDeveloped 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.
URLhttp://CoverYourASP.com/WalkFolders.asp
Date2001-01-19
CategoryArticles
NameJames Shaw
Emailjames@coveryourasp.com

TitleRunning ASP on your PC - installing Personal Web Server
DescriptionThe first stage to complete before running the CoverYourASP download on your PC - making ASP pages run at all...
URLhttp://CoverYourASP.com/PWS.asp
Date2001-01-18
CategoryArticles
NameJames Shaw
Emailjames@coveryourasp.com

TitleAutomatically reminding and deleting unconfirmed members
DescriptionAnother example of using the BrandNewDay( ) function - this time to search the database for unconfirmed members, and email them or delete them...
URLhttp://CoverYourASP.com/MemberAdmin.asp
Date2001-01-15
CategoryArticles
NameJames Shaw
Emailjames@coveryourasp.com

TitleLimiting clickthroughs to one per IP address per day
DescriptionOne of the requirements from the banner ad system was to protect the clients from spiders and malicious users...and HTTP HEAD requests...and...
URLhttp://CoverYourASP.com/LimitIP.asp
Date2001-01-14
CategoryArticles
NameJames Shaw
Emailjames@coveryourasp.com

TitleInstalling the CoverYourASP download on your PC
DescriptionAfter setting up your web server, how to download, install and configure my source code on your PC...
URLhttp://CoverYourASP.com/CYA.asp
Date2001-01-10
CategoryArticles
NameJames Shaw
Emailjames@coveryourasp.com

TitleThe CoverYourASP Membership system explained
DescriptionHow I implemented the new membership system, sign in/out, auto signin with cookies, multiple levels, and site personalization
URLhttp://CoverYourASP.com/MemberCode.asp
Date2001-01-10
CategoryArticles
NameJames Shaw
Emailjames@coveryourasp.com

TitleTroubleshooting the CoverYourASP download on your PC
DescriptionStrange errors when you go to http://localhost/cya ? It's probably something I've heard about before...a few hundred times!
URLhttp://CoverYourASP.com/Trouble.asp
Date2001-01-10
CategoryArticles
NameJames Shaw
Emailjames@coveryourasp.com

TitleTrapping HTTP 500.100 ASP errors in your pages
DescriptionLearn how to replace the infamous "Page cannot be displayed" with profuse apologies and an email moaning to the webmaster...
URLhttp://CoverYourASP.com/500Descr.asp
Date2001-01-05
CategoryArticles
NameJames Shaw
Emailjames@coveryourasp.com

TitleA complete banner advertising system
DescriptionServing up rotating banners for my advertisers, storing the ads in Application variables and tracking impressions and clickthroughs...
URLhttp://CoverYourASP.com/BannerApp.asp
Date2000-12-24
CategoryArticles
NameJames Shaw
Emailjames@coveryourasp.com

TitleUsing expando properties to implement named recordsets
DescriptionA mini-article to demonstrate how you can add properties to an object - in this case so we can add multiple recordsets and later reference them by name
URLhttp://CoverYourASP.com/NamedRecordsets.asp
Date2000-12-16
CategoryArticles
NameJames Shaw
Emailjames@coveryourasp.com

TitleObject Oriented Programming with JavaScript classes
DescriptionJavaScript classes are cool - learn what they can do to tidy up your code...
URLhttp://CoverYourASP.com/Classes.asp
Date2000-12-09
CategoryArticles
NameJames Shaw
Emailjames@coveryourasp.com

TitleDo my visitors wait until the pages are loaded?
DescriptionI did a little investigation to see if my site was too slow to keep visitors interested. See what worked, and what didnt!
URLhttp://CoverYourASP.com/LostVisitors.asp
Date2000-12-02
CategoryArticles
NameJames Shaw
Emailjames@coveryourasp.com

TitleUsing <base href> to control your relative links
DescriptionSee how I use <base href>, and how you should configure it after you download the site.
URLhttp://CoverYourASP.com/BaseHref.asp
Date2000-11-29
CategoryArticles
NameJames Shaw
Emailjames@coveryourasp.com

TitleDownload the complete CoverYourASP site and run on your server.
DescriptionIt's true! You can download every file on the site and run it on your personal computer - if you can't run ASP yet, start here...
URLhttp://CoverYourASP.com/DownloadCYA.asp
Date2000-11-29
CategoryArticles
NameJames Shaw
Emailjames@coveryourasp.com

TitleAdding a database driven diary to the site
DescriptionA better way to share the questions that I get emailed each day. Chit-chat, gossip, bug fixes, tips and tricks!
URLhttp://CoverYourASP.com/Diary.asp
Date2000-11-23
CategoryArticles
NameJames Shaw
Emailjames@coveryourasp.com

TitleUsing Application variables, and introducing global.asa
DescriptionHow to save thousands of unnecessary database queries using Application variables, and a fun little 'active user' counter
URLhttp://CoverYourASP.com/Application.asp
Date2000-11-02
CategoryArticles
NameJames Shaw
Emailjames@coveryourasp.com

TitleA page counter, and statistics gatherer!
DescriptionSee how little code it took to store page views, referrers, browsers, screen widths and even IP addresses about my readers
URLhttp://CoverYourASP.com/Counter.asp
Date2000-10-28
CategoryArticles
NameJames Shaw
Emailjames@coveryourasp.com

TitleFormatting data with JavaScript
DescriptionThe beginnings of a library of functions that I'll use to format JavaScript data. So far: Currency and Date.
URLhttp://CoverYourASP.com/Formatting.asp
Date2000-10-20
CategoryArticles
NameJames Shaw
Emailjames@coveryourasp.com

TitlePart 2. My should-be-hidden page to mail my newsletter!
DescriptionThe second part shows how I mail the subscribers to my newsletter, using just ASP and an Access database. Very easy, but effective! JMail/ASPMail now supported!
URLhttp://CoverYourASP.com/MailToList.asp
Date2000-10-19
CategoryArticles
NameJames Shaw
Emailjames@coveryourasp.com

TitleSurvey: Who are you and what do you think?
DescriptionSome basic information to start with - who you are, what you do, what you want. I'm already regretting having an 'It sucks' option =;-)
URLhttp://CoverYourASP.com/SurveyDescr.asp
Date2000-10-09
CategoryArticles
NameJames Shaw
Emailjames@coveryourasp.com

TitleFileSystemObject serves you my source code.
DescriptionThe FileSystemObject object is a very powerful object that allows you to read or write to your servers hard disc…now download the whole site!
URLhttp://CoverYourASP.com/FSO.asp
Date2000-09-29
CategoryArticles
NameJames Shaw
Emailjames@coveryourasp.com

TitleUsing <% %> correctly in ASP
DescriptionThis article explains why you shouldn't be sprinking <% %> render blocks throughout your HTML code. It's inefficient for the server and for your users!
URLhttp://CoverYourASP.com/DontRender.asp
Date2000-09-26
CategoryArticles
NameJames Shaw
Emailjames@coveryourasp.com

TitleHide your META tags from your enemies!
DescriptionThose META keywords are valuable. You spent a lot of time investigating what works best. Your competitors want to know what you use, so that they can steal them!
URLhttp://CoverYourASP.com/MetaTags.asp
Date2000-09-25
CategoryArticles
NameJames Shaw
Emailjames@coveryourasp.com

TitleThe <a> tag - and its forgotten attributes
DescriptionSee how using the title and target attributes has real advantages for my readers - and for me.
URLhttp://CoverYourASP.com/A-tag.asp
Date2000-09-21
CategoryArticles
NameJames Shaw
Emailjames@coveryourasp.com

TitleREALLY validate your email addresses!
DescriptionI get a lot of feedback from 'sdsd' at email address 'asdsd'. I wanted to stop him, so I went looking for a suitable solution…
URLhttp://CoverYourASP.com/ValidateEmail.asp
Date2000-09-18
CategoryArticles
NameJames Shaw
Emailjames@coveryourasp.com

TitleHow to move your site to a new domain
DescriptionHave you ever created a website only to move all the pages to another domain? Check out the following article on how to make the transition a snap…
URLhttp://CoverYourASP.com/HowIMoved.asp
Date2000-09-18
CategoryArticles
NameJames Shaw
Emailjames@coveryourasp.com

TitleRotating random content
DescriptionHow I rotate the affiliate banners and books around the site using a few arrays and a random number.
URLhttp://CoverYourASP.com/Rotate.asp
Date2000-09-11
CategoryArticles
NameJames Shaw
Emailjames@coveryourasp.com

TitleHiding debug information on your web pages
DescriptionSee how simple it is to hide helpful data on your web page to help you when debugging.
URLhttp://CoverYourASP.com/Debug.asp
Date2000-08-23
CategoryArticles
NameJames Shaw
Emailjames@coveryourasp.com

TitlePart 3. Showing the results of your category browsing
DescriptionA few ideas I had about displaying the well-worn 'results page' a la RealPages.com…
URLhttp://CoverYourASP.com/ResultsPage.asp
Date2000-08-19
CategoryArticles
NameJames Shaw
Emailjames@coveryourasp.com

TitlePart 1. Implement content categories just like Yahoo!
DescriptionPlay with the live example I wrote for getting categories and subcategories from an Access database, and the method I chose for displaying them.
URLhttp://CoverYourASP.com/Categories.asp
Date2000-08-15
CategoryArticles
NameJames Shaw
Emailjames@coveryourasp.com

TitlePart 1. Allow your users to subscribe to your newsletter
DescriptionSee how I implemented a form to allow users to subscribe/unsubscribe to my mailing list. Email addresses are simply validated and added to my database
URLhttp://CoverYourASP.com/Subscribe.asp
Date2000-08-14
CategoryArticles
NameJames Shaw
Emailjames@coveryourasp.com

TitlePart 2. What's wrong with the AppWizards code!
DescriptionWhere there's a Wizard, you'll usually find a reason not to use it. FrontPage anyone? The ATL COM AppWizard's not that bad, but you should still read this...
URLhttp://CoverYourASP.com/COM_2.asp
Date2000-08-10
CategoryArticles
NameJames Shaw
Emailjames@coveryourasp.com

TitlePart 2. Arrange your categories in columns
DescriptionDue to popular demand here's a Part 2 of the categories code! Here I show how to arrange the data in any number of columns to exactly duplicate the way the portals do it.
URLhttp://CoverYourASP.com/Columns.asp
Date2000-08-07
CategoryArticles
NameJames Shaw
Emailjames@coveryourasp.com

TitleUsing HTTP and FTP in MFC to get the news.
DescriptionHow I wrote a simple MFC application to automatically update the ASPWire news section.
URLhttp://CoverYourASP.com/GetNews.asp
Date2000-08-04
CategoryArticles
NameJames Shaw
Emailjames@coveryourasp.com

TitlePart 1. A quick COM/ATL component for ASP
DescriptionUsing the ATL COM AppWizard it took less than 30 minutes to make this COM component - mind you, it doesn't do much...
URLhttp://CoverYourASP.com/COM.asp
Date2000-08-03
CategoryArticles
NameJames Shaw
Emailjames@coveryourasp.com

TitleHandling 404 errors with email - and a twist…
DescriptionTake what you need from this article - send email when a 404 occurs, or perhaps write the next bigfoot.com?
URLhttp://CoverYourASP.com/404Descr.asp
Date2000-07-21
CategoryArticles
NameJames Shaw
Emailjames@coveryourasp.com

TitleDesign web pages for any width screen!
DescriptionHow a little client-side script can make a huge difference in how your web site is perceived by customers with varying screen resolutions.
URLhttp://CoverYourASP.com/Wider.asp
Date2000-07-21
CategoryArticles
NameJames Shaw
Emailjames@coveryourasp.com

TitleA simple example of dynamic content - the time.
DescriptionA very simple lesson in what ASP can do for you - generate different HTML for every reader!
URLhttp://CoverYourASP.com/Date.asp
Date2000-07-21
CategoryArticles
NameJames Shaw
Emailjames@coveryourasp.com

57 resources were displayed.


Contact us  -  Tell your colleagues  -  Show your support  -  Your privacy

Copyright © 2001-2010 James Shaw. All rights reserved.
A Clever Chaps Production