-
Recent Posts
Github badge
StackOverflow badge
How to read this blog
This blog should be read like all other specifications. First, it should be read cover-to-cover, multiple times. Then, it should be read backwards at least once. Then it should be read by picking random sections from the contents list and following all the cross-references.Promote JS
Category Archives: css
Update on Google reader reading space
This week Google launched its new top bar, which changed Google Reader’s DOM making the userContent rules I explained last month useless. Continue reading
Squeeze more readable space out of Google Reader’s new layout
I am not happy with the removal of Google Reader social features. I really enjoyed discovering new feeds following people.
Anyway, I don’t mind the new look but it leaves too little readable space. A couple of years ago I blogged about how to use Firefox’s userContent.css to optimize the layout. Continue reading
CSS3 gradients in Webkit
I’m just writing this to record a shorthand answer to a doubt I had. Old format Webkit gradients only support percentage color stops Recently, Webkit added support for standards CSS3 gradients, so your syntax will be the same for different … Continue reading
Magenta CSS
When setting a background color always set a foreground color Continue reading
Add ‘error’ class to widgets with errors in Django Forms
Many times UI requires us to style differently widgets that have errors in a field instead or next to an error message. Django provides a nifty .errors attribute to tell if a field of form has errors but you can’t … Continue reading
Google reader on a Netbook
I got a Lenovo S10 some months ago, and like all netbooks it has a 1024x~600 resolution which is fine for most web browgins but it happens to be too short for some applications, one of them being Google Reader. … Continue reading
Browser Layout engine internals video
Esta charla de David Baron explica cómo funciona el motor de CSS en los Rendering Engines, particularmente Gecko. Me parecio genial como explica cómo funcionan los selectores CSS y que tipo de sintaxis está optimizada y recomendaciones de como utilizarlos … Continue reading
La Sociedad Peruana de Computación
La verdad no conozco mucho de esta sociedad, sólo me he enterado de ella por algunos links que contactos mios han puesto en Twitter notificando de algunos eventos. Me causó curiosidad conocer un poco más de qué trata esta “sociedad” … Continue reading
CSS sin C
El único elemento al que se puede agregar atributos “id” o “class” es DIV Cada elemento debe ser estilado especÃficamente La hoja de estilos sólo asignará estilos a clases o elementos por ID, nunca a nombres de elementos Nunca se … Continue reading
Where does your web developing time go?
VÃa Patrick Logan
