Git 403 Error Fix

Git 403 Error Fix

Resolving a Git 403 error is frustrating, especially if you know you’ve been able to connect. Git doesn’t make resetting your password easy. Luckily there’s an easy fix: Windows will store your username and password locally.  Cause of 403 Error You’ve either accidentally typed in your username or password or have updated your password. Windows […]

PHP Tutorial – Highlight Current Day with PHP, jQuery, and CSS

Highlight with PHP and jQuery

The Problem and the Approach: I recently worked on a website where I need to highlight the current day’s hours of operations. I couldn’t find any tutorials on this subject, so here you are. I used the approach using PHP and jQuery, knowing this would be the easiest since I would need to be using […]