Agenda main content
Agenda for Day 15 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, and JavaScript
- One problem (30 points total)
- Open book, open Web
- Done on Computer, graded online
- Short Answer Questions - Comprehensive
- Lab Assignments
- Project 1 Milestones
- Memorandum 3 describing group topic chosen due Tuesday (one per team)
- Readings
- For today: Forms Tutorials
- For next class: Dynamic HTML
- Today's topics and learning objectives
After today's class, you should be able to- Markup and use an XHTML
formelement- Use the various form input elements
- Use best practices to make your XHTML forms accessible
- Sample form made accessible
- Markup and use an XHTML
- References
- Today's source code: Day 15 HTML and Javascript (Use view source if displayed as HTML)
- W3School's JavaScript Form Validation
- Mozilla Developer Center JavaScript References
- Sitepoint's Form Validation on the Client Side
- Sitepoint's JavaScript 101 - Part 3