Curated Video
Identifying features of a model non-chronological report about a shark
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...
Curated Video
Planning the diet section of a non-chronological report about aye-ayes
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...
Curated Video
Writing the diet section of a non-chronological report about tigers
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...
Curated Video
Writing the diet section of a non-chronological report about aye-ayes
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...
The Business Professor
Professionalism - Email Etiquette
This Video Explains Professionalism - Email Etiquette
The Business Professor
Ch8. Video 9 - Units-of-Production Method example
Units-of-Production Method example
The Business Professor
Ch8. Video 17 - Revenue and Capital Expenditure example
Revenue and Capital Expenditure (Accounting) example
Curated Video
Drafting
Drafting explores the important elements of the drafting step of the writing process.
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Create a Confirm Delete Dialog
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...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Pass Parameter to Components and Prevent Default Action
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...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - One-Way Data Binding in ASP.NET Core 3.1 Blazor
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...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Create Your First Razor Component in Blazor
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...
Curated Video
AI for Teachers with ChatGPT - How to Use PrepAI
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...
Oxford Comma
Conclusion Paragraphs. HOW TO; EXAMPLES
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.
Wonderscape
Constructing the Body of an Essay: A Guide to Effective Writing
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...
Curated Video
Git and GitHub Masterclass - The Practical Bootcamp - Rebase Merge Conflict
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.
Curated Video
Git and GitHub Masterclass - The Practical Bootcamp - Pull Changes from GitHub
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.
Curated Video
ChatGPT for Web Design - Create Amazing Websites - Introduction to Web Design: HTML and CSS
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.
Curated Video
Modern JavaScript from the Beginning - Second Edition - Fetch API Error Handling
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Manipulating Styles and Classes
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Insert Elements, Text, and HTML
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Introduction to the DOM
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Get Elements by Tag - jsdom
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Profile Scroller Project
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...