William M. Pegram
Home | Courses | Web Design | Server-Side Scripting | About Me

ITE 170 Schedule - Spring 2022

Revised: April 25, 2022

This schedule will be updated with links to homework exercises and additional material as the course progresses.  The most current copy of this schedule can be found www.billpegram.com. Students should not work on assignments until they are assigned in Canvas since theassignment will likely change. Some of the HTML/CSS material shown below we may not get to.

  Week Class Topics Reading/Homework Due (more will be added as course progresses) 
 

Week 1 - 1/19

Course Introduction and HTML

HTML

  • be organized about where you will save files
  • starter.html - a file you can use as a start file for coding in this course
  • Saving the file to your computer Chrome or Firefox: Right-click in empty area of page (not over an image)> Save as
  • html vs. htm extension - choose one and be consistent
  • To open a html or htm file in a browser - open the browser and then Ctrl O
  • Viewing the source code of a web page in a browser - Chrome or Firefox: Right-click in empty area of page (not over an image)> View page source. Edge: Right-click in page> View source
  • Free Text editors
    • Windows only - Notepad (already installed), Notepad ++ (free download, download this now if you don't have it, probably is on computers at all campuses )
    • Atom, Visual Studio Code
  • Advantages of NotePad++ over Notepad (once file is saved as .html or .htm) (i.e. desirable features of a text editor)
    • color-coding
    • can have multiple files open, one file per tab
    • line numbers
    • tag and attribute suggestions when you type first letter
    • "fold up" sections of code
    • click on opening tag shows you the corresponding end tag
    • Can launch browser from NotePad++ program to display file in tab
    • some error finding
  • <!DOCTYPE html>, <html>. <head>, <body>, head and body sections, <title> tag
  • When you make a change in the file in the text editor, you must save the file and refresh/reload the page in the browser
  • Is the extension html or htm - making filename extensions visible: In Windows 10, click on the Folder icon in the task bar to open in File Explorer, then select "View" on the menu and check the box "File name extensions". For earlier Windows operating systems, do a search on this topic.
  • Browsers ignore whitespace in file
  • naming folders and pages - no spaces, lowercase (because case-sensitive on some servers), .html or .htm (use one consistently) for pages
  • Validation
HTML Tutorial
  • So You Want to Make a Website
  • Creating Your First Web Page
  • Naming Your Page
  • Viewing Your Page in a Browser
  • Revising Your Web Page
  • Validation

W3Schools HTML Tutorial

  • HTML Intro
  • text editors and viewing your page in a browser
  • HTML Basic Examples
  • HTML Elements
  • HTML Attributes
 

Week 2 - 1/24, 1/26
HTML

  • <h1> ... <h6>, <p>, <br>
  • ordered and unordered lists
  • MyDrive for students - instructions (video on Canvas)
  • FTP to Server - CoreFTP (2 videos on Canvas), FileZilla (video on Canvas) - FileZilla does not seem to be able to retrieve directory listing from my myDrive account

 

Week 3 - 1/31, 2/2
Uploading, CSS

  • IET Lab Support Specialists list on Canvas
  • Creating absolute and relative links
  • images - img tag, height, width, and alt attributes
  • HTML comments
  • Making images into links
  • Zipping to upload directories on myDrive; using myDrive to zip and unzip files
  • proper nesting of tags for readability of code - e.g. <b><i></i></b> rather than <b><i></b></i>
  • special entity characters (e.g. &nbsp; characters not on keyboard (e.g. &copy); characters that have a meaning in HTML(e.g. &lt;) - all of these also have numeric codes
  • <hr> - horizontal rule, also indicates a shift in topic
  • HTML5 Semantic elements
  • Link to Named Anchors/Fragment Identifiers - Jump to top, fragment identifier example, skip navigation links for accessibility, Skip Navigation links article
    ------
    -------------------

Cascading Style Sheets

  • external, embedded, and inline CSS - external is generally best (ease of maintenance, consistency, responsiveness (can have different styles for different viewports (devices) through use of media queries (later in course)
  • styling tags - e.g. h2 {color:red}
  • CSS ways of specifying color - color names, hexadecimal, RGB
  • commonly used CSS properties - color, font-size, background-color, font-family (specifying first, second, and third choices)-------start here 2/7 ----------------
  • The role of HTML and CSS in a website
  • external and inline css examples
  • specificity - to decide between conflicting rules
  • CSS classes and id's
  • CSS comments
    2/9 -------
 

Week 4 - 2/7, 2/9

  • text-align property (replaces deprecated align attribute)
  • span tag
  • text-decoration - possible values include none and underline

Overriding examples

Background Images and tiling

 

  Week 5 - 2/14, 2/16
  • Advantages of Google and Adobe Fonts
    • don't have to worry or be constrained by what fonts are on users' machines
    • unlike downloadable fonts in general, don't need to have rights to use the font
    • if user visits your site that has used a Google or Adobe font, they might have visited another site using the same Google or Adobe font, and hence font is already downloaded
  Week 6 - 2/21, 2/23

Tables - https://www.w3schools.com/html/html_tables.asp

 

  Week 7 - 2/28, 3/2  
  3/7, 3/9 Spring Break  

3/14, 3/16
Animate

 

 

 
 

Week 8
3/21, 3/23

  3/28, 3/30
Photoshop
  • Photoshop Chapter 1
  • Get to know Photoshop (Adobe video)
    • Open and create images (3 minutes)
    • Tour the work area (4 minutes)
    • Zoom and pan (5 minutes)
    • Undo a command (5 minutes)
    • Save your work (4 1/2 minutes)
    • My notes on the video
 

4/4, 4/6
Photoshop



  • Photoshop 2, 3
  • Adjust the image quality (Adobe video)
    • Adjust brightness and contrast (4 minutes)
    • Adjust color vibrance (3 minutes)
    • Adjust hue and saturation (5 minutes)
    • Learn about adjustment layers (4 minutes)
  • Retouch images (Adobe video)
    • Remove small objects (4 minutes)
    • Add objects by cloning (3 minutes)
    • Remove a large object (3 minutes)
    • My notes from the video
  • Make selections (Adobe video)
    • Learn selection basics (4 minutes)
    • Learn how to use the Quick Selection and Lasso Tools (5 minutes)
    • Fine tune a selection (5 minutes)
  • Work with layers (Adobe video)
    • Understand layers (5 minutes)
    • Learn layer basics (5 minutes)
    • Resize a layer (4 minutes)
    • Add images to a layered design (4 minutes)
    • Unlock the background layers (4 minutes)

 

 

 

 

4/11, 4/13
Premiere Pro

 

4/18, 4/20
Premiere Pro

  • Course evaluations - see assignment in Canvas

 

 

Photoshop

4/25, 4/27, 5/2


  • Project due May 2 (project, with clarification 4/25/22 of minimum 5 html files)
 

Monday, 5/9
8am-9:40am

 
Topics not covered or assigned Flash Short Assignment 2
Flash Assignment 3

Extra material -

Sample Multiple Choice Questions

Dreamweaver Videos (will be added as appropriate to the weeks above)

Animate Videos

Premiere Pro Videos (will be added as appropriate to schedule above)

Resizing images in Photoshop (sample photo)

Working with Images (slides 2-5 only - gif and jpg formats)

Domain names

Homework 6

Forms homework