Lab 8 -It 130

Each of you must do your own lab. You can get as much help as you like from me or your classmates. Remember you have to turn in all of your labs.

  1. On your local file system create a directory named lab8. Next, create a subdirectory of lab8 called images.
  2. If the image editing program Gimp is not already installed then istall Gimp. Go to http://www.gimp.org/downloads/ You may not be able install into program files or on the C drive. Create an hci201 folder under My Document and try to instal it there.
  3. Download the sample photos on the second row, save them to your images directory. Make sure you click on each image first before you save them. Do not download the thumbnails. Go to http://condor.depaul.edu/~alarrain/hci201/photo.html
  4. Use photo ginjoe.jpg. Load it into GTimp. Make a duplicate.
  5. Make a thumbnail out of the duplicate.
  6. Choose 100 for the width, the height should scale accordingly

  7. Save the thumbnail to your images directory. A good name would be ginjoethumb
  8. Usually thumbnails are saved as gif files. Select gif when saving. Your file should be ginjoethumb.gif

  9. Make sure both ginjoe.jpg and ginjoethumb.gif are in the images directory. Create a simple web page that contains this code. The HTML file should be saved to lab5b directory.
  10. <a href="images/ginjoe.jpg"><img src="images/ginjoethumb.gif"></a>

    Click on gin joe thumb, you should see the larger image.

  11. Add the dimension attributes and alt attribute to the above image tag. Also close the image tag.
  12. Remember width= height= alt=
  13. Add the following style to the above web page.
  14. img{border:0;}
  15. Make another thumbnail using another image. Add this to the above web page. Don't forget to make a duplicate of the image first
  16. Load the flower image into Gimp. Play around with some of the filters, selection tools. Don't be afraid to experiment.
  17. Make the new flower into a thumbnail(Duplicate it first) and add it to the above thumbnail html file.
  18. Type the following URL into your browser
    http://condor.depaul.edu/~alarrain/hci201/examples/floatleft.html
  19. Add another picture to floatright.html. Use this picture
    http://condor.depaul.edu/~alarrain/hci201/images/cumberland1.jpg   Also add some text, just make up some text.
  20. Modify floatright.html so the first picture floats left the second floats right.
  21. Upload all your html file to your lab8 directory. Upload all images to the images sub directory of lab 8 at your students account.
  22. Look over homework3
  23. If you do not have any questions you can leave