Freelance Developers: Get Your Act Together!

Time and time again I get emails starting like this: Good morning Harvey Nash Business Partner, I would like to make you aware of a new contract that we have open at the moment [ ... ] I didn't bother to anonymize this particular example because somebody who can't bother to look up a person's name on the Internet certainly doesn't care about some negative publicity either. So, go look up their website, I'm sure Harvey Nash are nice people after all. Anyway, I can only ... Read more

beyond tellerrand 2015

Last week I attended beyond tellerrand 2015 in Düsseldorf. This year marked the fifth iteration of the event. It was once again a fantastic two days filled to the brim with a wide range of inspiring, insightful and technical talks about design. In the next few weeks I'll be posting more about some of the talks including live recordings as those become available. Until then I'll leave you with the marvellous opening titles for this year's conference, created by the Barcelona-based audiovisual ... Read more

UX Time: Responsive Tables and Smoothly Scrolling Through Large Datasets

Today I'd like to introduce two nifty and very useful tools and techniques for better visualizing tabular data on the Web: Responsive Tables in Pure CSS: This technique (code available here) makes clever use of :before and :after pseudo elements in order to nicely display responsive HTML tables on mobile devices (or any device with a smaller screen size for that matter) without any changes to the HTML code or having to resort to JavaScript. Clusterize.js, a JavaScript plugin that allows you to ... Read more

The Turing Exception by William Hertling

About a year ago I wrote about the "Avogadro Corp" by William Hertling, the first book of his Singularity Series. A week ago I finished reading "The Turing Exception", the fourth and final instalment and a worthy close to the series. The Turing Exception follows common patterns of the series. Avogadro Corp was set in 2015 with its sequels taking place 10 years later each. With The Turing Exception we've now arrived at around 2045 and in a world that in some ... Read more

JHipster: A Spring / AngularJS App Generator

You're a boring, hoary Java developer but secretly always wanted to belong to that hip JavaScript-Single-Page-Application crowd? Well, with JHipster now you can! On a more serious note, JHipster is a Yeoman generator that lets you bootstrap integrated Java (for the back-end server stuff) / AngularJS (for everything front-end and UI) web apps. JHipster makes use of proven technologies such as: Grunt Bower AngularJS Maven Spring Boot Spring Web MVC The project's goal is to provide the means for easily creating a beautiful state-of-the-art HTML5 / CSS3 / JavaScript ... Read more