We use cookies to ensure that we give you the best experience on our website. For more information, visit our Privacy Policy
Blog
Real knowledge is to know the extent of one's ignorance
We work on a lot of digital projects - many for our clients and some for ourselves. We regularly face new challenges and changes in technology that, once surmounted, pave the path to new creations, solutions, and deeper understanding. Our blog is our outlet for sharing some of that knowledge. Fuelled by curiosity, a desire to understand and – where possible – answer some of the problems we and our clients face.
How do I update to Gulp 4?
Gulp is a task runner used for compiling SCSS to CSS, minifying JS and creating SVG sprites. Version 4 is about to be released and this blog post runs you through how to update and use the new features of gulp.
Raspberry Pi: what is it and why do i need one?
The Raspberry Pi is a credit card sized computer which has taken the technical world by storm. Originally developed to encourage children and schools to get into programming - the cheap device has been picked up by the development...
YouTube videos vs self-hosted: Which one is better for you?
If you want your video on your website. the question of whether you should self-host or not often crops up. This post outlines the benefits to self-hosting compared to using a third party service such as YouTube
Let's drop IE8
Support for the browser is soon coming to an end. What does that mean for you and your website?
Responsive Typography in SCSS
Ensuring your website content is readable on all devices is something which is becoming harder to do. This blog post walks you through a solution which helps you manage your responsive typography.
Using Slack to Improve Team Communication
Team communication is one of the most important things in a company. We use Slack to make sure everyone is up-to-date with company and client news - this blog outlines how we, and others, use the popular instant messaging client
Git for Beginners: An Overview and Basic Workflow
Git is a tricky subject to get your head around. Knowing the commands is one thing, but knowing how to use them is another. This article will walk you through a simple, single developer Git workflow - covering the commands that you would use at each stage.
HTML Newsletters - Design Considerations
HTML emails are a great way of keeping your customers up-to-date, but are not as versatile as web pages. Here's our list of things to consider when designing and building HTML emails.
Creating SVG Sprites using Gulp and Sass
Following on from the previous blog post, we walk through the process we have for creating and maintaining our SVG sprites with Gulp and Sass by using custom mixins and functions
Working with SVGs in Sprites
Scaleable Vector Graphics (SVGs) allow you to have images and icons which look great on any screen and can be resized without any loss in quality. When combined in a sprite, they can also speed up your website by reducing requests