You’re only ever done debugging for now.
I’m the kinda guy who owns up to my mistakes. I also strive to be the kinda guy who learns…
I’m the kinda guy who owns up to my mistakes. I also strive to be the kinda guy who learns…
I know a group of guys looking to do some cool stuff who could use a few good contractors. Drop…
I know, I know, I’ve been silent for quite some time. Well Let me assure you that I’m quite all…
Rentzsch.com says programmers don’t like to code… Yea… I’ll buy that. I’ve described “what I do” to many many people…
I’ve been kind of floating around this topic for a while… Well databases in general… And I see a lot…
WordPress 2.0.6 is out, and I’ve made some patches for those of you who’ve modified your installations and would rather…
function check_tcp_active($host, $port) { $socket = socket_create(AF_INET, SOCK_STREAM, SOL_TCP); socket_set_option($socket, SOL_SOCKET, SO_RCVTIMEO, array( "sec"=>0, "usec"=>500 ) ); $result = @socket_connect($socket,…
Note to Nick: I havent forgotten your request and I’ll have something on that soon, but when I started in…
WordPress_2.0.3_to_2.0.4.patch For everyone who prefers patches to overwrites… heres a wordpress 2.0.3 to 2.0.4 upgrade patch