Blog Detail
Recent Posts
Add a PHP Post-Commit-Hook to your SVN
This is just a link to a very good tutorial on how to make your own SVN post-commit hook using a PHP script. It sends the following information via email: Committer name Commit message List of files edited Diff of changes made http://techchorus.net...
The Ballpoint Game - A Scrum Simulation
I recently played the ballpoint game for the first time and was impressed… … how clearly it demonstrates the different phases of a team going through the ’storming, norming and performing’-phases for everyone - even for ma...
Robert Lefkowitz, Exceptional Software Explained: Embrace Error
It is not brand new but still a very interesting talk: Robert Lefkowitz on open source software development methodologies with lots of nice anecdotes. Watch the 21min video: http://oscon.blip.tv/file/1108217/ Or listen to the audio: http://itc.conv...
Quick PHP Hack to Tidy up Trashed HTML
I just hacked together the following quick and dirty PHP-script to use the tidy-extension from the command line. Maybe somebody else needs something like this somewhere. Check the comment for details: <?php // // (a) Save this as tidy.php // (b)...
LSIS - LifeScience Channel Subscriptions
Since one of my coolest (private) projects www.lsis.com somewhat lacks the expected amount of traffic, I would like to emphasize the core feature in this blobpost - just to make you aware of it or encourage you to tell your friends or have ideas to a...
Install PEAR on OSX
Here is how you install PEAR on Mac OSX: sudo mkdir /usr/local/temp; sudo chmod -R 777 /usr/local/temp; sudo mkdir /usr/local/share/pear; sudo chmod -R 777 /usr/local/share/pear; curl http://pear.php.net/go-pear | sudo php; Set /usr/local as pat...

