public marks

PUBLIC MARKS with tags html5 & css3

January 2012

HTML5 Please - Use the new and shiny responsibly

by 84GHz & 6 others (via)
Infos über html5 und css3 Elemente, welche wie schon einsetzen und fallback Strategien. Übersicht Browserunterstützung, vele nützliche Links.

HTML5 Please

by emmanuelc & 6 others
HTML5 HTML5 Logo Please Use the new and shiny responsibly. Look up HTML5, CSS3, etc features, know if they are ready for use, and if so find out how you should use them – with polyfills, fallbacks or as they are. tell me more When Can I Use tells you the browser support story, while Modernizr gives you the power of feature detection. HTML5 Please helps you out with recommendations for polyfills and implementation so you can decide if and how to put each of these features to use. The recommendations below represent the collective knowledge of developers who have been deep in the HTML5 trenches. We hope they serve you well. Read Divya's backstory about this site if you like.

December 2011

7 new techniques every web developer should know | CatsWhoCode.com

by eledo34 & 1 other (via)
Quelques techniques HTML5 et CSS3 à mettre en oeuvre sur vos sites:

November 2011

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 & 4 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.

PUBLIC TAGS related to tag html5

blog +   dev +   exemple +   gp:inspiration +   standard +   tutoriel +   web +