Control Your Site’s Custom Fonts with Font Display

Custom fonts are great—they can bring a unique look to your website and they can be a crucial part of your branding. But what makes a custom font “custom” is that they’re not something users typically have already on their computer. For example, The New York Times uses a variety of custom fonts across different…

Screaming Frog Simplified

Screaming Frog is a tool used to crawl a website and identify its technical issues which, when resolved, can improve SEO. Even though it is a complex application, we would like to spotlight some features you can start using today. Screaming Frog has both a free and paid version. Beware that the free version has…

Using a Local Development Environment

When it comes to creating new features for a website, it’s important to be able to test as much, as often, and as fast as possible. Being able to quickly alter database content, update functions, and change styles can significantly speed up the development process. One of the best ways to achieve this is by…

Version Control and Git

Just about any developer you meet will instantly know what you mean when you talk about Git. Git is what is known as a distributed version control system that is used to track changes in source code during any kind of development. There are a couple of different types of version control systems, but with…