Fsimzone - Netscape Probs
Friday, September 10, 2004, 05:07 PM

if (extension_loaded('zlib')) {
$do_gzip_compress = TRUE;
ob_start();
ob_implicit_flush(0);
header('Content-Encoding: gzip');


After spending three hours I finally found out why fsimzone was not displayed on anything other than Internet Explorer.

The above code used gzip encoding which isn't supported by other browsers.

[ 3 comments ] ( 57 views )   |  permalink  |   ( 3 / 411 )
NetGear DG834G Router Testing
Friday, September 10, 2004, 04:59 PM
I have been testing the router for two weeks now before I take to university.

I haven't had any problems with the wireless and Kazaa on both computers could connect without the need of port forwarding.

Wireless connection hasn't dropped and neither has the ADSL connection after 7 days. Looking good so far!



[ 1 comment ] ( 29 views )   |  permalink  |   ( 3 / 460 )
Web Developer Blog
Friday, September 10, 2004, 04:43 PM
Hi Everyone

Well, this is my Web Developer Blog so there will be information about my websites and any programing projects I do.

Also anything else I feel is important :)



[ 1 comment ] ( 16 views )   |  permalink  |   ( 2.9 / 477 )

Back