Interactivity with JavaScript
When you enroll for courses through Coursera you get to choose for a paid plan or for a free plan .
- Free plan: No certicification and/or audit only. You will have access to all course materials except graded items.
- Paid plan: Commit to earning a Certificate—it's a trusted, shareable way to showcase your new skills.
About this course: If you want to take your website to the next level, the ability to incorporate interactivity is a must. But adding some of these types of capabilities requires a stronger programming language than HTML5 or CSS3, and JavaScript can provide just what you need. With just a basic understanding of the language, you can create a page that will react to common events such as page loads, mouse clicks & movements, and even keyboard input. This course will introduce you to the basics of the JavaScript language. We will cover concepts such as variables, looping, functions, and even a little bit about debugging tools. You will understand how the Document Object Model (DOM) is use…

Es wurden noch keine FAQ hinterlegt. Falls Sie Fragen haben oder Unterstützung benötigen, kontaktieren Sie unseren Kundenservice. Wir helfen gerne weiter!
When you enroll for courses through Coursera you get to choose for a paid plan or for a free plan .
- Free plan: No certicification and/or audit only. You will have access to all course materials except graded items.
- Paid plan: Commit to earning a Certificate—it's a trusted, shareable way to showcase your new skills.
About this course: If you want to take your website to the next level, the ability to incorporate interactivity is a must. But adding some of these types of capabilities requires a stronger programming language than HTML5 or CSS3, and JavaScript can provide just what you need. With just a basic understanding of the language, you can create a page that will react to common events such as page loads, mouse clicks & movements, and even keyboard input. This course will introduce you to the basics of the JavaScript language. We will cover concepts such as variables, looping, functions, and even a little bit about debugging tools. You will understand how the Document Object Model (DOM) is used by JavaScript to identify and modify specific parts of your page. After the course, learners will be able to react to DOM Events and dynamically alter the contents and style of their page. The class will culminate in a final project - the creation of an interactive HTML5 form that accepts and verifies input. This is the third course in the Web Design For Everybody specialization. A basic understanding of HTML and CSS is expected when you enroll in this class. Additional courses focus on enhancing the styling with responsive design and completing a capstone project.
Created by: University of Michigan-
Taught by: Colleen van Lent, Ph.D., Lecturer
School of Information
每门课程都像是一本互动的教科书,具有预先录制的视频、测验和项目。
来自同学的帮助与其他成千上万的学生相联系,对想法进行辩论,讨论课程材料,并寻求帮助来掌握概念。
证书获得正式认证的作业,并与朋友、同事和雇主分享您的成功。
University of Michigan The mission of the University of Michigan is to serve the people of Michigan and the world through preeminence in creating, communicating, preserving and applying knowledge, art, and academic values, and in developing leaders and citizens who will challenge the present and enrich the future.Syllabus
WEEK 1
Week One: Introduction to JavaScript
If you haven't use a traditional programming language before, this first week is key. Before we begin with the how, we will talk about the why, mainly why we want to use JavaScript. The main reason is that it is very easy for JavaScript to work with the DOM. And easy is always a great way to start. Speaking of starting out, it is also always more fun when our code actually does something we can see, so we will jump quickly into different ways we can generate output. It won't be flashy yet, but it will be a great way to get your feet wet with traditional programming. After that we go back to the basics of how a computer uses data. We begin with variables, expressions, and operators.
6 videos, 9 readings expand
- 阅读: Syllabus
- 阅读: Help us learn more about you!
- 阅读: Resources
- 阅读: "What are these deadlines?"
- Video: Introduction
- 阅读: Link to All of the Code for Week One
- 阅读: The Document Object Model (DOM)
- Video: DOM Review with Object Oriented Programming
- Video: Output
- 阅读: Trying to Create and Debug Your Own Output
- Video: Variables
- Video: Data Types
- Video: Operators and Expressions
- 讨论提示: Optional Discussion - CodePen
- 阅读: Optional Materials
- 阅读: The History of "Debugging"
Graded: Week One
WEEK 2
Week Two: Reacting to Your Audience
If you have written HTML code in the past, hopefully you have fallen into the great habit of validating your code -- making sure that you close all of your open tags. There are other rules that you may or may not have been following as well, for instance the importance of using each id attribute only once per page. This is called writing "clean" code. The reasoning and importance of following these rules becomes clear as we begin to manipulate the different components of your webpage based on the the actions of the person interacting with your page. In particular you will learn about the JavaScript Mouse Events and Touch Events. This week's materials will end with a photo gallery example that you can create along with me.
7 videos, 6 readings, 1 practice quiz expand
- 阅读: Link to All of the Code for Week Two
- 阅读: Functions
- Video: Functions
- Video: Code Placement
- 阅读: Organizing Your Code
- Video: Folder Structure / Organizing Your Code
- Video: Events
- 阅读: Mastering Events and Functions
- Video: Code With Me - Events
- 阅读: Just a little note before the next video
- Video: "this"
- 阅读: Homework Time!!
- Video: Photo Gallery
- 练习测验: Optional - Week Two Review
Graded: JavaScript Interactive Photo Gallery
WEEK 3
Week Three: Arrays and Looping
This week we will delve into more complex programming concepts: arrays and looping. Arrays allow you to represent groups of related information. Looping provides efficiency and flexibility to your programs. Using both we will expand upon the photo gallery example.
7 videos, 4 readings expand
- 阅读: Link to All of the Code for Week Three
- 阅读: A JavaScript Cheat Sheet
- 阅读: Arrays
- Video: JavaScript Arrays
- Video: Code With Me - Arrays
- 阅读: Advanced Coding Techniques
- Video: JavaScript Iteration
- Video: Flow Of Control
- Video: Code With Me - Combining Loops and Conditionals
- Video: Advanced Conditionals
- Video: Common Errors
Graded: JavaScript Review
WEEK 4
Week Four: Validating Form Data
This week we will put a number of the concepts from this course together to tackle a new project - creating and validating input entered into an HTML5 form. Forms are extremely common elements used to input and send data to via a webpage. We will look at how you can use JavaScript to add options to your forms, to pre-fill data based on previous input, and even to check that passwords match.
5 videos, 7 readings expand
- 阅读: Link to All of the Code for Week Four
- 阅读: Introduction to Forms
- Video: Simple Forms
- Video: Simple Validation
- 阅读: "Cool Stuff" - Friend or Foe?
- Video: Comparing Two Inputs
- Video: Checkboxes and Radio Buttons
- 阅读: Using Forms on Your Site
- 阅读: Code Examples
- Video: Conclusion
- 阅读: Intro to JQuery
- 阅读: Post-course Survey
Graded: Autocomplete with JavaScript
Es wurden noch keine FAQ hinterlegt. Falls Sie Fragen haben oder Unterstützung benötigen, kontaktieren Sie unseren Kundenservice. Wir helfen gerne weiter!
