Instructional Video14:44
Curated Video

Modern Web Design with HTML5, CSS3, and JavaScript - Creating Websites and Setting up and Designing Web Pages Using the CSS Grid - Coding Challenge

Higher Ed
This video presents a coding challenge on how to create websites and set up and design web pages using CSS grid.
<
br/>
This clip is from the chapter "Cascading Style Sheet (CSS) Layouts FlexBox and CSS Grid" of the series "Modern...
Instructional Video2:08
Curated Video

Modern Web Design with HTML5, CSS3, and JavaScript - Creating Websites Using Modern HTML and HTML5 Coding

Higher Ed
This video explains how to create websites using modern HTML and HTML5 coding.
<
br/>
This clip is from the chapter "Creating Web Pages with HTML5" of the series "Modern Web Design with HTML5, CSS3, and JavaScript".This section...
Instructional Video4:56
Curated Video

Mega Web Development Bootcamp with React Bootstrap 5, Redux, and REST API - Creating About and Contact Pages

Higher Ed
This video guides you through the process of creating the About and Contact pages, essential components for providing information about your website and enabling visitors to get in touch.
<
br/>
This clip is from the chapter...
Instructional Video22:32
Curated Video

Full Stack Web Development MASTERY Course - Novice to Expert - Creating, Removing, and Replacing Elements

Higher Ed
This video is about creating, removing, and replacing elements.
<
br/>
This clip is from the chapter "JavaScript ES6 (Zero to Hero)" of the series "Full Stack Web Development Mastery Course - Novice to Expert".This section focuses...
Instructional Video22:37
Curated Video

ChatGPT for Web Design - Create Amazing Websites - Publishing the Website and Creating the Perfect Lead-Generating Signup Form

Higher Ed
Here, we will make an email signup work using the SiteGround server. We will sign in to the hosting site, locate all the files on the file manager, and create a new database to store the email information. We will then work on creating a...
Instructional Video8:33
Curated Video

ChatGPT for Web Design - Create Amazing Websites - Creating Multiple Pages

Higher Ed
This video will teach us how to convert the one-page website we created into multiple pages. We will instruct ChatGPT to provide an outline to create multiple pages for our website and how to integrate it into the website design.
Instructional Video22:25
Curated Video

ChatGPT for Web Design - Create Amazing Websites - Advanced Interactivity

Higher Ed
In this video, you will learn to make design adjustments to the website, and then we will work on making our website more interactive. We will be working on JavaScript for this website interactivity design.
Instructional Video13:06
Curated Video

ChatGPT for Web Design - Create Amazing Websites - Applying JavaScript: Smooth Scroll and Image Slider

Higher Ed
We will continue to add more features to our website and make it more functional by learning to add a smooth scroll bar and an image slider. We will instruct ChatGPT to provide us with the JS code for the same and modify it as necessary...
Instructional Video3:41
Curated Video

Modern Web Design with HTML5, CSS3, and JavaScript - Creating Websites with a Grid Layout

Higher Ed
This video demonstrates how to create websites with a grid layout.
<
br/>
This clip is from the chapter "Cascading Style Sheet (CSS) Layouts FlexBox and CSS Grid" of the series "Modern Web Design with HTML5, CSS3, and...
Instructional Video29:00
Curated Video

How to Create Quizzes and Scavenger Hunts with Google Forms

Pre-K - Higher Ed
In this video, Justin focuses on using Google Forms to create quizzes that are automatically marked, as well as creating scavenger hunts where students can only proceed to the next question if they answer correctly. The tutorial...
Instructional Video25:16
Curated Video

Creating a Website Using Google

Pre-K - Higher Ed
In this video, Justin demonstrates how to easily create a website using Google. He explains the benefits of having a website for organizing and displaying online learning resources, such as videos, documents, and links. Justin walks...
Instructional Video4:21
Curated Video

How to Use ChatGPT and Generative AI for Passive Income - Use ChatGPT to Code a Website

Higher Ed
In this video, you will learn how to use ChatGPT to code a website. You will see how Generative AI can be used to create the HTML and CSS (Cascading Style Sheets) code necessary to build a website quickly and efficiently.
<
br/>...
Instructional Video1:57
Curated Video

Web Scraping Tutorial with Scrapy and Python for Beginners: Exploring the Components of a Scrapy Project

Higher Ed
In this video, we will take a quick walkthrough of our Scrapy project, where we created an ebook scraper in the previous lesson. We will explore the various Python files that can be used to customize different aspects of our scraper,...
Instructional Video18:03
Curated Video

Features of a good website

Pre-K - Higher Ed
Pupil outcome: I can identify the features of a good website and know how web pages are created. Key learning points: - A website is a collection of information that can be accessed on a range of internet connected devices. - Websites...
Instructional Video17:44
Curated Video

Ownership and the World Wide Web

Pre-K - Higher Ed
Pupil outcome: I can recognise that the World Wide Web is made up of content created and owned by many people. Key learning points: - Websites and their content are created by people. - Content on the web is owned by the person or...
Instructional Video1:14
Curated Video

Introduction to WordPress: Building Your Website Without Coding

6th - Higher Ed
The video provides an introduction to WordPress, an open-source content management system that has revolutionized website creation. It explains how WordPress has democratized the process of building websites by eliminating the need for...
Instructional Video5:15
Curated Video

Web Scraping Tutorial with Scrapy and Python for Beginners - Extracting Data from API

Higher Ed
In this video tutorial, we learn how to create a spider to scrape data from an API using Scrapy. The instructor demonstrates how to load JSON data and store it in a dictionary. They also show how to check for the next page and send a...
Instructional Video16:46
Curated Video

Mega Web Development Bootcamp with React Bootstrap 5, Redux, and REST API - Implementing Create Post Functionality

Higher Ed
In this video, you will learn how to implement the create post functionality, allowing users to add new posts to the website.
<
br/>
This clip is from the chapter "Working on Create, Edit, Delete Post Functionality with API...
Instructional Video3:42
Curated Video

How to Use ChatGPT and Generative AI for Passive Income - Upwork and Fiverr

Higher Ed
In this video, you will learn how to use Upwork and Fiverr, two popular freelance platforms, to find coding projects and earn a passive income. You will explore how to create an effective profile, search for relevant projects, and bid...
Instructional Video5:08
Curated Video

Web Scraping Tutorial with Scrapy and Python for Beginners - How to Scrape Dynamic Websites using Scrapy Playwright

Higher Ed
In this video, we delve into the world of dynamic websites, which require a browser to render their content. Through the use of Scrapy playwright, we explore how to scrape dynamic websites and automate tasks in a browser with code,...
Instructional Video11:09
Curated Video

Mega Web Development Bootcamp with React Bootstrap 5, Redux, and REST API - Delete Post and Show Alert Message after Deletion

Higher Ed
This video focuses on implementing the delete post functionality, allowing users to remove posts from the website, and displaying an alert message after the deletion.
<
br/>
This clip is from the chapter "Working on Create, Edit,...
Instructional Video2:01
Curated Video

Web Scraping Tutorial with Scrapy and Python for Beginners: Defining the Ebook Spider and Website Request

Higher Ed
In this video, viewers will learn how to define a spider for web scraping using Scrapy. The video focuses on the ebook spider, and the host website being used for practice is books.to-scrape.com. The tutorial covers how to send a request...
Instructional Video5:39
Curated Video

Web Scraping Tutorial with Scrapy and Python for Beginners - Scrape a Website with Loading Screen

Higher Ed
In this lesson, we will focus on waiting for a loading screen to appear and then extract the table data instead of getting an error message. We will be using Scrapy's Playwright library to dynamically render the website and extract the...
Instructional Video5:59
Curated Video

HTML Tutorial for Beginners(2022) - Introduction and Create an HTML Document

Higher Ed
Learn what HTML is, an Introduction, and also create your first HTML document web page.
<
br/>
This clip is from the chapter "HTML Basics - Getting Started" of the series "HTML Tutorial for Beginners (2022)".This section focuses on...

Other popular searches