Instructional Video25:41
Curated Video

Identifying features of a model non-chronological report about a shark

Pre-K - Higher Ed
Pupil outcome: I can identify the features of a non-chronological report about a shark. Key learning points: - A non-chronological report is written out of time order. - The purpose of a non-chronological report is to inform and engage...
Instructional Video27:44
Curated Video

Planning the diet section of a non-chronological report about aye-ayes

Pre-K - Higher Ed
Pupil outcome: I can use research to plan the diet section of a non-chronological report about aye-ayes. Key learning points: - Related information is grouped into paragraphs and organised using a subheading. - An introductory sentence...
Instructional Video30:00
Curated Video

Writing the diet section of a non-chronological report about tigers

Pre-K - Higher Ed
Pupil outcome: I can use my plan to write the diet section of a non-chronological report about tigers. Key learning points: - A section of a non-chronological report contains specific information for the reader. - Writers can use a range...
Instructional Video21:08
Curated Video

Writing the diet section of a non-chronological report about aye-ayes

Pre-K - Higher Ed
Pupil outcome: I can use my plan to write the diet section of a non-chronological report about aye-ayes. Key learning points: - A section of a non-chronological report contains specific information for the reader. - Writers can use a...
Instructional Video9:18
The Business Professor

Professionalism - Email Etiquette

Higher Ed
This Video Explains Professionalism - Email Etiquette
Instructional Video6:49
The Business Professor

Ch8. Video 9 - Units-of-Production Method example

Higher Ed
Units-of-Production Method example
Instructional Video9:29
The Business Professor

Ch8. Video 17 - Revenue and Capital Expenditure example

Higher Ed
Revenue and Capital Expenditure (Accounting) example
Instructional Video3:00
Curated Video

Drafting

K - 8th
Drafting explores the important elements of the drafting step of the writing process.
Instructional Video9:38
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Create a Confirm Delete Dialog

Higher Ed
This lecture shows how to create a confirm delete dialog for getting the confirmation from users before deleting a movie. This clip is from the chapter "Create a CRUD Application in Blazor" of the series "Build and Learn ASP.NET 6.0...
Instructional Video10:45
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Pass Parameter to Components and Prevent Default Action

Higher Ed
In this video, you will be able to pass parameters to top-level components and prevent default keypress inputs to be registered for a Blazor 3.1 server project. These features were released on December 3 by Microsoft and enhance Blazor...
Instructional Video16:47
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - One-Way Data Binding in ASP.NET Core 3.1 Blazor

Higher Ed
The tutorial builds a binding demo project in Visual Studio 2019, which toggles a paragraph with changed text and styles on the clicking of a button. A counter gets incremented as well. This clip is from the chapter "Advanced Concepts...
Instructional Video13:59
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Create Your First Razor Component in Blazor

Higher Ed
In this video, you will create your first Razor (Blazor) component that computes the average of numbers, and you will understand the core concept of components and be able to build simple components with Blazor. This clip is from the...
Instructional Video4:20
Curated Video

AI for Teachers with ChatGPT - How to Use PrepAI

Higher Ed
This video demonstrates the step-by-step process of effectively utilizing PrepAI to create customized quizzes and tests effortlessly. This clip is from the chapter "PrepAI - Quiz and Test Generator" of the series "AI for Teachers with...
Instructional Video8:05
Oxford Comma

Conclusion Paragraphs. HOW TO; EXAMPLES

9th - 12th
Make your essay stand out from the crowd! Because it’s the most under-taught part of the writing process, the conclusion paragraph presents you with the best chance to quickly improve your writing.
Instructional Video5:56
Wonderscape

Constructing the Body of an Essay: A Guide to Effective Writing

K - 5th
Discover the essentials of crafting the body of an essay, the core component where the author's ideas come to life. Learn about the structure and importance of topic sentences, the role of supporting details and examples, and how to...
Instructional Video9:52
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Rebase Merge Conflict

Higher Ed
This video explains rebase merge conflict. This clip is from the chapter "Rebase" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section explains Git rebase and rebase merge conflict.
Instructional Video2:57
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Pull Changes from GitHub

Higher Ed
This video explains pull changes from GitHub. This clip is from the chapter "Merge Conflicts" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section explains the merge conflict and how to solve one.
Instructional Video9:32
Curated Video

ChatGPT for Web Design - Create Amazing Websites - Introduction to Web Design: HTML and CSS

Higher Ed
This lesson will explore the fundamentals of hypertext markup language (HTML) and cascading style sheets (CSS) needed to create a website. You will learn about the IDE to be used for storing the code.
Instructional Video13:22
Curated Video

Modern JavaScript from the Beginning - Second Edition - Fetch API Error Handling

Higher Ed
In this video, we will explore various techniques for handling errors when working with the Fetch API, including how to check the response status code, catch network errors, and gracefully handle error responses. This clip is from the...
Instructional Video9:41
Curated Video

Modern JavaScript from the Beginning - Second Edition - Manipulating Styles and Classes

Higher Ed
This video covers how to manipulate CSS styles and classes in the DOM using JavaScript. It covers the style property and the classList property. This clip is from the chapter "DOM Manipulation" of the series "Modern JavaScript from the...
Instructional Video9:28
Curated Video

Modern JavaScript from the Beginning - Second Edition - Insert Elements, Text, and HTML

Higher Ed
This video covers how to insert new elements, text, and HTML into the DOM using JavaScript. It covers the insertBefore(), insertAdjacentElement(), insertAdjacentText(), and insertAdjacentHTML() methods. This clip is from the chapter "DOM...
Instructional Video11:10
Curated Video

Modern JavaScript from the Beginning - Second Edition - Introduction to the DOM

Higher Ed
This video explains what the DOM is and how it works. It covers the concept of nodes and how they are used to represent the elements in an HTML document. The video also explains how JavaScript can be used to interact with the DOM. This...
Instructional Video17:59
Curated Video

Modern JavaScript from the Beginning - Second Edition - Get Elements by Tag - jsdom

Higher Ed
In this video, we will write a unit test for a function that gets all elements with a particular tag name in a web page. We will use jsdom, a JavaScript implementation of the DOM, to simulate a web page and test our function. This clip...
Instructional Video7:57
Curated Video

Modern JavaScript from the Beginning - Second Edition - Profile Scroller Project

Higher Ed
In this project, we will use iterators and generators to create a profile scroller application that displays a list of profiles and allows the user to scroll through them. This clip is from the chapter "Iterators, Generators, and Data...