Last week was kind of a crazy week. We ended up taking a little longer than expected to go through our notes this week so that we could go over some important concepts that we covered during our lesson 3 assignments. Plus, our class periods were cut short due to all of the Homecoming festivities. It seems like students needed a little bit of extra time to finish up our projects for lesson 4, so students will have Monday's class period as a catch-up day. Students are considered "on pace" for the course if all of lesson 4 has been uploaded to Google Drive by the end of Monday's class. Students who find that they need some extra time to work are welcome to talk with me about getting into the computer lab before school.
Lesson 5: Images and Image Maps
This week we will start using our industry-standard software, DreamWeaver. Now that students are starting to get a handle on the basic structure of HTML, we will start using DreamWeaver. This software will allow us to more easily create links and mark-up our documents. Students will appreciate the "split-screen" view of DreamWeaver where they will be able to see their HTML code and a browser simulation side-by-side.
During this week's lesson, students will use DreamWeaver to add images to our web pages. While we have been doing this before, we will learn about some additional properties where we can specify the height and the width of our image.
<img src = "images/picture.jpg" alt="Picture Discription" height="100" width="150">
Students will also learn how to create an image map. This is a clickable image that allows us to create different "hotspots" to navigate to different web pages. DreamWeaver makes the process of making an image map much easier!
Along with this week's assignments, students will need to read chapter 7 and complete the accompanying reading guide. The reading guide will be due by Thursday's class and we will complete our weekly review questions at the beginning of class on Friday.