Category Archives: Programming

BIND+Pg-DLZ in 10 easy steps.

I have attempted to do this with Ubuntu 8.04 and 10.04, both versions are LTS (Long Term Support). However when attempting to follow any of the tutorials on rebuilding BIND with the PGDLZ or MYDLZ packages, it never compiled correctly. So I quickly went back to what I am knowledgeable in…. Slackware or Gentoo. Since

Some More of the iFrame code

<?php $menu = array( array(‘Google Links’,'google.com’, ‘gmail.com’), array(‘Dev Sites’,’10.8.8.168′), array(‘VM Sites’,’10.8.8.183′), ); /* The goal is to collapse and expand a div and allow a filler div to have the + – buttons */ ?> <a name=”TOP”> &ltscript language=”javascript”> var button = new Array(); <?php for($I=0; $I<count($menu);> function CollaspeExpand(thisDiv,intId){ if(button[intId] == ‘on’){ button[intId] = ‘off’;