Patching the Broken Link Checker for Wordpress. (WPMU DEV)
It is possible to patch the official broken link checker for WordPress to use the legacy version only.
Alternative is to use the forked Broken Link Checker for Wordpress
Development Roadmap
Joomla 4 versus Joomla 5
Joomla is quite notorious in introducing major breaking changes between versions with constant Joomla API renaming & changes. Frustrating extension developers again and again. Joomla has a rapidly declining amount of (f…
Changing the Favicon for the Joomla Administrator
The favicon is the small image display in your browsers tab-bar and in some search engines.
If you have a lot of tabs open a favicon can help to navigate to the correct webpage.
While most front end websites have a setting to change the favicon…
Response codes
Each request to a website has it's own response code. Explanations can be found on serveral locations like on mozilla.org, wikipedia or http cats.
HTTP - 418 I'm a Teapot.
2XX : Ok
3XX : Redirect
4XX: Not found or not accessible
5XX: Serv…
Adding a honeypot to Rsforms Pro.
Adding a honeypot field to RSForm Pro is a good practice to help prevent spam submissions on your forms. A honeypot field is a hidden field that should not be filled out by a regular user but might be filled out by automated bots. When the form is s…
Generating PDF's from form submissions
This document describes how to set up the PDF plugin to use HTML from the current page.