PHP: Gzip compression made easy

If you want to speed up your php pages with minimal trouble and maximum results, do this: Source: [Webcodingtech] Put this code in your main header or template file, before EVERYTHING, even doctype. <?php function print_gzipped_page() {   global $HTTP_ACCEPT_ENCODING; if( headers_sent() ){ $encoding = false; }elseif( strpos($HTTP_ACCEPT_ENCODING, ‘x-gzip’) !== false ){ $encoding = ‘x-gzip’; [...]

it is…it’s not: The iTouch

keeping in touch by Stitch I can’t believe how many times a day I hear someone on the radio, on the internet, or elsewhere refer to the iPod Touch as the iTouch. This is wrong. There is no such thing as an iTouch. You will not find that term anywhere on Apple’s website. It is [...]