public marks

PUBLIC MARKS with tags html5 & css3

October 2011

September 2011

August 2011

HTML5 tools, Animation tools - Adobe Edge Preview | Adobe Labs

by srcmax & 1 other
Adobe® Edge is a new web motion and interaction design tool that allows designers to bring animated content to websites, using web standards like HTML5, JavaScript, and CSS3.

July 2011

June 2011

Coding a CSS3 & HTML5 One-Page Website Template | Tutorialzine

by oseres & 1 other (via)
Coding a CSS3 & HTML5 One-Page Website Template

Modernizr

by srcmax & 13 others
Modernizr is an open-source JavaScript library that helps you build the next generation of HTML5 and CSS3-powered websites.

May 2011

Font sizing with rem

by greut & 3 others

What do we do for browsers that don't support rem units? We can specify the fall-back using px, if you don't mind users of older versions of Internet Explorer still being unable to resize the text (well, there's still page zoom in IE7 and IE8). To do so, we specify the font-size using px units first and then define it again using rem units.

html { font-size: 62.5%; } body { font-size: 14px; font-size: 1.4rem; } /* =14px */ h1 { font-size: 24px; font-size: 2.4rem; } /* =24px */

April 2011

Firefox 4 : le point sur le support des standards

by astrochoupe
HTML5, CSS3 et JavaScript, tour d'horizon des standards et technologies Web pris en charge par la nouvelle version du navigateur Open Source de la fondation Mozilla.

March 2011

February 2011