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