Here’s how to free up space on your Mac scratch disks. Have you seen the message when opening Adobe Photoshop? “The currently selected scratch disks…
Category: Tutorials
Migrating PHP and Apache to latest Mac OS after update
After upgrading you MacOS, you will need to reconfigure your MAMP server. Fortunately, it’s pretty easy to do. However, sometime hiccups happen. Here’s a quick…
How to restore your Mac’s Apache settings after upgrading your Mac OS
How to get your virtual host MAMP Server (Mac Apache, PHP, and MySQL) up and running again after upgrading to the latest macOS. Mac High Sierra…
Benotto Bicycle Restoration – Sanding and Primer – Part 3
The restoration is coming along nicely. Ordered some NOS Benotto forks and they arrived safely today. The forks are made of Columbus SL tubing, the…
How to replace the front sway bar bushings on a 1999 Nissan Pathfinder R50
If you are noticing a clunking sound coming from the front of your vehicle when going over uneven roads and speed bumps it’s likely that…
How to use the simple responsive CSS grid – SimpleGrid
Introducing an easy-to-use and lightweight css grid. Flexible 12 column grid Easily extend for custom styling Fluid (works no matter the size of the containing div)…
What does the symbol “&” “&&” “||” “::” “%” “!!” “**” mean in PHP?
This is the best guide on PHP symbols I’ve every seen. If only something like this existed when I was first learning to code. Reference: &…
Mac – How to clear a file’s contents using Terminal command
A quick trick to empty a file using Terminal on Mac. 1. Open Terminal 2. enter the following command in Terminal cat /dev/null > fileName…
How to setup multiple sites hosted on your Mac with OSX 10.8 + (MAMP Part 5)
Welcome to part 5 of the MAMP tutorial. In this post we will go over setting up friendly URLs on your Mac server. We will be…
How to turn display_errors to on in php.ini file
This is a quick tutorial that will walk you through turning display errors on in your php.ini file.