Rich Animation Using CSS in WebKit

Feb 10 around 9 pm mountain time

Pretty impressive, but a little kludgy. Sample CSS:

/* Rotates a leaf from -50 to 50 degrees in 2D space */
@-webkit-keyframes clockwiseSpin
{
/* Rotate a leaf by -50 degrees in 2D space at the start of the animation */
0% { -webkit-transform: rotate(-50deg); }
/* Rotate a leaf by 50 degrees in 2D space at the end of the animation */
100% { -webkit-transform: rotate(50deg); }
}

We’ll see this in IE29.

(via)

The Sopranos, Uncensored

Feb 10 around 9 pm mountain time

A near-thirty minute video on Vimeo:

“This is every single curse, from every single episode of the sopranos, ever.”

(via)

Custom Buttons

Feb 10 around 9 am mountain time

Doug Bowman’s tale of the new buttons at Google:

Until some future version of HTML gives us new native controls to use in a browser, at Google, we’ve been playing and experimenting with controls we call “custom buttons” in our apps (among other custom controls).

(via)

A better lipsum generator

Feb 4 around 9 pm mountain time

The Blind Text Generator: Handy options in this dummy text generator, including number of words or characters, specifying pixel width, number of paragraphs (with tags), etc.

(via SimpleBits)

Soon, Majority of Web Users Will No Longer Use IE

Feb 3 around 9 am mountain time

I think we all know its inevitable, but this is just awesome.

(thanks, Tim)