-
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…
-
Backend Check In
Since my last post, I have kept at it, building the backend to my app (and rebuilding the app itself). A lot of time has been taken up by figuring out what to use. I believe I have settled on Alamofire for the network connection to the “API” (quotes are used here because it is not…
-
Finally, a post about wordpress…
This post is work related, and as you can tell by the title, relates to wordpress. On the work blog, we had social media sharing buttons. One of the bosses used an SEO program to scan the site, and the social media buttons returned less than favorable data. (I am purposefully not mentioning the site,…
-
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…