Search
Recommended Sites
Related Links






Valid XHTML 1.0 Transitional

Valid CSS!
   

Informative Articles

Beginning XML - Part III (Building Blocks)
XML documents (and HTML documents) are made up by the following building blocks: • Elements • Tags • Attributes • Entities • PCDATA • CDATA This is a brief explanation of each of the building blocks: Elements Elements are the main building...

How to make a website
In brief, this is how to make a website: 1) Select a domain name. Visit http://www.nameboy.com/ to find out if your name is available, and what other options exist. 2) You need to purchase the domain name. Probably the easiest way to do...

HTML Editors 101 - Smaller Is Better
Microsoft FrontPage and Macromedia's Dreamweaver aren't the only HTML editors on the market. In fact, niche HTML editors from various independent developer offer a number of advantages over the big boys. SiteSpinner SiteSpinner is a user-friendly...

Web Site Design Mistakes – Database Parameters In URLs
Creating a web site takes thought, planning and execution. Unfortunately, many designs are dead in the water before they are even published as far as search engine optimization is concerned. Whatever you do, avoid these critical mistakes. Database...

Website Colors
In 1994, Netscape defined 216 colors that have priority in browsers based on the 256 colors displayed by an 8-bit system. 40 colors display differently between PCs and MACs and are therefore eliminated. These 216 fixed colors, known as web...

 
Simplify Site Maintenance with SSI

© 2004, John Calder
http://www.TheEzine.net

Server Side Includes (SSI), for many marketers, are a bit like the U.S. National Security Agency - it's something you've heard of, but you don't understand completely what they do. In this article, rather than bore you with the technical details, let's just take a look at the benefits and drawbacks of implementing SSI on your site, to see if learning the technical details is worth the trouble.

SSI has several capabilities, but for our purposes, we just want to make our site easier to maintain. For example, if we want to change a color, we normally have to make that change separately on every page of our site. Five or ten pages isn't really a problem, but what if you have 100, 200, or thousands? Even a simple addition of a menu item will take hours, and the chances of making an error increase. SSI will let us easily make such changes, one time, and apply them across your entire site.

Here's where SSI comes in. Let's just imagine that we take one of our web pages, and divide it into three sections, a top, middle, and bottom, much like a sandwich. The "meat" of the sandwich is our content on each page that's different. But the "bread" is the same on every page. What we can do is move the top "slice of bread" to a "top" file, and the bottom "slice" to a "bottom" file.

Then on our original page, add a one line command to tell the server to "include" the top file, and another one line command to "include" the bottom file. Now, you can make a change to your "top" file for example, and the change will be automatically applied to every page on your site that "includes" the top file.

There is a bit of extra resource use on the server to implement SSI. However with today's powerful servers, it's not the issue that it once was. Most hosting companies support use of SSI, and you are usually able to change a setting so that you can continue to use .html extensions.

About the Author
John Calder is the owner/editor of The Ezine Dot Net. Subscribe Today and get real information YOU can use to help build your online business today! http://www.TheEzine.Net

The Ezine DOT Net RSS feeds are available.

(You may reprint this article in full in your newsletter and/or web site)

Sign up for PayPal and start accepting credit card payments instantly.