• Categories

  • Responsive images vs viewport images

    Loading Responsive images or modern way should be an important consideration when designing or considering a new website. The key focus is creating a great user experience. One of the key things to consider is the speed of your website. Website speed can either make or break your ranking in Google. This is part of […]

    Read More

    Learn Git – What are the benefits to learning Git?

    Getting started learning git Learn Git and gain some great benefits to assist your coding and team. If you are unfamiliar with Git, there’s some great resources out there to learning this tool, such as this wealth of information from Atlassian on why git. Git is a version control system which allows you to track […]

    Read More

    What is an SVG – How to use SVG in your web projects

    What is an SVG? 1. “Scalable Vector Graphic” File types you will commonly know are JPG, GIF, PNG, but SVG’s are a completely different ball game. Has many advantages over standard images, can be scaled up or down as needed but not degrade in quality – allowing re-usage of the image without exporting different sizes. […]

    Read More