This bookmarklet provides an easy way to test css styles against a website without access to its server by creating a <link/>element in the <head> of the page. It also updates it with an cache-blocking parameter if already exists.
Script to make paged online tests with jQuery and Bootstrap
Ok, you want know if you are a positive or negative person. Or maybe you want to know if your death is close. Or you just want a personality test. Anyway, you are here because you need to build an online test to see results. Here you’ll learn how to write a paged testing system with […]
RSCSS
RSCSS Reasonable System for CSS Stylesheet Structure. Introduction Any CSS greater than 1000 lines will get unwieldy. You’ll eventually run into these common pitfalls: “What does this class mean?” “Is this class still being used?” “If I make a new class green, will there be a clash?” rscss is an attempt to make sense […]
Usar Open Sans con Google Chrome (bien renderizada)
Acabas de terminarla. Tienes una flamante nueva web. La pruebas en Firefox, bien. La pruebas en Safari, bien. La pruebas en Opera, bien. La pruebas en Internet Explorer, bien incluso. La pruebas en Chrome, mal… A ver, estás usando Open Sans, una fuente de Google, ¡y su navegador no lo renderiza bien! Es de cachondeo, […]
¿Qué hora es?, ¿qué color es?
Hoy os traigo algo interesante, aunque sea una chorrada como una casa. Pero bueno, para eso está el blog, ¿no? Se trata de una combinación CSS+PHP+Javascript que hace cambiar el color del cuerpo del documento de forma dinámica según la hora en la que estemos. ¿Cómo lo hace? Como ya sabemos, el color se puede […]
A brief example of SASS
Lost trying to understand SASS? I don’t usually make large HOW-TOs, you know. I prefer to make an example of something, and you can progress at your own pace. At least, Is the way I used to learn new things. In the words of the Sass team, “CSS on its own can be fun, but […]
Basic CSS for a Responsive Web
If you are looking to turn your website into a responsive one, but you don’t want to use a new template or a “foreign” code, this is your solution: You only have to think about the items that will change with the size of the screen. This is an example of a <nav> original CSS […]