To Lecture Notes

IT 130 -- 9/25/08

 

Review Questions

  1. How should the permissions be set on the students.depaul.edu server for files?

    Ans: Read permission for owner, group and other; Write permission for owner only.

  2. How should the permissions be set on the students.depaul.edu server for folders?

    Ans: Read permission for owner, group and other; Write permission for owner only; Execute permission for owner, group and other.

  3. What is a directory?

    Ans: It is the word in DOS and Unix for folder.

  4. Write an image tag that displays the image named funny-dog.jpg.

    Ans: <img src="funny-dog.jpg" />

  5. How do you reduce the size of an image file?

    Ans: Use MS-Paint. Open the image, select Image >> Strech/Skew. Enter equal percentages less than 100 for both the Horizontal and Vertical boxes. You can also crop the image by selecting a rectangle within the image.

  6. What are two rules for naming files that you upload to the server?

    Ans: (1) No spaces, (2) no uppercase letters.

 

Absolute Addresses

 

Relative Addresses

 

How to Determine a Relative Address

 

Work on Project Proj3

  1. Create a page named proj3-index-smith.htm, title "Index Page", heading "Project 3 Index Page."

  2. Add hyperlinks for Proj1, Proj2, the image collage and your resume.

  3. Modify your collage and resume according to the Project Proj3 description. Your collage must have at least four related images with captions. If you have four images, put the images and captions in a table with four rows and two columns. See the next section for information on creating tables.