topical media & game development
professional-web-01-v3-script.js / js
YAHOO.namespace("buzzWatch");
YAHOO.namespace("editInPlace");
function init() {
initMenuBar();
initConfig();
initPanels();
initEditInPlace();
initController();
}
function getMaxAge(oResponse) {
var cacheControl = oResponse.getResponseHeader['Cache-Control'];
if (!cacheControl)
return undefined;
var result;
if (result=cacheControl.match(/^.*max-age=(\d+)(;.*)?
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.