Category > Web
Edit Configuration Files In PHP With Config Lite

Config Lite is a lightweight PHP library for reading and writing data to .ini or .cfg files. In this video, I'll show you how to set up and use Config Lite.
Installing and Using BrowserSync

In this video, I'll show you how to install and use BrowserSync.
How To Install Sass In Windows 11

Sass lets you do cool things in CSS like create variables, nest CSS properties, and create style rule templates. I'll show you how to install Sass.
Sass (Scss) 101

In this video, we'll have a quick look at some Sass basics. I'll show you how to use variables, nesting, mixins, and more.
Complete LAMP Setup In Linux Mint

Here's an updated tutorial on installing LAMP Webserver in Linux Mint. I show you how to install Apache, PHP, and MariaDB.
Installing LAMP Webserver In Debian 11

In this video, I show you how to install Apache, MariaDB, PHP 7/8, and phpMyAdmin in Debian 11.
Obsidian Markdown Editor for Windows

In this video, I'll show you a dedicated text editor just for writing markdown called Obsidian.
How To Write and Preview Markdown In VScode

In this video, I'll show you an easy way to write and preview markdown in Visual Studio Code using the Markdown All In One extension.
How To Write Markdown In WordPress

In this video, I'll show you how to write Markdown in the WordPress editor using the WP Githuber Markdown plugin.
Auto Reload Browser Using Live Server and Live Sass Compiler

In this video, I'll show you how to make your browser automatically reload when you save your work in VScode using Live Server. And, how to automatically compile Sass/Scss using Live Sass Compiler
PHP Reference: Delete Folders Using rmdir();

In this video, I'll show you how to delete folders using rmdir in PHP.
PHP Reference: How To Delete Files Using unlink();

PHP Reference: How To Delete Files Using unlink();
PHP Reference: Check That A File Exist Using file_exists();

In this video, I'll show you how to check that files and folders exist with file_exists.
PHP Reference: Check Files and Folders Using is_file(); and is_dir();

In this video, I'll show you how to check that a file is a file and a folder is a folder using is_file and is_dir.
Installing VScode and Migrating Extensions

In this video, I'll show you how to install VScode and how to migrate extensions from a previous installation.
The Easiest Way To Create A CSS Grid Layout

Grid is fast becoming my go-to for creating Web layouts. In this video, I'll show you the easiest way to create a CSS Grid Layout using grid-template-areas.