Article: Technical WordPress, conditionally dequeue 3rd party plugin JavaScripts September 9th 2025 ~6 Mins Read There are times a 3rd party plugin will add JavaScript when it's not needed, I'll show you how to dequeue using built in WordPress functions. Topics: #JavaScript, #Tech-Stack, #WebPerf, #WordPress
Article: Technical WordPress, configuration and setup for Cloudflare web analytics September 5th 2025 ~11 Mins Read If you're interested in getting Cloudflare Web Analytics up & running I've covered some pain points inc. how to properly enqueue for WordPress Topics: #JavaScript, #Tech-Stack, #WordPress
Article: QuickNote Find which node version an old project requires December 17th 2024 • Update: Jan 18th 2025 ~3 Mins Read A quick post to help ascertain which version of node was used on an old project that hasn't had the info supplied in a traditional manner. Topics: #JavaScript, #Tech-Stack
Article: Technical Add .nvmrc file to automatically change node versions December 1st 2024 ~5 Mins Read Add a facility to automatically call 'nvm use' in a directory rather than having to remember which version of node works with your project. Topics: #JavaScript, #Tech-Stack
Article: Technical WordPress, add click to copy functionality to core code block April 8th 2023 ~8 Mins Read How to add 'click to copy' functionality into the WordPress Core Code Block without a plugin. All code included - CSS, JavaScript and PHP. Topics: #JavaScript, #Tech-Stack, #WordPress