Agenda main content
Agenda for Day 17 of CS 350
- Announcements
- Quiz 2 on Friday
- Short Answer Questions - Comprehensive
- 10 questions, 2 points each (20 points total)
- Closed book, closed Web
- Programming Problem XHTML & CSS positioning
- One problem (30 points total)
- Open book, open Web
- Done on Computer, graded online
- Short Answer Questions - Comprehensive
- Lab Assignments
- Lab 5 returned today
- Completion time: 2.2 hours
- Mean: 8.8 out of 10
- Lab 6 returned today
- Completion time: 2.7 hours
- Mean: 9.7 out of 10
- Lab 7 due at the start of class today
- Lab 8 at the start of class on Monday
- Lab 5 returned today
- Project 1 Milestones
- Memorandum 4 describing detailing major sources for references due Tuesday (one per team)
Be sure to include some academic resources
- Memorandum 4 describing detailing major sources for references due Tuesday (one per team)
- Readings
- For today: Dynamic HTML
- Today's topics and learning objectives
After today's class, you should be able to- Explain what is meant by Dynamic HTML
- Began in 1997 with version 4.0 browsers
- Client-side interactivity: HTML, JavaScript, CSS, and now DOM
- Use Firefox's Firebug add-on for debugging JavaScript
- Explain the DOM
- Use the DOM to change elements (simple DOM examples)
- Write cross-platform JavaScript using the DOM
- Explain what is meant by Dynamic HTML
- References
- Today's day17 html and javascript code code from class
- DOM Event Handlers