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
CISSP® Certification Domain 1 Security and Risk Management Video Boot Camp for 2022 - The (ISC)2 Code of Ethics
This video explains the various ethics. This clip is from the chapter "Certified Information Systems Security Professional CISSP Domain 1 - Security and Risk Management" of the series "CISSP® Certification Domain 1: Security and Risk...
Crash Course
Intro to Substitution Reactions - Crash Course Organic Chemistry
Substitution reactions can have really powerful effects, both good and bad, in our bodies. You might remember substitution reactions as displacement reactions from general chemistry, but (you guessed it!) in organic chemistry they’re a...
Curated Video
The Art of Doing - Web Development for Beginners - Organized Collectors Preview
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....
Curated Video
The Art of Doing - Web Development for Beginners - Final Project Preview
In this video, we will have a quick preview of our final course project where you will be building a fully functional HTML/CSS/JS site with interactive JavaScript tools. We will discuss the requirements of the final project, including...
Curated Video
The Art of Doing - Web Development for Beginners - Store Front Two Preview
In this video, we will have a quick preview of our next project. You will learn how to design a multi-page site for a new "˜made-up company'. The site will include pages such as Home, About, Contact, Pricing, and Pictures, and you are...
Curated Video
The Art of Doing - Web Development for Beginners - Store Front Preview
In this video, we will create a three-page website for a made-up company. We will design a home page, an about page, and a contact page, all with proper HTML structure and semantic HTML elements. Additionally, we will ensure that each...
Science360
Ancient shark in 3D, scary robofish, skin cancer answer, crops in deep water: 4 Awesome Discoveries
Ancient shark in 3-D, scary robofish, skin cancer answer, and crops in deep water. It’s 4 Awesome Discoveries You Probably Didn’t Hear About. 3-D reconstructions show how ancient sharks found an alternative way to feed...
Curated Video
The Art of Doing - Web Development for Beginners - Final HTML Project - Part 3
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...
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 HTML Project - Part 1
In this video, we will dive into building the ninja turtle site for the final project. We will start by working on the index and main pages, including adding the common header, footer, and navigation bar using semantic HTML. This clip is...
Curated Video
The Art of Doing - Web Development for Beginners - Final HTML Project - Part 2
In this video, we will continue working on the main page of the ninja turtle site by creating a new section for enemies. We will also cover how to add links to different sections of the page and how to use appropriate headings,...
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 - 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 - 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 - 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 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 - Processing Events
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...
Curated Video
The Art of Doing - Web Development for Beginners - Using getElementById()
In this video, you will learn how to access elements of an HTML document using the getElementById method. We will explore how to give HTML elements unique IDs and use them to access and manipulate elements using JavaScript. This clip is...
Curated Video
The Art of Doing - Web Development for Beginners - Store Front Two Project Part 2
In this video, you will learn how to style the homepage of the company's site. We will apply appropriate HTML structure and semantic elements to create a visually appealing design. Additionally, we will work on the About page, which will...
Curated Video
The Art of Doing - Web Development for Beginners - Final HTML Project Preview
In this video, we will provide an overview of the final project for this section on HTML. You will be tasked with building an HTML-only website using all the techniques and tags covered in the previous videos. We will discuss the...
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 - 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...