Author: Fränk Klein
-

How To Fix the “this.activateMode is not a function” Error in Gutenberg
What is the cause of the “this.activateMode is not a function” error in Gutenberg, and how can it be fixed?
-

Enabling React Development Mode in the WordPress Block Editor (Gutenberg)
Discover how to enable the React development mode when working on custom Gutenberg blocks. The development provides useful warnings and errors, and makes writing block code a lot easier.
-
Third Party JavaScript Libraries Used in Gutenberg
Gutenberg is built using a number of open source JavaScript libraries. Discover which ones are used.
-
The Ultimate Guide to Responsive Images in WordPress
Websites today are accessed by a variety of devices with different screen sizes and resolutions. Additionally these devices are often connected via low bandwidth connections. While CSS and JavaScript can…
-
PHP Security Basics: Input Validation
Validation is a technique to ensure that input is secure before using it in your code. When validating data, you are verifying that it corresponds to what the program needs.…