It’s easy to tell a poor web site from a good one. Just take a minute to look at the navigation. Poor sites make it difficult for their visitors to find things. And the...
Author: SEO
Site Types
There are many different types of web sites. A short list of some of the different categories are listed below. Of course, your own site can be any one of the types below, and...
Microsoft Word
Microsoft Word has many features to help you maintain a web site. In fact, it is possible to create an entire site using this product if you want! Let’s assume you have created the...
Denying Access
If you examine your logs, you will occasionally find that your site is being hammered by a visitor or two. These are usually spiders (automated robots which examine web sites for various reasons) although...
Custom Error Pages
These are easy to create using the .htaccess file. Just include lines of the following format in your file. ErrorDocument 404 /missing.html This causes the file “missing.html” to be displayed whenever a 404 error...
MIME Types
You can use .htaccess to define your own MIME types. What this means is you can associated file types with actions to be performed. How do you use this? Let’s stay you want .DOC...
Restricting Access To A Directory
The most common usages of .htaccess is to restrict access to all of the files within a directory. You do this by setting up a simple text file as shown below. AuthUserFile /usr3/home/tommy/Webmaster/htaccess/.htpasswd AuthName...
Cascading Style Sheets Add Consistency To Your Web Site Design
A cascading style sheet is a way to simplify your life (once you learn how to use them) and to make your web site look nice, professional and consistent. There are plenty of tutorials...
ASP (Active Server Pages) Are A Great Way To Build Sites
ASP (Active Server Pages) is the Microsoft method for doing server-side scripting. You see, JavaScript, VBScript, Java and ActiveX are methods to perform tasks on the client (the browser). For doing something like moving...
Constantly Collect And Analyze Statistics
Statistics are your most important resource! Used properly, web site statistics will tell you who is visiting your site, where they came from, what search engines they used, their browser types and even their...