How to use Modernizr

There is a tool that came to make our lives as progressive web designers a bit easier: Modernizr. In this short tutorial, learn how to apply this handy script to maximum effect on your sites. An overview Although CSS3’s use has been increasing among web designers, browser support for some of its features is still…… Continue reading How to use Modernizr

Published
Categorized as CSS, HTML, Tools

#buildconf

Last Thursday, I had the pleasure of attending Build Conference, in sunny Belfast. I don’t usually write posts on particular conferences, but here’s the exception to the rule, because it certainly deserves one. An overview Build is a new conference for web designers and this was its first edition. The speakers’ lineup was what caught…… Continue reading #buildconf

Published
Categorized as Events

How to give a more exciting presentation: a note to speakers

I’ve been part of the audience at web conferences a few times now. Some presentations are exciting and engaging but, most of the times, they tend to be quite underwhelming. I don’t think this is because the speakers are fundamentally bad, but there are a few things that can be done to make any presentation…… Continue reading How to give a more exciting presentation: a note to speakers

Published
Categorized as Events

RTFM

We, web designers, like to complain about how little recognition our profession has, how everyone likes to think they can make a website, and how clients don’t respect our work. But when it comes to actually doing something that could make us a bit closer to any other “official” profession, we’re bored and dismiss it.…… Continue reading RTFM

Published
Categorized as Rants

Belgian beer types, or how to style a definition list the CSS3 way

Definition lists are an often forgotten HTML element, but they can be used in a wide variety of ways, and are actually the most semantically accurate element in many cases. So let’s see how we can mix up beer, HTML and CSS3, while explaining the purpose of the definition list element. When to use a…… Continue reading Belgian beer types, or how to style a definition list the CSS3 way

Published
Categorized as CSS, HTML