Make sure that you can see all the files and their extensions
(you will not be able to do this on the college machines)
Open Windows Explorer from the Start / Programs menu. When it has loaded choose 'View' from the top pull-down menu and select the 'Details' option. Again choose 'View' from the top line and select 'Folder Options' at the bottom of the pull-down. When this has loaded, click the 'View' tab and check / uncheck the following boxes :
This will enable you to see ALL of the files in a directory, along with their file extensions. BEWARE! You will now be able to see, and delete system files. If you delete system files you may cause your computer to crash.
Create a Projects Folder for your work
To make your web site transferable you should keep all of the files together in one folder. In the following example I have created a folder on the C drive (primary hard drive) called 'Projects'. In this folder I have my list of current projects (!?) as sub-folders. In each of these sub-folders I have put further sub-folders to hold relevant files to the project. The most important to us at the moment is the 'Fluffy Kittens/site' folder. This is the 'root' folder for the site. EVERYTHING NEEDED FOR YOUR SITE TO RUN MUST BE IN THIS FOLDER OR ITS SUB-FOLDERS. This means that when you upload the site you can transfer the contents of the 'site' folder as a whole.
Notice that as soon as we get to web site folders, 'site' onwards, I use smaller case names
with underscores instead of spaces. The exception is an .apj
file which is required by Allaire Homesite to maintain the project. This file will
not be uploaded to the web site, though it would not matter if it was, as it is not
used by browsers (neither is the ws_ftp.log file).
NOTE : There is no problem with creating a project folder on the desktop, or anywhere else on a drive. Just remember where it is. You can create a shortcut to a folder and place it on the desktop to make finding it easy.
Root of site
REMEMBER : The first file the browser will look for in a site is called
index.htm, or index.html (we can safely forget about the
'default.htm' & '.html' files, as they have fallen out of use and favour).
Keep the contents of the web site folder to as few files as possible. If this folder becomes cluttered with gifs and jpegs, along with all the HTML files for every single page of your site, it will become hard to manage. Consider using sub-folders, e.g. products or technical, splitting the site up as you do on the site planning tree. Once these sub-folders are created, you should consider sub-folders within them for things like images and pdf (portable document file) files.
For example :
images/
Logos, pictures &: buttons, used in a small site of 6 pages or so.
products/
All pages relating to the products branch of your site tree.
products/images/
All logos, pictures &: buttons, used in the products section.
Here's a few other guidelines for the site architecture, just to keep things tidy :
<a href="catalog.pdf"
target="acrobat"> stage.
Tree, linear and mesh models to follow...