Instructional Video10:52
Curated Video

Modern JavaScript from the Beginning - Second Edition - Mouse Events

Higher Ed
In this video, we will look at how to handle mouse events such as click, double-click, hover, and drag in JavaScript. You will learn how to use event listeners to respond to mouse events and perform actions based on them. This clip is...
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 Video4:44
Curated Video

Modern JavaScript from the Beginning - Second Edition - CSS and Style Loaders

Higher Ed
In this video, we will explore how to use CSS and style loaders in Webpack. We will look at the different types of style loaders available and how to configure them in our Webpack configuration file. This clip is from the chapter...
Instructional Video3:41
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - addEventListener (Events)

Higher Ed
In this video, we will explore the addEventListener method to attach event handlers to elements. You will learn to listen for and respond to various events, such as clicks, mouse movements, keyboard input. Understanding event handling is...
Instructional Video11:37
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Background

Higher Ed
In this video, we will explore the background property in CSS3 and learn how to apply background colors, images, and other properties to elements. You will learn to control the positioning, repeat, and size of backgrounds.
Instructional Video2:09
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - How to Style in HTML5

Higher Ed
In this video, we will explore different methods to style HTML elements using inline styles, internal stylesheets, and external CSS files. We will understand the CSS selectors, properties, and values to apply colors, fonts, backgrounds,...
Instructional Video4:34
Curated Video

Vue.js 3 and Firebase for Beginners - Header Styling

Higher Ed
We will quickly apply some styling to the header section. The style section is going to be scoped for the AppHeader component. This clip is from the chapter "Project UI" of the series "Vue.js 3 and Firebase for Beginners".This section...
Instructional Video2:19
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Lab - Install Docker Engine

Higher Ed
In this video, we walk you through the steps required to install Docker Engine on your local machine, providing a step-by-step tutorial that covers all the necessary commands and configurations. This clip is from the chapter "Cloud Run -...
Instructional Video5:18
Curated Video

Vue.js 3 and Firebase for Beginners - Styling the AboutView

Higher Ed
For the finishing touches of our project, we will start with some CSS styling for the AboutView page. This clip is from the chapter "Finishing Touches" of the series "Vue.js 3 and Firebase for Beginners".This section is about the...
Instructional Video8:42
Curated Video

Vue.js 3 and Firebase for Beginners - Modal Styling

Higher Ed
This video explains modal styling to make the login look attractive and make it appear over the rest of the content. This clip is from the chapter "Authentication" of the series "Vue.js 3 and Firebase for Beginners".This section is all...
Instructional Video4:33
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 16 - How Are Variables Stored in Memory?

Higher Ed
This video talks about how variables are stored in memory.
Instructional Video10:35
Curated Video

Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Styling the Index App EJS and CSS

Higher Ed
This video explains styling the index app EJS and CSS. This clip is from the chapter "EJS Templating Engines with Express" of the series "Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js".This section focuses on EJS...
Instructional Video4:24
Curated Video

Deep Learning - Crash Course 2023 - Why Random Variable Is Important

Higher Ed
In this video, we will understand why a random variable is important. This clip is from the chapter "Basic Probability" of the series "Deep Learning - Crash Course 2023".In this section, we will talk about probability.
Instructional Video3:52
Curated Video

Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - Add Result Styling CSS to OpenAI Project

Higher Ed
In this video, we will guide you on how to add result styling CSS to your OpenAI project to make the output more visually appealing for your users.
Instructional Video5:10
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Motivation for Recommender System: Recommender Systems Process and Goals

Higher Ed
In this video, we will understand the need for recommender systems and the processes and goals involved.
Instructional Video13:05
Curated Video

The Art of Doing - Web Development for Beginners - Block-Level Elements

Higher Ed
In this video, you will learn about block-level elements, which always start on a new line and take up the full horizontal width of their container. We will see how to set their vertical height and background color using the style...
Instructional Video11:00
Curated Video

The Art of Doing - Web Development for Beginners - Understanding Attributes

Higher Ed
In this video, we will explore the different attributes available in HTML, such as id, class, and style, and how they can be used to customize web page elements. This clip is from the chapter "Advanced HTML Tags" of the series "The Art...
Instructional Video11:57
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Advanced TabView

Higher Ed
In this video, we will explore more advanced techniques for implementing a TabView in a mobile app.
Instructional Video5:55
Curated Video

CompTIA A+ Certification Core 2 (220-1102) - The Task Manager

Higher Ed
The Task Manager has lots of information about services, processes, applications, and users. It gives information to help you monitor, manage, and control what's running in order to maximize the performance of your machine. This clip is...
Instructional Video6:02
Curated Video

CompTIA A+ Certification Core 2 (220-1102) - Touring the macOS

Higher Ed
In this video, let's discuss macOS. Although it's a completely different operating system, macOS and Windows have a lot in common. This clip is from the chapter "The Visible Computer" of the series "CompTIA A+ Certification Core 2...
Instructional Video21:46
Curated Video

The Art of Doing - Web Development for Beginners - Processing Events

Higher Ed
JavaScript can be executed when events occur on a web page. In this video, you will learn how to use the addEventListener() method to attach event handlers to elements and respond to events such as clicks, form submissions, and input...
Instructional Video20:52
Curated Video

The Art of Doing - Web Development for Beginners - CSS Transitions

Higher Ed
In this video, we will explore CSS Transitions, which enables you to smoothly change property values of elements over a specified duration. You will learn how to define transition properties and durations, and how to trigger transitions...
Instructional Video14:14
Curated Video

The Art of Doing - Web Development for Beginners - Using Flexbox with HTML Elements

Higher Ed
In this video, we will dive deeper into using Flexbox with HTML elements. We will create Flex containers with row and column layouts, and even nest Flex containers inside each other. We will also explore how to center elements using...
Instructional Video16:12
Curated Video

The Art of Doing - Web Development for Beginners - Organized Collectors Project - Part 1

Higher Ed
In this video, we will begin organizing the index and main pages of our "Collectors" project. To do so, we will use proper HTML structure and create divs with specific names such as "header" and "main". You will decide what content goes...