One of the things I did with this website, and something I see a lot of people wanting to do when they use WordPress as full Content Management System, is to add /blog/ into the URLs of their blog posts and other related pages. While keeping WordPress in the root of their server, and keeping [...]
Tags: coding-tutorials
Jun
18
WordPress Permalinks: Add /blog/ before blog posts & related page URLs
Jun
07
Massive Website Speed Improvement Guide
I’ve written quite a few bits and pieces about website speed and speed optimization, but I decided I wanted to bring them all together into a website speed super article. My goal with this will be to cover as many aspects of improving website speed that I know about, along with how I utilize them. [...]
Jan
27
HTML Web Forms – Part 4: Styling the Form with CSS
The final part of our HTML Web Forms guide will show you how to style your form using CSS. More specifically, I’ll be showing you how to give your form a basic style by using the tags that are already included in the form, as well as by adding some stuff right into the HTML [...]
Jan
16
HTML Web Forms – Part 3: Validating Form Fields
Part 3 of our HTML Web Forms guide will show you how to add Javascript and PHP verification to your form. More specifically, we’ll show you how to check if certain form fields are empty, as well as check for a valid email address. The plus side to using Javascript is you can add in [...]
Jan
11
HTML Web Forms – Part 2: PHP File for Sending Form Data
Part 2 of our HTML Web Forms guide will be focused on creating the PHP file that will send the data entered in on our form to an email address. When it comes to processing forms, there are many different things you can do: you can send the information to a database, post it onto [...]
Jan
08
HTML Web Forms – Part 1: Creating the Form
When I first started building this website, one of the things I struggled with was making forms. The list of things I had problems with was endless: verification of data, styling the form, sending the correct data, and making all of those things work well together. If you search for any of those things on [...]






