The Webkit Blame Game
(via webkitbits)
Source: radstake
Modern Pictograms, from the Design Office, is a free font containing common icons and symbols. Great for use when designing, or you can embed them in your website using @font-face.
(via 9-bits)
Source: thedesignoffice.org
Source: gregbabulaTouchy.js by Jairaj Sethi is a simple, lightweight (just over 1KB when compressed) library for dealing with touch events in the browser. It has no dependencies so you can get started right away.
Source: 9-bitsPlease don’t implement Webkit prefixes. The very idea is absurd, goes against the entire reason for having CSS prefixes, and makes me a sad panda. What happens if/when Webkit decides to change the implementation of
-webkit-text-size-adjust? They’re completely in their right to do so, as it’s …
Many of you have probably seen my CSS3 patterns gallery. It became very popular throughout the year and it showed many web developers how powerful CSS3 gradients really are. But how many really understand how these patterns are created? The biggest benefit of CSS-generated backgrounds is that they can be modified directly within the style sheet. This benefit is void if we are just copying and pasting CSS code we don’t understand. We may as well use a data URI instead.
Technology conferences increasingly release videos of their presentations online. Simon Willison, the co-founder and CEO of Lanyrd, presents 15 of the best of 2011
We started Lanyrd in 2010 to…
Source: gregbabulaSisyphus.js is a handy JS library that can save ‘draft’ versions of forms on your Web site so that if a user accidentally reloads or loses the page, they can continue filling it in from where they left off. Smashing Magazine shows how to get it running.
Is he asking for Change, or is he asking for CHANGE?
Follow a man as he affects multiple peoples’ lives with just one dollar, proving that it doesn’t take much to be the change in someone’s life.
Interesting approach…
Responsive design combines three techniques:
- a fluid grid
- flexible images
- media queries
At first, responsive design was applied to existing desktop-centric websites to…