Problem When trying to log into a WordPress website, using the wp-login / wp-admin page - the page redirects back to the login page after entering in the username and…
The following steps detail how to change a Bitlocker recovery key in Windows 10. This process does not decrypt the data on the hard drive - saving you A LOT…
Microsoft Word has the ability to restrict a document so only existing styles can be applied to content - with no specific formatting like "bold". The steps below show how…
Local by Flywheel is a development tool which allows you to create WordPress sites on your computer. These sites can be used for developing or testing WordPress, plugins or themes.…
Problem When trying to submit a form which contains HTML or JavaScript - you receive an error message which reads This page isn't working Chrome detected unusual code on this…
The following code can be used to automatically redirect users after they've reset their password. This code will automatically redirect them to the home page. function itsg_after_password_reset_redirect() { wp_redirect( home_url()…
The following steps show how to set Windows 10 as the default operating system when using the Ubuntu (grub) boot loader. This is for when you are dual-booting Windows 10…
I'm not interested in getting into the technical aspects of setting up a VPS as a web server - instead I choose to use DigitalOcean and ServerPilot to get me…
These steps show how to add a 'Show Desktop' icon to the launcher in Ubuntu 18.04. Previously this was a built in feature in Ubuntu, but was removed when the…