Instructional Video8:16
Curated Video

The Art of Doing - Web Development for Beginners - Proper HTML Structure

Higher Ed
In this video, we will explore the proper structure of an HTML page, starting with the DOCTYPE declaration and then discussing the html, head, and body tags. We will also see how to place our HTML tags inside either the head or body...
Instructional Video15:21
Curated Video

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

Higher Ed
In this video, we will start coding our project together, focusing on the index page and applying styles to it. Join us as we take the first steps in building our project from scratch. This clip is from the chapter "JavaScript - Working...
Instructional Video5:10
Curated Video

The Art of Doing - Web Development for Beginners - Final CSS Project Preview

Higher Ed
In this video, we will have a quick preview of our final CSS project, which involves building a website for a club, organization, team, and so on. We will discuss the required pages, HTML structure, and semantic elements that should be...
Instructional Video15:47
Curated Video

The Art of Doing - Web Development for Beginners - Flexbox Basics

Higher Ed
In this video, we will explore the fundamentals of Flexbox, a powerful CSS layout system that allows you to create one-dimensional layouts along the horizontal or vertical axis. You will learn how to set up the Flex containers and use...
Instructional Video16:46
Curated Video

The Art of Doing - Web Development for Beginners - Store Front Project - Part 1

Higher Ed
In this video, we will begin working on the store front project by focusing on the index page. We will create the structure and layout of the page using HTML and then move on to styling it with CSS. We will define five custom colors to...
Instructional Video8:34
Curated Video

The Art of Doing - Web Development for Beginners - Final HTML Project - Part 3

Higher Ed
In this video, we will finish building the ninja turtle site by creating individual pages for each turtle (Leonardo, Donatello, Michelangelo, and Raphael). We will cover how to add appropriate content and structure to each page using...
Instructional Video6:34
Curated Video

The Art of Doing - Web Development for Beginners - Nav, Article, and Section

Higher Ed
In this video, we will continue our discussion of semantic HTML by covering the
Instructional Video6:47
Curated Video

The Art of Doing - Web Development for Beginners - Header, Main, and Footer

Higher Ed
In this video, we will discuss how to use semantic HTML tags such as
,
, and
to organize the structure of your website. We will cover the purpose and usage of each tag and how they can replace the use of
tags...
Instructional Video4:17
Curated Video

The Art of Doing - Web Development for Beginners - Organized Collectors Preview

Higher Ed
In this video, we will apply the concepts we have learned about organized HTML to our "Collectors" project. Specifically, we will be working on a Pokémon trading web page and restructuring it to improve its organization and appearance....
Instructional Video9:53
Curated Video

The Art of Doing - Web Development for Beginners - Container Elements with div Tags

Higher Ed
In this video, you will learn about the div tag, which is a powerful container element that can group content together and be targeted later with CSS. We will see how to add class and id attributes to divs to make styling specific...
Instructional Video8:29
Curated Video

ChatGPT for Creatives - Adding to the World Anvil

Higher Ed
In this video, you will learn how to add buildings to the World Anvil platform for our fantasy world. We will start by selecting the building type and then entering details such as name, description, and purpose. You will also learn how...
Instructional Video7:21
Curated Video

The Science of Online Advertising: How Your Preferences Are Tracked

6th - Higher Ed
Discover how online advertising is tailored to individual preferences through sophisticated tracking technologies. Learn about the use of cookies, which gather data about your browsing habits to serve targeted ads. Explore the...
Instructional Video16:11
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Create UpdateCustomer Action Methods

Higher Ed
This video is about creating the GET and POST action methods for updating a customer. You will learn the code with a thorough explanation of the methods. This clip is from the chapter "Coding Project Part 2: Consume the Web API Using an...
Instructional Video13:32
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Create AddCustomer Action Methods

Higher Ed
On the Customer Controller side, AddCustomer (GET and POST) action methods are coded in this video with an explanation. This clip is from the chapter "Coding Project Part 2: Consume the Web API Using an ASP.NET Core 3.1 MVC Client" of...
Instructional Video3:42
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - The Shared Folder

Higher Ed
This video explains the views/shared folder and its contents. You will be aware of the functions of all the folder files and their importance in the project. This clip is from the chapter "Coding Project Part 2: Consume the Web API Using...
Instructional Video5:45
Curated Video

Generative AI Art for Beginners - Midjourney Image Licensing + Terms of Service

Higher Ed
In this video, we will go over Midjourney's terms of service and other important information you should know before using the software. We will cover age requirements, blocked content, rights of use, and privacy policy to ensure that you...
Instructional Video11:15
Curated Video

Blender to Unreal Engine - Become a Dungeon Prop Artist - Using Asset Pack

Higher Ed
We will finish this course with a lesson that will walk us through an example of making use of all the assets within a game level. You will learn how to quickly change the entire atmosphere of individual rooms within a dungeon by simply...
Instructional Video10:54
Curated Video

Blender to Unreal Engine - Become a Dungeon Prop Artist - UE5 Introduction to UI (User Interface)

Higher Ed
In this lesson, we will get introduced to the UI in Unreal Engine 5. This will help speed up your workflow because you will develop basic knowledge of all its menus to find them when you need them. Over time, this should become instinctual.
Instructional Video9:28
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Create UpdateOrder Action Methods

Higher Ed
This video is about creating the GET and POST action methods for updating an order. You will learn the code with a thorough explanation of the methods. This clip is from the chapter "Coding Project Part 2: Consume the Web API Using an...
Instructional Video3:42
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Create the AddOrder View

Higher Ed
AddOrder view is added in this video along with suitable markup with built-in tag helpers to add model or server-side application. Application is run at the end of the video to demonstrate adding an order to the database. This clip is...
Instructional Video11:40
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Create the Order Controller

Higher Ed
This video walks through the coding exercise to create the Order Controller with the Index action method. This clip is from the chapter "Coding Project Part 2: Consume the Web API Using an ASP.NET Core 3.1 MVC Client" of the series...
Instructional Video8:51
Curated Video

Learn Azure Serverless Functions in a Weekend - Azure Functions to Process Blob Storage

Higher Ed
This video will help you develop Azure Functions to process blob storage. You will parse the text from an HTTP request and save it as a blob file in an Azure storage account container. You will process each blob in a blob container and...
Instructional Video7:48
Curated Video

Behavioral Design Patterns in C++ - Slide Deck - IV

Higher Ed
In this video, we will see how only a particular slide should be displayed in the output, which is recently added or modified. This clip is from the chapter "Observer" of the series "Behavioral Design Patterns in C++".This section...
Instructional Video5:20
Curated Video

Behavioral Design Patterns in C++ - Slide Deck - II

Higher Ed
In this video, we will add the classes that will display the content part. This clip is from the chapter "Observer" of the series "Behavioral Design Patterns in C++".This section focuses on the Observer pattern.