Author Archive

Zend Framework 2.0 Patterns Tutorial

Zend Framework 2.0 Patterns Tutorial View more presentations from Matthew Weier O’Phinney


Nokia and Windows Phone 7

While the specific details of the deal are being worked out, here’s a quick summary of what Nokia working towards: Nokia will adopt Windows Phone as its primary smartphone strategy, innovating on top of the platform in areas such as [...]


PHP Comparison Operator

To test whether two variables are different, use any one of PHP’s many comparison operators. <php // define some variables $mean = 29; $median = 40; $mode  = 29; // less-than operator // return true if  left side is less [...]