Building your own lightbox - part 1
A lightbox is a way of showing an image, a movie or an entire web page as an overlay on a website. It is often used in gallery style websites and for portfolio’s. This article will look into the basics of building your own lightbox for images. (more…)
Why?
Design critique by clients is one of the hardest things to deal with, because, well, comic sans is not a bloody option. However, you’re not going to convince them by just saying “no, that looks really bad”. You need more information from them, you need their Why. (more…)
In Barcelona!
I Arrived in Barcelona two days ago to work for Properazzi. I’ll be working as a User Experience Designer for two months, living two streets from the beach. my life is so horrible
(more…)
Random CSS Thought: Margin-collape CSS property
I was recently introduced to the phenomenon of margin collapsing. If you didn’t click the link, this is what it does: When you have two elements with a bottom and a top margin under each other, the margins will collapse into each other, so that the larger of the two becomes the margin between them. (more…)