Categories
Blog Bugfixing Workflow

How to Test for Bugs and Other Issues in a Team Environment

This article looks how to test for bugs during web development, and whilst testing a website for bugs during the build process. I look at some of the things I’ve done in the places I’ve worked. This is primarily aimed at front end development, but I guess it could also apply to some back end […]

Categories
Blog Front End Development

Optimise a Website for Speed : My Techniques for Better Load Times

When I optimise a website for speed, I usually focus on the front end first. Note there are many other things that could affect speed, such as server location, database queries and so on. This article covers mostly the front end stuff.

Categories
Blog Front End Development

How to Make a HTML Form Accessible

Forms are well known for being the primary method of interaction with a website. So we’ll take a look at some gotchas and annoying trends in design to keep in mind when trying to make a HTML form accessible.

Categories
Blog Front End Development Workflow

How I Use Frontend Frameworks

Whilst on your development career path, you’ll no doubt work on websites that have been built by others. Some might use front end frameworks like bootstrap. Others might be completely bespoke. Your knowledge of one framework may be better than another. Either way, somewhere you’ll end up thinking “how on earth can I work with […]