Curated Video
The Art of Doing - Web Development for Beginners - Final CSS Project Part 2
In this video, we will take our project to the next level by adding animations to the index page and working on the home.html page. Discover how to use CSS animations to bring life to your web pages and enhance user experience. This clip...
Curated Video
The Art of Doing - Web Development for Beginners - Final CSS Project Part 1
In this video, we will dive into coding our index page and adding styles using the welcome_style.css file. Learn how to create a visually appealing layout and apply CSS styles to your web pages. This clip is from the chapter "CSS...
Curated Video
The Art of Doing - Web Development for Beginners - Final CSS Project Preview
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...
Curated Video
The Art of Doing - Web Development for Beginners - Debugging an Issue
In this video, we will solve the issue where we couldn't center-align an image in the Flexbox layout. You will learn how to troubleshoot and debug common layout issues in CSS and implement the necessary changes to achieve the desired...
Curated Video
The Art of Doing - Web Development for Beginners - Search Engine Preview
In this video, we will take a quick preview of our project. You will learn how to create your own search engine layout, mimicking Google. This includes creating a thematic header, a search section, a news section with thumbnails for news...
Curated Video
The Art of Doing - Web Development for Beginners - Flexbox Basics
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...
Curated Video
The Art of Doing - Web Development for Beginners - Styling Lists and Tables
In this video, you will learn how to style lists and tables using CSS. We will cover various properties and techniques to customize the appearance of lists and tables, making them visually appealing and user-friendly. This clip is from...
Curated Video
The Art of Doing - Web Development for Beginners - Styling Text
In this video, we will explore different CSS properties that can be used to style text, such as changing the font family, font size, font style, and text color. We will also cover text alignment, text decoration, and text capitalization....
Curated Video
The Art of Doing - Web Development for Beginners - Store Front Project - Part 1
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...
Curated Video
The Art of Doing - Web Development for Beginners - Defining Color
In this video, we will explore the concept of color and how it is defined. We will start by discussing the different components of color, including hue, saturation, and brightness. Next, we will delve into the color wheel and how it can...
Curated Video
The Art of Doing - Web Development for Beginners - Writing CSS Rules
In this video, you will learn how to add CSS to our HTML document in the tag and write CSS rules for selecting specific HTML elements. We will also understand how to override specific styling rules and how to make certain HTML elements...
Curated Video
The Art of Doing - Web Development for Beginners - Inline Containers with span Tags
In this video, we will explore the span tag, which is an inline container element that can be used to format specific sections of text with a class or id attribute. We will see how to use the span tag to create visually distinct sections...
Curated Video
The Art of Doing - Web Development for Beginners - Container Elements with div Tags
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...
Curated Video
ChatGPT for Creatives - Using Coloring
Exploring AI art creation, this video showcases generating kid-friendly, European Bandai-style characters for a coloring book. It highlights AI's creative potential and copyright implications, blending technical demonstration with future...
Curated Video
CompTIA A+ Certification Core 2 (220-1102) - Working with Connections
When two computers begin the process of sharing data, they create what we call a connection (or session). A good tech knows how to use common utilities to observe these connections and diagnose issues. This clip is from the chapter...
Curated Video
Generative AI Art for Beginners - Image Masking with DALL-E 2
In this video, we will demonstrate how to perform image masking and change the background of an image using DALL-E 2. We will walk you through the steps and provide an example to show you how to achieve this effect. This clip is from the...
Curated Video
Learn Tableau by Working on Exciting Dashboards - Create a Dashboard
This video explains how to combine all the previous sheets and create the dashboard.
Curated Video
Learn Tableau by Working on Exciting Dashboards - Bar Charts (Top 10)
This video explains how to create bar charts, which will show the top 10 genres, top 10 directors, and top 10 cast members in the dataset.
Curated Video
Learn Tableau by Working on Exciting Dashboards - My Networth Card
This video explains another view that will show the latest value in all the stocks that were bought.
Curated Video
Learn Tableau by Working on Exciting Dashboards - Basic Charts
This video explains how to create the basic charts that we will use in our dashboard.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Dark Mode / 107
You will learn to create forms to collect information and validate user information such as billing address, mode of payment, and more.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Common Properties
In this video, we will look at a showcase of how to install the Tailwind CSS and set up to use in our current project. We will understand installing Tailwind CDN versus Tailwind CLI. We will then learn to apply different kinds of common...
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Movie List Structure / 068
In this video, we will create the homepage for the Cinemate project and we will define the appearance of the movie list structure on the project.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Dark Mode
In this lecture, we will understand about the dark mode feature and use Tailwind CSS to style our site in dark mode, which is a first-class feature of many operating systems.