Dynamic CSS files

I had always wished CSS files weren’t so static so you could do different things at runtime. It turns out you can do it, but exercise common sense. The exact plan you take depends on how often the CSS “variables” change value. If it’s not too often you might want to “precompile” the . . . → Read More: Dynamic CSS files

Pssssst! Wanna learn JQuery?

One of the reasons why I always cringed from web front end in the past is that presentation is so “dirty.”  We have all felt the flames.

HTML was never really designed as a presentation language
confusion of XHTML validations and the different DOCTYPES
CSS is supposed to be for design
browser wars and their . . . → Read More: Pssssst! Wanna learn JQuery?