.
Developer Spot - Web Development Tutorials
arrowDeverloper Spot  Tutorials  HTML  The Basic Uses Of SSI - Server Side Includes 
 
Development Tutorials
ASP
CGI & Perl
CSS
HTML
Java
JavaScript
Linux
PHP
XML




More Resources
Web Hosting Articles
Web Development News
PHP Manual
Web Hosting Directory
Budget Web Hosting Linux Web Hosting Small Business Hosting
Windows Web Hosting Reseller Web Hosting Web Hosting Articles

The Basic Uses Of SSI - Server Side Includes

By Sean Burns
2003-10-14
Reader Rating: 4 out of 5
Bookmark Print Version
Introduction To SSI - Server Side Includes

SSI stands for Server Side Includes. In it's simple form, it means that you can put a tag in your HTML pages that will be replaced by the file that you specify. This is extremely useful and I strongly urge you, whether you are a beginner or advanced designer, to use it. It will save you many hours work later.

The most popular use is to create header and footer files for your site that will contain all of the information that is pretty much standard across all of your pages. Therefore, you don't need to go through every page on your site to add something or change the design of your site, you just change a couple of files and it's done. We use it across this site - only the text that you are now reading is actually created for this page. Everything to the left, above and below is pulled from two HTML files that contain all of the information that we use on every page. Therefore, if we re-design the site we just change these two files and our whole site is updated immediately - the whole design can change with a few minutes work even if we have 10 000 pages.


Article Pages:
Introduction To SSI - Server Side Includes
How To Use SSI
Extensions And Hosting
One Last Tip On SSI

 Rate this article:   Poor          Excellent 


If you found this article interesting, you may want to read these as well:

» Using SSI's To Ease Site Maintenance

» Taming the Update Monster

» The Background-Table Combo



 
Development Tutorials: CGI & Perl - CSS - HTML - Java - JavaScript - Linux - PHP - XML
More Resources: Web Hosting Articles - Web Development News - PHP Manual