Instructional Video14:08
Curated Video

The Art of Doing - Web Development for Beginners - Forms

Higher Ed
In this video, you will learn how to create HTML forms using the form tag and add different input elements to them. This clip is from the chapter "Advanced HTML Tags" of the series "The Art of Doing - Web Development for Beginners".In...
Instructional Video16:45
Curated Video

The Art of Doing - Web Development for Beginners - Interactive Tags

Higher Ed
In this video, you will learn about interactive tags such as buttons, input fields, radio buttons, select menus, and checkboxes, and how to use them in web forms. This clip is from the chapter "Advanced HTML Tags" of the series "The Art...
Instructional Video13:05
Curated Video

The Art of Doing - Web Development for Beginners - Image Tags

Higher Ed
In this video, you will learn how to add images to our web pages using the image tag and adjust their attributes. This clip is from the chapter "Advanced HTML Tags" of the series "The Art of Doing - Web Development for Beginners".In this...
Instructional Video15:28
Curated Video

The Art of Doing - Web Development for Beginners - Anchor Tags

Higher Ed
In this video, you will learn how to use anchor tags to create links within our web pages. This clip is from the chapter "Advanced HTML Tags" of the series "The Art of Doing - Web Development for Beginners".In this section, we will dive...
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 Video13:41
Curated Video

The Art of Doing - Web Development for Beginners - About Me Project

Higher Ed
In this video, we will walk through my version of the "About Me" project and learn how to apply the HTML tags we covered in the previous videos to build a simple and basic web page. This clip is from the chapter "Basic HTML Tags" of the...
Instructional Video2:53
Curated Video

The Art of Doing - Web Development for Beginners - About Me Project Preview

Higher Ed
In this video, we will take a sneak peek at the "About Me" project, our first project where we will create a simple web page. This clip is from the chapter "Basic HTML Tags" of the series "The Art of Doing - Web Development for...
Instructional Video10:06
Curated Video

The Art of Doing - Web Development for Beginners - Organizing Text with Tables

Higher Ed
In this video, you will learn how to use tags such as table, tr, th, td, caption, details, and summary to create tables of elements on a web page. This clip is from the chapter "Basic HTML Tags" of the series "The Art of Doing - Web...
Instructional Video9:11
Curated Video

The Art of Doing - Web Development for Beginners - Organizing Text with Lists

Higher Ed
In this video, we will cover tags that can be used to create lists of elements on a web page, including ordered and unordered lists. This clip is from the chapter "Basic HTML Tags" of the series "The Art of Doing - Web Development for...
Instructional Video11:09
Curated Video

The Art of Doing - Web Development for Beginners - Formatting Text with Tags

Higher Ed
In this video, we will explore tags such as bold, italic, underline, br, and ASCII that can be used to format and space text on a web page. This clip is from the chapter "Basic HTML Tags" of the series "The Art of Doing - Web Development...
Instructional Video3:08
Curated Video

The Art of Doing - Web Development for Beginners - Attribution for All Resources

Higher Ed
In this video, we will provide attribution for all the resources used in this course, including the ones we shared in the previous video. This clip is from the chapter "Introduction" of the series "The Art of Doing - Web Development for...
Instructional Video2:49
Curated Video

The Art of Doing - Web Development for Beginners - Helpful Resources

Higher Ed
In this video, we will share some useful resources that you can use to enhance your learning experience and develop your skills. This clip is from the chapter "Introduction" of the series "The Art of Doing - Web Development for...
Instructional Video3:01
Curated Video

The Art of Doing - Web Development for Beginners - Installing VS Code

Higher Ed
In this video, we will walk you through the process of installing VS Code IDE (Integrated Development Environment) on your Windows machine, which will be your primary development environment throughout the course. This clip is from the...
Instructional Video11:41
Curated Video

The Art of Doing - Web Development for Beginners - Course Introduction

Higher Ed
In this video, we will provide an overview of the course and what you can expect to learn. This clip is from the chapter "Introduction" of the series "The Art of Doing - Web Development for Beginners".In this section, we will introduce...
Instructional Video2:21
Curated Video

The Art of Doing - Web Development for Beginners - Downloading the Course Materials

Higher Ed
In this video, we will guide you through the process of downloading the course materials, including the starter, and completed files, from the GitHub repository. These files will be essential for completing the assignments and practicing...
Instructional Video3:17
Curated Video

Web Hacking Expert - Full-Stack Exploitation Mastery - User Redirection through window.opener Tabnabbing – Part 2

Higher Ed
This is the second of the two-part video that talks about how to prevent from this attack. This attack is user redirection through window.opener tabnabbing. This clip is from the chapter "Hacking Web Applications through PDFs, Images,...
Instructional Video20:02
Curated Video

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

Higher Ed
In this final video of the series, we will work on the content page, which is the last piece of our project puzzle. We will wrap up our project, review our progress, and finalize our web application. Join us for the grand finale of our...
Instructional Video24:45
Curated Video

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

Higher Ed
In this video, we will work on the pricing and sizing pages of our project, adding important features and functionality to make our web application more user-friendly and engaging. Join us as we polish our project and make it shine! This...
Instructional Video17:26
Curated Video

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

Higher Ed
In this video, we will focus on styling the design page and adding JavaScript functionality to make our project dynamic and interactive. Join us as we take our project to the next level and enhance its functionality with JavaScript. This...
Instructional Video22:19
Curated Video

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

Higher Ed
Join us in this video as we dive into styling each individual element of the homepage and also working on the design.html page. Learn how to fine-tune the appearance of your web pages and create a cohesive design for your project. This...
Instructional Video20:54
Curated Video

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

Higher Ed
In this video, we will continue our project by working on the homepage and applying CSS styles to make it visually appealing. Learn how to create an attractive and functional homepage for your web application. This clip is from the...
Instructional Video22:53
Curated Video

The Art of Doing - Web Development for Beginners - Getting Values From Forms

Higher Ed
In this video, you will learn how to add an event listener to a form and listen for a submit event. We will explore how to use the FormData object to access the data sent through the form, prevent the default form submission behavior...
Instructional Video15:46
Curated Video

The Art of Doing - Web Development for Beginners - Getting Input Values Part 2

Higher Ed
In this video, we will continue our exploration of getting input values, this time focusing on linked checkboxes within a form and getting values on the change of an input field. This clip is from the chapter "JavaScript - Working with...
Instructional Video18:16
Curated Video

The Art of Doing - Web Development for Beginners - Getting Input Values Part 1

Higher Ed
In this video, we will explore how to get input values from simple input fields and isolated select elements. You will also learn how to get values from linked radio buttons within a form. This clip is from the chapter "JavaScript -...