<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PHPNW10</title>
	<atom:link href="http://conference.phpnw.org.uk/phpnw10/feed/" rel="self" type="application/rss+xml" />
	<link>http://conference.phpnw.org.uk/phpnw10</link>
	<description>PHPNW Conference - 9th October 2010 - Manchester, United Kingdom</description>
	<lastBuildDate>Wed, 23 Feb 2011 16:12:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>PHPNW10: Juozas Kaziukėnas: Optimizing Zend Framework</title>
		<link>http://conference.phpnw.org.uk/phpnw10/2011/01/05/phpnw10-juozas-kaziukenas-optimizing-zend-framework/</link>
		<comments>http://conference.phpnw.org.uk/phpnw10/2011/01/05/phpnw10-juozas-kaziukenas-optimizing-zend-framework/#comments</comments>
		<pubDate>Wed, 05 Jan 2011 15:28:54 +0000</pubDate>
		<dc:creator>jeremy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://conference.phpnw.org.uk/phpnw10/2011/01/05/phpnw10-juozas-kaziukenas-optimizing-zend-framework/</guid>
		<description><![CDATA[Click to Play Zend Framework is one of the most popular PHP framworks out there, however, there are a lot of people not happy or pushed away by its performance.This talk explains where Zend Framework loses its speed and how to regain it in your applications.Associated Slides]]></description>
			<content:encoded><![CDATA[<div>					<a rel="enclosure" href="http://blip.tv/file/get/Phpcodemonkey-PHPNW10JuozasKaziuknasOptimizingZendFramework291.flv"><img alt="Video thumbnail. Click to play" src="http://blip.tv/file/get/Phpcodemonkey-PHPNW10JuozasKaziuknasOptimizingZendFramework291.flv.jpg" border="0" /></a>					<br />					<a rel="enclosure" href="http://blip.tv/file/get/Phpcodemonkey-PHPNW10JuozasKaziuknasOptimizingZendFramework291.flv">Click to Play</a>					</div>
<div class="blip_description">Zend Framework is one of the most popular PHP framworks out there, however, there are a lot of people not happy or pushed away by its performance.This talk explains where Zend Framework loses its speed and how to regain it in your applications.<a rel="nofollow" href="http://www.slideshare.net/juokaz/optimizing-zend-framework">Associated Slides</a></div>

]]></content:encoded>
			<wfw:commentRss>http://conference.phpnw.org.uk/phpnw10/2011/01/05/phpnw10-juozas-kaziukenas-optimizing-zend-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://blip.tv/file/get/Phpcodemonkey-PHPNW10JuozasKaziuknasOptimizingZendFramework291.flv" length="229798500" type="video/x-flv" />
<enclosure url="http://blip.tv/file/get/Phpcodemonkey-PHPNW10JuozasKaziuknasOptimizingZendFramework291.flv" length="229798500" type="video/x-flv" />
		</item>
		<item>
		<title>PHPNW10: Rowan Merewood: Practical Applications of Zend_Acl</title>
		<link>http://conference.phpnw.org.uk/phpnw10/2011/01/05/phpnw10-rowan-merewood-practical-applications-of-zend_acl/</link>
		<comments>http://conference.phpnw.org.uk/phpnw10/2011/01/05/phpnw10-rowan-merewood-practical-applications-of-zend_acl/#comments</comments>
		<pubDate>Wed, 05 Jan 2011 12:55:08 +0000</pubDate>
		<dc:creator>jeremy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://conference.phpnw.org.uk/phpnw10/2011/01/05/phpnw10-rowan-merewood-practical-applications-of-zend_acl/</guid>
		<description><![CDATA[Click to Play Access Control Lists are a tool that allows us to map permissions to objects within Zend_Acl this maps to a hierarchical arrangement of roles and resources.This talk will follow through the basic use of Zend_Acl and steadily build a series of practical examples to illustrate the different methods of creating and enforcing... <a href="http://conference.phpnw.org.uk/phpnw10/2011/01/05/phpnw10-rowan-merewood-practical-applications-of-zend_acl/" class="excerpt"> read more</a>]]></description>
			<content:encoded><![CDATA[<div>					<a rel="enclosure" href="http://blip.tv/file/get/Phpcodemonkey-PHPNW10RowanMerewoodPracticalApplicationsOfZend_Acl894.flv"><img alt="Video thumbnail. Click to play" src="http://blip.tv/file/get/Phpcodemonkey-PHPNW10RowanMerewoodPracticalApplicationsOfZend_Acl894.flv.jpg" border="0" /></a>					<br />					<a rel="enclosure" href="http://blip.tv/file/get/Phpcodemonkey-PHPNW10RowanMerewoodPracticalApplicationsOfZend_Acl894.flv">Click to Play</a>					</div>
<div class="blip_description">Access Control Lists are a tool that allows us to map permissions to objects  within Zend_Acl this maps to a hierarchical arrangement of roles and resources.This talk will follow through the basic use of Zend_Acl and steadily build a series of practical examples to illustrate the different methods of creating and enforcing an ACL for an application. This will include how to implement some of the more complicated hierarchical relationships and advanced conditions through the use of assertions. We will also cover the design considerations of where to attach the ACL, with the differences between applying it to controllers or models. With a functioning ACL in place, we will examine some of the methods for persisting the list and whether that list should be static or dynamic.Alongside the straight functionality of our code, we will also examine how to effectively unit test it, improving its performance and analysing the level of security that has been created.<a rel="nofollow" href="http://www.slideshare.net/rowan_m/practical-applications-of-zendacl">Associated Slides</a></div>

]]></content:encoded>
			<wfw:commentRss>http://conference.phpnw.org.uk/phpnw10/2011/01/05/phpnw10-rowan-merewood-practical-applications-of-zend_acl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://blip.tv/file/get/Phpcodemonkey-PHPNW10RowanMerewoodPracticalApplicationsOfZend_Acl894.flv" length="290886659" type="video/x-flv" />
<enclosure url="http://blip.tv/file/get/Phpcodemonkey-PHPNW10RowanMerewoodPracticalApplicationsOfZend_Acl894.flv" length="290886659" type="video/x-flv" />
		</item>
		<item>
		<title>PHPNW10: Marcus Deglos (chairs): Framework Shootout!</title>
		<link>http://conference.phpnw.org.uk/phpnw10/2010/12/22/phpnw10-marcus-deglos-chairs-framework-shootout/</link>
		<comments>http://conference.phpnw.org.uk/phpnw10/2010/12/22/phpnw10-marcus-deglos-chairs-framework-shootout/#comments</comments>
		<pubDate>Wed, 22 Dec 2010 12:05:05 +0000</pubDate>
		<dc:creator>jeremy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://conference.phpnw.org.uk/phpnw10/2010/12/22/phpnw10-marcus-deglos-chairs-framework-shootout/</guid>
		<description><![CDATA[Click to Play Roll up, roll up!Come along to watch your favourite frameworks go head to head in a bid to crown a champion. Expect honesty, hyperbole, lies and statistics as our experts debate and defend why their framework of choice belongs in your codebase.]]></description>
			<content:encoded><![CDATA[<div>					<a rel="enclosure" href="http://blip.tv/file/get/Phpcodemonkey-PHPNW10MarcusDeglosChairsFrameworkShootout839.flv"><img alt="Video thumbnail. Click to play" src="http://blip.tv/file/get/Phpcodemonkey-PHPNW10MarcusDeglosChairsFrameworkShootout839.flv.jpg" border="0" /></a>					<br />					<a rel="enclosure" href="http://blip.tv/file/get/Phpcodemonkey-PHPNW10MarcusDeglosChairsFrameworkShootout839.flv">Click to Play</a>					</div>
<div class="blip_description">Roll up, roll up!Come along to watch your favourite frameworks go head to head in a bid to crown a champion. Expect honesty, hyperbole, lies and statistics as our experts debate and defend why their framework of choice belongs in your codebase.</div>

]]></content:encoded>
			<wfw:commentRss>http://conference.phpnw.org.uk/phpnw10/2010/12/22/phpnw10-marcus-deglos-chairs-framework-shootout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://blip.tv/file/get/Phpcodemonkey-PHPNW10MarcusDeglosChairsFrameworkShootout839.flv" length="249699856" type="video/x-flv" />
<enclosure url="http://blip.tv/file/get/Phpcodemonkey-PHPNW10MarcusDeglosChairsFrameworkShootout839.flv" length="249699856" type="video/x-flv" />
		</item>
		<item>
		<title>PHPNW10: Lorenzo Alberton: Profile your PHP application and make it fly</title>
		<link>http://conference.phpnw.org.uk/phpnw10/2010/12/22/phpnw10-lorenzo-alberton-profile-your-php-application-and-make-it-fly/</link>
		<comments>http://conference.phpnw.org.uk/phpnw10/2010/12/22/phpnw10-lorenzo-alberton-profile-your-php-application-and-make-it-fly/#comments</comments>
		<pubDate>Wed, 22 Dec 2010 10:28:50 +0000</pubDate>
		<dc:creator>jeremy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://conference.phpnw.org.uk/phpnw10/2010/12/22/phpnw10-lorenzo-alberton-profile-your-php-application-and-make-it-fly/</guid>
		<description><![CDATA[Click to Play Making an application scale and go faster is often seen as a wizardly task. We read the micro-optimisation tricks posted in tech blogs and apply them with unconditional trust and great hope, and then wonder why performances havent improved that much (Wait, I even replaced print with echo!!!).In this talk well see... <a href="http://conference.phpnw.org.uk/phpnw10/2010/12/22/phpnw10-lorenzo-alberton-profile-your-php-application-and-make-it-fly/" class="excerpt"> read more</a>]]></description>
			<content:encoded><![CDATA[<div>					<a rel="enclosure" href="http://blip.tv/file/get/Phpcodemonkey-PHPNW10LorenzoAlbertonProfileYourPHPApplicationAndMakeI775.flv"><img alt="Video thumbnail. Click to play" src="http://blip.tv/file/get/Phpcodemonkey-PHPNW10LorenzoAlbertonProfileYourPHPApplicationAndMakeI775.flv.jpg" border="0" /></a>					<br />					<a rel="enclosure" href="http://blip.tv/file/get/Phpcodemonkey-PHPNW10LorenzoAlbertonProfileYourPHPApplicationAndMakeI775.flv">Click to Play</a>					</div>
<div class="blip_description">Making an application scale and go faster is often seen as a wizardly task. We read the micro-optimisation tricks posted in tech blogs and apply them with unconditional trust and great hope, and then wonder why performances havent improved that much (Wait, I even replaced print with echo!!!).In this talk well see how we can take easy, practical steps we can apply over and over that really make a difference, by analysing what our application does under the hood, measuring how and where the different resources are used, eliminating the real bottlenecks and restructuring critical components to handle growing loads.<a rel="nofollow" href="http://www.slideshare.net/quipo/profile-your-php-application-and-make-it-fly">Associated Slides</a></div>

]]></content:encoded>
			<wfw:commentRss>http://conference.phpnw.org.uk/phpnw10/2010/12/22/phpnw10-lorenzo-alberton-profile-your-php-application-and-make-it-fly/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="http://blip.tv/file/get/Phpcodemonkey-PHPNW10LorenzoAlbertonProfileYourPHPApplicationAndMakeI775.flv" length="279730684" type="video/x-flv" />
<enclosure url="http://blip.tv/file/get/Phpcodemonkey-PHPNW10LorenzoAlbertonProfileYourPHPApplicationAndMakeI775.flv" length="279730684" type="video/x-flv" />
		</item>
		<item>
		<title>PHPNW10: David Zuelke: Designing HTTP URLs and REST Interfaces</title>
		<link>http://conference.phpnw.org.uk/phpnw10/2010/12/20/phpnw10-david-zuelke-designing-http-urls-and-rest-interfaces/</link>
		<comments>http://conference.phpnw.org.uk/phpnw10/2010/12/20/phpnw10-david-zuelke-designing-http-urls-and-rest-interfaces/#comments</comments>
		<pubDate>Mon, 20 Dec 2010 13:00:05 +0000</pubDate>
		<dc:creator>jeremy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://conference.phpnw.org.uk/phpnw10/2010/12/20/phpnw10-david-zuelke-designing-http-urls-and-rest-interfaces/</guid>
		<description><![CDATA[Click to Play A lot of Web Services today claim to be RESTful APIs. But are they really? Do the URLs form a logical hierarchy, and do they accurately identify resources? Are the powers of HTTP leveraged properly? What is hypermedia, and what is the secret behind the HATEOAS acronym that is so essential to... <a href="http://conference.phpnw.org.uk/phpnw10/2010/12/20/phpnw10-david-zuelke-designing-http-urls-and-rest-interfaces/" class="excerpt"> read more</a>]]></description>
			<content:encoded><![CDATA[<div>					<a rel="enclosure" href="http://blip.tv/file/get/Phpcodemonkey-PHPNW10DavidZuelkeDesigningHTTPURLsAndRESTInterfaces777.flv"><img alt="Video thumbnail. Click to play" src="http://blip.tv/file/get/Phpcodemonkey-PHPNW10DavidZuelkeDesigningHTTPURLsAndRESTInterfaces777.flv.jpg" border="0" /></a>					<br />					<a rel="enclosure" href="http://blip.tv/file/get/Phpcodemonkey-PHPNW10DavidZuelkeDesigningHTTPURLsAndRESTInterfaces777.flv">Click to Play</a>					</div>
<div class="blip_description">A lot of Web Services today claim to be RESTful APIs. But are they really? Do the URLs form a logical hierarchy, and do they accurately identify resources? Are the powers of HTTP leveraged properly? What is hypermedia, and what is the secret behind the HATEOAS acronym that is so essential to the REST architectural style? This talk gives answers and guidelines using real-life examples.</p>
<p><a rel="nofollow" href="http://www.slideshare.net/Wombert/phpnw10-designing-http-services-and-restful-interfaces">Associates Slides</a></div>

]]></content:encoded>
			<wfw:commentRss>http://conference.phpnw.org.uk/phpnw10/2010/12/20/phpnw10-david-zuelke-designing-http-urls-and-rest-interfaces/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://blip.tv/file/get/Phpcodemonkey-PHPNW10DavidZuelkeDesigningHTTPURLsAndRESTInterfaces777.flv" length="252696326" type="video/x-flv" />
<enclosure url="http://blip.tv/file/get/Phpcodemonkey-PHPNW10DavidZuelkeDesigningHTTPURLsAndRESTInterfaces777.flv" length="252696326" type="video/x-flv" />
		</item>
		<item>
		<title>PHPNW10: Sebastian Marek: The Journey towards Continuous Integration</title>
		<link>http://conference.phpnw.org.uk/phpnw10/2010/12/20/phpnw10-sebastian-marek-the-journey-towards-continuous-integration/</link>
		<comments>http://conference.phpnw.org.uk/phpnw10/2010/12/20/phpnw10-sebastian-marek-the-journey-towards-continuous-integration/#comments</comments>
		<pubDate>Mon, 20 Dec 2010 12:10:02 +0000</pubDate>
		<dc:creator>jeremy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://conference.phpnw.org.uk/phpnw10/2010/12/20/phpnw10-sebastian-marek-the-journey-towards-continuous-integration/</guid>
		<description><![CDATA[Click to Play Over the past two years weve been pushing to improve our automated testing practices within Plusnet and to win full support for it within the company across the spectrum of fellow developers, project managers and upper management. It took a while to agree on software we want to use, and standards we... <a href="http://conference.phpnw.org.uk/phpnw10/2010/12/20/phpnw10-sebastian-marek-the-journey-towards-continuous-integration/" class="excerpt"> read more</a>]]></description>
			<content:encoded><![CDATA[<div>					<a rel="enclosure" href="http://blip.tv/file/get/Phpcodemonkey-PHPNW10SebastianMarekTheJourneyTowardsContinuousIntegrati638.flv"><img alt="Video thumbnail. Click to play" src="http://blip.tv/file/get/Phpcodemonkey-PHPNW10SebastianMarekTheJourneyTowardsContinuousIntegrati638.flv.jpg" border="0" /></a>					<br />					<a rel="enclosure" href="http://blip.tv/file/get/Phpcodemonkey-PHPNW10SebastianMarekTheJourneyTowardsContinuousIntegrati638.flv">Click to Play</a>					</div>
<div class="blip_description">Over the past two years weve been pushing to improve our automated testing practices within Plusnet and to win full support for it within the company across the spectrum of fellow developers, project managers and upper management. It took a while to agree on software we want to use, and standards we want to follow, but now all new code is being continuously built and tested and the results of that are visible business-wide. We use ;<a rel="nofollow" href="http://pear.php.net/package/PHP_CodeSniffer">PHP_CodeSniffer</a></div>

]]></content:encoded>
			<wfw:commentRss>http://conference.phpnw.org.uk/phpnw10/2010/12/20/phpnw10-sebastian-marek-the-journey-towards-continuous-integration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://blip.tv/file/get/Phpcodemonkey-PHPNW10SebastianMarekTheJourneyTowardsContinuousIntegrati638.flv" length="239906601" type="video/x-flv" />
<enclosure url="http://blip.tv/file/get/Phpcodemonkey-PHPNW10SebastianMarekTheJourneyTowardsContinuousIntegrati638.flv" length="239906601" type="video/x-flv" />
		</item>
		<item>
		<title>PHPNW10: Robert Mortimer: Let your toolchain set you free</title>
		<link>http://conference.phpnw.org.uk/phpnw10/2010/12/20/phpnw10-robert-mortimer-let-your-toolchain-set-you-free/</link>
		<comments>http://conference.phpnw.org.uk/phpnw10/2010/12/20/phpnw10-robert-mortimer-let-your-toolchain-set-you-free/#comments</comments>
		<pubDate>Mon, 20 Dec 2010 11:33:55 +0000</pubDate>
		<dc:creator>jeremy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://conference.phpnw.org.uk/phpnw10/2010/12/20/phpnw10-robert-mortimer-let-your-toolchain-set-you-free/</guid>
		<description><![CDATA[Click to Play A quick romp though installing a full php development tool chain. Starting at A for Apache and ending at X for X-debug including U for unit testing and S for source control. Associated Code (svn checkout)]]></description>
			<content:encoded><![CDATA[<div>					<a rel="enclosure" href="http://blip.tv/file/get/Phpcodemonkey-PHPNW10RobertMortimerLetYourToolchainSetYouFree636.flv"><img alt="Video thumbnail. Click to play" src="http://blip.tv/file/get/Phpcodemonkey-PHPNW10RobertMortimerLetYourToolchainSetYouFree636.flv.jpg" border="0" /></a>					<br />					<a rel="enclosure" href="http://blip.tv/file/get/Phpcodemonkey-PHPNW10RobertMortimerLetYourToolchainSetYouFree636.flv">Click to Play</a>					</div>
<div class="blip_description">A quick romp though installing a full php development tool chain. Starting at A for Apache and ending at X for X-debug including U for unit testing and S for source control.</p>
<p><a rel="nofollow" href="http://code.google.com/p/php-talk/source/checkout">Associated Code (svn checkout)</a></div>

]]></content:encoded>
			<wfw:commentRss>http://conference.phpnw.org.uk/phpnw10/2010/12/20/phpnw10-robert-mortimer-let-your-toolchain-set-you-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://blip.tv/file/get/Phpcodemonkey-PHPNW10RobertMortimerLetYourToolchainSetYouFree636.flv" length="316112628" type="video/x-flv" />
<enclosure url="http://blip.tv/file/get/Phpcodemonkey-PHPNW10RobertMortimerLetYourToolchainSetYouFree636.flv" length="316112628" type="video/x-flv" />
		</item>
		<item>
		<title>PHPNW10: Thijs Feryn: PHP through the eyes of a hoster</title>
		<link>http://conference.phpnw.org.uk/phpnw10/2010/12/15/phpnw10-thijs-feryn-php-through-the-eyes-of-a-hoster/</link>
		<comments>http://conference.phpnw.org.uk/phpnw10/2010/12/15/phpnw10-thijs-feryn-php-through-the-eyes-of-a-hoster/#comments</comments>
		<pubDate>Wed, 15 Dec 2010 13:50:05 +0000</pubDate>
		<dc:creator>jeremy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://conference.phpnw.org.uk/phpnw10/2010/12/15/phpnw10-thijs-feryn-php-through-the-eyes-of-a-hoster/</guid>
		<description><![CDATA[Click to Play Most PHP talks are given from the point of view of developers, managers, QAs, community members and other obvious stakeholders of the wonderful world of PHP.The story of the hoster is often untold, but the importance of the hoster is in a lot of cases underestimated. Hosters have a huge responsibility and... <a href="http://conference.phpnw.org.uk/phpnw10/2010/12/15/phpnw10-thijs-feryn-php-through-the-eyes-of-a-hoster/" class="excerpt"> read more</a>]]></description>
			<content:encoded><![CDATA[<div>					<a rel="enclosure" href="http://blip.tv/file/get/Phpcodemonkey-PHPNW10ThijsFerynPHPThroughTheEyesOfAHoster817.flv"><img alt="Video thumbnail. Click to play" src="http://blip.tv/file/get/Phpcodemonkey-PHPNW10ThijsFerynPHPThroughTheEyesOfAHoster817.flv.jpg" border="0" /></a>					<br />					<a rel="enclosure" href="http://blip.tv/file/get/Phpcodemonkey-PHPNW10ThijsFerynPHPThroughTheEyesOfAHoster817.flv">Click to Play</a>					</div>
<div class="blip_description">Most PHP talks are given from the point of view of developers, managers, QAs, community members and other obvious stakeholders of the wonderful world of PHP.The story of the hoster is often untold, but the importance of the hoster is in a lot of cases underestimated. Hosters have a huge responsibility and deal as much with PHP related issues as the developers of the project.During this talk, Ill explain what our experiences with PHP are and how we apply our knowledge of PHP.Expect the following topics:Ensuring harmony on a shared serverDealing with hacked websitesBoosting performanceTeaching customers how to make their apps scaleSolving code issues serverwiseSecuring applicationsPatching, debugging &amp; profiling<a rel="nofollow" href="http://www.slideshare.net/combell/php-through-the-eyes-of-a-hoster-phpnw10">Associated Slides</a></div>

]]></content:encoded>
			<wfw:commentRss>http://conference.phpnw.org.uk/phpnw10/2010/12/15/phpnw10-thijs-feryn-php-through-the-eyes-of-a-hoster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://blip.tv/file/get/Phpcodemonkey-PHPNW10ThijsFerynPHPThroughTheEyesOfAHoster817.flv" length="224239042" type="video/x-flv" />
<enclosure url="http://blip.tv/file/get/Phpcodemonkey-PHPNW10ThijsFerynPHPThroughTheEyesOfAHoster817.flv" length="224239042" type="video/x-flv" />
		</item>
		<item>
		<title>PHPNW10: Michelangelo van Dam: Community works!</title>
		<link>http://conference.phpnw.org.uk/phpnw10/2010/12/14/phpnw10-michelangelo-van-dam-community-works/</link>
		<comments>http://conference.phpnw.org.uk/phpnw10/2010/12/14/phpnw10-michelangelo-van-dam-community-works/#comments</comments>
		<pubDate>Tue, 14 Dec 2010 16:33:56 +0000</pubDate>
		<dc:creator>jeremy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://conference.phpnw.org.uk/phpnw10/2010/12/14/phpnw10-michelangelo-van-dam-community-works/</guid>
		<description><![CDATA[Click to Play Getting involved with the community behind PHP is not difficult, and everyone is welcome to participate to get involved. But whats this Getting involved thing ?In this session Ill explain what people can do to become part of the larger PHP community eco system, without committing code to the PHP core or... <a href="http://conference.phpnw.org.uk/phpnw10/2010/12/14/phpnw10-michelangelo-van-dam-community-works/" class="excerpt"> read more</a>]]></description>
			<content:encoded><![CDATA[<div>					<a rel="enclosure" href="http://blip.tv/file/get/Phpcodemonkey-PHPNW10MichelangeloVanDamCommunityWorks959.flv"><img alt="Video thumbnail. Click to play" src="http://blip.tv/file/get/Phpcodemonkey-PHPNW10MichelangeloVanDamCommunityWorks959.flv.jpg" border="0" /></a>					<br />					<a rel="enclosure" href="http://blip.tv/file/get/Phpcodemonkey-PHPNW10MichelangeloVanDamCommunityWorks959.flv">Click to Play</a>					</div>
<div class="blip_description">Getting involved with the community behind PHP is not difficult, and everyone is welcome to participate to get involved. But whats this Getting involved thing ?In this session Ill explain what people can do to become part of the larger PHP community eco system, without committing code to the PHP core or other PHP related open source projects.<a rel="nofollow" href="http://www.slideshare.net/DragonBe/community-works">Associated Slides</a></div>

]]></content:encoded>
			<wfw:commentRss>http://conference.phpnw.org.uk/phpnw10/2010/12/14/phpnw10-michelangelo-van-dam-community-works/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://blip.tv/file/get/Phpcodemonkey-PHPNW10MichelangeloVanDamCommunityWorks959.flv" length="86097974" type="video/x-flv" />
<enclosure url="http://blip.tv/file/get/Phpcodemonkey-PHPNW10MichelangeloVanDamCommunityWorks959.flv" length="86097974" type="video/x-flv" />
		</item>
		<item>
		<title>PHPNW10: Marco Tabini: The curious case of php&#124;architect</title>
		<link>http://conference.phpnw.org.uk/phpnw10/2010/12/14/phpnw10-marco-tabini-the-curious-case-of-phparchitect/</link>
		<comments>http://conference.phpnw.org.uk/phpnw10/2010/12/14/phpnw10-marco-tabini-the-curious-case-of-phparchitect/#comments</comments>
		<pubDate>Tue, 14 Dec 2010 14:50:28 +0000</pubDate>
		<dc:creator>jeremy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://conference.phpnw.org.uk/phpnw10/2010/12/14/phpnw10-marco-tabini-the-curious-case-of-phparchitect/</guid>
		<description><![CDATA[Click to Play A behind-the-scenes look at how the popular PHP magazine operatespowered by open-source technologies and all of four people.]]></description>
			<content:encoded><![CDATA[<div>					<a rel="enclosure" href="http://blip.tv/file/get/Phpcodemonkey-PHPNW10MarcoTabiniTheCuriousCaseOfPhparchitect923.flv"><img alt="Video thumbnail. Click to play" src="http://blip.tv/file/get/Phpcodemonkey-PHPNW10MarcoTabiniTheCuriousCaseOfPhparchitect923.flv.jpg" border="0" /></a>					<br />					<a rel="enclosure" href="http://blip.tv/file/get/Phpcodemonkey-PHPNW10MarcoTabiniTheCuriousCaseOfPhparchitect923.flv">Click to Play</a>					</div>
<div class="blip_description">A behind-the-scenes look at how the popular PHP magazine operatespowered by open-source technologies and all of four people.</p>
</div>

]]></content:encoded>
			<wfw:commentRss>http://conference.phpnw.org.uk/phpnw10/2010/12/14/phpnw10-marco-tabini-the-curious-case-of-phparchitect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://blip.tv/file/get/Phpcodemonkey-PHPNW10MarcoTabiniTheCuriousCaseOfPhparchitect923.flv" length="290430245" type="video/x-flv" />
<enclosure url="http://blip.tv/file/get/Phpcodemonkey-PHPNW10MarcoTabiniTheCuriousCaseOfPhparchitect923.flv" length="290430245" type="video/x-flv" />
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using memcached (Feed is rejected)
Page Caching using memcached
Database Caching using memcached
Object Caching 1540/1693 objects using memcached

Served from: conference.phpnw.org.uk @ 2012-02-04 09:41:45 -->
