background preloader

Outils-css3

Facebook Twitter

Sass for Designers. For more on Sass, read The Sass Way and follow @TheSassWay on Twitter.

Sass for Designers

Note: Throughout this post, when I say “Sass” I mean “Sass and Compass.” This is not a post saying… “If you’re still building websites without Sass, you’re doing it wrong.” SimpLESS - Your LESS CSS Compiler. About – Stuntbox. Stuntbox is a little interactive design and strategy shop based in Brooklyn, New York.

About – Stuntbox

It’s also the home of veteran creative director, designer, and developer David Sleight. With over fifteen years’ experience bringing modern, high quality products to life online, David specializes in UX, product strategy, responsive web design, and editorial design. Clients include Birchbox, Bond Art + Science, Juju, Nomad Editions, Novartis, Readability, Signpost, Thomson Reuters, and Qualcomm. Before launching Stuntbox, he led the interactive design team at BusinessWeek, and helped build some of the very first web-based textbooks at Pearson Education. He is a staff columnist for A List Apart magazine and a member of Readability’s Board of Advisors. When he’s not pushing pixels or punching code, he can usually be found fiddling with cameras or exploring the wilds of New York (both the urban and rural varieties). Here and Thereabouts Links to additional writing and speaking.

Myth Busting: CSS Animations vs. JavaScript. Cascading Style Sheets. What is CSS?

Cascading Style Sheets

Cascading Style Sheets (CSS) is a simple mechanism for adding style (e.g., fonts, colors, spacing) to Web documents. These pages contain information on how to learn and use CSS and on available software. They also contain news from the CSS working group. Soft­ware. The first commented line is your dabblet’s title ✿ dabblet.com. Ordonner votre CSS et le rendre lisible. Mise en page CSS sans tableau à l'aide de div positionnés... ou pas.

Faire une mise en page avec deux ou trois colonnes peut se faire aisément sans tableaux.

Mise en page CSS sans tableau à l'aide de div positionnés... ou pas

Diverses techniques sont possibles. On trouve sur le net une multitude de tutoriels de webdesign sur la mise en page fluide sans tableaux, à commencer par celui du W3C et ceux de l'excellentissime Alsacréations qui propose en outre une série de gabarits forts utiles. Ce tutoriel ne tente pas donc de réinventer la poudre, mais simplement résumer les différentes techniques possibles. Sommaire Pourquoi éviter la mise en page par tableaux ? Il ne faut pas systématiquement diaboliser la mise en page par tableaux, mais disons qu'elle a "vécu". On m'objectera qu'au delà de 3 colonnes, les choses se compliquent et qu'il y a quelques heures d'arrachage de cheveux pour arriver à faire quelque chose d'uniforme pour tous les navigateurs. Attention au DocType Haut Code (x)html Le principe est très simple : on divise chaque élément de la page par un div. En positionnement flottant. Website Deployment: Let Us Count The Ways! Deployment is moving a website from a local environment to live servers.

Website Deployment: Let Us Count The Ways!

What seems like a simple thing can actually be quite complex. There are absolutely loads of ways to go about it. They range from user friendly software and services, to more complex command line tools, to full blown systems with lots of moving parts. I'm not an expert in all this, but I've set up a few different deployment systems in my day as well as worked with a number of different ones. I thought we could try and round up and break down as much as we can here. Going Commando If you edit files right on your server directly, you essentially have no deployment step at all. You might even using something like WebDAV to mount your remote server like a hard drive on you local computer, and use whatever local editor you like. The appeal here is strong because you get results live so quickly. Using FTP Manually.

Sass - Syntactically Awesome Stylesheets. Treehouse : 10 Fresh Useful CSS Animation... CSS3 + Progressive Enhancement = Smart Design. Progressive enhancement is a good thing, and CSS3 is even better.

CSS3 + Progressive Enhancement = Smart Design

Combined, they enable designers to create lighter, cleaner websites faster and easier than ever before.. CSS3.0 Generator. 10 of the Best CSS3 Code Generators. This article was written in 2011 and remains one of our most popular posts.

10 of the Best CSS3 Code Generators

If you’re keen to learn more about CSS3, you may find this recent article on transform techniques of great interest. I have rose-tinted memories of CSS2.1. Rounded corners may have caused hours of Photoshopping grief, but it was simple. Most developers could recall the few dozen properties without referring to reference books every two minutes. CSS3 changes everything. Navigation à onglets fluides avec les transitions CSS - Créer un menu avec display: table-cell. Note : ce tutoriel a été initialement publié dans WebDesign Magazine Hors-série 16.

Navigation à onglets fluides avec les transitions CSS - Créer un menu avec display: table-cell

Suivez pas à pas les 18 étapes de ce tutoriel. 01 - La structure HTML La première étape de ce tutoriel consiste à créer notre structure HTML. Pour ce menu, nous avons besoin d’une liste de liens. Pour cela, nous utilisons un élément de liste non ordonnée (balise <ul>), lequel contient 5 éléments de liste (balise <li>).