Linux Mint 20 Cinnamon XRDP

This is a quick note about how I get xrdpworking on Linux Mint 20 Cinnamon. The Issue When I install xrdp it works when connecting from certain devices without issues.

Read More

Recaptcha V3 Badge Only On WordPress Form Pages

Use the following css to hide the Recaptcha V3 badge and then the second rule to show it on a singe page. .grecaptcha-badge { opacity: 0; z-index: 10000; } body:is(.page-id-142)

Read More

Raspberry Pi Based Mechanical Mouse Mover (Jiggler) – GTA V

This is a fun one. I’ve been playing Grand Theft Auto V Online for a few months now and if you’ve ever played it, you know that you have to

Read More

WP-CLI Guide For Windows 10 With WAMP

I’m a Mac or Linux guy when it comes to my dev platform. I’ve used from scratch LAMP stacks, at work we use MAMP Pro and on my personal Mac

Read More

How to use jQuery with WordPress

There are times you need to write some scripts for your WordPress build but using jQuery as usual isn’t going to work. Here is the best way to add your

Read More

Divi Hacks – Adding a centered menu with Divi Fullwidth Menu Module

I looked and looked and didn’t find anything this specific. I needed a way to only use css to achieve this centering of a menu (not main menu) using the

Read More

Give New Flavor To Your Dummy Content – Try Bacon Ipsum

I came across and have been using Bacon Ipsum for a long time now without really giving much thought to it. I have to say it’s fun when a client

Read More

WordPress WP-CLi Workflow Basics – Part 1, Installation and prerequisites

The first thing you will want to do is decide on which stack you will be using for your local development or to determine if you have ssh access to

Read More

Laravel – Resourceful Routing

Here are some notes for setting up resourceful routing. Setting up the route file This is an example for a controller called Projects. Route::resource(‘projects’, ‘ProjectController’); Next to create this resourceful

Read More

Git And Working With GitHub – Adding Existing Project To GitHub

Wether you have a project that you already created or you want to start one from scratch, you can do that with the Git CLI. Adding existing project to a

Read More