Read the Previous Page

Page 4

 


Creating Web Pages

By Bob Pajot



Last month we dealt with placement of text using ordered and un-ordered lists. Now it is time to see how the pages are sent up to the server.

You should arrange your pages into a separate directory or folder on your hard drive. In this example this folder will be located on drive C and will be called webpage. This folder would then be located at...

C:\webpage     Your actual webpage files would be in this folder.
Ex. Index.htm,   page2.htm,   page3.htm,   page4.htm,   page5.htm    etc.

Your main homepage should normally be called index.htm as most servers look for that name as the default page for your site. Using this name will prevent the web-surfer from encountering a directory of your web files if they try to back-hack from one of your pages. (back-hacking is chopping off the filename from the URL (web address of the page) to try to get at your files)

If you are using pictures or music in your pages it is a good idea to have a separate folder for these also which would be located within the c:\webpage folder located at...

C:\webpage\images   and   C:\webpage\music    The actual files in these folders would be respectively...
picture1.jpg,   picture2.jpg,   picture3.jpg,   picture4.gif    etc.   Remember to use only .jpg or .gif files.
chime.wav,    ocanada.mid,   pianoman.mid   or any other music or sound file formats.

To send the files to the server, we will use FTP (File Transfer Protocol). FTP is sort of like the X(Y,Z)-Modem protocols used when connecting to a BBS. WS_FTP is a stand-alone FTP utility, which acts as a file manager of sorts to allow us to copy files from the local hard drive to the remote server. In order to use it you must be on-line then start up WS_FTP and login to your server where the files are to go. You will normally login with the same name and password that you set up when you obtained your Internet service.

Once you are logged in you would create any needed sub-folders (images, and music in our case)
Note: the actual .htm pages would go into the main folder at the remote server.

Here is a typical view of what WS_FTP might look like if you were logging into mnsi.net Just below is the login dialog box and the file transfer dialog box is on the following page.



Read the Next Page
Return To WPCUG Homepage

 

What do you think of having "The TXT" on-line? E-mail Bob Pajot ---> rdpajot@netcore.ca