-
PHP, SEO and MySQL Walk into a Bar…
Ok, maybe they don’t walk into a bar, but meet up on a website. In this case, it’s a site for work. This new website has a section for articles, similar to blog posts. Creating the articles and accessing them were “easy” (I will not go into detail about how to access a mysql database…
-
Triumphant over PHP7!
I am not a php developer, but I have built a couple websites that utilize the PHP include statement to make a single instance of an item such as a header or footer and use across the whole site. When php5x was deprecated, the previous statements would no longer work in 7… I consulted with…
-
The little hidden things
Have you ever had one of those days where you focus on a tiny little thing, only to learn that some time later, (possibly hours), you had an even smaller detail incorrect? Traditionally, when building a website, I used a CMS that handled a lot of the heavy lifting. I didn’t have to worry about…