A slow website is painful to use, less engaging to visitors, and hurts your search engine rankings. I’ll walk you through the tools I use to identify performance problems, and provide ten tips to improve your website’s performance
I recently joined Carrie Dils for an Office Hours discussion about workflows. Here’s a quick summary of what we discussed. Listen to the Podcast We discuss all things code, from…
I use SiteGround for most of my personal websites. I love it because I can create unlimited sites without any additional cost. I prefer to use git to deploy code rather…
Shared Counts lets you preserve your non-HTTPS share counts and provides backend tools for discovering your popular content. It’s built for performance using lean assets and smart caching.
When I’m working on a website, I’m often hopping between my local environment, development/staging, and production. I’ll use to a separate CodeKit URL for live updating when working on CSS.…
If you’re building custom themes for clients, you should be adding Gutenberg support right now! Make sure your client’s transition to the new editor is as seamless as possible.
I’m working on a project right now that includes a gallery of recent YouTube videos. I had assumed we could use an existing plugin for this. It seems like a…
After completing Zac Gordon’s wonderful Gutenberg Development Course, I wanted to try building my own block. It was more difficult than I expected, but a great learning experience. For comparison,…
As part of my recent site redesign, I wanted users to be able to “like” content without having to leave a comment, use social media, or have a user account.…
A few weeks ago I finished development on my new website, and it was time to finalize content. I had hoped to have most of it ready before development, but…
WPForms includes a visual layout builder, but sometimes you need your own markup to build a complex layout. I’ll show you the hooks you can use to add markup before and after individual fields.