CSS

TwitterFacebook
Get flash to fully experience Pearltrees
http://martingauer.de/font-bird/ -- SoundManager 2: HTML5 support tests (/^(probably|maybe)$/i): mp3: false (required, and no flash support), mp4: false (and no flash support), ogg: true, wav: true --

CSS3 Font Bird

CSS3 Drop Caps Today is design orienting article. I am going to tell you about making nice-looking drop caps with css3. I sure that you have been already saw these big letters in each children’s book of fairy tales. Especially in old books. http://www.script-tutorials.com/css3-drop-caps/

CSS3 Drop Caps – Script Tutorials

http://designshack.net/articles/css/20-amazing-examples-of-using-media-queries-for-responsive-web-design What Are Media Queries? CSS3 has brought about a ton of fancy visual effects such as shadows and animations, but what about practical improvements? Is there anything about CSS3 that actually improves the way you can build websites from a usability standpoint? The answer is a resounding “yes” and is due largely to the inclusion of media queries.

20 Amazing Examples of Using Media Queries for Responsive Web Design | Design Shack

Scrollability

http://joehewitt.github.com/scrollability/ Native scrolling for mobile web apps... or at least the closest thing to it! Scrollability is a single script, it's small, and it has no external dependencies. Drop it into your page, add a few CSS classes to scrollable elements, and scroll away.
https://hacks.mozilla.org/2010/04/the-css-3-flexible-box-model/ CSS 3 introduces a brand new box model in addition of the traditional box model from CSS 1 and 2. The flexible box model determines the way boxes are distributed inside other boxes and the way they share the available space. You can see the specification here . This box model is similar to the one used by XUL (the user interface language used by Firefox). Some others languages use similar box models such as XAML or GladeXML. Usually the flexible box model is exactly what you need if you want to create fluid layouts which adapt themselves to the size of the browser window or elastic layouts which adapt themselves to the font size.

The CSS 3 Flexible Box Model ✩ Mozilla Hacks – the Web developer blog

Switching from Sass to Stylus - retype

As mentioned in an earlier post, we recently switched our development to another set of technologies. In the wake of this change, we wanted to change our css framework from Sass to S tylus. Switching technologies is a tricky thing, especially if you have already a lot of code. We had rewritten our css framework - which internally is called "BRICKS" - from pure css to sass in order to use some features like mixins, variables, conditionals, etc. in late 2009. http://retype.posterous.com/switching-from-sass-to-stylus
http://websitesmaderight.com/2011/05/html5-and-css3-cheat-sheets/ In doing research for this post I discovered that DevCheatSheet.com has an awesome collection of 22 HTML5 Cheat Sheets . I didn’t want to needlessly repost what they already have so I cross-checked my collection with theirs and I’ve only shared below the ones you won’t find there.

HTML5 and CSS3 Cheat Sheets - WebsitesMadeRight.com

src: 1 2 3 4 5 ; You can change the style/content of an element if the user interact with it: :hover effects, fold/unfold on click, buttons to decide what to draw and select options (select a country, choose how to sort, ...), etc. Live data With an image, you're just showing a "snapshot" of your data at a certain time. The web allows you to fetch data.

[challenge] Build your infographics in HTML5 and CSS3

http://paulrouget.com/e/infographicsInHTML5/
http://www.sitepoint.com/embellishing-your-google-map-with-css3-and-jquery/

Embellishing Your Google Map with CSS3 and jQuery » SitePoint

Interactive maps are neat. It’s not hard to get a basic map embedded on your page, but Google provides a rich and easy to use API for embedding and decorating maps on your web page, so there should be no excuse for boring default maps. In this article I’ll share a technique I used recently to spice up the “Places to shop and eat” map on Vegan Melbourne , using a combination of the Google Maps API, jQuery animation, and some newer CSS effects. There are two options for creating a Google map overlay: KML, or custom javascript. KML is an XML file format used by Google Earth and maps that can specify placemarks and other overlays.
Yes, you should be using CSS3 today. Let's skip right past that whole discussion and start talking about how we can write better CSS3. A lot of the new features of CSS3 are just plain more complicated. They have complicated syntaxes. We have to use strange "vendor prefixes" to get them to work in as many browsers as we can. http://www.netmagazine.com/features/how-avoid-common-css3-mistakes

How to avoid common CSS3 mistakes | Feature | .net magazine

What does it do? The holmes.css file will display either an error (red outline) , a warning (yellow outline) , or a deprecated style (dark grey outline) for flags such as: Thanks to Anthony Mann , holmes now displays an informative error message when you hover over the element. Support for :after/::after on images is non-existent however in most browsers. How do I use it?

holmes.css - CSS Markup Detective

Web Forms are very useful for collecting information from user. It should be creative, designer , purposeful and precise. HTML 5 and CSS 3 gives new collection of tag which revised online experience and functionality. It is easy to add web forms to your website using CSS 3 because CSS 3 getting a million of attention. CSS 3 uses round corner concept and replace images concept, it requires lot of creativity.

15 Amazing Examples Of CSS3 Form

Responsive Web Design Articles, Tutorials & Guides

A couple of weeks back my showcase of responsive website designs proved pretty popular, so let’s revisit the topic and look at some super handy articles, tutorials and guides that will help you get started with @media queries in order to create your own responsive or adaptive web designs. The resources in this collection have been hand picked as the best the web currently has to offer. Creating a website that is responsive essentially means the design of that particular website will ‘respond’ according to the medium that is being used to view it. We’re probably all familiar with the battle of designing fluid websites for various browsers back in the days of table based design, in these modern times we also have a range of devices such as smartphones and tablets which all add different resolutions and even orientations into the mix.

mgeraci/Less-Boilerplate

background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f1cb), color-stop(0.33, #f0ced6), color-stop(0.66, #ced3f0), to(#d2f0ce)); background-image: -webkit-gradient(linear, left center, right center, from(#f2f1cb), color-stop(0.33, #f0ced6), color-stop(0.66, #ced3f0), to(#d2f0ce)); background-image: -webkit-linear-gradient(left center, right center, from(#f2f1cb), color-stop(0.33, #f0ced6), color-stop(0.66, #ced3f0), to(#d2f0ce));
INTÉGRATION HTML/CSS