Tag: How to
Getting started with Glitch
3 min read
Glitch is a great platform for hosting your Github or newly made projects running node.js, web servers, and more.
Making a shopping cart system with PHP 7.4 and MySQL
4 min read
A tutorial on how to make a shopping cart system with PHP 7.4, HTML forms, MySQL, and browser sessions.
How to remove a link from Google search
1 min read
This tutorial explains to you how to remove a link that you don't want from a domain that you hold from Google Search results.
Adding a route loading bar to Vue and Gridsome
1 min read
While using a single page application changing routes will have no indication of loading by default, instead of having your visitors think that nothing is happening why not add a loading bar with NProgress
Making a simple author byline for your website
1 min read
Using an article byline will give credit to the author of the post so viewers know who made the post
Getting started with CSS animations
3 min read
This article covers the uses cases for CSS animations including transitions and keyframes
How to make a sliding navigation menu
6 min read
This tutorial shows you the code behind the horizontal sliding navigation from the Developer Bacon site
How to use webp images effectively
2 min read
Webp images are great, new, and compressable, but you have to make sure you use them right for all devices to load them. Make sure to add webp support to your website.
Adding a dark theme to your website
1 min read
Adding dark and light themes to your new or existing website without removing code is easy with media queries and CSS variables
How to setup a favicon
2 min read
A tutorial on the best methods for setting up and using favicons for the modern age and older browsers. These methods work for HTML but can be adapted for other platforms.