Archive for July, 2008

26
Jul

Dave’s July, 2008 Subversion Presentation

Posted by dave | No Comments

The slides were pretty spartan this month, so I recorded some narration. There’s some small text, so you’ll probably want to follow the link and view this at SlideShare, where you can blow it up full screen.
 
Subversion
view presentation (tags: software development versioncontrol subversion)

22
Jul

PHP is getting closures!

Posted by dave | No Comments

I’ve seen very little from PHP that got me excited lately.  So, imagine how excited I am to hear that closures are coming to PHP 5.3!
If you’ve done a lot with today’s popular Javascript libraries like jQuery and Prototype, you’ve no doubt come across closures.  They’re little self-contained functions that can be passed around like [...]