Skip to content

Media Arts 2-15-2017

Warm-Up: List AT LEAST 3 things that happen every week at school that are worthy of being recorded or photographed.

PGCPS Gmail Login | Student SchoolMax Login

Agenda:

  1. 10 Second Challenge: Chroma Key Reactions
    1. Graded.
    2. If you don't like your grade, submit to your REVISED version for the REVISED project by Monday, February 20th.
  2. Series Video 4
    1. Due Friday, 2/17!
    2. Remember: This is homework. You are expected to submit your video regardless of what you do during class time.
    3. Remember: The rubric requires you to learn from previous criticism.
  3. Series Intro -OR- Film Fest Fix REVISED
    1. Graded.
  4. "Dancercize"
    1. Organized by Nurse Smith for the February Fitness Program.
    2. Friday @ 10:25-10:30
    3. Mr. McCrea will play music.
    4. Your job: Take photos &/or record video for use in an upcoming project.
  5. Film Festival Screening event
    1. March 21st (Snow Date: March 28)
    2. Cost will be $5.50 per student.
    3. Chaperones needed. (PGCPS Fingerprinting is required.)
  6. Donors Choose
    1. I need photos of students using the headsets.
    2. If you are working on a project where the headset is being used, I might be taking your photo.
    3. I will not be taking photos if you are off task or do not have a Publicity Release form. I can't use those shots.
  7. Web Design
    1. This tutorial can help you if you try it.
    2. Websites = text files.
    3. When writing HTML code, use Notepad (Windows) or TextEdit (Mac).
      1. DON'T USE WORD OR GOOGLE DOCS
      2. When you save your work, make sure your suffix is .html instead of .txt or it won't work.
    4. HTML = HyperText Markup Language
    5. Most HTML is written with tags.
      1. <p>Paragraph</p>
      2. <strong>Bold<</strong>
      3. <h1>Large Header</h1>
      4. <h2>Smaller Header</h2>
    6.  You can put one tag inside another.
      1. <p>This paragraph will have <strong>one bold word.</strong>.</p>