Any kid, and their grandmother too, can make a webpage. There are many "wysiwyg" webpage design applications that let you create a webpage as easy as typing text. But only a few people can create a WEBSITE. The stumbling block is knowing how to link webpages together to form a website. I have seen many websites that consist of a single webpage - about a mile long!
The first problem is that websites are contained in virtual directories. You know that your webpages can be found at yourdomain.com, but the actual path to yourdomain.com on the web server may be known only by the system administrator. And the system administrator can move your website to a different folder, or even a different computer, without changing its virtual address.
The second problem is that most people don't know how to write a relative link. Relative links have the advantage that you don't need to know the path to the webpage that you want to link to, you only need to know where it is "relative" to the webpage containing the link.
Designing Your Directory Structure
The first step to implementing a website is to design the directory structure. Let's design a directory structure for a simple download website. The website consists primarily of articles and digital material that visitors can download. You could just dump everything at the top level of the website. Good luck maintaining that website!
To keep the files organized, you need to create sub-directories (folders) on the website. Even though the website consists only of articles and digital downloads, you need five sub-directories, as described below.
You understand what the "articles" and "downloads" sub-directories are for, but what are the other three sub-directories for? It's standard practice to provide certain features on your website, as listed below.
Each of these features requires a webpage. Instead of dumping the webpages at the top level of the website, or mixing them in with articles or downloads, let's put them together in a folder named "general" (I'm sure you can think of a better name).
All of your webpages use certain things in common, for example, your logo graphic. If your web server provides SSI (Server Side Includes) all your webpages can share a common header file and a common footer file. You might also define all your website's styles in a common style sheet. Let's put all of these files in a folder named "common".
Your contact page might use an email form. If your server provides server-side scripts, you would place the email form script in a folder named "cgi-bin". Cgi-bin stands for "Common Gateway Interface - Binary". Few people use CGI any more, and those that do don't use binary files, but the folder name has stuck as a traditional place to store scripts. Almost all websites come with a preconfigured cgi-bin folder, and the website may be configured so that the cgi-bin folder is the only folder with rights to run scripts.
I would also recommend that you create certain sub-directories for some of the above mentioned directories. Most web pages contain images. You could dump all the images in the same folder with the webpages, but when you get more than about 50 files in a folder, it becomes difficult to maintain. You should create an "images" sub-directory in the articles, downloads, and general directories. The downloads directory should also have a "files" sub-directory to store the downloads.
This arangement of directories and sub-directories will provide good file organization for the example website. Understanding my reasoning for this directory structure should help you to design a directory structure for the website you have in mind.
Default Page Configuration
Every website has at least one default webpage configured (also called the "home" page). The default webpage is the webpage that is returned when the user enters or clicks on a link containing only the domain name, without a specific file name. On a Unix or Linux web server, the default webpage will usually be "index.htm". On a Windows web server (IIS), the default page will usually be "default.asp".
The website administrator, or if your webhost provides the required "control panel" feature, you can actually configure any page to be the default page. If your web server has more than one default page configured, I would recommend removing all but the default page that you intend to use.
Now, let's assume that all of your webpages need to link to an image file named "logo.gif" stored in the "common" folder. The relative link on your default webpage would be as shown below.
"common/logo.gif"
The website file manager interprets this as "look in the folder named common for the file named logo.gif".
However, the link on any webpage contained in one of the sub-directories would be as shown below.
"../common/logo.gif"
The website file manager interprets this as "go up one level, then look down in the folder named common for the file named logo.gif".
This difference in the link may not be a problem unless you use SSI or ASP (Active Server Pages) to build your webpages from a common header file and a common footer file. Then you need a different link in the common file depending upon whether the page linked to the common file is the default webpage (where you would use common/filename) or a webpage contained in a sub-directory (where you would use ../common/filename). There are several ways to solve this problem.
1. If your website has a server-side scripting engine like ASP or PHP and you know how to program, you could implement code that selects the proper link.
2. You could use the complete path, including the domain name, on all pages. This will cause problems if you ever have to move your website to a different web host (Until all the dns servers across the planet have been updated).
3. You could put your home page in a sub-directory, for example "common", and make your default page into a re-direct to your home page. Then you would use "../common/filename" for all links. The following meta tag, placed the head section of your default webpage, will immediately redirect the users browser to your real home page.
meta http-equiv="refresh" content="0,url= "http://yourdomain.com/common/homepage.htm"
In this article, I showed you how to design a directory structure for your website and how to create relative links to link all your webpages together to form a website. Website visitors don't like to do a lot of scrolling, so try to keep your webpages to only two or three screens high. Please, no more websites that consist of only one mile long webpage!
Copyright(C) Bucaro TecHelp.
Permission is granted for the below article to forward, reprint, distribute, use for ezine, newsletter, website, offer as free bonus or part of a product for sale as long as no changes are made and the byline, copyright, and the resource box below is included.
About The Author
Stephen Bucaro
To learn how to maintain your computer and use it more effectively to design a Web site and make money on the Web visit bucarotechelp.com. To subscribe to Bucaro TecHelp Newsletter visit http://bucarotechelp.com/search/000800.asp.
![]() |
|
![]() |
|
![]() |
|
![]() |
What pages need to be included on your website? The... Read More
Are you in a dilemma whether to create a mini... Read More
Dear web site visitor.I can't tell you how glad I... Read More
I do site reviews. Needless to say, I see a... Read More
In this article you will find the parallel between two... Read More
I'm sure you've all heard the saying 'Build it and... Read More
I am constantly bombarded with all sorts of advertisements, single-page... Read More
When you start building your online business and search for... Read More
I hate to imagine that in your web development project... Read More
Websites, there's literally billions of them out there in cyber-space.... Read More
The Questions You Should Be Asking ? The Answers You... Read More
Sooner or later every small or medium business owner realizes... Read More
1. Size does not equate to competencePeople sometimes assume a... Read More
~A man [woman] is a success if he [she] gets... Read More
Whether a business has just got off the ground or... Read More
I have written before about long sales copy on the... Read More
You just created a new web site but want to... Read More
Ever wonder how HTML color codes are put together? For... Read More
You're almost set. The content of your website, e-book, or... Read More
Want to know what the worst thing to say on... Read More
Clutter: Too much noise, too much text, and too little... Read More
Navigation must be simple. Since it's the backbone of your... Read More
In this era of ultra-sophisticated internet marketing and web design,... Read More
What colors do you have at your website?Can they make... Read More
If you are going to have a web presence for... Read More
QUESTION: We promote our web site in all our... Read More
One of the biggest problems with Web sites is that... Read More
It is common sense.The more time people spend at your... Read More
If you'd like to create/maintain a website, having some HTML... Read More
As the Internet blooms at an alarming rate, so as... Read More
Creating an appealing, functional, and effective Web site is much... Read More
(1) Create a Direct Response Website, with the minimum number... Read More
STEP 1:Do your homeworkPlan and think about your content. Think... Read More
If you'd like to create/maintain a website, having some HTML... Read More
The way you design your web site affects your visitors'... Read More
If you are anything like me, your website is a... Read More
Why is the quality of your text layout and design... Read More
If you have a website, you want your visitors to... Read More
Most websites use similar fonts and as a result have... Read More
There are two camps when it comes to flash web... Read More
If you are familiar with my work, then you have... Read More
Page ranking by search engines such as Google are not... Read More
Your web site is the key to your success on... Read More
What is the relationship between Marketing and Web designing? How... Read More
Are you in a dilemma whether to create a mini... Read More
Many Internet sites that try to sell you something have... Read More
Easy That's how you'd like life to be, right? Especially... Read More
Drop Capitals are frequently used in many newspapers, books and... Read More
One of the simplest things you can do to give... Read More
Colors are powerful, and create strong feelings. They can also... Read More
The .htaccess file is a control file located in your... Read More
If someone doesn't know you personally, will they trust you... Read More
Your website is your tool for showing the online community... Read More
If you have a web site to which people pay... Read More
Are you building your website? If so, STOP! Take a... Read More
Making a poorly designed website is one of the easiest... Read More
What is web usability & why is it important?Web usability... Read More
You've likely heard of the movie, Jerry Maguire, with its... Read More
Are you serious about get this website done fast and... Read More
No question about it, web design is an art. Finding... Read More
To create your own great banner, you only need five... Read More
Probably you know someone who has created a web site... Read More
This article gives free tips on how to find a... Read More
These days, it seems that everyone has a website. Unfortunately,... Read More
Many businesses want a simple website where they tell people... Read More
You may not bother with html validation or writing simple... Read More
Web Design |