Laravel Blade Components in WordPress
Let's admit it: Templating in PHP sucks. And WordPress templates do not create enough of a separation of concerns between reusable components and back-end logic.
Let's admit it: Templating in PHP sucks. And WordPress templates do not create enough of a separation of concerns between reusable components and back-end logic.
An appeal to WordPress plugin authors to use platform patterns and avoid passing on their complexity on to their consumers.
I contributed to adding the lastmod tag to sitemaps on WordPress!
If you are a CDN provider reading this, and want to blow the competition out of the water, please give us this functionality
Web Components are a set of web platform APIs that allow you to create new custom, reusable, encapsulated HTML tags to use in web pages and web apps.
WordPress has been around for a long time, but it's still missing a proper Exception class. Let's fix that.
How many characters does your programming language need to output 'Hello, World' on a web page? PHP only needs 12!
A critical look at the ActivityPub protocol and its inefficiencies in federated social media.
Safari turned 20 years old yesterday. It went from being a cutting-edge browser to holding back several web standards today.
I actually can't believe this feature was shipped in WordPress core. To be fair, it is marked as 'experimental'. But I've encountered problems on a couple of sites already.
This was my second contribution to WordPress core. Well, technically my ticket was 5 years old but better late than never!
Let me start off by prefacing that this blog post is specifically about custom blocks developed for completely custom designed websites.
A new approach to building reusable components in WordPress using PHP and modern web standards.
I was one of the contributors for the WordPress 5.6 release. This was the first core release I was part of.
This post assumes that you already know how to work with JavaScript ES6 and have some experience in working with and setting up custom blocks on WordPress using Webpack.
Package managers help managing dependencies in a project, and have become indispensable tools in modern web development.
People have tried to bring Cloudinary to WordPress, and have really complicated the whole thing.
I gave a presentation at WordPress Adelaide today about custom permalinks in WordPress.
If you've been working on a complex WordPress site with a lot of custom fields, perhaps with the Advanced Custom Fields (ACF) plugin – chances are you've come across this error.
WordPress is awesome. But like any system, it's not great at everything. One of those things is media image size management, where it just doesn't work well.