html5/css3

TwitterFacebook
Get flash to fully experience Pearltrees
http://www.synbioz.com/blog/2011/08/16/introduction_a_html5 HTML5 est une évolution de la norme HTML regroupant un ensemble de technologies : SVG, CSS3, WebGL, File API, MathML… Le but avoué de cette nouvelle version d’HTML est de faciliter le développement d’interfaces utilisateur riches. HTML5 est beaucoup plus orienté applicatif que ses prédécesseurs et veut permettre de s’affranchir de plugin pour utiliser au maximum les technologies web natives pour construire une application riche. HTML5 arrive donc avec beaucoup de nouvelles capacités disponibles depuis une API vaste et variée.

Introduction à HTML5

HTML 5 experimentation and demos I've hacked together. Click on the browser support icon or the technology tag to filter the demos (the filter is an OR filter). Filter demos: canvas classlist contenteditable dataset dnd events file-api file geolocation getUserMedia hidden history manifest offline postMessage sql-database storage video websocket workers xhr2 http://html5demos.com/

HTML5 Demos and Examples

Note: Only supported in IE6 and IE7 on elements with a display of "inline" by default. Alternative properties are available to provide complete cross-browser support. Note: IE7 does not support "inherit" as a value on any of these properties. IE8 has some bugs with max-width/height combined with overflow: auto/scroll. Method of setting the transparency level of an element Note: Transparency for elements in IE8 and older can be achieved using the proprietary "filter" property and does not work well with PNG images using alpha transparency. http://caniuse.com/#

When can I use... Support tables for HTML5, CSS3, etc

You'll be able to do things like add strokes to them with text-stroke or add gradients/textures with background-clip: text; once browser support is a bit deeper. What about screen readers? They just get random letters. http://css-tricks.com/examples/IconFont/

Icon Fonts are Awesome

-prefix-free lets you use only unprefixed CSS properties everywhere. It works behind the scenes, adding the current browser’s prefix to any CSS code, only when it’s needed.

Prefix free: Break free from CSS vendor prefix hell!

http://leaverou.github.com/prefixfree/#
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */ http://www.colorzilla.com/gradient-editor/

Ultimate CSS Gradient Generator - ColorZilla.com