Class Hours: 9:40 – 2:05
Mr. Cronin
Notes
- Welcome to Week 25! Short week, 3 days.
- Catch-all make up visit tomorrow coinciding with our Skills Production. We may have zero visitors, we may have 5 – everyone be ready. Yes that means you.
- Today is a “White” day at CTE – no CTE academics. Callbacks:
- Logan to English at 12:45
- Kevin to Public Issues at 12:45
- Philip to Science at 12:45
- Brodey has the option to go to Science at 12:45
- Andrew to History at 12:45
- Ariel to Math at 12:45
- No students from EHS leave for their early release, no MHS early release, I don’t think BFA early release. Everyone is here normal times.
- Based on the schedules we are not doing Critiques this week. Just too little time this week. Work will be turned in today, and graded before you arrive tomorrow morning.
- No Agency / No Design Homework this week. Just a CAWD Project (around Skills work).
- Former CAWD / CAWD2 student Jimmy Jiang (family owns Asian Bistro – always brought in food) just got a paid internship at Blizzard starting in June. Another student moving to California after graduation!
9:40 Attendance and Article
9:45 AM Production
- Portfolio Piece with JS gallery
- Inside a folder called “rotatingGallery“
- Design Homework 24: Drawing Glass
- “(lastName)DH24.jpg”
10:05 Web Design Review
- Review of JavaScript
- Review of the Document Object Model
- Review of Functions
- Review of timed, repeating events
10:35 Morning Break (10 minutes)
- 10 Minute break – you have to exit the room.
- When the door near the TV is open, you are welcome to come back in.
10:45 CAWD Project: Timed JavaScript Experiments
This morning you are going to work on a JavaScript experiment. You are going to practice our pre-vacation content of functions and timed events, and then apply new knowledge using the Document Object Model.
The review portion:
- Use window.setInterval() to repeat a function forever
- Create a function to be repeated
The new learning:
- Use the Document Object Model to change elements on the web page. As many as you can.
Art / Design / Usability means nothing on this project. This is all about proof of concept, exploring, experimenting. Make it ugly, make it weird, have fun.
There are so many resources out there that you can look at from YouTube tutorials to websites, start tinkering and see what you can do. Here is one with examples and a code sandbox – https://www.w3schools.com/js/js_htmldom_html.asp
Or just Google “change the DOM with JS“. You can adjust html, you can add styles, do all sorts of adjustments.
Time will end up changing things on screen. Go as far as you can.
Create a folder called “jsExperiment“, create an “index.html” inside of it and all related assets including:
- “js” folder (yes)
- “script.js” (yes)
- “images” folder (maybe?)
- “images” (maybe?)
Other than your Skills work Thursday / Friday – this is your only assignment for the week.
12:15 Lunch (30 Minutes)
- No food in the room / eat in the Cafe.
- You are welcome to return to the room when you have finished eating and work / hang out.
12:45 Attendance and Article
12:50 A Gentleman in Moscow
- Follow along as I read; lose yourself in a story for a bit.
- One of the strengths of this book are “beautifully rendered scenes“. You will be creating art based off of the text. Listen attentively.
1:10 Afternoon Break (10 minutes)
- 10 Minute break – you have to exit the room.
- When the door near the TV is open, you are welcome to come back in.
1:20 Afternoon Production
- Timed JS Experiment
- Inside a folder called “jsExperiment“