Moving gradient text with CSS

5 years ago

Some simple animated gradient text with CSS which is more attention-grabbing than just plain, stationary coloured text This method utilizes…

The Captain Cook Memorial Jet Canberra

5 years ago

The Captain Cook Memorial Jet on Lake Burley Griffin Canberra shoots 6 tonnes of water 156 metres into the air…

Bootstrap sticky first column, horizontal scrolling table

5 years ago

Making a horizontal scrolling table where the first column is sticky and stays in place. Tables are fine to an…

Vanilla Javascript basics; Adding and removing classes

5 years ago

Adding and removing classes to HTML elements with vanilla Javascript. Also included is a toggle and replace method. Adding a…

Vanilla Javascript basics; Selecting elements based on id or class

5 years ago

Doing vanilla Javascript selecting or setting elements with their id or class name. Selecting Selecting a HTML element with its…

Ping address and get min, max & average with PHP

5 years ago

How to ping an address and return the min, max and average results with PHP on both Windows and Linux.…

Full install & setup of Apache, PHP 8, MySQL and SSL on Ubuntu 20.04

5 years ago

Installing and setting up a LAMP stack on Ubuntu 20.04 x64. This post covers installing Apache with the brand new…

Making Bootstrap modals wider

5 years ago

Bootstrap modals come in 4 sizes, You have the default, small, large and extra-large. The default size is closer to…

My idlers; Displaying & organizing servers, shared hosting & domains

5 years ago

My idlers is a self-hosted web app for displaying, organizing and storing information about your servers (VPS), shared hosting and…

Setting HTML date input value

5 years ago

How to set the default value to a HTML date input using vanilla JS or jQuery, including a method to…