March 2009
2 posts
Radial Gradiant in Safari / Webkit (CSS3)
Many of the docs on gradient support in WebKit right now only include examples for “linear” style gradients, while just mentioning the syntax for “radial” styles:
-webkit-gradient(type, inner_center, inner_radius, outer_center, outer_radius, / stop...)
So here’s an example of how to do a “radial” background gradient:
background: -webkit-gradient(radial,...
3 tags
Keep it shortenTweet
Behold… shortenTweet! It’s a wee microapp for Twitter that tries to shorten your tweets using UTF-8, ASCII and some shorthand. It’s a combination of Sinatra + jQuery, and after doing this I’m all aboard this microapp train (esp. with how easy it is to deploy Rack-based apps on Passenger).
And — par for the course — after I “launched” it, I...