FTP the file:
This file already exists, do you want to
overwrite (just say Yes, NOT Yes to ALL)
properties and set to 644,
(owner R/W, other Read).
on it to FTP it.
reload key to ensure you have the most current updated files.
Editing the File:
You can edit an HTML file a couple of ways and some are easier than others. If you want to really learn the programming side
of it use the text editor in panther called pico. Or, another way is to create an HTML file and edit using Word. When you use
Word, you can just move through the document using bold or any other formatting without entering each command separately
as in pico. If I want to look at a file this way I open up an FTP window and drag the file to the Desktop. Then I right-click
on it and edit the file. Once the file has the changes and is saved, drag it again to the FTP window and double-click on it. This
will perform the FTP transfer of the file. Verify the changes are okay by logging onto the Browser and viewing them.
For example, index.html once on the desktop you can right click once and select edit. This will load up the html file in Word
and you can edit it. The screen will look the same as Word document, and you can move easily though it editing it. That is how
this document was created. It was a lot faster, not worrying about numbering and word wrapping as I would have by using pico.
But from a programming point of view, word uses a lot of
overhead. For example if I was to
view this file in pico, howdoi.html,
it would have a lot of extra code that looks foreign to me, and it would be almost twice the size.
Transferring a Word Document to an HTML
document:
You can transform a Word document into HTML but the alignment and fonts will all be out of wack. The best way to handle this
is to log onto panther.its.uwo.ca a your own personal ID and password, and again open up the Yellow File Transfer Window.
Then you open the document file and (Save as Web Page), with the extension .html, and save the file to the Desktop. Now, when
you open it the fonts will be off, so you will have edit and select all, and choose clear the formatting. This is the best way to
transform a Word file into a Web File.
Drapery Web Page:
I created this file the hard way. I logged onto pico and used this editor to create the .html files. Adding the text was a challenge, and
next time I would save as a .HTML file and edit it that way. But, it was good practice to program in PICO to see how it works
behind the scenes.
Challenges:
If editing from home, and using panther, if you leave the session you have open to edit a file for more than 5 minutes, you
will be logged out of panther.its.uwo.ca for security reasons. Therefore, you need to log in again to FTP the file you edited.
Word 2002 has a mind of its own, and can be very frustrating to work with. I find that clearing all of the formatting, or selecting
will look on the Web after you FTP it.
On the other hand editing and programming everything from scratch in pico when logged onto panther can be a lot of work and
time-consuming. So Word gives you some time savings there, setting fonts and formatting is quicker in Word, simply highlight
and do and it is done, vs typing commands to for example bold a word etc.
Scanning Pictures:
desktop. Make sure that they are saved as .jpg files and not .bmp because the .bmp files can be up to 2MB/each versus
the .jpg files that will only by 40,000
K.
by clicking the Properties of the file.
box. Also, Ensure you have the correct path for the picture, for example:
<HR COLOR="083194" SIZE=50 WIDTH="100%"><P>
<IMG width=225 height=250 SRC="index_files/canopy/canopy10.jpg" ALIGN=left><P>
======================================================================================
Created by: Patricia Deelen
Updated:
August 15, 2006