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

ITE 170 Monday/Wednesday Schedule - Section 005N,007N- Fall 2018

Revised: January 4, 2019

The 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. Material below the X in the first column is tentative; students should not work on assignments shown below the X since the assignment will likely change.

* denotes important material (for the midterm)

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

Week 1
August 22 (Wednesday section), Aug. 28 (Monday section)
Course Introduction, HTML, Dreamweaver

  • ITE 170 Common Syllabus
  • Course information
  • Student Services at Annandale
  • ITE 170 and GMU
  • Student email
  • Access your Google Drive and create a folder for ite170 and within that folder, create a folder for inclass work and within that, a folder for today - e.g. day1 or use date
  • starter.html - a file you can use as a start file for coding in this course
  • * Viewing the source code of a web page in a browser - Chrome or Firefox: Right-click in empty area of page (not over na image)> View page source. Edge: Right-click in page> View source
  • *<!DOCTYPE html>, <html>. <head>, <body>, and <title> elements
  • When you launch Dreamweaver, choice between Developer and Standard Workspaces - choose Standard so that various Dreamweaver panels will be available
  • Window>Toolbars>Document - so that you can easily switch between code view, design/live, and split view - Live View will indicate how it actually will look, whereas Design view only supports limited CSS - Design view is better for entering text - Various split view options - View>Split
  • Property inspector is context-sensitive and in CC now floats by default, can dock it by dragging to bottom till you use blue line
  • Save your work for today in Google Drive
 
 

Week 2
August 29 (Wednesday section), Sept. 10 (Monday section)
HTML

HTML
  • Save starter.html to your desktop
  • * 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.
  • head and body sections, <title> tag
  • naming folders and pages - no spaces, lowercase (because case-sensitive on some servers), .html or .htm (use one consistently) for pages
  • Save and refresh - Brackets allows you to skip the refresh
  • Validation
  • Using myDrive as your webspace - myDrive instructions - put everything in a folder called public; the public folder must be part of the URL the user enters in the browser, thus users should not see the myDrive logo or the file manager
  • To upload your files, you can either use the myDrive file manager or use an FTP program such as Core FTP
  • Default Pages and Directory Browsing
  • *absolute and relative links
  • *images - img tag, height, width, and alt attributes
  • HTML comments - e.g. to indicate the source of an image
  • *Making images into links
  • *ordered and unordered lists, special entity characters (e.g. &nbsp;)
  • <h1> ... <h6>, <p>, <br>, <hr>, <blockquote>, phrase/logical elements
  • *Structural elements - <div>, HTML5 structural elements: <header>, <nav>, <footer>

 

 

Week 3
Sept 5 (Wednesday section), Sept 17 (Monday section)

Dreamweaver

  • Good to learn how to do common things in design view since it will often be quicker than doing it in code view
  • Adding Pages to Website by right-clicking in Files panel or by choosing File>New
  • Viewing page in browser
  • - File>Real-time Preview - If problems, to get legacy behavior, right click on filename in tab or in Files menu and choose Open in Browser
  • Creating absolute links - Insert>Hyperlink or by pasting into Link text box in Property panel
  • Creating relative links
  • Importance of saving a file before creating relative reference from file
  • *Site Definition in Dreamweaver (9 minute video)
  • Renaming or moving files or folders within Files panel (updating depends on proper site definition)
  • Setting default images folder in site definition (when inserting file outside of site, will automatically copy into designated images folder within site)
  • Publish and Manage Websites (requires site definition) (8 minute video) - The video describes the synchronization process, but often you may simply want to put and get. DW puts things in the right place, preserving the folder structure if you use the arrows for uploading and downloading (but drag-and-drop does not); the contents of the dreamweaver site will be uploaded but the folder itself will not be. With NVCC myDrive, must specify public as the root directory so that all files are put there
  • local files can appear on the left (like they do in Core FTP) by choosing Edit>Preferences>Site
  • *Making an Image into a Link
  • Unordered and Ordered Lists - nesting lists inside of lists
  • Copying and Pasting in Design and Code View

Cascading Style Sheets

  • The role of HTML and CSS in a website
  • *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, text-align, font-family (specifying first, second, and third choices)
  • *external, embedded, and inline overriding examples
  • *classes and id's
  • *CSS vs. HTML comments
  • *span tag

 

 

Week 4
Sept 12 (Wednesday section), Sept 24 (Monday section)

CSS

Descendant/contextual selectors, use of HTML5 structural elements of <header>, <nav> and <footer>

Background Images and tiling

HTML and Dreamweaver

  • *Tables with DW - - <table>, <tr>, <td> and <th> tags

  • border attribute of the <table> tag; colspan, rowspan attributes of the <td> and <th> tag
  • Uploading a folder and its contents to myDrive simplest way is to zip the folder (right-click on the folder, and choose Send To>compressed (zip) folder, then upload the zip file, select it, and click on Upzip button at the far right
  • Adding Keywords (Insert>HTML>Keywords), Description (Insert>HTML>Description) Meta Information)
  • Horizontal Rules (Insert>HTML>Horizontal Rule) and Special Characters (Insert>HTML>Character
  • Find and Replace (Find>Find and Replace in Files)
  • File>Page Properties - Appearance (HTML) produces deprecated HTML attributes, so use Appearance (CSS) instead, use of color picker (at lower right portion of panel) to get colors from other sources, specification of font-family for page
  • Check Spelling (Tools > Spell Check)

 

  Week 5
Sept 19 (Wednesday section), Oct. 1 (Monday section)

Conceputual

  • Homework 4 due
  • Dreamweaver Chapter 4 (Web Design Basics)
  • Dreamweaver Chapter 7 (Text, Lists, and Tables), Chapter 9 (Navigation)
  • Box Model - content, padding, border, margin
  Week 6
Sept 26 (Wednesday section),. Oct 15 (Monday section)
(No NVCC classes Oct. 8-9)

Week 7
October 3 (Wednesday section), Oct. 22 (Monday section)

 

 

  Week 8 and 9
October 10 (Wednesday section), Oct, 29 (Monday section)
 
    Midterm (10/17 in Wednesday section, 10/22 in Monday section)  
 

Week 9
October 17, Nov. 5 (Monday section)

 

 

 

  Week 10
Oct. 31 (no class Oct. 24), Nov. 12 (Monday section)

  • Animate Assignment (due 11/1 in Wednesday section, 11/13 in Monday section)
  • Photoshop Chapters 1,2
  • 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
  • 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
  • Add text and shapes (Adobe video)
    • Add text (5 minutes)
    • Edit text (4 minutes)
    • Create a graphic shape (4 1/2 minutes)
    • Add a built-in custom shape (3 1/2 minutes)
    • My notes from the video

 

 

Week 11
Nov. 7, Nov. 19

  • Photoshop Chapters 3
  • 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)
 

Week 12
Nov. 14, Nov. 26

 

  • Photoshop, Chapter 4
  • 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)
  • Use color (Adobe video)
    • Work with brushes (5 minutes)
    • Use foreground and background colors (2 minutes)
    • Choose a color (3 1/2 minutes)
  • Change the image size (Adobe video)
    • Resize an image (5 minutes)
    • Set the resolution (4 minutes)
    • Crop and straighten an image (4 minutes)
    • Expand the canvas (5 minutes)
    • My notes on the video

 

 

X Week 13 -
Nov. 28 (no class Nov. 21), Dec. 3
  • Premiere Pro

 

  Week 14
Dec. 5, Dec. 10

 

 

 

Week 15
Final Exam
Dec. 12 12pm-1:40pm, Dec. 17 3:30-5:10PM

  • Project (due December 12) (revised 12/6)
Topics not covered or assigned Flash Short Assignment 2
Flash Assignment 3

Homework 5 due (do not do yet - need to revise to make clear the two column layout should be done with CSS)

Homework 6 (do not do yet - will be revised or not assigned)

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

Dreamweaver material

Extra material -