Curated Video
Fan-Made Star Wars Spoofs: Bringing the Galaxy to Life on a Budget
This video explores the phenomenon of fans creating their own homemade remakes of popular movies like Star Wars and Raiders of the Lost Ark. Using cheap technology and accessible editing software, fans are able to bring professional...
Curated Video
Easy File Conversion
Learn how to convert files between different formats quickly and easily. This video covers online tools and software for converting documents, images, and media files. Save time by knowing the best methods for file conversion.
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Render Fragment Usage to Change Modal Title Dynamically
This lecture shows a way to change the visual appearance (modal title) of the same modal dialog for two different operations: add and edit movies at runtime, dynamically. This clip is from the chapter "Create a CRUD Application in...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Edit Movies
Through this lecture, the editing of movies has been accomplished using the same modal dialog used for adding a new movie. You will learn how to achieve the task of editing a record through a user input modal popup. This clip is from the...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Create Methods for Add, Edit, and Delete Operations
In this lecture, the remaining CRUD operations of add, edit, and delete are performed through coding for the corresponding async methods. You will have a complete understanding of the implementation of the DataAccessService in the app....
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Live Demo of Completed Blazor App
This video demonstrates the completed movies web app that you will build hands-on within the course. This demo includes all the features on offer in the completed Blazor application. This clip is from the chapter "Introduction" of the...
Curated Video
AI for Teachers with ChatGPT - Pictory Overview
In this video, we will delve into the fascinating capabilities of Pictory, showcasing its potential for creating impactful visual content. This clip is from the chapter "Pictory" of the series "AI for Teachers with ChatGPT".This section...
Curated Video
Learn Midjourney For Your Future 6 Figure Career - Here's How You Adjust Your Presets
After learning how to save presets using the /prefer option set, a great way to save time and effort on remembering the specific words for a specific style, you will learn to use the /prefer option list, which will allow us to see our...
Curated Video
Learn Midjourney For Your Future 6 Figure Career - Create Beautiful Patterns
In this video, you will learn about one of the most creative things with a plethora of practical uses, which is the creation of beautiful patterns that can be used in various kinds of artforms such as generating book covers, t-shirt...
Curated Video
Annotating and Editing Playlists (Classroom Platform Walkthrough 12/15)
Watch this video to learn how to annotate or edit a playlist that you have created. Learn more about the Boclips for Classroom web application by watching some or all of the videos in our 15-part video tutorial series. All videos have...
Science ABC
OAuth Explained
OAuth is a protocol that helps big websites (websites that have a very large number of users, such as Google, Facebook, etc.) grant access to its users information to third-party websites or applications without sharing the users...
Curated Video
Creativity in Decline: Struggling to Work Through Advancing Multiple Sclerosis
Over the past few years, Jason has found solace in editing his film as his creative outlet. However, as his condition worsens, tasks like editing become increasingly difficult, especially due to the loss of function in his hands. He...
Curated Video
Create a Dark Moody Atmospheric 2D Game with Unity and C# - Fixing Pause Bug
In this video, you will learn how to fix bugs related to the pause menu.
Curated Video
Create a Dark Moody Atmospheric 2D Game with Unity and C# - Tile Map Editor
In this video, you will learn how to use the Tile Map Editor to create custom maps for our game.
Curated Video
Create a Dark Moody Atmospheric 2D Game with Unity and C# - Double Jump Mechanic
In this video, you will learn how to implement the double jump mechanic, allowing our player to jump again while in the air.
Curated Video
Git and GitHub Masterclass - The Practical Bootcamp - Create Pull Request
This video explains how to create a Pull request on GitHub. This clip is from the chapter "Assignment: Create Pull Request" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section helps you to create a Pull...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Update Item and Reset State
In this video, you will learn how to update an item in the shopping list and reset the UI state. This clip is from the chapter "Shopping List Project" of the series "Modern JavaScript from the Beginning".In this section, we will build a...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Set Item to Edit
In this video, you will learn how to set an item to edit and show its current value in the input field. This clip is from the chapter "Shopping List Project" of the series "Modern JavaScript from the Beginning".In this section, we will...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Prevent Duplicate Items
In this video, you will learn how to prevent adding duplicate items to the shopping list. This clip is from the chapter "Shopping List Project" of the series "Modern JavaScript from the Beginning".In this section, we will build a...
Curated Video
Modern JavaScript from the Beginning - Second Edition - DOM Selectors - Single Elements
This video covers the different ways to select a single element in the DOM using JavaScript. It covers the methods getElementById(), querySelector(), and querySelectorAll(). This clip is from the chapter "DOM Manipulation" of the series...
Curated Video
ASP.NET Core MVC - Cross-Platform Development - Adding Custom Labels
This video explains adding custom labels. This clip is from the chapter "Customizing Views and Elements" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains how to customize views and elements.
Curated Video
ASP.NET Core MVC - Cross-Platform Development - Adding Bootstrap Styling
This video explains how to add Bootstrap styling. This clip is from the chapter "Customizing Views and Elements" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains how to customize views and elements.
Curated Video
ASP.NET Core MVC - Cross-Platform Development - Understand Scaffolded Views
This video explains the views folder and the index.cshtml file. This clip is from the chapter "Adding a Database" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains how to create and add a database.
Curated Video
ASP.NET Core MVC - Cross-Platform Development - Understand Scaffolded Controller
This video explains CoursesController and we will understand the code. This clip is from the chapter "Adding a Database" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains how to create and add a database.