Blazingpie
01-23-2007, 07:50 AM
Well, I've been delving into the world of PHP for the past few months and came across the handy site ilovejackdaniels.com.
Two PHP scripts on this site that'll help webmasters (and SEOers) a lot is the blocking of Google's and Firefox's prefetching (http://www.ilovejackdaniels.com/php/block-prefetching/). Prefetching can screw around with log files potentially every link will be followed (can be bad for administrative purposes)
The other is using PHP, Gzip and your .htaccess file to save bandwidth (http://www.ilovejackdaniels.com/php/php-gzip-and-htaccess/) :D The benefits should be obvious.
However, im curious as to if there's a way to compress the files in the same way without using the php code - for exmaple on blogs
Two PHP scripts on this site that'll help webmasters (and SEOers) a lot is the blocking of Google's and Firefox's prefetching (http://www.ilovejackdaniels.com/php/block-prefetching/). Prefetching can screw around with log files potentially every link will be followed (can be bad for administrative purposes)
The other is using PHP, Gzip and your .htaccess file to save bandwidth (http://www.ilovejackdaniels.com/php/php-gzip-and-htaccess/) :D The benefits should be obvious.
However, im curious as to if there's a way to compress the files in the same way without using the php code - for exmaple on blogs