by kodeJ | Sep 17, 2020 | WordPress
When developing WordPress Plugins, it is imperative to include header fields at the beginning of your main Plugin file. As a matter of fact, with no header fields, WordPress will not be able to recognize your code and files as a Plugin, so it will not install and...
by kodeJ | Sep 17, 2020 | WordPress
WordPress Plugin development, at first glance, can be a technically overwhelming endeavor for many beginner WordPress developers as well as even intermediate WordPress developers. Recently, I was working with developing a new WordPress Plugin and decided to share my...
by kodeJ | Sep 5, 2020 | Linux, SQL, WordPress
Recently, I was working on a project where I had WordPress running on CentOS 8. However, we were using MariaDB and needed to change to a MySQL 5.7 database to meet other needs of the project. The following outlines the process of setting up MySQL 5.7, the remaining...
by kodeJ | Sep 5, 2020 | HTML
The code for a non-breaking space in HTML is and is known as an HTML entity. HTML reserves some combinations of characters, and these are known as HTML entities. An HTML non-breaking space is known as a character entity as it replaces a symbol in language...
by kodeJ | Aug 30, 2020 | HTML, JavaScript, PHP
Sublime Text Sublime Text is my personal choice for my daily code writing. Sublime Text is shareware, pretty much meaning that it is free to download and use. It is cross-platform software available for Windows, Mac, and Linux supporting several markup languages and...