-
Introducing Blueprint – A PHP Library for Replacing Placeholders
Wanted to share a small PHP library that I put together this morning. This makes it a bit easier to build and replace template strings in PHP.
-
The Nomadic Approach: How to Write Code Once and Run It Everywhere
Learn how the nomadic approach simplifies your development workflow, reduces context switching, and makes your code more adaptable to any platform.
-
I Participated In a WordPress Marketing Discussion at WCUS
I participated in a marketing meeting with other WordPress contributors where we discussed the challenges we see, and discussed how we can approach marketing WordPress to ensure its future remains in good standing.
-
Feature Request: Enable Filtering by Post Format
Nick, the creator of the Block Visibility plugin asked me to submit a feature request with some information about post formats.
-
I Contributed To Discussion: Bring post formats to block themes for Gutenberg
Original I know this is a long conversation, but want to add into this that the entire reason why I’m using post formats is because it is the only way to create different types of content on a website using the mobile app. I use my entire site as a central hub, and that means […]
-
I Released A WordPress Plugin Template Using PHPNomad
This is a template for building WordPress plugins using PHPNomad for structured setup and PHPScoper to safely compile and isolate dependencies. This template allows for the creation of plugins that can be used alongside other plugins using the same libraries without causing conflicts.
-
A Litany of Potential Improvements.
After importing over a decade of tweets into my site, I had several improvements to offer to the import utility I used. I compiled my changes to the code, and submitted it as a pull request, detailing what I needed, and why.
-
JSON-Based Component Rendering Proof-of-concept
I think this is a key component of the future of WordPress, since doing it this way would enable any future admin UI to work natively in an iOS application as well as a web application. You would still have two apps, but everything that actually renders the output is based on the JSON, and therefore can be extended easily.
-
I Created a Free Dockerized WordPress Dev Setup For Integration Testing
I’ve really struggled over the years to find a good local WordPress setup, and I think I finally have something that I love. It’s been incredibly effective, fast, and adaptable to not only my specific plugin scenario, but with a few tweaks to the script, can be used to set up a local environment for just about any WordPress setup.
-
Old URL used when uploading media from the WordPress APP via the block editor
I submitted a bug report for the Cloudinary plugin, related to the mobile experience when uploading media using the WordPress app.