About the Author

Chris Shiflett

Chris Shiflett is an author and speaker who leads the web application security practice at OmniTI.


PHP Advent Calendar Day 5

Today's entry, provided by Cal Evans, is entitled Five Resources Every PHP Developer Should Know About.

Cal Evans

Name
Cal Evans
Blog
blog.calevans.com
Biography
Cal Evans is currently the Editor-in-Chief of the Zend Developer Zone; for the previous 7 years, he worked with cool LAMP projects and teams. Before that, he just sat around wishing for something like LAMP to come along, so he could build cool projects.
Location
Nashville, Tennessee

Everybody pretty much knows about the major resources available to the PHP community. Web sites like PHPDeveloper.org, Planet PHP, Zend Developer Zone, and alphaWorks make news, blogs, and good tutorials easy to come by. However, there are several good resources that aren't as widely publicized.

PHPWomen.org
PHPWomen.org's mission is to encourage women programmers to get involved with PHP. They do not exclude men; rather, they encourage women. They post good tutorials, have excellent write-ups on the various conferences for PHP developers, and have an active forum.
DZone
From the creator of Javalobby.org, Rick Ross, comes DZone, "fresh links for developers." Basically, DZone is Digg, but exclusively for developers. Rick strives to keep DZone language agnostic and even reaches out to the PHP community to make sure that we are well represented.
PHP Internals Mailing List
If you really want to know what is going on in PHP, you want to monitor the internals list. This list can have a high signal-to-noise ratio, and you may be more comfortable monitoring it via Steph Fox's excellent, if often late, weekly summaries.
KillerPHP.com
Stefan Mischook has created a web site that delivers on its name's promise. If you are just getting started, his tutorial videos are a great place to start. If you are an old-hand at PHP, then his blog is one you won't want to miss.
PHPPodcasts.com
The PHP community has a lot of interesting podcasts and video casts. The problem is that if you don't know where to look, they can be hard to find. PHPPodcasts.com is a resource locater. It's not designed for you to subscribe to, but rather to visit occasionally to see what's new and available.

About This Post

PHP Advent Calendar Day 5 was posted on Wed, 05 Dec 2007 at 19:34:12 GMT.

0 Comments

Post A Comment

Personal Details and Comment

Style Guide

Line breaks are converted to paragraphs. Also use:

  • <a href="" title="">text</a>1
  • <em>text</em>
  • <blockquote><p>text</p></blockquote>
  • <code>2  <?php  if ($foo) {      $foo = TRUE;  }  ?></code>
  1. Note: <code> can be used inline (e.g. in paragraphs) or in a block as shown. Include whitespace and newlines in blocks.

Please enter Chris (my first name) below. This is a primitive spam prevention technique, and I apologize for the inconvenience.

Preview and Submit

Upcoming Talks

php|tek

19 - 22 May 2009

At Sheraton Gateway Suites Chicago O'Hare, Chicago, Illinois.

OSCON

20 - 24 Jul 2009

At San Jose McEnery Convention Center, San Jose, California.

New Comments

Ronald wrote:

A little hard for a rookie like me, but useful. I also thought you'd like to know there is a grea...

Posted in A rev="canonical" HTTP Header
Alex wrote:

Aren't you forgetting that the session will expire if _write() is never called? That excludes ...

Posted in
Andy Mabbett wrote:

@Chris Shiflett, #4, belatedly: Google only accepts rel=canonical within the same domain. My s...

Posted in A rev="canonical" HTTP Header
Kenneth Udut wrote:

I've implemented this rev="canonical" idea on http://free.naplesplus.us in the hopes that it catc...

Posted in Save the Internet with rev="canonical"
Mark wrote:

After reading your article and all the comments, what I got out of this was that sessions are not...

Posted in

Browse Comments