Class 20 Notes
Edited: 10/30/2007

Complete the film survey on the home page.
Find the Trinity football page and vote on your favorite play.


Display file type on your computer.

Photo Album with postcards: to facilitate the album:
Create 20postcard folder in groups folder. Copy your collage.xcf and collage.jpg into the folder. Rename your collage.jpg to be collageyourinitials.jpg

Scanning Demonstration: using different outputs

Folder for today: 20scan

Correcting Photos in GIMP

            Remove the red eye in redeye.jpg
            Remove the phone polls in cloning.jpg


Create one PowerPoint slide with the video of TU's fantastic play. You choose the file name.


 


Create a Web Page with a link to the video.


HTML

Examine HTML tags used to create a web page.

Exercise:

  1. How would you use the background color from your collage on a web page?
  2. You see a color you like on a web page. How could you use the same color on your page?

HTML tags:
<html>...</html>
<head>...</head>
<title>...</title>
<body>...</body>    example: <body link="#800080" vlink="#008080" bgcolor="#CCCCCC">
<p>...</p>
<br>
<b>...</b>
<i>...</i>
<center>...</center>
<u>...</u>
<b>...</b>
<h1>...</h1>
<h2>...</h2>
<h3>...</h3>
<h4>...</h4>
<h5>...</h5>
<h6>...</h6>
<hr>
<img src = "cat.jpg">
<a href="http://www.trinity.edu">Trinity University</a>.
<ul>
    <li>...</li>
    <li>...</li>
    <li>...</li>
</ul>

use <ol> above in place of <ul> above

There are 16 color names that you can use: aqua, black, blue, fuchsia, gray, green, lime, maroon, navy, olive, purple, red, silver, teal, white, and yellow. If you want to use other colors, you must specify their RGB or HEX value.

Homework:

Part One: Scan two separate pictures or objects using your own scanner, the scanners in CLT, or the scanner in the Halsell 226 lab. Scan each one twice, once for the monitor (100 ppi) and once for printing (300 ppi). Save them in the folder named MyScans in  your 20scan folder using the following file names:

Note: You can experiment with scanned objects as well as photographs. You may use more than one object on each scan but you must have two separate scans at two different resolutions. Take note of resolution, file size and file extension. You will show these in the next class.

Part II. Create a web page using notepad. Include one of your scanned pictures. Save your page in the html folder in 20scan.