half-baked: database driven weblogs and caching

[http://philringnalda.com/blog/2002/11/halfbaked_and_a_little_fried.php][1] [1]: http://philringnalda.com/blog/2002/11/halfbaked_and_a_little_fried.php

Automatic Link Pop-out

Here’s a neat bit of code that, when embedded in a webpage, will pop all links into a new window when the form box is checked: <script language="JavaScript"<!-- // thanks to randomwalks.com for this code function targetLinks(boNew) { if (boNew) where = "_blank"; else where = "_self"; for (var i=0; i< =(document.links.length-1); i++) { document.links[i].target = where; } } // -- </script <form name="targeter" <input type="checkbox" name="targetbox" id="tcheck" onclick="targetLinks(this.checked);" <label

Continue Reading »

Finally, a scrolling trackpad driver – Apple, you should include this…

[Here’s a link][1] to the software that many of us have been searching for. It does what uControl does for your trackpad and scrolling, without the bothersome key modifier. [1]: http://www.ragingmenace.com/software/sidetrack/

Setting MAC address on a VLAN interface, source-based routing, and kernel set routes

here’s a synopsis of what I’ve found, and how I got things working as desired (I know there are others in similar situations with VLAN that might find this useful)

Continue Reading »