Category Tutorial
Make WordPress Faster
In this guide you will learn some tips to make WordPress faster. WordPress is often seen as a ‘slow’ solution when it comes to web technologies but it’s not the case.
Setting Up A Local Environment For WordPress
To run WordPress on your own computer it’s not as simple as downloading WordPress and clicking on it to run. It requires a web server configured to support PHP, SQL (Databases) and some other things needed. In this guide I’ll…
What Is A Text Editor
A Text Editor is a program, similar to Word/Google Docs/NotePad, but used to edit and create code files. Text Editors allow you to save plain text files into a code language for your project.
Building Your First WordPress Plugin [Series]
This is the first ‘series’ that I’ll be documenting to help new developer’s or people interested in building a WordPress plugin. This will be considered a ‘basic’ plugin and will hopefully get you started in your development career!