Curated Video
The Art of Doing - Web Development for Beginners - Forms
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...
Curated Video
The Art of Doing - Web Development for Beginners - Interactive Tags
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...
Curated Video
The Art of Doing - Web Development for Beginners - Image Tags
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...
Curated Video
The Art of Doing - Web Development for Beginners - Anchor Tags
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...
Curated Video
The Art of Doing - Web Development for Beginners - Understanding Attributes
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...
Curated Video
The Art of Doing - Web Development for Beginners - About Me Project
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...
Curated Video
The Art of Doing - Web Development for Beginners - About Me Project Preview
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...
Curated Video
The Art of Doing - Web Development for Beginners - Organizing Text with Tables
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...
Curated Video
The Art of Doing - Web Development for Beginners - Organizing Text with Lists
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...
Curated Video
The Art of Doing - Web Development for Beginners - Formatting Text with Tags
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...
Curated Video
The Art of Doing - Web Development for Beginners - Attribution for All Resources
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...
Curated Video
The Art of Doing - Web Development for Beginners - Helpful Resources
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...
Curated Video
The Art of Doing - Web Development for Beginners - Installing VS Code
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...
Curated Video
The Art of Doing - Web Development for Beginners - Course Introduction
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...
Curated Video
The Art of Doing - Web Development for Beginners - Downloading the Course Materials
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...
Curated Video
Web Hacking Expert - Full-Stack Exploitation Mastery - User Redirection through window.opener Tabnabbing – Part 2
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,...
Curated Video
The Art of Doing - Web Development for Beginners - Final Project Part 6
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...
Curated Video
The Art of Doing - Web Development for Beginners - Final Project Part 5
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...
Curated Video
The Art of Doing - Web Development for Beginners - Final Project Part 4
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...
Curated Video
The Art of Doing - Web Development for Beginners - Final Project Part 3
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...
Curated Video
The Art of Doing - Web Development for Beginners - Final Project Part 2
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...
Curated Video
The Art of Doing - Web Development for Beginners - Getting Values From Forms
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...
Curated Video
The Art of Doing - Web Development for Beginners - Getting Input Values Part 2
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...
Curated Video
The Art of Doing - Web Development for Beginners - Getting Input Values Part 1
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 -...