In usability we trust

Archive for September, 2009

The difference between add(), find() and filter() in jQuery

September 27th, 2009

There’s a few methods used for traversing the DOM-tree in jQuery that is confusingly similar, well at least they were for me. This article will explain the difference between them and when you should use which one.

Read the rest of this post »

Google Maps API 3 – InfoWindows

September 21st, 2009

Using InfoWindows is a brilliant way to display information about a certain location. Since they provides you with a space to put text or whatever HTML you please, they can be used in very interesting ways. In this article, which is the fourth in a series about Google Maps API 3, I will show you [...]

Read the rest of this post »

Handcrafted CSS [Book review]

September 17th, 2009

Dan Cederholms latest book Handcrafted CSS with the subtitle: More Bulletproof Web Design, is an enjoyable read and delivers some interesting advice on how to leverage your designs with the power of CSS 3.

Read the rest of this post »