is a weblog by Andy Taylor
About a month ago or so, Amy and I release a little (literally, it’s about 5k) HTML5 iPad App for looking up time zones. I don’t mean select-box wasteland like all other time zone sites (who likes select boxes anyway?!), I mean a nicely polished, touch-enabled UI that works offline, too.
Add this to your iPad’s homescreen and it looks and feels exactly like an iPad app. Their process is really interesting too. I didn’t realise that browsers essentially render CSS3 gradients as images.
What -webkit-gradient really does is construct an image bitmap, and to the rendering engine it’s exactly the same as if you would supply and externally loaded image (like a PNG file).