Blog
Not that long ago we released our new website at Unboxed. We took the time to carefully think about how our new site was going to be structured, how our URIs were going to look. We introduced new pages and deprecated or merged others. Needless to...
Karlis, Shaban, Stefan and myself (Tom) have been taken on as part of Unboxed Consulting’s third internship programme. During our first few weeks we were given an introduction to Agile and Ruby on Rails. The first week of training involved Agile ...
Here at Unboxed, we’re constantly building content management systems. As the web becomes more dynamic and user-driven, it’s important to provide the necessary tools for clients to control content on their sites. One of our ambitions ...
Writing tests for JavaScript is tough and often overlooked. I’m going to show you how to make it easier to write them with an awesome library called Sinon.js. Getting started There are several mature testing frameworks out there. I have my...
It has come to my attention of late that there is some clear separation in the testing world about how we write our tests and the level they are written at. In this separation I see 2 groups of people: - The first group enjoy testing thei...
I discovered Travis CI the other day. It’s a distributed platform providing web-based continuous integration for your projects. Erm… right? In simpler terms; Travis tests your projects against a wide variety of setups. It monito...
Recently, I’ve been building gems in an attempt to get some content out into the open-source community and learn a thing or two along the way. There was one in particular that gave rise to some interesting challenges. The bulk of the gem ...
@sleepyfox asks: “I’m having trouble with my Agile team, how do I make them more self-organising?” Dear sleepyfox, You will struggle to “make” a self organising Team due to the very nature of the dynamic- how...
About a week ago, I was chatting to one of my friends about his new job. He seemed to be happy, he has a great Team, a friendly and supportive manager, a nice office - overall he was very positive, with the exception of one little niggle. When he ...
Recently we launched a new site for one of our customers: http://www.thiswaytoamazing.com/ Up until the launch date we had been re-directing the URL to a different site. The only problem was that the page had a ‘like’ button on it, a...
When you work for one of London’s leading Agile companies it is hard not to get inspired by the scrum processes. Inspired or brainwashed your choice, but I adopted some of the scrum processes when I was the Office Manager. To have daily sta...
When Apple launched the iPhone in 2007, Steve Jobs said ‘every once in a while, a revolutionary product comes along that changes everything’. The industry shifted but when Apple opened up the iOS software development kit (SDK) to third...