Simple password validator for PHP using mb_ereg_match
Password validation (in any programming language) can be a PITA. In case you happen to work with PHP and want to use a multi-byte compatible function, here’s something for you …
Password validation (in any programming language) can be a PITA. In case you happen to work with PHP and want to use a multi-byte compatible function, here’s something for you …
phpMyAdmin is a fantastic tool for those of us using MySQL, Percona, and/or MariaDB. It’s been around for a long time and has many features that developers “just can’t live …
The updated version, 1.2.2, of the WonderCMS Bootstrap 5 theme includes search functionality and better integration with the Simple Blog WonderCMS plugin. It has also been verified with WonderCMS 3.4.3. …
SuiteCRM is a popular Open Source CRM platform. It uses PHP at its core for backend (server side) tasks. Given the flexibility of Apache and Nginx as web servers, and …
The updated version, 1.2.0, of the WonderCMS Bootstrap 5 theme includes search functionality and better integration with the Simple Blog WonderCMS plugin. If you haven’t yet checked out WonderCMS, and …
The updated version, 1.1.0, of the WonderCMS Bootstrap 5 theme includes support for “Dark mode”, based on the visitor browser’s preference. If you haven’t yet checked out WonderCMS, and if …
WonderCMS is an extremely small and simple CMS written in PHP. It can be installed and configured in less than a minute and puts a minimal load on your web …
This is a Bootstrap 5 plugin for the WonderCMS platform. The plugin includes Bootstrap 5.3.2 CSS and JS resources. The plugin does not do anything else. Using this plugin, you …
One truly annoying thing with WordPress is that it doesn’t use the mbstring extensions at its core. I fully realize how big of a task a re-write is in this …
WP_List_Table is a reasonably flexible way of creating data tables in WordPress Admin Plugins. While there are plenty of warnings and words of caution against using WP_List_Table throughout the WordPress …