π Engaging video shorts with subtitles, the open source way
How I create engaging video shorts with subtitles for promoting my Android apps.
Continue reading "π Engaging video shorts with subtitles, the open source way"How I create engaging video shorts with subtitles for promoting my Android apps.
Continue reading "π Engaging video shorts with subtitles, the open source way"Or, How I learned to stop worrying and love docker compose.
Continue reading "π¦ Two dockerized WordPress sites, with Let’s Encrypt, logging, SMTP relay, controlled by a systemd service, and daily backups"Rant on why I think it’s OK to keep logging enabled in live WordPress sites.
Continue reading "γ WordPress production: To log or not to log?"As a WordPress plugin developer, lately I’ve been using ChatGPT in all stages of software development. Here’s some ideas on how to leverage this tool.
Continue reading "From Idea to Execution: Revolutionize Your WordPress Plugin Development with ChatGPT"Apologies to my usual readers, but this post is not going to be technical. It’s about a dream I just had, today, Monday the 27th. In my dream, I was programming a custom SQL query for some WordPress plugin. The query was an INSERT statement, that simply passed a vector of strings into a table …
Continue reading "π§ Blueberry cupcake string placeholders"A complete working example of an admin pointer in WordPress. Use it to display hints to new users, introducing them to your UI.
Continue reading "π¨ WordPress admin pointers for dummies"This is not an article on how to fix timeout errors on your web server. Instead, it is an article on how NOT to go about fixing these errors. Smh…
Continue reading "β How NOT to fix error “upstream timed out (110: Connection timed out)”"Use PHP output buffering in WordPress to interpolate HTML code and dynamic values in a way that’s more readable.
Continue reading "π© Please, WordPress theme and plugin developers, learn to write proper HTML already… smh"Developing a WordPress theme or plugin? Learn how to use phan and phpcs to improve the quality of your WordPress PHP code.
Continue reading "π© Your WordPress PHP code stinks! Here’s why."A script to scrape and save daily usage statistics for a WordPress plugin for later use in analytics.
Continue reading "π» Monitor analytics of a public WordPress plugin using PhantomJS"Build translation files to localize a WordPress plugin using grunt. Create separate translation files for the front-end and back-end.
Continue reading "π How to make pot with WordPress"Insider secrets to making your plugin work well on multisite installs, both when it is network activated and when it is not.
Continue reading "π§ The wacky world of network activated WordPress plugins in multisite"I am always aiming for a hierarchical Gruntfile.js structure that reminds me of increasingly verbose memes. And you should, too.
Continue reading "π Building WordPress plugins with an increasingly verbose Gruntfile"Here’s some code to restore the auto_increment flag on the primary keys of a WordPress MySQL database after a faulty export/import cycle.
Continue reading "auto_increment flag repair on primary keys of a WordPress MySQL database"In this article we will go through some code that I like to use to make dismissible notices where the dismissal persists between page refreshes in the WordPress administration screens.
Continue reading "π¨ Dismissible notices that persist when refreshing the WordPress admin screens"In this meta-article I will list eight WordPress checklists and a book that you will want to go through, before you publish a theme or plugin.
Continue reading "β WordPress checklists to go through before publishing a theme or plugin"I’m going to share with you a trick that I use to run wp-cli as the www-data user on my Linux development environment.
Continue reading "π» wp-cli executed by www-data user to avoid Linux permission issues"In this article I will show you one way you can create a WordPress site where subscription downloads and support are available only to current subscribers.
Continue reading "How to offer subscription downloads and support with WordPress"In this article I aim to show you how I backup my WordPress sites on my Digital Ocean droplet.
Continue reading "π΄ Poor man’s guide to backup WordPress droplets"Here I would like to share with you my strategy for developing and maintaining “freemium” WordPress plugins that are easy to maintain and release.
Continue reading "Developing and maintaining “freemium” WordPress plugins"In this article I will show you how to use a bloginfo filter to add markup to your WordPress blog’s title and other metadata, without hurting your SEO.
Continue reading "Using the WordPress bloginfo filter to add HTML markup"In this article I will discuss how a WordPress developer can choose which buttons are shown in the toolbars of a WPBakery Page Builder TinyMCE editor.
Continue reading "Add/remove buttons in the WPBakery Page Builder’s TinyMCE editor"Use Docker to test your WordPress themes and plugins on a range of PHP and WordPress versions.
Continue reading "π³ Test your WordPress themes and plugins with Docker"