Nitobi Podcast #11 | August 17th, 2006
Podcast 11 is up! We talked about a few random things as usual with one or two digressions. Mostly we talked about open source and our Ajax framework. Although I wanted to talk about the latest happenings in Lebanon I tried to stick to the script
Happy listening and as usual feel free to comment here or just email me at dave(youknowwhatgoeshere)nitobi.com.
August 18th, 2006 at 1:29 pm
Wiki would be awesome, as for offline, Microsoft Document Explorer is definitely a step up from CHM.
August 18th, 2006 at 1:33 pm
GZ’d JS.
PHP Loader: ( From TinyMCE Editor )
ob_start (”ob_gzhandler”);
header(”Content-type: text/javascript; charset: UTF-8″);
header(”Cache-Control: must-revalidate”);
$offset = 60 * 60 ;
$ExpStr = “Expires: ” .
gmdate(”D, d M Y H:i:s”,
time() + $offset) . ” GMT”;
header($ExpStr);
print $outputFile->getContents();