giorgio sironi

DZone.com: PHPUnit_Selenium

PHPDeveloper.org  Fri, 01/20/2012 - 09:12

On DZone.com today Giorgio Sironi has a quick tutorial showing you how to set up and use the PHPUnit_Selenium component in the latest releases of the popular testing software.


 

DZone.com: Open/Closed Principle on real world code

PHPDeveloper.org  Fri, 01/13/2012 - 09:05

In a new post to DZone.com Giorgio Sironi talks about the "open/closed principle" in software development and shows an example based on the design of the PHPUnit_Selenium project.


 

DZone.com: Self-Initializing Fakes in PHP

PHPDeveloper.org  Mon, 12/05/2011 - 10:03

In a new post over on DZone.com Giorgio Sironi shows how to create a fake, an interface that mocks the interface to an external tool and provides cached results back to the calling script.


 

DZone.com: Using a virtual machine to play with multiple version...

PHPDeveloper.org  Fri, 11/04/2011 - 09:15

On DZone.com Giorgio Sironi has a new post talking about a development practice that's becoming more and more popular (rather than the old standby of one development platform for all developers) - using virtual machines as reusable, easily renewable platforms.

He talks about the process he went through to set up PHP, including the commands used during the process.


 

DZone.com: There's no reason not to switch to DocBlox

PHPDeveloper.org  Thu, 09/01/2011 - 12:35

On DZone.com there's a recent post from Giorgio Sironi sharing his opinion on what should be your choice of automatic documentation generation tools in your PHP app, that there's no reason not to switch to DocBlox.


 

Dzone.com: Object Calisthenics

PHPDeveloper.org  Fri, 08/19/2011 - 09:15

Giorgio Sironi has a new post on DZone.com today with a look at what he calls "object calisthenics", a sort of ">workout exercise for you to do to flex your object-oriented programming skills.


 

DZone.com: Assetic: JavaScript and CSS files management

PHPDeveloper.org  Fri, 08/05/2011 - 08:19

On DZone.com today Giorgio Sironi introduces you to Assetic, an asset management tool that helps you keep things organized and easily requested by your application.


 

DZone.com: What new feature in PHP 5.4 is the most important to ...

PHPDeveloper.org  Wed, 07/20/2011 - 09:14

In a new post to DZone.com today Giorgio Sironi asks developers what new feature of PHP 5.4 is the most important to you and your application development?


 

DZone.com: Practical Testing Patterns - Redux

PHPDeveloper.org  Thu, 06/02/2011 - 11:12

A while back we posted about a series of articles Giorgio Sironi was doing about some of the more practical applications of testing patterns in PHP unit testing.

He' been building on the series ever since and has lots of great patterns you can use to more correctly structure your testing practices.

The current list includes:


 

DZone.com: PHP UML generation from a live object graph

PHPDeveloper.org  Wed, 05/11/2011 - 09:19

On the PHP On Windows section of the DZone.com site Giorgio Sironi has a new post looking at the process (and script he's created) to create a UML diagram with PHP from a project's current class structure.