Blog

  • Configuring Vanity Nameservers

    I’ve been using a premium DNS provider since 2014 and only recently switched to use vanity nameservers. This will be a walk through showing the steps I took to setup…

  • Announcing Vanity Nameservers

    I’ve finally done it. I’ve setup vanity nameservers for Anchor Hosting. Effective immediately all customers can use these branded nameservers rather then the previous Constellix nameservers. The DNS provider is…

  • Consolidating Mailgun Accounts

    On March 1st 2020, Mailgun will be phasing out their free tier. I’m a happy paying Mailgun customer. How is this going to affect me? Well, over the last several…

  • Custom Development Without Child Theming Or Custom Plugins

    Let’s say you want to use a simple WordPress theme like Blocksy, yet you want to add a bit of custom functionality. What are your options? Well the most logical…

  • WordPress Routing Hacks for Single Page Applications

    If you’ve ever attempted to bundle a Javascript single page application (SPA) inside of WordPress, you’ll likely run into the issue of routing. The problem isn’t that JS frameworks can’t…

  • Debugging Slow DNS Rollouts

    Ever launch a new website and run into DNS delays? Ever curious what’s happening under the hood? Let’s take a closer look and DNS updates and some tips for troubleshooting…

  • Downloading Backups From Previous Host Provider

    Given the following scenario, you’ve just launched a new WordPress site by pointing DNS to the new server and you need to grab a backup file from the old web…

  • Dynamically Load WordPress Database

    The file wp-config.php defines configuration before WordPress is fully loaded, and includes things like database credentials and unique authentication keys. Did you know these configurations can dynamically be loaded? The…

  • Manually Merging Posts Between WordPress Sites

    My recommendation has always been to avoid workflows that involve deploying staging to/from production. That’s because merging WordPress websites is really hard if not nearly impossible to pull off. There…

  • Digging into Mailgun’s API with PHP

    Mailgun is a popular transactional email service which I use on many WordPress websites. They have an official WordPress plugin and documentation for developers. I spent the weekend digging into…