Quantcast
Channel: PHPDeveloper.org
Browsing latest articles
Browse All 7 View Live

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 Article


William 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 Article


Debuggable 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 Article

Raphael 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 Article

Derick 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 Article


Sebastian 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 Article

Christian 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
Browsing latest articles
Browse All 7 View Live