Category: Business

  • Plesk Migration to AWS

    Plesk Migration to AWS

    I have been running my hosting on 1and1 hosting (now Ionos) since the early days of the web. In the years I’ve been on that service, I’ve moved it a few times from one of their servers to another (mostly to save a few bucks), so it was time to do a Plesk migration to…

  • Background Check

    Background Check

    Way back in 2013, when the economy was really being stupid, I took the leap of faith that taking a job in Salt Lake City would be a good move. Prior to finding that job, I’d been through a bad run in a sluggish economy, and having had a few years  trying to be a…

  • Random bad permissions on OSX

    Random bad permissions on OSX

    I occasionally run into weird permission problems after a restore of files and folders on my machine, I think it has to do with OSX trying to protect me from myself. Today I needed to fire up my coding environment on my Mac Mini, so I jumped into the folder for the code that I…

  • Reset your branch (Git)

    Sometimes I get my branch in a state where I need to reset things to what is on the server. Most of the time a simple switch of branches is enough to get everything back in shape, but once in a while I need to actually reset to what is in the parent repo. To…

  • Maven repositories

    I needed to do some work on an old Maven project I have that I’ve worked on for years, and when I fired up my handy Netbeans IDE and ran the obligatory “priming build”, I was surprised to get an error on one of the basic Maven plugins.

  • Set up SSL on Mac

    For testing, sometimes I need to validate web behaviors like redirects on SSL, and one of the reasons I love the Mac is that it gives me a ready to roll Apache server. I actually run a local copy of my web site on my Mac, and have it set up as a virtual host so that…

  • Using Google Sheets and My Maps for making decisions

    Two years ago, I moved to Salt Lake City for work. After looking around a bit for a rental property close to my new work, it became clear that I would be better off trying to buy a new home than renting if I could afford to do so. At the time the interest rates and…

  • Changing the Domain Name on WordPress Multi-site

    I created a WordPress site for a client who needed to support both English and Español versions of their content, which involved using a plugin called MultilingualPress that creates relationships between sites for each language. I developed the site locally on my server, and then after they created some content, migrated it to their hosting…

  • How Old Are You ?

    I get a chuckle over this every time it happens. Something in one of the many synch tools I use does some sort of conversion of birth dates, and I end up with alerts on my Mac that tell me somebody is having a really great birthday:

  • Working Backwards

    Sometimes I find myself working backwards up a tree of errors to fix a problem. Today was a case in point. Since I’ve been doing a bit of WordPress grooming, I have the development build checked out locally. Previously I had run phpunit against the unit tests included in the code, but for some reason…