Welcome
Welcome to my blog. Changes are coming so please be patient
-
WordPress.com API
Did you know there is an API for not only WordPress but WordPress.com? I guess they are fairly similar except one is used for self-hosted WordPress blogs while the other is used for the blogs hosted by WordPress.com. Recently, I have migrated of self-hosted WordPress and into using WordPress.com as a host provider. Previously I…
-
Surprise! 2016 MacBook Pro MLH42LL – first thoughts
I’ve been on MacOS since 2003. It’s a great platform to use and develop on. I’ve had three Macbook Pros (2006, 2009, 2011). The 2006 still runs but runs very slow and is no longer supported. I gave the 13″ 2009 to my wife. My 2011 died late 2015. Now I’m without a Mac to…
-
Curl Error 60 with SSL Certificate
I am writing an app using the TMDB API. It uses CURL to access the API. I get the following error. Here is how I fixed the error. Download and save the PEM file to your PHP installation directory / extras / ssl / cacert.pem. Edit your php.ini file. Enable the entry curl.cainfo =…