Random Password Generator (POMjs)
POMjs is an open and uncomplicated Random Password Generator written in Javascript and HTML. We all love secure and random passwords, and sometimes you just … Read more
Joaquim Homrighausen
POMjs is an open and uncomplicated Random Password Generator written in Javascript and HTML. We all love secure and random passwords, and sometimes you just … Read more
The GitHub ReadME project is all about increasing awareness about Open Source, its developers and communities, as well as bringing people closer together. Chances are … Read more
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 … Read more
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 … Read more
PHP, for example, has var_dump() and print_r() to facilitate quick variable dumps to log files, etc. For Javascript, one can use console.log() in combination with … Read more
Computers, Development, WordPress
Cloudbridge Mattermost is a WordPress plugin that provides integration between WordPress and Mattermost. In the initial release, we focus on login notifications (successful, failed, unknown) … Read more
Computers, Development, WordPress
While writing a WordPress plugin that displays the available user roles, I came across a snag: the user roles that I had fetched from WordPress … Read more
Applications, Computers, Development, Linux, Sysadmin
Having recently upgraded a small VPS from Ubuntu 18.04.LTS to Ubuntu 20.04.LTS, I ran into a little snag with Emacs and its color-theme (from the … Read more
During a product launch I recently came across an “interesting” issue involving pdftk (and php-pdftk). Some of the developers had made assumptions (ever heard that … Read more
Using WebDAV to access Nextcloud resources is a pretty nice way to write integrations for Nextcloud. While adding support for Nextcloud file browsing in a … Read more