More about Haml and Sass

As every developer and computer user knows, when things don’t work, check the manual.
In my previous post about Haml and Sass, I was longing for easy way to specify colors as variables and really it was strange that no-one till now thought about specifying it. I think in part this is because designers don’t [...]

Haml and Sass in html development

I was looking for excuse to try out HAML for some time. Let’s first see what it is. HAML is html templating syntax that does resemble Pythonian way of using indentation as syntax. It makes coding html easier, html more readable and on top of that makes enforcing standards easy. It comes as Rails plugin, [...]