04 5 / 2013
Script para expandir Smart Objects en Photoshop
(vía Captain Awesome - English - Expanding Smart Objects (Script))
03 5 / 2013
"You might get up in arms about the universal selector. Apparently you’ve heard its slow. Firstly, it’s not. It is as fast as h1 as a selector."
* { box-sizing: border-box } FTW - Paul Irish
Ahora resulta que el selector universal no es lento.
02 5 / 2013
Comunidad de Madrid: creando una identidad corporativa desde cero
Para mí el himno de Madrid es el “Pongamos que hablo de Madrid” de Sabina.
27 4 / 2013
hull: Introducing sass-getunicode
Last week I tweeted a “protip” which explains how to find the unicode of a special character to use it in a CSS pseudo element (i.e.
:afterand:before).Find a character unicode:’☃’.charCodeAt(0).toString(16); // >”2603”then:.foo:after{content:”\2603”;}#protip
In case…
22 4 / 2013
22 4 / 2013
Live.js - One script closer to Designing in the Browser
¿Quién necesita LiveReload teniendo esto?
Just include Live.js and it will monitor the current page including local CSS and Javascript by sending consecutive HEAD requests to the server. Changes to CSS will be applied dynamically and HTML or Javascript changes will reload the page.
21 4 / 2013
Display: inline-block y su empeño en dejar espacios en blanco de separación. 8 soluciones. | KsesoCss
Me ha gustado la solución vía HTML de eliminar la etiqueta de cierre de los <li>. En mis años xTalibanes me habría parecido una guarrada :) (ahora hago guarradas y me siento orgullosa de ello)
19 4 / 2013
Selector Performance - Book - Scalable and Modular Architecture for CSS (SMACSS)
Esta metodología me parece mucho más lógica y con sentido común que la de BEM y OOCSS.
What is important to note with these recommendations is that the evaluation of any more than a single element to determine styling is inefficient. That means that you could only ever use a single selector in your rule: a class selector, an ID selector, an element selector, or an attribute selector. If you take this recommendation at face value, they are suggesting we go back to the days of <p class=”bodytext”>
.
Constrain yourself, don’t choke yourself For the rest of us, I believe that we can be a little more practical and strike a balance between one end of the spectrum (adding classes and identifiers to everything) and the other (using deep selector rules creating tight coupling between HTML and CSS).
19 4 / 2013
"Note: It should be known that due to advances in CSS preprocessors and version control systems, I no longer adhere to this particular style preference. I still think many of the arguments here are valid, but there’s enough on the other side to make me use the long-form style."
Single Line CSS - HTML & CSS - Resources - Ordered List
Sobre escribir CSS en una línea o en varias. Al principio, lo ordenado y limpio era escribir en varias. Después, si escribías en varias líneas eras “junior”. Ahora “hay que” escribir en varias líneas otra vez.


