Mastodon
Back to home
link

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" />

link

The HTML5 Family: Web Storage

via davidkaneda: In the latest feature of the Ext JS series on HTML5, my coworker Ed Spencer explains and gives a quick example of Web Storage (localStorage and sessionStorage).

A good article about HTML5 WebStorage.

link

The Google Font API

Yesterday I forgot to mention Google’s new Font API so here it is: Google Font API is a open directory of fonts that developers can use with @font-face to add custom fonts to any site. While the library is very limited at this stage and doesn’t come close to what TypeKit offers it’s a start on the right path.

Page 9 of 28