|
|
|
Create Your Own "First Visit" Popup Window
It's a proven fact that the use of popup windows is a highly effective marketing technique that produces great results. However, they can be very irritating to your visitors. How can you use this powerful marketing technique without offending...
HOW TO CHOOSE THE RIGHT WEBHOST
Choosing the right web host is the most important thing for the success of your website. Downtime leads to losing customers. Think about this for a second. Someone reads your advertisement in a newsletter or sees your banner on a website, do you...
How To Reduce Web Hosting Bandwidth
How To Reduce Web Hosting Bandwidth Copyright 2002 by Herman Drost You just received a higher than normal monthly bill on your credit card for web hosting. Your hosting company explains that you exceeded your monthly minimum for “bandwidth usage”...
It Could Happen To You - Part 2
3. KNOW YOUR RIGHTS => Domain Name Registrations Generally As a general rule, you can register any domain name that is not already registered (subject to trademark considerations discussed below). If your domain name is sufficiently distinctive,...
Running your first scan using NessusWX
The following is a simple how-to guide for installing, configuring, and running your first vulnerability scan using the NessusWX Windows client. The instructions do not include in depth explanations as it is assumed that you are familiar with...
| |
| | | | | |
|
|
Website Updates are a SNAP With Server Side Includes
If you ever had to make a change to your website that needed to be carried onto every page, you know what a tedious job it is.Well, have I got news for you. It doesn't have to be. Welcome to the world of Server Side Includes, also known as SSI. The best part about SSI is that it will make your life as a site owner 'oh so sweet.' You're going to want to kiss me after I give you the lowdown on this little beauty.
Let me give you an example. Let's say you have a site with over 50 pages and you need to add another link to your navigation bar. Can you imagine how long it would take you to open each page and update it? By putting your navigation bar into an SSI file, you would only open up that one file and update that -- and the change to your navigation bar will show up site wide. See how simple that was? By editing one file you have updated your entire site instantly.
The most common use of an include file is for your top navigation, your bottom text navigation, copyright, logo or any other piece of info needed to appear on all pages of your site.
So how do you create an SSI file? Glad you asked! An include file can be an HTML file or a simple text file. It should be whatever HTML coding you need for that element of your site, minus the or tags which should remain on your individual pages.
An easy way to make them is to design your web page and cut and paste the code you want into individual files and name them things like topnavigation.htm or bottomnav.htm. By giving them descriptive names, you'll know at a glance which file is which when it comes time to perform those updates.
After creating the files you plan on using as your includes, you'll need to open your
web pages and insert a line of code where you want the SSI information to show up in your documents.
The code looks like this:
If your includes are located at the root level on your web server your path would look like this:
That's it. Pretty simple, really. After you get the hang of it you'll wish you would have learned about them years ago. They really do make global updating a snap.
Here are a couple of good sites to learn more about SSI:
Big Nose Bird- http://www.bignosebird.com/ssi.shtml
CGI Resource- http://cgi.resourceindex.com/Documentation/Server_Side_Includes/
New Breed Software http://www.sonic.net/~nbs/unix/www/ssi/
Web Reference http://www.webreference.com/programming/ssi/intro/
Before you start implementing SSI you need to ask your web host if they support them (most do), and also if they will need to be named with any special extensions. Some servers may require you to give them specific extensions like .asp (if it's NT) or .shtml (for many Unix servers). Although the majority won't, it's always better to ask first. Better safe then sorry.
By designing your website with server side includes you'll save yourself a ton of headaches when it comes time to updating your site. SSI is a Webmaster's best friend, so I suggest you spend some time getting acquainted.About the Author
Merle http://www.EzineAdAuction.com "Where some of the BEST Deals in Ezine Advertising are Made" Buy & Sell Ezine Ads in a live auction setting! Publishers sell off your excess inventory and Buyers pick up some Fantastic bargains. Go now.
| | |
|
|
|