Just added a great new tutorial to the web hosting wiki, and wanted to make sure I shared word about it here. This one in a kind of introduction to using Server Side Includes (SSI) to easily edit content that stays static across your entire web site layout. It also comes in handy when you have a series of navigational links to edit - now instead of editing the one link on all of your pages, you can get away with updating one link on one page, and have the changes show on all of them.
Here is a teaser of the web hosting wiki post...
When working on a regular HTML based web site, you might often notice that you need to insert the same blocks of information again and again. For example, your web site’s basic navigation links (such as home, about me, my projects, etc) might be pasted in every single page that you create. Editing and updating these links can quickly become a pain if you get to many to work with. What is a webmaster to do? By using Server Side Includes (SSI) you can point every page to one location where your navigation is stored.
Read More About the Easier Way to Edit Static Content Using SSI!Hope you enjoy and find this helpful!
