security, tech

answer & die

A series of events happened lately that caused me to reflect on how simple it would be to kill someone by phone call… or instant message… or perhaps by simply...
tech, web

XML visualization done right

5 lines… display arbitrary XML trees on a web page… nice.   After fighting with so many others, a breath of fresh air. <link rel='stylesheet' type='text/css' href='xmltree.css' /> <script src='https://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.js'></script>...
dinosaur, tech

Die, WP, Die!

Really?   This little line solves so much.   Sometimes I wonder what devs are thinking, if anything.  Tnx to KG for figuring this one out. <pre>define('FS_METHOD', 'direct');</pre> <span style="text-align:...