Re: [css-d] A question on CSS compression and minifcation

2010-11-08 Thread Rizky Syazuli
On Sun, Nov 7, 2010 at 1:51 AM, Gabriele Romanato gabriele.roman...@gmail.com wrote: Hi all. Since the overwhelming majority of my clients own websites hosted on shared hosts, I was wondering if there's a straight way to compress CSS without taking into account the oddities of the default

Re: [css-d] A question on CSS compression and minifcation

2010-11-07 Thread Gabriele Romanato
Thanks Chetan! :-) http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/articles/ (English) http://onwebdev.blogspot.com/ (English) __ css-discuss

Re: [css-d] A question on CSS compression and minifcation

2010-11-07 Thread Thierry
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

[css-d] A question on CSS compression and minifcation

2010-11-06 Thread Gabriele Romanato
Hi all. Since the overwhelming majority of my clients own websites hosted on shared hosts, I was wondering if there's a straight way to compress CSS without taking into account the oddities of the default configuration of the web server , which varies greatly from hoster to hoster. Almost

Re: [css-d] A question on CSS compression and minifcation

2010-11-06 Thread Al Sparber
On 11/6/2010 2:51 PM, Gabriele Romanato wrote: Hi all. Since the overwhelming majority of my clients own websites hosted on shared hosts, I was wondering if there's a straight way to compress CSS without taking into account the oddities of the default configuration of the web server , which

Re: [css-d] A question on CSS compression and minifcation

2010-11-06 Thread Chetan Crasta
Here is a way to serve compressed .css files (and others) with shared hosting that does not have mod_gzip or mod_deflate enabled: http://blog.mycila.com/2009/08/godaddy-gzip-compression.html In the .htaccess file, the line that excludes Safari can be removed. On Sun, Nov 7, 2010 at 12:53 AM, Al

Re: [css-d] A question on CSS compression and minifcation

2010-11-06 Thread Chetan Crasta
Here is the original article that described the technique: http://www.opensourcetutor.com/2009/06/01/how-to-compress-css-javascript-an-alternative-to-mod_deflate-or-mod_gzip/ On Sun, Nov 7, 2010 at 12:21 AM, Gabriele Romanato gabriele.roman...@gmail.com wrote: Hi all. Since the overwhelming