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

Posted in css, en, firefox, Google, html | Leave a comment

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

Posted in css, en, firefox, geek, tech | Tagged , , | 1 Comment

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

Posted in css, en, html, programacion, web | Tagged | Leave a comment

Magenta CSS

When setting a background color always set a foreground color Continue reading

Posted in css, en, geek, html | Tagged , | 1 Comment

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

Posted in css, django, web | Tagged , , , | 2 Comments

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

Posted in css, en, firefox, geek, Google | 2 Comments

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

Posted in css, en, firefox, geek, html, tech, web | Tagged , , , | Leave a comment

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

Posted in css, es, geek, html, web | Tagged , | 7 Comments

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

Posted in css, html, web | 1 Comment

Where does your web developing time go?

Vía Patrick Logan

Posted in css, en, firefox, funny, geek, html, web | Tagged , , | Leave a comment