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…
Category: Web Development
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…
WordPress 5.2 – New Admin Features
The latest WordPress release, version 5.2, came bundled with some new administrative features to evaluate and troubleshoot problems related to the site. Below we’ll look at a couple of notable additions. Site Health Check Version 5.1 of WordPress kicked off the release of Site Health features. This included a notice to administrators running outdated versions…