Day: October 7, 2015

  • 4 Ways to Test Your Website in Old Versions of IE

    The first version of this article was written over four years ago, so as we approach the end of 2015 I thought it would be useful to revisit this topic. 1. Developer Tools Firstly, IE8, IE9, IE10 and IE11 all have developer tools that you can access by pressing F12 whilst in Internet Explorer. These […]

  • A software developer’s guide to clean code

    Software development is a tricky business. We spend most of our day breaking down complex problems into smaller tasks and then we write machine code. We often have to analyse code that someone else has written. We need to read so much documentation in order to get acquainted with a new API. Every day is […]