WEB

TwitterFacebook
Get flash to fully experience Pearltrees

node.js

JavaScript desde el servidor - sube y compila archivos by andres83gmail.com Oct 1

visionmedia/jade - GitHub

Escribe facil HTML no <> by andres83gmail.com Oct 1

http://learnboost.github.com/stylus/

Stylus

CSS needs a hero What if we could omit braces? body font: 12px Helvetica, Arial, sans-serif; a.button -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; How about semi-colons? body font: 12px Helvetica, Arial, sans-serif a.button -webkit-border-radius: 5px -moz-border-radius: 5px border-radius: 5px Why stop there, drop the colons