Flexbox is a fantastic tool in every developer’s toolkit. It has many features that make it uniquely suited to dealing with certain problems. The specification has some interesting features that may seem confusing at first glance. Over the years I’ve picked up a few techniques that using Flexbox simple and effective and in this post,… Read More
I recently encountered an issue that was driving me completely nuts, so I thought I’d do a short write up on it to see if it helps anyone else. The Problem Every time I would visit the Edit Post page in the WordPress Dashboard and tried to do things like adding a category (or some… Read More
I was at WordCamp Jacksonville 2017 and one of the speakers said something that caught my attention: “You often see developers use border-radius: 100%, which works great, except when they start using rectangular images.” I immediately thought: Well that’s just because they’re doing it wrong! I then went ahead and whipped up a simple Codepen… Read More