sitepoint

PHP Master Published by SitePoint - Matthew Turland

Planet PHP  Fri, 10/21/2011 - 07:46

I’m very happy to announce that I’ve had a second book published: “PHP Master: Writing Cutting-Edge Code.” This time, I had the honor and pleasure of co-authoring the content with my good friends and peers in the PHP community Lorna Jane Mitchell and Davey Shafik and working with the excellent team at


 

New Articles on PHPmaster.com - Matthew Turland

Planet PHP  Sun, 10/16/2011 - 15:22

I recently started writing articles for PHPmaster.com, a site managed by SitePoint that syndicates PHP tutorials, opinions, and news.


 

Community News: SitePoint Launches PHPMaster.com

PHPDeveloper.org  Thu, 09/15/2011 - 09:16

The crew over at SitePoint have introduced a new PHP-specific resource that's looking to provide a good resource for those looking for community info and tutorials - PHPMaster.com.

PHPMaster is the latest and greatest in the SitePoint family, dedicated to bringing you the highest quality in tutorials from some of the web's best PHP Developers, as well as news and information on events in the PHP Community.

Tutorials posted so far include:


 

SitePoint PHP Blog: How to Create Your Own Twitter Widget in PHP...

PHPDeveloper.org  Thu, 01/06/2011 - 12:05

On the SitePoint PHP blog today Craig Buckler is back with the second part of their series on creating a Twitter widget for your site.

You can find more about the first part of the series here.


 

How to Create Your Own Twitter Widget in PHP, Part 3 - SitePoint...

Planet PHP  Thu, 01/06/2011 - 11:47

In part 1 of this series, we examined the Twitter API, created a PHP TwitterStatus class, and imported the latest tweets in JSON format.

In Part 2, we parsed the Twitter data, replaced links, and generated the complete html for our widget.


 

SitePoint PHP Blog: How to Create Your Own WordPress Shortcodes

PHPDeveloper.org  Thu, 11/11/2010 - 08:26

On the SitePoint PHP blog today there's a new post showing how how to make your own "short code" system that allows for custom function execution.


 

SitePoint PHP Blog: How to Make WordPress Easier for Clients, Pa...

PHPDeveloper.org  Thu, 04/15/2010 - 10:10

SitePoint.com has started a new series of posts today looking at how to make WordPress easier for clients to use and be happier with overall.

Craig Buckler looks at things that can help your clients think simpler and easier.


 

SitePoint PHP Blog: Debug PHP with Firebug and FirePHP

PHPDeveloper.org  Tue, 02/09/2010 - 09:13

bOn the SitePoint PHP blog today there's a new post showing you how to debug applications with FirePHP (an extension of the popular Fireug extension for Firefox).


 

SitePoint PHP Blog: How to Use PHP Namespaces (Parts 2 &3)

PHPDeveloper.org  Wed, 07/15/2009 - 07:16

The SitePoint PHP blog has posted the next two parts of their series looking at using namespaces in PHP - parts 2 and 3:

In the second part of the series they build on the basics and look at importing namespaces into a script, aliasing them to a shorter, easier to use name and some rules to consider about name resolution.