groups

name language licence
number replace PHP Other
cufon add code Other Other
8 font stacks CSS Other
CSS3 border radius CSS Other
@fontface Other Other
jQuery function Other Other
styles.php Other Other
show load pic while loading page Java Other

< 1 2 3 4 5 6 >



language: Other
licence: Other

styles.php

options: view full snippetsend to code collector
link to in stylesheet

===============================  

<?php
  if(extension_loaded('zlib')){
    ob_start('ob_gzhandler');
  }
  header ("content-type: text/css; charset: UTF-8");
  header ("cache-control: must-revalidate");
  $offset = 60 * 60;
  $expire = "expires: " . gmdate ("D, d M Y H:i:s", time() + $offset) . " GMT";
  header ($expire);
  ob_start("compress");
  function compress($buffer) {
	
(Continues...)