Once again, the WebKit team (and community) pushed a nice slew of updates to their Web Inspector. Web developers more and more seem to be making the switch from Firebug. If you’re a web designer however, Firebug is still the way to go. I’d love to switch to Safari full time though, so here’s what I’d like to see in the WebKit Inspector.
continue reading …Posts Tagged ‘WebKit’
-
CSS World Clocks20
Back when the WebKit team implemented CSS animations in their engine, I started tinkering on a CSS powered clock. Nothing spectacular, just a nice gimmick. But I wanted to do a little more with my bare bones clock. So what better way to spend the Easter Sunday afternoon making world clocks with nothing but HTML and CSS?
continue reading … -
Border-radius: a tale of two browsers5
A couple of years ago, the web was bursting with tutorials on how to make rounded corners with as little HTML/CSS/Javascript/images as possible. But then came the
continue reading …border-radiusproperty. So what’s keeping this little piece of beauty from being universally implemented?