Select Page
WordPress Plugin Header Fields

WordPress Plugin Header Fields

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...
Intro to WordPress Plugin Dev

Intro to WordPress Plugin Dev

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...
Install MySQL 5.7 on CentOS 8

Install MySQL 5.7 on CentOS 8

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...
HTML Non-breaking Space

HTML Non-breaking Space

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...
Popular Free Code Editors

Popular Free Code Editors

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...