Creating a WordPress theme Part 1 – The setup
This series is about how to create and develop a WordPress blog theme in 2021 using the correct methods and techniques. Part 1 is the installing and setup of WordPress…
This series is about how to create and develop a WordPress blog theme in 2021 using the correct methods and techniques. Part 1 is the installing and setup of WordPress…
This post is a guide for installing and setting up a lamp stack on Windows. Thus making it a wamp stack. Windows, Apache, MySQL & PHP. Having a local webserver…
Photos of the Common Australian Yabby (Cherax destructor) taken during recent yabbying in a bush dam.
The year 2020 in hits, visits and traffic for write.corbpie.com. A quick summary from the analytics of the blog for 2020 when comparing it to the previous year is atleast…
How to have a fully responsive, collapsable side nav bar made with Bootstrap that will resize the page upon collapsing. For this you will need jQuery. The included CSS styling…
Turning bootstrap cards into selectable radio buttons with active states using jQuery. CodePen example. To do this you will need Bootstrap and jQuery. Function to unselect (uncheck) all of the…
How to load a javascript file only once the page has finished loading. This is done with a document event listener that will run when the content has been fully…
How to make calls without Ajax in vanilla Javascript. Using Ajax requires jQuery, whilst it is a convenience, including the whole jQuery library for just Ajax is overboard. Here is…
A live and active time and date with vanilla Javascript. CodePen example. Start by setting variables for the date string: var today = new Date(); var day = today.getDate(); var…
A guide on installing and setting up a DayZ Standalone server with the new Namalsk map by using SteamCMD. This guide is made with a Windows Server 2019 VPS on Vultr…