CSS

TwitterFacebook
Get flash to fully experience Pearltrees
generateur css

JavaScript and HTML5 Forms Testing for Support If you intended to write JavaScript to mimic the functionality of HTML5 forms, you may want to first test the current browsers capability and write the JavaScript as a fallback. On the right is how you might test for attribute support. More accurate feature testing can be done through the excellent JavaScript library Modernizr . http://www.wufoo.com/html5/

The Current State of HTML5 Forms · Wufoo

CSS FrameWork

Although CSS isn’t that difficult, useful CSS techniques are not easy to find. Sometimes finding a cross-browser solution might take time, but you don’t have to reinvent the wheel every single time. Other designers may have had the same problem in the past and thus the main goal of this round-up is to share with you a goldmine of new techniques which you will hopefully find very useful and valuable. We also hope that these tutorials and articles will help you solve common design problems and find new ways of approaching tricky CSS issues.

CSS: Innovative Techniques and Practical Solutions - Smashing Magazine

http://coding.smashingmagazine.com/2011/02/16/css-useful-coding-techniques-and-design-solutions/
http://wp.smashingmagazine.com/2011/02/22/using-html5-to-transform-wordpress-twentyten-theme/

Using HTML5 To Transform WordPress’ TwentyTen Theme - Smashing Magazine

Last year, WordPress launched arguably its biggest update ever: WordPress 3.0 . Accompanying this release was the brand new default theme, TwentyTen , and the promise of a new default theme every year. Somewhat surprisingly, TwentyTen declares the HTML5 doctype but doesn’t take advantage of many of the new elements and attributes that HTML5 brings. Now, HTML5 does many things, but you can’t just add <!doctype html> to the top of a document and get excited that you’re so 2011. Mark-up, as they say, is meaning, and HTML5 brings a whole bunch of meaning to our documents.
Published by Chris Coyier This post was originally published on August 21, 2009 and is now being being republished as it has been entirely revised . Both original methods are removed and now replaced by four new methods. The goal here is a background image on a website that covers the entire browser window at all times. Let's put some specifics on it: Fills entire page with image, no white space Scales image as needed Retains image proportions (aspect ratio) Image is centered on page Does not cause scrollbars As cross-browser compatible as possible Isn't some fancy shenanigans like Flash

Perfect Full Page Background Image

http://css-tricks.com/perfect-full-page-background-image/