June 2010
9 posts
1 tag
Targeting various iOS devices with media queries →
9-bits:
Jesse Dodds with an awesome tip for iPhone web devs: You can use the media attribute on webclip icons to specify different resolution icons (like for the Retina display):
<link rel="apple-touch-icon-precomposed" media="screen and (resolution: 326dpi)" href="/iOS-114.png" />
2 tags
3 tags
HTML5 Experiment →
Visualizing the Stanley Cup
Safari Reference Library →
Safari Supported CSS Properties
1 tag
9 Magic Methods for PHP →
HTML5 Prefetching →
How HTML 5 link prefetching can make your site load faster with one line of code.
Using CSS3 Transitions, Transforms and Animation →