Articles

  • Lean UX by Jeff Gothelf

    Lean UX is a well written and concrete book on how to apply Lean principles to UX. It describes a process where UX can be an integrated part of Agile Development and where developers, designers, testers and business people can … Continue reading

  • Stop Building Single Applications and Start Building Eco-systems

    Building and designing software used to be a whole lot easier. Historically we’ve only had to deal with one platform, the desktop computer. At this day and age where most of us have multiple devices and are always connected to … Continue reading

  • Future Proof Your Methods With Options Objects

    Having methods that takes a lot of arguments can be a real pain. You not only need to remember which arguments to pass but also in which order to supply them. Things gets even worse when you need to add … Continue reading

  • The Power of Combinators

    When working with CSS it’s easy to get stuck with just the basic selectors. Yes, you can get by using only those but you will write better and more efficient code if you know some of the more advanced ones. … Continue reading

  • Click Areas for a Brave New Multi-Device World

    Have you ever been browsing a web site on your smart phone or tablet and found that on some sites, the links are so tiny and so tightly packed, that it’s near impossible to click the right one? I have … Continue reading

  • Design for Clickability

    Making things clickable is done for a single purpose, to get people to click on them. Yet, a lot of times, designers fail to make links or buttons look clickable. In fact, while this might seem like a no-brainer, a … Continue reading

  • Lean Tribe Gathering 12

    I was giving a talk on Agile UX at Lean Tribe Gathering 12 the other day. It was a nice event which included several great talks that inspired lots of interesting discussions. In my talk, named UX ♥ Agile, I … Continue reading

  • CSS in the Head

    When optimizing a page you’re obviously thinking about where to add different assets on it. Stuff that is needed up front is placed at the top and stuff that is needed later can be placed further down. After all, we … Continue reading

  • Separation of Concerns

    Have you ever found yourself in a situation where you have a site where the HTML, the CSS and the JavaScript are all tangled together and it becomes a nightmare to make even the tiniest site-wide change? What you’ve experienced … Continue reading

  • Slide:ology by Nancy Duarte

    As one who performs presentations on a regular basis it’s interesting to read books on presentation techniques. Slideology is one such book and it’s been widely praised, so I was very keen on reading it to see what the fuzz … Continue reading