<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Sat, 22 Nov 2008 01:48:57 -0600</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Community News: Cal Evans Named Director for Ibuildings Centre of Expertise]]></title>
      <guid>http://www.phpdeveloper.org/news/11083</guid>
      <link>http://www.phpdeveloper.org/news/11083</link>
      <description><![CDATA[<p>
According to <a href="http://www.ibuildings.com/news//&story=111">this news release</a> from Ibuildings, <i>Cal Evans</i> (of <a href="http://www.zend.com">Zend</a> and the editor-in-chief of the <a href="http://devzone.zend.com">Zend Developer Zone</a>) will be taking on a new role as the Director of the Ibuildings Center of Expertise for PHP.
</p>
<blockquote>
Ibuildings recently announced the launch of a PHP Centre of Expertise. The news has been received very positively by the PHP community worldwide. The centre will be led by Cal Evans, a world-renowned PHP expert. He is, among many other things, the editor-in-chief of one of the most important portals for PHP developers. In October Evans will move from his current residence in Nashville (Tennessee - US) to the Netherlands.
</blockquote>
<p>
The goal of the Centre is to give the PHP community a boost through education, promotion of good coding standards and information about different methodologies (such as Agile programming) and much more. Check out <A href="http://www.ibuildings.com/blog/archives/1301-Building-a-PHP-Center-of-Expertise.html">this post</a> on the Ibuildings blog for more information.
</p>
<p>
Check some <a href="http://blog.agoraproduction.com/index.php?/archives/77-Cal-Evans-Director-of-Ibuildings-Center-of-Expertise.html">comments</a> from <i>David Coallier</i> too.
</p>]]></description>
      <pubDate>Thu, 25 Sep 2008 07:55:40 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Job Posting: Eventures Seeks CTO & Development Director (London, UK)]]></title>
      <guid>http://www.phpdeveloper.org/news/10579</guid>
      <link>http://www.phpdeveloper.org/news/10579</link>
      <description><![CDATA[<table cellpadding="3" cellspacing="2" border="0">
<tr>
	<td style="font-weight:bold;vertical-align:top;font-size:11px">Company</td>
	<td style="font-size:11px">Eventures</td>
</tr>
<tr>
	<td style="font-weight:bold;vertical-align:top;font-size:11px">Location</td>
	<td style="font-size:11px">London, UK (near Angel)</td>
</tr>
<tr>
	<td style="font-weight:bold;vertical-align:top;font-size:11px">Title</td>
	<td style="font-size:11px">Start-up CTO and Development Director</td>
</tr>
<tr>
	<td style="font-weight:bold;vertical-align:top;font-size:11px">Summary</td>
	<td style="font-size:11px">
	<p>
	We are looking for an equity partner to join two directors on a web start up. We have completed the application designs and are looking for someone to build it.
	</p>
	<p><b>Responsibilities</b></p>
	<ul>
	<li>Everything IT
	<li>Provide technical specification for system designs
	<li>Architectural platform design
	<li>Design, build and test applications
	<li>System administration and maintenance
	<li>Building a development team
	<li>Clear documentation
	<li>Manage development budget and projected IT spend
	<li>Manage the business IT infrastructure - communications, computers, software, hardware
	</ul>
	<p><b>Required experience</b></p>
	<ul>
	<li>Architecting, building and deploying large multi-tiered consumer web applications
	<li>Building scalable, flexible, robust and secure architecture for high-traffic applications
	<li>Proven track record in implementing open source system development, maintenance and administration
	<li>Technical team management experience
	</ul>
	<p><b>Useful but not essential experience:</b></p>
	<ul>
	<li>Designing, building and testing mobile applications
	<li>Developing SMS delivery functionality/integration
	</ul>
	<p>
	The ideal candidate will also be a passionate user of social media and be able to help develop and deliver a strategy across appropriate platforms.
	</p>
	<p>
	Contact Joey on 07846 431 352 or <a href="mailto:djoeyb@gmail.com">djoeyb@gmail.com</a> for more information
	</p>
	</td>
</tr>
</table>]]></description>
      <pubDate>Thu, 10 Jul 2008 12:09:13 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[DevShed: Developing a Form Director Class]]></title>
      <guid>http://www.phpdeveloper.org/news/6528</guid>
      <link>http://www.phpdeveloper.org/news/6528</link>
      <description><![CDATA[<p>
DevShed is continuing on with their look at using Builder objects (<a href="http://www.phpdeveloper.org/news/6421">part 1</a>, <a href="http://www.phpdeveloper.org/news/6481">part 2</a>) with the third and final part of the series - <a href="http://www.devshed.com/c/a/PHP/Developing-a-Form-Director-Class/">
Developing a Form Director Class</a>.
</p>
<blockquote>
In this article I'll complete the builder pattern, since I'll demonstrate how to define and use a form director class, in this way putting the final strokes on the example that you learned in the previous tutorial.
</blockquote>
<p>
The tutorial goes back over a few of the concepts and code from the previous part of the series before getting into the form generation with these handy objects. They also show the FormBuilder class (creative name, eh?) that will generate the form's elements as created previously. They wrap it all up with the only new functionality - the Builder object Director class, creating a simple contact form. 
</p>]]></description>
      <pubDate>Wed, 18 Oct 2006 15:13:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[DevShed: Introducing Builder Objects in PHP 5]]></title>
      <guid>http://www.phpdeveloper.org/news/6421</guid>
      <link>http://www.phpdeveloper.org/news/6421</link>
      <description><![CDATA[<p>
DevShed kicks off another three-parts series today with <a href="http://www.devshed.com/c/a/PHP/Introducing-Builder-Objects-in-PHP-5/">part one</a> of a look at working with builder objects in PHP5.
</p>
<blockquote>
<p>
In this article, the first of a three-part series, you will be introduced to the basics of creating directors and builder objects with PHP 5. As usual, there will be copious examples to help you quickly start using the builder pattern in your own PHP projects.
</p>
<p>
Well, to put things in a simple perspective, when the builder pattern is applied, two objects are put into action to create a third one. First, these two objects create a director; as its name suggests, the director controls all aspects of the creation process and determines what pieces and modifications will be introduced into the target object. Finally, a builder is tasked with constructing the third object in question, in accordance with particular specifications. Sounds fairly simple, doesn't it?
</p>
</blockquote>
<p>
They <a href="http://www.devshed.com/c/a/PHP/Introducing-Builder-Objects-in-PHP-5/">start with</a> a look at starting with the Builder pattern, building a basic XML document to provide the structure for the target object. From that information, they show how to create the object and give a simple class to help direct that object along.
</p>]]></description>
      <pubDate>Wed, 04 Oct 2006 15:03:57 -0500</pubDate>
    </item>
  </channel>
</rss>
