Lecture Summaries class 3

Prepared by: Anthony Larrain

These notes serve as an outline to the lecture, they are not intended to be complete.


Recap of Lab1


More on HTML


Using Search Engines To Find Information

There are plenty of online sources to help you with, HTML, CSS, FrontPage, Web design etc ... Get into the habit of using one of them. Yahoo or Google.

For example to find out more about colors available to use, go to a search engine and type in:

web colors Or html colors

Publishing your pages online so the world can see them.

In order to get your files from your computer to your students account, called shrike, we will use a program called SSH. SSH stands for Secure Shell. It is a program that allows you to log into another computer over a network. You will use this program to transfer your files to and from Shrike and create directories on Shrike.

All files and directories must be in a directory called public_html.

This program is available in the labs. Typically it can be found by selecting Start / Internet Applications /SSH secure shell / secure file transfer client

To use SSH for File Upload:

  1. Start SSH
  2. Connect to Shrike
  3. To create a directory on Shrike.

    • Create it with the New Folder toolbar button or right click on the right panel.
    • Right click on the folder and select Properties.
    • Set the permissions to
      Owner: Read, Write, Execute; Group: Read, Execute; Other: Read, Execute.

  4. To upload a file, select it from the left and drag it to the right or right click the file and select upload.

To download SSH go to Resources

I will go through this in lab. If you need more assistance read this document. More about SSH In this document replace the word condor with students. We will go through this in lab.