In this lesson, students learn how to incorporate JavaScript into their HTML pages using the script
tag.
Students will be able to:
In this lesson, students learn how to modify HTML tags on a webpage using the DOM. The DOM, or Document Object Model, translates HTML files into accessible objects that can be manipulated or added to a webpage.
Students will be able to:
document.getElementById
document.getElemenyByTagName
In this lesson, students will learn how to create elements using the Document Object Model.
Students will be able to:
document.createElement
In this lesson, students learn how to style elements in HTML using JavaScript and the Document Object Model.
Students will be able to:
setAttribute
appropriately to style elements in JavaScriptIn this lesson, students learn how to use functions to make their webpages more dynamic.
Students will be able to:
In this lesson, students learn how to use the keyword this
to pass elements as parameters in their click events.
Students will be able to:
this
this
is used with onclick and with eventListenersIn this lesson, students will implement the skills they’ve learned from the previous lessons to create a working, clickable keyboard.
Students will be able to:
In this lesson, students learn about another event listener - keyboard interactions. Students learn how to listen for a keyboard press, and how to access information about each keyboard stroke.
Students will be able to:
keydown
and keyup
events to read keyboard informationkey.code
and key.key
, and when it’s appropriate to use eachIn this lesson, students learn how to animate web page elements using timers.
Students will be able to:
In this lesson, students learn how to use the position
style in CSS to improve animations.
Students will be able to:
position
attributesposition
to animate elementsIn this lesson, students test their knowledge of concepts from this module with a unit quiz.
Students will be able to:
In this lesson, students will be introduced to Bootstrap, including who uses Bootstrap and why people would want to use Bootstrap.
Students will be able to:
In this lesson, students will learn how to add Bootstrap to a webpage and create the basic structure using Bootstrap’s container
classes.
Students will be able to:
container
to gather the pieces of the sitecontainer
and container-fluid
In this lesson, students will learn how to use Bootstrap’s grid system to create the layout of their webpages.
Students will be able to:
In this lesson, students are introduced to page headers, buttons, and icons. They will use different typographies to style the header and sub-header of their webpages. They will use and style buttons to increase interactivity on their webpage.
Students will be able to:
In this lesson, students will learn how easy it is to create beautiful and interactive tables using Bootstrap classes. Students will create galleries of images and links using Bootstrap’s thumbnail class.
Students will be able to:
In this lesson, students will learn how to add a navbar (navigation bar) to their websites.
Students will be able to:
In this lesson, students will learn how to make dropdown menus. They will apply dropdown menus to navbars as well as a way of choosing an option elsewhere on the page.
Students will be able to:
In this lesson, students will explore the official Bootstrap templates. They will modify an existing webpage to create their own webpage.
Students will be able to:
In this lesson, students complete a summative assessment of the unit’s learning objectives.
Students will be able to:
This project enables students to unleash their creativity to design and implement a responsive website using Bootstrap. Students should go BIG on this project, using what they’ve learned throughout the last lesson to make a responsive and beautiful website. They should be encouraged to explore out new elements, using documentation to help them. They should be encouraged to use templates and examples to get them started.
This project enables students to unleash their creativity to design and implement a responsive website using Bootstrap.
In this lesson, students learn about the pros and cons of data collection and the different ways that data can be stored.
Students will be able to:
In this lesson, students learn how to store data using localStorage
.
Students will be able to:
localStorage
and setItem
localStorage
and getItem
In this lesson, students learn how to store objects and data structures in local storage using JSON.
Students will be able to:
JSON.stringify
JSON.parse
In this lesson, students will learn how to store data using objects.
Students will be able to:
In this lesson, students learn how to use forms to collect data from users.
Students will be able to:
form
tagform
input
tags to request data from usersIn this lesson, students will implement the skills they’ve learned from the previous lessons to create an online survey.
Students will be able to:
In this lesson, students learn how to store and retrieve data using Firebase. Firebase is a cloud data storage system that enables programmers to save and retrieve data using only JavaScript.
Students will be able to:
In this lesson, students learn how to navigate through data nodes in Firebase using ref()
.
Students will be able to:
ref()
to navigate data nodesIn this lesson, students will implement the skills they’ve learned from the previous lessons to create a program that tracks the number of times elements are clicked.
Students will be able to:
Date
object classIn this lesson, students learn how to iterate through objects using the for/in loop.
Students will be able to:
In this lesson, students learn how to request API data from a URL, and how to access that data using getJSON
.
Students will be able to:
getJSON
In this lesson, students will learn about web development stacks and create basic server-side programs.
Students will be able to:
In this lesson, students test their knowledge of concepts from this module with a unit quiz.
Students will be able to:
In this lesson, students will learn how to choose a meaningful and appropriate domain name for their website.
Students will be able to:
In this lesson, students will learn the different steps needed to host a website, either online or using a home computer.
Students will be able to:
In this lesson, students will learn about web CMS providers, the different benefits each offer, and how to choose the best fit for their website.
Students will be able to:
In this lesson, students will learn what web optimization and web conversion rate are why they are important and useful.
Students will be able to:
In this lesson, students will learn how to optimize a web site, understand how a search engine works, and use their understanding of F-pattern reading, SEO, and the Yoast tool to further optimize a site.
Students will be able to:
In this lesson, students will research what tasks need to be done and how to monitor them in order to maintain a website.
Students will be able to:
In this lesson, students will look at what it means to make a website accessible for different users with different needs.
Students will be able to:
In this lesson, students test their knowledge of concepts from this module with a unit quiz.
Students will be able to:
In this lesson, students are introduced to the final project, and work to brainstorm ideas for their final project innovation.
Students will be able to:
In this lesson, students will plan their website using a project timeline and sitemap.
Students will be able to:
In this lesson, students will draft and complete their final project innovation.
Students will be able to:
In this lesson, students will provide feedback to classmates on the quality of their final project innovation.
Students will be able to:
In this lesson, students prepare a presentation to share their innovation and how it’s changed over time.
Students will be able to:
In this lesson, students will explore careers available in computer science and student organizations to prepare them for various technological careers. They’ll also learn how bias can affect computer programs.
Students will be able to:
- Explore different computer science careers and opportunities
- Learn how bias can affect computer programs