WordPress Release Candidate Builds in Docker

The first WordPress 5.4 release candidate was just published this week. The official WordPress Docker images are only published for release builds, so you can’t test any RC builds from there (for example on the Tags tab you won’t find 5.4-RC1 anywhere). However, it’s pretty straightforward to build the RC build yourself locally following these steps.

Continue Reading →

Posted in: Web

How to Convert Word DOC to DOCX Format

Newer versions of Microsoft Word (in particular, Office 365) will no longer open older .DOC files. If you want to convert these to the current supported .DOCX format (especially if you have a batch of files to convert), LibreOffice is a good option. LibreOffice is free open-source software and you’ll get the benefit of doing everything on your computer. There are a lot of online services which advertise converting these files, but for anything personal or confidential I prefer keeping everything local.

Continue Reading →

Tech Advent Calendars – 2019

In past years I’ve listed a few favorite tech advent calendars, each focusing on a different technology and revealing some new content each day from December 1st through 25th. Each year I also have great plans to follow along with each as the days go by, but it’s not easy to keep up. Even though Christmas has passed, here’s my roundup of interesting technical advent calendars, which I’ll hopefully spend some time reading through over New Year’s!

Continue Reading →

Posted in: Web

How to Build a Free Website Monitor with GitHub Actions

Website monitoring (or uptime monitoring) is essential for any commercial website or service and there are plenty of commercial vendors that provide these services. With the recent rollout of GitHub Actions, I’ve put together a simple lightweight website monitor you can implement for free, perfect for side projects and personal websites. In addition to this WordPress blog I’m using it to watch my parked domains and Tweetfave project, making sure they are alive and well.

Continue Reading →

WordPress Powered by GitHub and Docker

About 5 years ago I migrated this blog to WordPress. Overall, it’s been working well but my manual method for keeping WordPress (and plugins/themes) updated has been less than ideal. I just implemented a new system with GitHub and Docker that will hopefully make that upgrade path smoother, help me keep things updated, and avoid security issues from out of date code.

Continue Reading →