Generating Dynamic CSS with PHP
Posted on Aug 26, 2006 08:00:32 PM
Introduction
A frequently asked question on the popular css-discuss.org mailing list and archive is, "How do I store and reuse values in my style sheets?"
I can certainly relate to this as a programmer—it was one of the first things I thought of when I started using CSS. Because I prefer to separate my work into discrete modules, I immediately recognized the power behind the concept. I was already using PHP, Perl and other tools Read the rest of this entry »
Tags: Dynamic, Generating, with