Blog

Web development, hosting, and cyber security articles.

Cascading Style Sheet (CSS) Styling Guide

Cascading Style Sheet (CSS) tutorial covering some of the advantages of using CSS in your designs and some basic methods for styling your web pages. Learn how to style headings and paragraphs to improve the appearance text on your pages. You are also shown how to store your styles in an external style sheet and link to it from your pages, which reduces the page loading times and allows you edit styles for your entire website from one location.

Multiple Websites & Shared Folders With VirtualBox On Windows 11 Host

How to set up multiple websites to run from your LAMP development server and have the websites shared from your Windows host machine. This will allow you to work on your files and view them in your preferred browser on your host machine before uploading them to your live server.

LAMP Ubuntu Server On VirtualBox

This tutorial is to help you set up a LAMP (Linux Apache MySQL PHP) Ubuntu virtual machine server running on VirtualBox. Use it as a test machine when developing your websites.