The Daily Nerd

Symbols, creativity and a rose.

Wireframing for responsive design | Boagworld

I'm really happy about this article by Paul Boag, one of the more experienced web people out there. He was a bit skeptical about responsive design a while ago (and published some less thought through posts on the subject) but now he suddenly shares his excellent thoughts on responsive wireframing, one of the less studied parts of responsive design. A definite must read, if only for this reminder: …they do have to look good and present a better user experience when compared to pinching and zooming a mobile browser rendering our pages at desktop size.

wireframes, responsive design

Unicode-bidi, grids and testing.

Star Ratings With Very Little CSS | CSS-Tricks

The most clever way to write a star-rating system is by using unicode-bidi: bidi-override. There is a fair chance that you don't even know what it does, but the ever brilliant Chris Coyier doesn't just know what it does, he know how to make use of it. As always with his articles: clear, smart, complete and super clever.

css, brilliant

» Of Grids, Class Names, Responsiveness, and Lifecycles Bits Pushed Around

When you choose class names you try to choose them in a way that describes what they're for. So when you choose class names for a grid layout system you would probably choose a class name that describes the size of the grid, something like .grid-half; you probably understand what that does. The problem with these grid-names is that the don't work in responsive designs. Here's a very nice article by Alex Duloz about this very problem and a possible solution (I used the names of the Greek letters a while ago, but more abstract things are definitely possible).

grid, css, responsive design

Ratio, principles and Confucianism.

Nice Web Type – Responsive Typography

Responsive web design is hard. I see front-end developers and interaction designers jumping with joy about this concept, but at the same time I see visual designers struggling: it's not easy to understand the relationship between web design’s fundamental fluid nature and the typographic standards of construction that have served us heretofore. Tim Brown collected some links to sources about responsive typography, commented them but – most importantly – in the last paragraph he explicitly asks for your help.

typography, responsive design

Our First Principles | Contents Magazine

The second edition of Contents Magazine is about First Principles. In this article Karen McGrane, Randall Snare, Henrik Berggren, Elizabeth McGuane, Ian Alexander, Dorian Taylor, and Kat Meyer answer a few questions about their own first principles. Very inspiring!

content, design, principles

Interview: Opera on the Web of Devices - W3C Blog

Here's an interesting interview with Andreas Bovens and Divya Manian about the web of devices, about the different platforms on which you can use Opera, about the (lack of (complete)) support for new HTML5 features, about the luring browser monoculture, about the new TV-Store, about the future and more. You should definitely read it if you want to know where we're heading.

opera, html5, tv, future

* { box-sizing: border-box } FTW « Paul Irish

With the width property in CSS you set the width of the content, not the width of the container. Everybody – except for some philosophers – hates this. Paul Irish explains how we can finally get rid of this feature.

css, width

Dealing with iBooks Caching

Cache can be hard on the web – I remember a conversation on my first job as a web developer a long time ago where a colleague of mine told a client that a certain fix was not visible because of a cash problem, which resulted in much faster payments – but cache with ebooks is even harder. Here's something you can do about it when you are testing your ebook on an iOs device.

cache, ebook, epub

Time, images and a random post.

Did we lose track of the big picture?

The best practices we use seem to be changing and that is not a good thing, according to Thierry Koblentz. He explains why good old accessibility and progressive enhancement are good (Does anybody have any idea when this article was published? I can find no date on that page and I think a date is very important, especially on tech articles like this).

best practices, progressive enhancement

HTTP — an application-level protocol - Dev.Opera

We should know a thing or two about HTTP – the protocol we use on the web to get our documents from the server to the browser – because it will help you to define better user interactions, achieve better site performance and create effective tools for managing information on the Web, according to Karl Dubost. You should read it, it really isn't as hard as it sounds.

http

Mozilla Hacks Weekly, February 16th 2012 ✩ Mozilla Hacks – the Web developer blog

Yes, I know, this week's been a lousy Daily Nerd with less links than normal and even a whole day off. I expect the next few weeks to be as bad since I'm pretty busy at the moment with other cool things. The Mozilla Developer Engagement Team posted this weekly link list, filled with up to date links. If you really have nothing to do this weekend and want more to read, here's a link to a random post on the Daily Nerd (many are in Dutch, most links lead to English content though). Enjoy!

links, linkdump, random

Wireframing, hosting and not knowing.

The Five Stages of Hosting (Pinboard Blog)

There are many types of hosting. Maciej Cegłowski looks at five different forms and explains the good and bad about them. As always with his articles, a very interesting and entertaining read.

hosting

What We Don't Know | CSS-Tricks

The web is weird. Designers never had to deal with things we don't know, ever: the context and content was always predefined. On the web not so. Chris Coyier looks at some of the things we don't know and explains them. A must read for all designers.

design, uncertainty