<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener("load", function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <iframe src="http://www.blogger.com/navbar.g?targetBlogID=15927334&amp;blogName=Digg+Blog&amp;publishMode=PUBLISH_MODE_BLOGSPOT&amp;navbarType=SILVER&amp;layoutType=CLASSIC&amp;homepageUrl=http%3A%2F%2Fdiggtheblog.blogspot.com%2F&amp;blogLocale=en_US&amp;searchRoot=http%3A%2F%2Fdiggtheblog.blogspot.com%2Fsearch" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" height="30px" width="100%" id="navbar-iframe" title="Blogger Navigation and Search"></iframe> <div></div>

digg blog

Digg's Eli White Releases PHP Book

Congrats to digg developer Eli White for shipping his first book on PHP. The book is called 'PHP 5 in Practice'. Eli will also be giving several presentations on PHP development over the next few months:

PHP|works
Toronto
Sept 12th-15th
http://www.phparch.com/works

DCPHP
DC
Oct 18th-20th
http://dcphpconference.com/

Zend/PHP Con
San Jose
Oct 30th-Nov 2nd
http://zendcon06.kbconferences.com/

Go Eli!