Sebastian Bergmann's Blog: Visualizing Text Differences in PHPUnit 3
Sebastian Bergmann has posted this new item on his blog today detailing how to tell the differences between two strings inside of PHPUnit 3. A long-standing feature request for PHPUnit has been the...
View ArticleWilliam Candillon's Blog: Using XSLT to Visualize a Parse Tree
On his "Yet andother PHP blog" today, William Candillon shares a script he's written up to create a visualization of the parse tree of a bit of PHP source code. I wrote this xslt stylesheet to...
View ArticleDebuggable Blog: Programming Psychology - Return home early
Felix Geisendorfer is taking an interesting approach to defining programming in this new post to the Debuggable blog - he's coming at it more from the level of the perception the programmer has about...
View ArticleRaphael Stolt's Blog: Getting a visualization of a Phing buildfile
Raphael Stolt recently spent some time working up a tool to visualize Phing buildfiles and he's blogged about it in this new post. Out of the box the Phing -l option can be used to get a first...
View ArticleDerick Rethans' Blog: More source analysis with VLD
Derick Rethans has been working on some updates to a tool he's developed, VLD, to make it more helpful and effecting in optimizing the opcodes in your scripts and find the dead opcodes and paths. He...
View ArticleSebastian Bergmann's Blog: Visualization of PHPUnit Development
On his blog Sebastian Bergmann has a recent post about how he's visualizing PHPUnit's development and pushing that information into a video based on the history of the project. According to...
View ArticleChristian Weiske's Blog: Visualizing PHPUnit runs
During some of his development, Christian Weiske found the tests for a project he was working on too slow for comfort and figured there had to be a way to find the root cause: Running the specific...
View Article