"Proper" Image Delivery on the Web(developer.apple.com)
developer.apple.com
"Proper" Image Delivery on the Web
http://developer.apple.com/library/safari/#documentation/NetworkingInternet/Conceptual/SafariImageDeliveryBestPractices/Introduction/Introduction.html#//apple_ref/doc/uid/TP40012449
3 comments
It's funny how they use a Samsung look-alike wireframe for the non-retina display and iPod/iPad for the Retina.
I see what you did there Apple...
This was actually the first thing I noticed too.
Lol. I didn't see that until you mentioned it.
Reminds me of the Finder icons for PCs on your network. http://forums.macrumors.com/showthread.php?t=378638
Very passive agressive
Reminds me of the Finder icons for PCs on your network. http://forums.macrumors.com/showthread.php?t=378638
Very passive agressive
I clicked on Substituting Raster Images for Vector Alternatives. I like how they describe different techniques, but use png files to display them.
Essentially he currently uses Picturefill (https://github.com/scottjehl/picturefill). From Davidsons' blog: "It’s a compact bit of JavaScript which supports a syntax that mimics the Picture Element Proposal. In a nutshell, it uses CSS media queries to sort out the most appropriate image to use out of a set."
Looks promising.