News Feed
Sections
News Archive


Community Events
php|tek 2008 PHP Conference



feed this:

Zend Developer Zone:
The ZendCon Sessions Episode 6 Project Management Methods to Maintain IT Stand
0 comments :: posted Friday January 18, 2008 @ 17:05:00
voice your opinion now!

The Zend Developer Zone has published their latest episode of the ZendCon Sessions series (as recorded at last year's ZendCon) - Eric David's talk on project management and standards.

Welcome to The ZendCon Sessions. This episode of The ZendCon Sessions was recorded live at ZendCon 2007 in Burlingame, CA. We hope you enjoy today's session as we listen to Eric David present "Project Management Methods to Maintain IT standards ".

You can either grab the mp3 to listen, use the in-page player or point your favorite aggregator at the feed for the series to get this and the other great episodes.

tagged with: zendcon07 zendcon sessions podcast project management standards ericdavid


Alan Knowles' Blog:
Code Reviewing.
0 comments :: posted Monday August 21, 2006 @ 07:56:39
voice your opinion now!

In a great new post from Alan Knowles he takes a look at code reviewing, specificaly in a PHP environment.

He breaks the post up into phases (one through four) with the steps outlined along the way (including the "oh sh*t, it's getting urgent, we better fix the delivered code and make it work well enough for the client to start testing" phase). Phase four is the largest, being the bug finding and fixing stage, some of the more intensive (and sometimes numbing) times of development.

He also includes a good, long list of some of the codeing standards he's accumulated over time, including:

  • Not creating PHP includes with functions in them!
  • Never hard code email subjects etc. in code, use templates.
  • Not using libraries that where not specified.. or using non-PEAR libraries when PEAR ones are available...
  • Everything extends the base class, even code run via cron jobs.

He also talks about using print rather than echo, exiting on XMLHttpRequest calls, shortcuts in Javascript, and cloning dataobject arrays over creating simple structs.

tagged with: code review phase coding standards list mistakes code review phase coding standards list mistakes


ajax PEAR conference releases zendframework pecl package code cakephp mysql developer security PHP5 job zend database release framework book application

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework