I’ve released version 1.0.10 of my jQuery-like DOMDocument extension library today. This version fixes a couple of issues in uncommon scenarios, as well as a compatibility issue with PHP 8.0. The automated tests are also fixed in the new version.…
Continue ReadingSplitBatch released
I’m very pleased to announce the release of my Split Batch processing library. This library provides a way to imitate cron jobs in a discrete way on any platform, whether or not native cron is actually supported. This can be…
Continue ReadingOLGM & Split Batcher
I’ve just wrapped up a very large project which I’ve unfortunately been unable to document on this blog due to non-disclosure. For this reason, blog entries have been sparse in the last six weeks. I’m very hopeful to find some…
Continue ReadingREST Query Monitor
I’m very pleased to announce my new WordPress plugin, REST Query Monitor. You can use this plugin to view queries run during the scope of a REST request, which is a useful alternative to relying on query logging. I’m hopeful…
Continue ReadingWatchfulAutoloadGenerator
I’m working on a specialist tool for a client at the moment which makes heavy use of Backbone.js and the WordPress REST API. Readers may be familiar with the WordPress Query Monitor plugin, which is a superb general purpose monitoring…
Continue ReadingOctober update
I don’t have a great deal to report with regards to training and my own personal projects at the moment. Payload is going well in terms of playability, I’ve developed an AI to play against, unfortunately the AI has revealed…
Continue ReadingNotepad++ as an IDE
I’ve very little to report in terms of my own projects at the moment as I have some not inconsiderably large custom jobs on which have taken up a lot of my time this week, not to mention having to…
Continue ReadingREST Cache is live!
My REST Cache is now live on the WordPress.org plugin directory! This cache is extremely fast and is a very good compliment to any plugin which makes heavy use of the WordPress REST API, such as WP Google Maps. It…
Continue ReadingREST Cache approved!
I’m very pleased to log that my REST Cache plugin has been approved by the WordPress plugin team! I’m having some issues committing to the repository at the moment however I believe I’ve got this resolved, it’s not a particularly…
Continue ReadingRelease day
I’m very pleased to announce the formal release of two of my libraries, comprised of three different modules. EventDispatcher Firstly, my ES6 Event Dispatcher has been formally released, and can be installed via NPM. npm install @perry-rylance/event-dispatcher DataTables Over the…
Continue Reading