HTML - CSS - Javascript

TwitterFacebook
Get flash to fully experience Pearltrees
http://wearekiss.com/simpless Writing LESS is cool and lightning fast if you compare it to good old CSS and besides, it trains your thinking in solving functional problems. So far so good, but in the end the web needs a CSS file to show your website as it is.

SimpLESS - Your LESS CSS Compiler

http://aaronhardy.com/javascript/javascript-architecture-backbone-js-events/

JavaScript Architecture: Backbone.js Events

Updated Aug 11, 2012 to reflect current library versions.
http://coding.smashingmagazine.com/2009/07/27/the-definitive-guide-to-using-negative-margins/

The Definitive Guide to Using Negative Margins - Smashing Coding

Since the recommendation of CSS2 back in 1998, the use of tables has slowly faded into the background and into the history books.
http://code.google.com/p/google-styleguide/ Every major open-source project has its own style guide: a set of conventions (sometimes arbitrary) about how to write code for that project. It is much easier to understand a large codebase when all the code in it is in a consistent style. “Style” covers a lot of ground, from “use camelCase for variable names” to “never use global variables” to “never use exceptions.”

styleguide - Style guides for Google-originated open-source projects

https://developer.mozilla.org/en-US/docs/CSS

CSS

Cascading Style Sheets , most of the time abbreviated in CSS , is a stylesheet language used to describe the presentation of a document written in HTML or XML (including various XML languages like SVG or XHTML ) .
Page last changed today The display property lets you define how a certain HTML element should be displayed. display: block

CSS2 - The display declaration

http://quirksmode.org/css/css2/display.html
JQuery Plugins

CSS is one of the most basic building blocks of modern web design. It creates the structure and style that surrounds your content and is capable of making your site a joy to use or a pain in the neck.

Mastering CSS, Part 2: Advanced Techniques and Tools - Smashing Coding

http://coding.smashingmagazine.com/2009/08/10/mastering-css-advanced-techniques-and-tools/

Mastering CSS, Part 1: Styling Design Elements - Smashing Coding

http://coding.smashingmagazine.com/2009/08/03/mastering-css-styling-design-elements/ CSS is one of the most important building blocks of modern web design. Standards demand the use of CSS for formatting and styling pages, and with good reason.
http://net.tutsplus.com/tutorials/html-css-techniques/the-30-css-selectors-you-must-memorize/ This entry is part 2 of 16 in the CSS3 Mastery Session - Show All « Previous Next »

The 30 CSS Selectors you Must Memorize