September 2009
12 posts
IS HTML5 READY YET? →
I linked to this site a while back; I thought it was funny. I left a smart-ass comment, “I’ll set a reminder in iCal,” along with my full name and URL (as Internet commentary protocol necessitates).
Since then, it has consistently been one of my top referring sites. So what gives here? One tiny comment. On one single-serving site. With extremely semantic markup.
Is Google...
7 tags
3 tags
Some Notes On iTunes LP →
function addHover(e) {
x = e.src;
x = x.substring(0, x.indexOf('.png'));
e.src = x + '-hover' + '.png';
}
function removeHover(e) {
x = e.src;
x = x.substring(0, x.indexOf('-hover'));
e.src = x + '.png';
}
It’s clear that I’m pretty excited about iTunes LP. The “deluxe album” format from the iTunes Store is an attempt to revitalize music sales by providing an...
5 tags
iTunes 9 and the Future of WebKit →
At a Special Media Event on Wednesday morning, Apple unveiled the latest iPods along with a new version of iTunes, version 9.
Apple revitalizes their iPods every year, so this was not unexpected. However, what surprised me was what I first attributed to idle commentary: the redesigned iTunes Store and new iTunes LPs render in WebKit.
Some may overlook this detail, but keep in mind Apple has...
6 tags
3 tags