The Psychology of UX: Part 8

Hello and welcome back to the Psychology of UX series! Today we are going to be learning about how your unconscious affects your decision-making and how this relates to the web. The brain often ...Read More

Testing add and remove using GUID’s

When testing features of your product it is often necessary to test state changing methods. For example, consider a method which adds an string to a hashmap. The first time you call it you will get an "OK" ...Read More

The Psychology of UX: Part 7

Welcome back to The Psychology of UX series! We are now in part 7 which is all about information and our undeniable addiction to it. You can't deny we live in an ...Read More

The world went HTML5, finally Adobe are catching up!

Yesterday's announcement by Adobe that they were abandoning Flash for mobile was greeted with almost universal acclaim in the tech blogosphere. Unusually, there weren't many people surprised or disappointed by the decision. Why? Well, It turns out ...Read More

What Jasmine thinks of a Given-When-Then syntax

Jasmine BDD is a test automation framework to test JavaScript code. It is designed for Behaviour Driven Development by using specifications to describe the aim of a test in plain English language. Example of a Jasmine ...Read More