Augmente CSS, HTML5 & SVG

TwitterFacebook
Get flash to fully experience Pearltrees

Abstraction | Why Stylesheet Abstraction Matters | CSS Abstractions

http://chriseppstein.github.com/blog/2009/09/20/why-stylesheet-abstraction-matters/ I’ve seen a number of comments on blogs and twitter that amount to “You don’t need a new stylesheet syntax, CSS is simple and you’re a moron if you can’t do it.” I agree, CSS is simple. You assign style primitives to elements and some of those primitives cascade down to the elements contained within. I get it. It’s simple to understand .
LESS « The Dynamic Stylesheet language

So here we're collecting all the shims, fallbacks, and polyfills in order to implant html5 functionality in browsers that don't natively support them. The general idea is that: we, as developers, should be able to develop with the HTML5 apis, and scripts can create the methods and objects that should exist. Developing in this future-proof way means as users upgrade, your code doesn't have to change but users will move to the better, native experience cleanly. Looking for a way to conditionally load these scripts client-side based on feature detects?

Html5 cross browser polyfills - Modernizr - GitHub

https://github.com/Modernizr/Modernizr/wiki/HTML5-Cross-browser-Polyfills
http://code.google.com/p/webforms2/

webforms2 - Project Hosting on Google Code

Update, 7 November 2010: Moving to GitHub: https://github.com/westonruter/webforms2 Update, 3 June 2009: Now that the Web Forms 2.0 has been edited into HTML5, this project will seek to implement as much of the HTML5 Forms section as possible. This will be a complete rewrite of the codebase. Restarting this project will commence as time permits.
Posted on by Jack Turner I wanted a reasonably sized photographic image with a 24-bit alpha channel. So I used a JPEG for what JPEGs are good for and a PNG for what PNGs are good for... I combined them using an HTML5 canvas element and then inserted into the DOM. The results look the same as using a normal 24-bit PNG but are one-half to one-sixth the size. http://blog.jackadam.net/2010/alpha-jpegs/

JPEGs with Alpha Channels?!? | jackadamblog

Fixed/floating table header with scrollable rows beneath : table, header, floating, fixed, javascript

Hello I was advised to post this under a different section. Original Qu is at : http://www.experts-exchang e.com/Web_ Developmen t/ Web_Lang uages-Stan dards/CSS/ Q_22753714 .html http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_22773065.html
https://github.com/Modernizr/Modernizr/wiki/HTML5-Cross-Browser-Polyfills So here we're collecting all the shims, fallbacks, and polyfills in order to implant html5 functionality in browsers that don't natively support them. The general idea is that: we, as developers, should be able to develop with the HTML5 apis, and scripts can create the methods and objects that should exist. Developing in this future-proof way means as users upgrade, your code doesn't have to change but users will move to the better, native experience cleanly. Looking for a way to conditionally load these scripts client-side based on feature detects? See Modernizr . Looking for a guide to writing your own polyfills?

HTML5 Cross Browser Polyfills - GitHub

The goal of this project is to rely on declarative W3C standards (namely, SMIL Timing and SMIL Timesheets ) to synchronize HTML content. These demos rely purely on our Timesheet Scheduler : 100% declarative and standard-based, no specific JavaScript code is used. Ever wanted to… create your own slideshow in HTML?

HTML Timing using SMIL/Timesheets

http://wam.inrialpes.fr/timesheets/index.html
Storage in Browser