Set up Virtual Hosts on macOS Big Sur 11 in Apache

Macos Apache Vhosts

Setting up Virtual Hosts in Apache on on macOS Big Sur is straight forward after you have your local Web Development environment up and running – get your web development up and running first including Apache, PHP and MySQL on macOS following this macOS Big Sur Apache/PHP/MySQL guide here if required. This guide will also…

Read More

Installing MariaDB Database Server on macOS

Mariadb Install Macos

MariaDB is an alternative to MySQL database which is more performant with a full open license, you can install it easily on macOS via Homebrew. The first step is to install Homebrew on your computer and possibly to remove any older MySQL database server versions. Once Homebrew is installed, on the command line: brew install…

Read More

Where are the Safari Web Developer Tools and how to show and dock them in a browser window

Safari Dev Tools

The Safari Developer Tools for the macOS browser can be enabled and displayed in Safari > Preferences > Advanced > “Show Develop menu in menu bar” for Safari version 14 and earlier.   Then from the Safari “Develop” menu select “Show Web Inspector” or use the keyboard shortcut Option+Command+i When opened the Safari developer tools…

Read More