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 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 ReadingREST Cache Submitted!
I’m very pleased to log that my REST Cache has been submitted to the WordPress.org plugin team, and should have it’s own repository there shortly, as well as being available for download to the public very soon. I’ve used ES6…
Continue ReadingDataTables and REST Cache
I’ve broken my DataTables library into two parts. The server side package no longer includes any JavaScript or client side assets, and is still available on Packagist. The new client side package is available and has been refactored as an…
Continue Reading