Archive for October 5th, 2006

php|architect: Zend PHP 5 Certification Study Guide Published

The folks over at php|architect have release another resource to help get you certified as a Zend Certified Engineer - the Zend PHP 5 Certification Study Guide.

php|architect’s Zend PHP 5 Certification Study Guide, edited and produced by the publishers of php|architect, provides the most comprehensive and thorough preparation tool for developers who wish to take the exam.

This book provides complete coverage of every topic that is part of the exam, for more information, see the chapters & source code.

Chapters for the book cover topics like the PHP basics, Strings and Patterns, Object Oriented Programming, Security, and XML/Web Services. Check out this sample chapter to get a taste of what’s inside.

Also, check out the blog entries on the book from the two authors - Ben Ramsey and Davey Shafik.

Continue Reading · Add comment

Tobias Schlitt’s Blog: Last chance: Know a lot about PHP in 2 days, for free!

Tobias Schlitt has a last chance post on his blog today for those that might still want to attend the PHP Weekender event starting this Saturday (Oct 7th).

I just returned from vacation and realized, that the PHP Weekender (the free-of-charge workshop weekend for PHP enthusiasts, organized by the [http//phpugdo.de PHP Usergroup Dortmund]) has 90 verified, registered attendees so far.

This is really cool, we never expected such a huge number of signups! Anyway, the PHP Weekender starts on upcoming Saturday, October 7th. If you did not register, yet, you should take your heels and run to our website, since we will only accept registrations until tomorrow 12:00 CET.

There’s stil time to get your name on the list, so head on over and sign up today before it’s too late!

Continue Reading · Add comment

Jim Plush’s Blog: Zend’s PHP Toolbar for Firefox2

Jim Plush got impatient for Zend to update their Zend Studio Plugin for Mozilla and Firefox, so he did it himself.

Again, I can’t wait any longer for people to update firefox2 extensions. Here is a download link for the Zend Toolbar Extension for Firefox 2: http://www.litfuel.net/plush/files/ZendFirefoxToolbar-1.5.1.xpi.

The Zend Studio Plugin for Mozilla/Firefox allows developers to debug and profile PHP applications (running on the Zend Platform) through the web. Check out Zend’s page for more information.

Continue Reading · Add comment

JSLabs Blog: How to use the facebook API

On the JSLabs blog today, there’s a new tutorial showing how you (yes you) can use the Facebook Developer’s API to pull information from their systems.

The facebook API allows you to access profiles, friends, photos, and events. To access the API from an outside server, you need to go through the following steps:

He uses the PHP library to make the connection - a simple call to the API (complete with API key, the location of the interface, a secret key, and a session key to provide a unique identifier. The request made logs a user in (much have a valid Facebook account) and grabs: the count of the messages waiting, the number of posts to your wall, and a list of available photo albums.

Continue Reading · Add comment

Polymorphism, Design Patterns, and PHP Programming

Last week we continued our discussion of the object-oriented features of PHP 5 by taking a first look at design patterns. This week we will continue looking at design patterns and examine polymorphism. This article the third of four parts is excerpted from chapter two of the book em Advanced PHP Programming em written by George Schlossnagle Sams ISBN 672325616 ….

Rackspace-Managed Servers, Fanatical Support™ Full-Scale Microsoft & Linux Solutions & 0% Network Downtime! Click here now!

Continue Reading · Add comment