-
Ajax Unit Tests for WordPress Plugin Development
The past couple of days I was having a hard time figuring out why my unit tests for AJAX were giving me an error stating Serialization of ‘Closure’ is not allowed. I’ve since fixed it and wanted to post about it because why not. For those WordPress plugin developers who use PHPUnit, let’s see if […]
|
-
Installing Docker Desktop on Pop_OS! 22.04
When trying to install Docker Desktop on Linux the other day using the .deb file and Eddy, I got this generic error code 100 (Sorry, I forgot to take a screenshot). And I could not figure out what it was. This is my first real time at attempting to use a Linux distro as a […]
|
-
Portfolio: Jared Goewert
URL: jaredgoewert.com Type: Graphic Design Portfolio Description: This was a bit of a challenge and tested my front-end knowledge. My brother, Jared, is studying graphic design. And I wanted him to design his own site. I told Jared to create something without thinking about any limitations that a website might have. However, I failed to […]
|
-
Deploying WordPress in the Google App Engine Flexible Environment
Google actually has a guide for this. But when I was following along, I ran into some issues with the deploy process because certain composer packages require PHP>=8.0. Finally…I have figured out how to do this now without running into build errors. Currently Supported PHP Versions Unfortunately, the App Engine Flexible environment does not currently […]
|
-
How to change an HTML tag using pure JavaScript
The other day I needed to easily change a heading from H2 to H4, while not having direct access to how it was being applied. Instead of attempting to modify the style for that specific element using a common CCS variable, or some similar method — I decided to actually change the tag with JavaScript […]
|
-