Enjoy a free article from our April 2010 issue!
We are happy to announce the release of the April 2010 issue of php|architect, in which we cover PHP in the real world. In this issue you will also find our new JavaScript Corner column that lays down the foundation for more advanced subjects coming in the near future.
Bonus: wondering what the magazine looks like now that we’re electronic-only? Take a look at a free article, “Drupal Corner: Creating Custom Displays with Views”
Book Review: Reflections on Management
“Reflections on Management: How to Manage Your Software Projects, Your Teams, Your Boss, and Yourself” by Watts S. Humphrey is Addison Wesley’s latest book on managing the software development process. Click through and see what our own Cal Evans thinks about it.
Meet Kristina Chodorow
Kristina Chodorow is the lead developer on the MongoDB project and a member of the php|architect blogger squad. Among other great posts, she wrote this year’s Ada Lovelace Day post for php|architect, “Technically Female“. Kristina will be presenting on MongDB at TEK·X on both the tutorial day and the regular conference. If you are looking […]
New SQL Server driver released
Microsoft recently announced their new PDO driver for SQL Server. The goal is to make it easier for developers to support multiple databases with their applications and to make it easier for popular PHP applications to offer a SQL server option.
Meet Ed Finkler
This one is a bit longer than the other interviews in this series but if you know Ed, that doesn’t surprise you. Ed has been a player in the PHP community for as long as I’ve known him. First with Inspect and then with the award winning twitter client Spaz. (Which isn’t really PHP but […]
Introducing four new PHP 5.3 components and Goutte, a simple web scraper
To support Symfony 2’s development, Fabien Potencier, lead of Symfony, has release four PHP 5.3 components: BrowserKit, CssSelector, DomCrawler and Process. A new web scraper/crawler has also been released, which uses these components along with Zend Framework’s Date, Uri, Http, and Validate components.