Curated Video
Modern Web Design with HTML5, CSS3, and JavaScript - Adding a Cascading Style Sheets (CSS) Grid
This video explains how to add a CSS Grid. This clip is from the chapter "Creating a Cascading Style Sheets (CSS) Grid Website with Flex Navbar" of the series "Modern Web Design with HTML5, CSS3, and JavaScript".This section explains how...
Curated Video
Modern Web Design with HTML5, CSS3, and JavaScript - What is the Box Model and How it Works in Cascading Style Sheets (CSS)?
This video explains the box model—which includes the content edge, padding edge, border edge, and margin edge—and how it works in CSS. This clip is from the chapter "Mobile-first Responsive Design in Cascading Style Sheets (CSS) and Web...
Curated Video
Modern Web Design with HTML5, CSS3, and JavaScript - Setting Element Height and Width with Cascading Style Sheets (CSS)
This video demonstrates how to set element height and width with CSS. This clip is from the chapter "Mobile-first Responsive Design in Cascading Style Sheets (CSS) and Web Design" of the series "Modern Web Design with HTML5, CSS3, and...
Curated Video
Modern Web Design with HTML5, CSS3, and JavaScript - Setting Cascading Style Sheets (CSS) Units and Highlighting Values and Options for CSS Units
This video shows how to set CSS units and highlight the values and options for CSS units. This clip is from the chapter "Mobile-first Responsive Design in Cascading Style Sheets (CSS) and Web Design" of the series "Modern Web Design with...
Curated Video
Modern Web Design with HTML5, CSS3, and JavaScript - Quirks Mode in JavaScript
This video focuses on the quirks mode in JavaScript. This clip is from the chapter "Common JavaScript Questions and Answers for Interview Preparation and Practice" of the series "Modern Web Design with HTML5, CSS3, and JavaScript".This...
Curated Video
Modern Web Design with HTML5, CSS3, and JavaScript - Handling the Overflow of the Element Content
This video demonstrates how to handle the overflow of the element content. This clip is from the chapter "Mobile-first Responsive Design in Cascading Style Sheets (CSS) and Web Design" of the series "Modern Web Design with HTML5, CSS3,...
Curated Video
Modern Web Design with HTML5, CSS3, and JavaScript - Creating a Responsive Website Using Bootstrap Cards
This video explains how to create a responsive website using the card component. This clip is from the chapter "Exploring Rapid Web Design with the Bootstrap 4 Frontend Framework" of the series "Modern Web Design with HTML5, CSS3, and...
Curated Video
Modern Web Design with HTML5, CSS3, and JavaScript - Creating a Responsive Navbar
This video demonstrates how to create a responsive navbar. This clip is from the chapter "Creating a Cascading Style Sheets (CSS) Grid Website with Flex Navbar" of the series "Modern Web Design with HTML5, CSS3, and JavaScript".This...
Curated Video
Modern Web Design with HTML5, CSS3, and JavaScript - Box Sizing and Cascading Style Sheets (CSS) Box Model
This video introduces you to box-sizing. You will also learn about the CSS box model This clip is from the chapter "Common Cascading Style Sheets (CSS) Questions and Answers for Interview Preparation" of the series "Modern Web Design...
Curated Video
Modern Web Design with HTML5, CSS3, and JavaScript - Setting the Value of the Cascading Style Sheets (CSS) Position Property
This video demonstrates how to set the value of the CSS position property. This clip is from the chapter "Mobile-first Responsive Design in Cascading Style Sheets (CSS) and Web Design" of the series "Modern Web Design with HTML5, CSS3,...
Curated Video
Modern Web Design with HTML5, CSS3, and JavaScript - Setting the Value of the Cascading Style Sheets (CSS) Display Property
This video explains how to set the value of the CSS Display Property. This clip is from the chapter "Mobile-first Responsive Design in Cascading Style Sheets (CSS) and Web Design" of the series "Modern Web Design with HTML5, CSS3, and...
Curated Video
High Five Facts - Giant's Causeway
This video explores five fun facts about Giant's Causeway.
Let's Tute
Interesting Facts About Giraffes: The Tallest Mammal on Earth
In this video, we explore interesting facts about giraffes, including their long necks, which help them graze from the topmost branches, and their unique fighting behavior called "necking." Scientists have proposed various hypotheses...
Weatherthings
Cumulus Clouds
Cumulus Clouds can fill the sky, in any season, anywhere on Earth, in different sizes, shapes, colors, heights and combinations. They bubble upward, looking like cotton balls or cauliflower. Cumulus clouds accumulate water or ice, and...
Flipping Physics
2019 #4 Free Response Question - AP Physics 1 - Exam Solution
My solutions to Free Response Question #4 from the 2019 AP Physics 1 Exam. This question is about electrical circuits and power. Also included are my reflections on how to get perform better on the exam. This Paragraph Argument Short...
Flipping Physics
2017 #4 Free Response Question - AP Physics 1 - Exam Solution
My solutions to Free Response Question #4 from the 2017 AP Physics 1 Exam. Also included are my reflections on how to get more points on the exam. This Short Answer question also works as a part of the AP Physics C: Mechanics curriculum.
Flipping Physics
2012 #2 Free Response Question - AP Physics C: Mechanics - Exam Solution
My solutions to Free Response Question #2 from the 2012 AP Physics C: Mechanics Exam. Also included are my reflections on how to get perform better on the exam.
Curated Video
Using Polynomial Long Division to Solve Word Problems in Geometry
In this video, students learn how to use polynomial long division to solve word problems involving rectangular prisms. The video provides step-by-step instructions on finding the height and length of a prism given the volume and surface...
Curated Video
Finding the Tangent of an Acute Angle in a Right Triangle
In this video, the teacher explains how to use the tangent ratio to find the height of a flying plane. By setting up an equation using the tangent of the given angle and the known distance, the teacher demonstrates how to solve for the...
Tarver Academy
7-5 Using Proportional Relationships - GEOMETRY
In This Episode, Tyler Teaches Us About Using Proportional Relationships - Geometry
Visual Learning Systems
Perimeter and Area: Summing Up (Perimeter and Area)
In this series of programs students are introduced to perimeter and area. Easy-to-understand examples enable students to understand the process by which perimeter is calculated. The area of rectangles, parallelograms, and triangles is...
Brian McLogan
Learn how to solve a related rate of loosing water from a cone
👉 Learn how to take the derivative of a function. Learn how to find the derivative of a function using the chain rule. The derivative of a function, y = f(x), is the measure of the rate of change of the function, y, with respect to the...
APMonitor
Simulate Differential Equations with Python ODEINT
The heights of a dual gravity drained tank are solved with the Scipy.integrate function ODEINT. This example demonstrates how to solve the differential equation and plot the solution.