Mailbox by Dropbox vs Google’s Gmail and Inbox

I am beyond surprised that I feel this way.  I’m a Google fanboy at heart and have been since I began my tech career over a decade ago.  Gmail was great.  I loved everything it stood for — and I very much still do.  After years of use however, I started getting bored.  Their Web […]

SOLVED: zf2 “Cannot handle content type ‘application/json’ automatically”

I have to admit, this was quite annoying to resolve and didn’t really have to be an issue in the first place. I’m using Zend Framework 2.3 and the following was my code: use Zend\Http\Client; use Zend\Http\Request; … $client = new Client($url); $client ->setHeaders([ ‘Content-Type’ => ‘application/json’, ]) ->setOptions([‘sslverifypeer’ => false]) ->setMethod(‘POST’) ->setParameterPost($params); The problem? […]

Windows Failure – Sata Controller Driver Missing

A few years ago when I was a Windows user I ran across a GREAT deal on a computer package from Best Buy on Black Friday.  I ended up buying four computers — two for me, one for my dad and one for my mother-in-law. The desktops are very much awesome and I believe over […]