John Cletheroe's
PC and Internet Hints


Web Page Creation Hints and Resources - Checking Your Web Pages

Before uploading your web site masterpiece to the server, it is worth doing some checking. It doesn't matter how many mistakes you make and put right before uploading; it matters a great deal how many mistakes you fail to put right before the public get to see your pages.

Unless you are absolutely familiar with the HTML tags that you are using, then be sure to view your pages on your computer in at least Internet Explorer and Netscape Navigator, as these are by far the most common browsers.

It is fairly simple to write programs in any programming language of your choice (provide it can open and read plain ASCII text files) to perform checks such as the following on all the pages of your site:

It is also possible to write similar programs to automatically create site indexes, etc.

One vital aspect of this type of program is to be able to access a list of the web page files to check. Such a list can be created in DOS with a command such as:

DIR *.HTM/S/O:N>DIR.TXT

The /S parameter causes all subdirectories to be explored; /O:N causes the files to be listed in alphabetical order (a nicety) and >DIR.TXT cause the output of the DIR command to be sent to the DIR.TXT file. Then your checking programs can open and read DIR.TXT in order to know what HTML files they need to check.
Web Page Creation Hints and Resources

PC and Internet Hints


About this personal web site JohnCletheroe

EMail me

Most recently modified 25-Mar-01