Background As an ML researcher, I wanted to publish my work on this website, which is powered by WordPress. Publishing research means writing content...
How to upload your WordPress plugin to the WordPress Plugins directory using SVN on Ubuntu
Background Today my third WordPress plugin has been approved and added to the WordPress Plugins directory. A usual action after your plugin...
KSC – Kurdish Scripts Converter
I am thrilled to announce the release of my new Chrome extension, the Kurdish Script Converter (KSC). This tool is designed to help users easily...
How to set up a local WordPress development server with phpMyAdmin using Docker
In a previous post I described how to set up a local WordPress dev server with an Adminer web app to control the Mysql database. I have been using...
How to order posts in Avada Post cards element by a custom field
Context In a previous post, I wrote about customizing the Avada Post Cards element to fetch posts from the database based on a custom field value...
How to set up a local WordPress development server using Docker
The following docker-compose.yml file setups a local WordPress docker instance alongside a MySql server and an Adminer web app which can be used as...
How to let Avada Post Cards element fetch posts from the database based on a value of a custom field in the posts
Context In the last couple of months, I have been working on the website of Stichting Civic. Stichting Civic is a Dutch foundation committed to...
How to change the prefix of WordPress database tables using MySql in phpMyAdmin
In this article you will learn how to change the name of all MySql (WordPress) database tables in one shot to save you time and maybe money too :)
How to use Google Workspace Gmail server alongside other mail server
A step-by-step guide on how to setup a split-delivery to use Google-Workspace email service and your traditional mail service offered by your hosting...
How to check/uncheck all checkboxes on a web page using vanilla Javascript
A couple of years ago I wrote this short post about checking/selecting all checkboxes on a web page using jQuery. However, how would we do that if we...