>> Almost a year ago I switched to YUI Compressor for minification and it
>> really works. Now I want to use compression on shared hosts, but I'm
>> afraid of getting thorugh all the tests with the .htaccess file that, by
>> the way, it's limited in some ways on a shared host. And yes, there's no
>> way to access the infamous httpd.conf file on such hosts ! >.< Did you
>> find a solution to this problem? A couple of months ago I stumbled on a
>> PHP script that performs minifcation using the ob_ function group and
>> includes. Nice, but what about compression? I know that I could activate
>> the gzlib compression via PHP, but I don't know if this will succeed on
>> a shared host. Hope you have some answer, as always.
>
> I don't have a suggestion, but I have an opinion...
>
> I think minification is unimportant unless you have a horrendously complex
> and verbose CSS file such as, for example, Yahoo developers tend to write
> :-)


Imho, it's all about perceived speed, so I'd say minification makes
sense regardless of the "quality" or length of styles sheets.
Besides, unlike image sprites, minification comes at no cost (for the
author, or the user).

--
Regards,
Thierry | www.tjkdesign.com | www.ez-css.com | @thierrykoblentz
______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to