Weekly Materials - Week 13
- Describe the common uses of JavaScript in web pages
- Describe the purpose of the Document Object Model (DOM) and list some common events
- Create a simple JavaScript using the script element and the alert() method
- Use variables, operators, and the if control structure
- Create a basic form validation script
- Describe common uses of jQuery
- Describe how to obtain jQuery
- Use jQuery selectors and methods
- Configure an image gallery with jQuery
- Describe the purpose of jQuery plugins
Assignments and Due Dates: View
Web Development & Design Foundations with HTML5 - 7th Edition by Terry Felke-Morris
Chapter 14: A Brief Look at JavaScript
- Text's Companion Website - VideoNotes: http://wps.pearsoned.com/ecs_felke_webdevdesf_7/
(Page number indicates related page in the textbook)- Chapter 14: JavaScript Message Box (Page 562)
If you are new to programming and/or JavaScript, and need a little more information about basic form validation, the following optional tutorials may be helpful. Use as needed. You may want to "fast-forward" through some of the parts. The text uses forms[0] to reference the form but the video used the form's name attribute. forms[0] is the preferred method.
(Note: In the video, the JavaScript is in a separate .js file. This is not required. The use of a .js file is the preferred method, for this course the JavaScript may be included in the HTML file as is done in the text.)
- Very Basic Form Validation with JavaScript [Part 1] (Page 565, 8:41min - automatically goes into Part 2)
http://www.youtube.com/watch?v=jI6weMe6e3Q&feature=channel&list=UL - Very Basic Form Validation with JavaScript [Part 2] (Page 565, 9:17min)
http://www.youtube.com/watch?v=mT0YRl_MBOA&feature=relmfu - Very Basic Form Validation with JavaScript [Part 3] (Page 565, 8:56min)
http://www.youtube.com/watch?v=8DzzU01EGsQ&feature=relmfu - Very Basic Form Validation with JavaScript [Part 4] (Page 565, 5:48min)
http://www.youtube.com/watch?v=XwpA_rjgeK8&feature=relmfu
- Textbook's Chapter and Web Site Case Study Data Files
- http://wps.pearsoned.com/ecs_felke_webdevdesf_7/243/62410/15977113.cw/index.html
- Click on Student Resources
Click on Student Data Files in left margin - Download the Zip file for the current chapter
- Extract/unzip the file
- Chapter files will be visible or accessible by opening various folders
- "If" needed for this chapter's Case Study Hands-On, the files for Pacific Trails are located in the casestudystarters/pacific folder.
- PowerPoint from Text: Chapter 14 - View (ppt) | Print (pdf)
- Author's Web Site: http://www.webdevfoundations.net/7e /chapter14.html
(Scroll to the bottom of each chapter's web page for the chapter updates AKA errata sheet ) - Textbook's Website: http://wps.pearsoned.com/ecs_felke_webdevdesf_7/
No new software
Chapter 14 Reviews:
Although no points are earned for the Quizlet tests, it is highly recommended that students know the answers. It is an excellent way to prepare for both the weekly quizzes and major tests.
- Chapter Review Questions
- Author's Chapter Review Activities
http://www.webdevfoundations.net/7e/chapter14.html
Click on the Chapter Review image (upper right)
Test 3 Review Sheet: Test 3 Review
It is highly recommended that students work through the test review sheets as each chapter is studied. It will help with learning the material and may reduce the amount of study time required for the major tests.
WSD11: PacificTrails - JavaScript (Publish to Apollo, submit the URL in the LMS)
QUIZ: Chapter 14 (LMS)