Search
Recommended Sites
Related Links






Valid XHTML 1.0 Transitional

Valid CSS!
   

Informative Articles

Choosing the Right Content-Authoring Tool For Your e-Learning Needs
There are several hundred e-Learning tools out in the marketplace today. Selecting the proper course-authoring tool for developing your company's online training content is no small undertaking. Today we are going to look at some solid...

How To Add Fresh Content To Your Website
I've read over and over that when it comes to building a website and getting a lot of traffic to it "Content Is King." If you do a search for any topic you will find the websites that come up in the Top 10 all have a lot of content on their...

The Wonders of Content Management Systems
As you get serious about your web site, your time will become invaluable. A content management system is the best way to maximize your efforts What A Content Management System Does for You A good CMS system will allow you to update can entire...

Website Buying Guide Checklist
Can you really get a website even without knowing anything about code, and without paying a fortune? Find out. The days when websites were primarily distinguished by their code are long gone. Nowadays, the web is a true publishing medium that...

What Should You Should Look For In A Website Designer?
Choosing a website designer that you can work with is very important. Creating a website can be a wonderful experience, or a headache, depending on who you choose to work with. One of the most important things you need to do is find is a website...

 
Designing your website with change in mind.

We all know that our websites seem to take of live of their own. As your site grows updating pages becomes more and more of a task. This is where server side includes (SSI) can make your site updates a lot easier and requires a lot less effort.

Visualize your page layout in sections. Most pages Usually contain a top (header) section, a navigation system, content, and then a footer (containing copyright info and date). Using server side includes you can maintain each section in a separate file making updating each section much easier. Instead of the old method of updating each page of your site individually, you can now update one file that will make the change for you on every page that the include was on.

Most hosting companies support server side includes. You will want to check with you host to make sure. Most Apache web-server ate typically configured to parse files ending in .shtml. An Apache server can be instructed to parse files with other extensions by using an .htaccess file. You can update your .htaccess file to parse .htm and .html file by adding in these two commands.



AddType text/x-server-parsed-html .html



AddType text/x-server-parsed-html .htm



If you do not have an .htaccess file you can simply create a file in your root directory named .htaccess and add the two commands above and save the file.

Create each section of your page you wish to be used as an include and save each section in a separate file and upload to your server. These files can contain any regular html that you wish to use. You can name these files with .txt extensions.

Now when creating a new content page you will want to use the include command to include the separate parts of your page.

For example: You are creating a page named your_content.htm. You would start off with the normal html:





your_content



/* To include the top part of your page. */

/* To include your navigation. */

Content

/* To include bottom of page. */





The best part of using server side includes is when you need to make a change to any part of your page. You only have to make the change in one file and it will be automatically changed on every page that the include command was executed.

About the author:

J. Miller is the owner of Host298.com, offering affordable, reliable webhosting. You can give us a try before you buy with our 30 day FR>EE trial.

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