<?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>Kapusta Brothers &#187; PHP</title>
	<atom:link href="http://www.kapustabrothers.com/category/web-tech/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kapustabrothers.com</link>
	<description></description>
	<lastBuildDate>Wed, 26 Oct 2011 12:13:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Developers: You Need to Attend.  No Excuses!</title>
		<link>http://www.kapustabrothers.com/2010/09/18/developers-you-need-to-attend-no-excuses/</link>
		<comments>http://www.kapustabrothers.com/2010/09/18/developers-you-need-to-attend-no-excuses/#comments</comments>
		<pubDate>Sat, 18 Sep 2010 16:21:44 +0000</pubDate>
		<dc:creator>farrelley</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web & Tech]]></category>
		<category><![CDATA[Brian Prince]]></category>
		<category><![CDATA[Cal Evans]]></category>
		<category><![CDATA[Conference]]></category>
		<category><![CDATA[daycamp4developers]]></category>
		<category><![CDATA[Developer]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[Elizabeth Naramore]]></category>
		<category><![CDATA[Josh Holmes]]></category>
		<category><![CDATA[Lorna Jane Mitchell]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[resume]]></category>
		<category><![CDATA[Scott Gordon]]></category>

		<guid isPermaLink="false">http://www.kapustabrothers.com/?p=1242</guid>
		<description><![CDATA[The one and only Cal Evans (twitter account) has put together an amazing group of five speakers to do an 100% online conference for developers to help improve their &#8220;soft skills&#8221;.  We all know you have the chops to code but do &#8230; <a href="http://www.kapustabrothers.com/2010/09/18/developers-you-need-to-attend-no-excuses/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.eventbrite.com/event/811017776/DayCamp4Developers/112468809"><img class="alignleft" style="padding-right: 5px;" title="Day Camp 4 Developers" src="http://daycamp4developers.com/wp-content/uploads/2010/09/day-camp-100x150.png" alt="Day Camp 4 Developers" width="146" height="64" /></a></p>
<p>The one and only <a title="Cal Evans Blog" href="http://blog.calevans.com/">Cal Evans</a> (<a title="@calevans on twitter" href="http://twitter.com/calevans">twitter account</a>) has put together an amazing group of <a title="Speakers" href="http://daycamp4developers.com/speakers/">five speakers</a> to do an 100% online conference for developers to help improve their &#8220;soft skills&#8221;.  We all know you have the chops to code but do you have the skills to keep your career on the right path?  Five speakers will talk about <a title="Sessions" href="http://daycamp4developers.com/sessions/">everything from your résumé to your open source career</a>.  It&#8217;s really something you can not miss.  Why?  Because there are five fabulous speakers, it&#8217;s all online and the recordings will be downloadable later, and its CHEAP!   Only $35!  Even if you can&#8217;t make it you should buy the ticket to watch the talks later.  If you don&#8217;t and miss out, the video downloads will cost more than the real ticket.  So no Excuses!</p>
<p>So don&#8217;t wait&#8230; go and <a title="Day Camp 4 Developers" href="http://www.eventbrite.com/event/811017776/DayCamp4Developers/112468809">register</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kapustabrothers.com/2010/09/18/developers-you-need-to-attend-no-excuses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating Filler Content with Zend Framework</title>
		<link>http://www.kapustabrothers.com/2010/08/29/creating-filler-content-with-zend-framework/</link>
		<comments>http://www.kapustabrothers.com/2010/08/29/creating-filler-content-with-zend-framework/#comments</comments>
		<pubDate>Sun, 29 Aug 2010 14:14:10 +0000</pubDate>
		<dc:creator>farrelley</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://www.kapustabrothers.com/?p=1226</guid>
		<description><![CDATA[Need filler content for your Zend Framework (ZF) application? Most clients never give the developer copy up front so it&#8217;s always hard show what the site is to look like without some random text. At the beginning of a new &#8230; <a href="http://www.kapustabrothers.com/2010/08/29/creating-filler-content-with-zend-framework/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Need filler content for your <a title="Zend Framework" href="http://framework.zend.com/">Zend Framework</a> (ZF) application?  Most clients never give the developer copy up front so it&#8217;s always hard show what the site is to look like without some random text.  At the beginning of a new application when you are mocking up the html and layout, I like to use static views.  I basically create a full static site with <a href="http://www.lipsum.com/">Lorem Ipsum</a> content.   I hated copying text over and over so I decided to create a quick view helper that will generate the content for you on the fly.  You can find the view helper on <a href="http://github.com/farrelley/Zend_View_Helpers/blob/master/library/Zend/View/Helper/LoremIpsum.php">github</a>.  Currently there are four different ways to generate the filler content.</p>
<ol>
<li>Paragraphs</li>
<li>Words</li>
<li>Bytes</li>
<li>and Lists</li>
</ol>
<p>You can find more information on optional parameters and how to use the view helper at <a href="http://github.com/farrelley/Zend_View_Helpers/blob/master/application/views/scripts/index/index.phtml">github</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kapustabrothers.com/2010/08/29/creating-filler-content-with-zend-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>After the Deadline (AtD)</title>
		<link>http://www.kapustabrothers.com/2009/12/10/after-the-deadline-atd/</link>
		<comments>http://www.kapustabrothers.com/2009/12/10/after-the-deadline-atd/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 12:59:16 +0000</pubDate>
		<dc:creator>farrelley</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web & Tech]]></category>
		<category><![CDATA[Web Development & Programming]]></category>
		<category><![CDATA[After the Deadline]]></category>
		<category><![CDATA[AtD]]></category>
		<category><![CDATA[Automattic]]></category>
		<category><![CDATA[DCPHP]]></category>
		<category><![CDATA[Raffi]]></category>
		<category><![CDATA[Spell Checker]]></category>
		<category><![CDATA[Washington]]></category>
		<category><![CDATA[Washington, DC]]></category>

		<guid isPermaLink="false">http://www.kapustabrothers.com/?p=1169</guid>
		<description><![CDATA[Yesterday I had the great opportunity to here Raphael Mudge the creator of AtD present After the Deadline at DC PHP.  Below is a recording of the talk.  I hope to write some more about AtD after I play around with it &#8230; <a href="http://www.kapustabrothers.com/2009/12/10/after-the-deadline-atd/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Yesterday I had the great opportunity to here <a title="Raffi" href="http://www.hick.org/~raffi/">Raphael Mudge</a> the creator of AtD present <a title="AtD" href="http://www.afterthedeadline.com/">After the Deadline</a> at <a title="DC PHP" href="http://dcphp.net/">DC PHP</a>.  Below is a recording of the talk.  I hope to write some more about AtD after I play around with it more.</p>
<p><a href="http://www.kapustabrothers.com/2009/12/10/after-the-deadline-atd/"><em>Click here to view the embedded video.</em></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kapustabrothers.com/2009/12/10/after-the-deadline-atd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Review: Zend Framework: Surviving The Deep End, Chapters 1 &amp; 2</title>
		<link>http://www.kapustabrothers.com/2009/01/05/review-zend-framework-surviving-the-deep-end-chapters-1-2/</link>
		<comments>http://www.kapustabrothers.com/2009/01/05/review-zend-framework-surviving-the-deep-end-chapters-1-2/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 01:28:47 +0000</pubDate>
		<dc:creator>farrelley</dc:creator>
				<category><![CDATA[Books Reviews]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development & Programming]]></category>
		<category><![CDATA[Zend]]></category>
		<category><![CDATA[Book Review]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Free Book]]></category>
		<category><![CDATA[Surviving the Deep End]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[ZF]]></category>

		<guid isPermaLink="false">http://www.kapustabrothers.com/?p=1088</guid>
		<description><![CDATA[If you are looking for a Zend Framework (ZF) book and don&#8217;t want to spend money then you should check out this new free ZF book called &#8220;Zend Framework: Surviving the Deep End&#8221; by Pádraic Brady. The book is free &#8230; <a href="http://www.kapustabrothers.com/2009/01/05/review-zend-framework-surviving-the-deep-end-chapters-1-2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you are looking for a <a title="Zend Framework" href="http://framework.zend.com/">Zend Framework (ZF) </a>book and don&#8217;t want to spend money then you should check out this new free ZF book called &#8220;<a title="ZF Book" href="http://www.survivethedeepend.com/">Zend Framework: Surviving the Deep End</a>&#8221; by Pádraic Brady.  The book is free distributed in PDF and HTML formats under creative commons at  <a title="http://www.survivethedeepend.com/" href="http://www.survivethedeepend.com/">http://www.survivethedeepend.com/</a>.  As of today there are only two chapters,  the <em>Introduction</em> and <em>The Architecture of Zend Framework Applications</em>.</p>
<p>Chapter one is pretty much an overview of frameworks including Zend Framework and 13 bullet points why you should consider Zend Framework.  Very informative and the bullets get right to the point.  Some minor tweaking and this chapter could possibly be a pretty good white paper for customers thinking about deploying ZF.</p>
<p>Chapter two get down to the nitty-gritty of frameworks and a little bit of history behind design patterns.  A topic that can be very confusing and controversial between developers.  Chapter two ends with a quick overview of the Model-View-Controller design pattern in which ZF uses.</p>
<p>Overall the two chapters were very informative.   I am looking forward to the rest of the chapters, including the full chapter about Models in MVC and some in depth ZF Code.  I suggest if you are looking to learn more about Zend Framework you add this to your list of bookmarks as it will be growing regularly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kapustabrothers.com/2009/01/05/review-zend-framework-surviving-the-deep-end-chapters-1-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ZendCon08 Slides &#8211; September 15th (Tutorials)</title>
		<link>http://www.kapustabrothers.com/2008/09/26/zendcon08-slides-september-15th-tutorials/</link>
		<comments>http://www.kapustabrothers.com/2008/09/26/zendcon08-slides-september-15th-tutorials/#comments</comments>
		<pubDate>Fri, 26 Sep 2008 15:46:00 +0000</pubDate>
		<dc:creator>farrelley</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[ZendCon]]></category>
		<category><![CDATA[Zend]]></category>
		<category><![CDATA[ZendCon08]]></category>

		<guid isPermaLink="false">http://www.kapustabrothers.com/?p=968</guid>
		<description><![CDATA[Here are the slides and talks from ZendCon08 for September 15th (Pre-Conf Tutorials). If your session is listed but has no link to your slides feel free to send me an email at ZendCon08Slides@kapustabrothers.com. Tuesday’s are here, Wednesday’s are here, &#8230; <a href="http://www.kapustabrothers.com/2008/09/26/zendcon08-slides-september-15th-tutorials/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Here are the slides and talks from ZendCon08 for September 15th (Pre-Conf Tutorials).</p>
<p>If your session is listed but has no link to your slides feel free to send me an email at ZendCon08Slides@kapustabrothers.com.</p>
<p><a title="16th" href="http://www.kapustabrothers.com/2008/09/22/zendcon08-slides-september-16th/">Tuesday’s are here</a>, <a title="17th" href="http://www.kapustabrothers.com/2008/09/22/zendcon08-slides-september-17th/">Wednesday’s are here</a>, and <a title="18th" href="http://www.kapustabrothers.com/2008/09/22/zendcon08-slides-september-18th/">Thursdays are here</a>.</p>
<ul>
<li><a title="PHP Developer Best Practices" href="http://www.slideshare.net/weierophinney/best-practices-of-php-development-presentation/">PHP Developer Best Practices</a> (<em>SlideShare</em>) &#8211; Matthew Weier O&#8217;Phinney &amp;Mike Naberezny</li>
<li>Introduction to Object Oriented PHP &#8211; Marcus B&ouml;rger</li>
<li>PHP Security Crash Course &#8211; Part 1 &#8211; Kevin Schroeder</li>
<li>Zend PHP5 Certification Crash Course &#8211; Part 1 &#8211; Christian Wenz</li>
</ul>
<ul>
<li><a title="SQL Query Tuning: The legend of the Drunken Query Master" href="http://www.slideshare.net/ZendCon/sql-query-tuning-the-legend-of-drunken-query-master-presentation">SQL Query Tuning: The legend of the Drunken Query Master</a> (<em>SlideShare</em>) &#8211; <a title="Jay Pipes" href="http://www.jpipes.com/index.php">Jay Pipes</a></li>
<li><a title="Quality Assurance in PHP Projects" href="http://www.slideshare.net/sebastian_bergmann/quality-assurance-in-php-projects-presentation">Quality Assurance in PHP Projects</a> (<em>SlideShare</em>) &#8211; <a title="Sebastian Bergmann" href="http://sebastian-bergmann.de/">Sebastian Bergmann</a></li>
<li>PHP Security Crash Course &#8211; Part 2 &#8211; Kevin Schroeder</li>
<li>Zend PHP5 Certification Crash Course &#8211; Part 2 &#8211; Christian Wenz</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.kapustabrothers.com/2008/09/26/zendcon08-slides-september-15th-tutorials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ZendCon08 Slides &#8211; September 18th</title>
		<link>http://www.kapustabrothers.com/2008/09/22/zendcon08-slides-september-18th/</link>
		<comments>http://www.kapustabrothers.com/2008/09/22/zendcon08-slides-september-18th/#comments</comments>
		<pubDate>Mon, 22 Sep 2008 16:27:43 +0000</pubDate>
		<dc:creator>farrelley</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[ZendCon]]></category>
		<category><![CDATA[Zend]]></category>
		<category><![CDATA[ZendCon08]]></category>

		<guid isPermaLink="false">http://www.kapustabrothers.com/?p=928</guid>
		<description><![CDATA[Here are the slides and talks from ZendCon08 for September 18th. If your session is listed but has no link to your slides feel free to send me an email at ZendCon08Slides@kapustabrothers.com. Monday&#8217;s are Here, Tuesday’s are here and Wednesday&#8217;s &#8230; <a href="http://www.kapustabrothers.com/2008/09/22/zendcon08-slides-september-18th/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Here are the slides and talks from ZendCon08 for September 18th.</p>
<p>If your session is listed but has no link to your slides feel free to send me an email at ZendCon08Slides@kapustabrothers.com.</p>
<p><a href="http://www.kapustabrothers.com/2008/09/26/zendcon08-slides-september-15th-tutorials/">Monday&#8217;s are Here</a>, <a title="zendcon08-slides-september-16th" href="../../2008/09/22/zendcon08-slides-september-16th/">Tuesday’s are here</a> and <a title="zendcon08-slides-september-17th" href="http://www.kapustabrothers.com/2008/09/22/zendcon08-slides-september-17th/">Wednesday&#8217;s are here.</a></p>
<h3>Thursday, September 18th</h3>
<ul>
<li>Scaling Mozilla&#8217;s Websites with PHP &#8211; <a title="Laura Thomson" href="http://www.laurathomson.com/">Laura Thomson</a></li>
<li><a title="Make your PHP Application Software-as-Service (SaaS) Ready with Parallels Open Platform" href="http://www.slideshare.net/ZendCon/make-your-php-application-softwareasaservice-saas-ready-with-the-parallels-open-platform-presentation/">Make your PHP Application Software-as-Service (SaaS) Ready with Parallels Open Platform</a> (<em>SlideShare</em>) &#8211; Jack Zubarev</li>
<li> <a title="Building Desktop RIAs with PHP, HTML and Javascript" href="http://www.slideshare.net/funkatron/building-desktop-rias-with-php-html-javascript-in-air-presentation">Building Desktop RIAs with PHP, HTML and Javascript</a> (<em>SlideShare</em>) &#8211; <a title="Edward Finkler" href="http://funkatron.com/">Edward Finkler</a></li>
</ul>
<ul>
<li>What&#8217;s New in PHP 5.3 (Panel Discussion) &#8211; Andi Gutmans, Stanislav Malyshev, Marcus Borger, Elizabeth M Smith</li>
<li><a title="Taking it All Offline with SQL Anywhere" href="http://www.slideshare.net/ZendCon/taking-it-all-offline-with-sql-anywhere-presentation">Taking it All Offline with SQL Anywhere</a> (<em>SlideShare</em>) &#8211; Eric Farrar</li>
<li> <a title="End-to-end Web Testing with Selenium" href="http://www.slideshare.net/spriebsch/end-to-end-web-testing-with-selenium-presentation?type=powerpoint">End-to-end Web Testing with Selenium</a> (<em>SlideShare</em>) &#8211; <a title="Stefan Priebsch" href="http://inside.e-novative.de/">Stefan Priebsch</a></li>
<li> Solving the C20K Problem: Raising the Bar in PHP Performance and Scalability &#8211; Luxi Chidambaran</li>
</ul>
<ul>
<li>How Shaklee Used PHP &amp; Zend to Build a Featherlight Front-end That Just Won&#8217;t Go Down &#8211; Chris Jones</li>
<li><a title="I need more servers! What do I do? (Scaling a PHP Application)" href="http://www.slideshare.net/mkherlakian/zend-con-2008-slides-presentation/">I need more servers! What do I do? (Scaling a PHP Application)</a> &#8211; Maurice Kherlakian</li>
<li> <a title="Digging Through the Guts of Enterprise PHP: A Case Study" href="http://www.slideshare.net/ZendCon/digging-through-the-guts-of-enterprise-php-presentation/">Digging Through the Guts of Enterprise PHP: A Case Study</a> (<em>SlideShare</em>) &#8211; Shawn M. Lauriat</li>
</ul>
<p><strong>KEYNOTE:</strong> <a title="Closing KeyNote with American Cancer Society" href="http://www.slideshare.net/ZendCon/zendcon-2008-closing-keynote-presentation">Closing KeyNote with American Cancer Society</a> (<em>SlideShare</em>) &#8211; <a title="David J. Neff" href="http://www.fispace.org/">David J. Neff</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kapustabrothers.com/2008/09/22/zendcon08-slides-september-18th/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ZendCon08 Slides &#8211; September 17th</title>
		<link>http://www.kapustabrothers.com/2008/09/22/zendcon08-slides-september-17th/</link>
		<comments>http://www.kapustabrothers.com/2008/09/22/zendcon08-slides-september-17th/#comments</comments>
		<pubDate>Mon, 22 Sep 2008 16:25:43 +0000</pubDate>
		<dc:creator>farrelley</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[ZendCon]]></category>
		<category><![CDATA[Zend]]></category>
		<category><![CDATA[ZendCon08]]></category>

		<guid isPermaLink="false">http://www.kapustabrothers.com/?p=926</guid>
		<description><![CDATA[Here are the slides and talks from ZendCon08 for September 17th. If your session is listed but has no link to your slides feel free to send me an email at ZendCon08Slides@kapustabrothers.com. Monday&#8217;s are Here, Tuesday&#8217;s is here and Thursday&#8217;s &#8230; <a href="http://www.kapustabrothers.com/2008/09/22/zendcon08-slides-september-17th/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Here are the slides and talks from ZendCon08 for September 17th.</p>
<p>If your session is listed but has no link to your slides feel free to send me an email at ZendCon08Slides@kapustabrothers.com.</p>
<p><a href="http://www.kapustabrothers.com/2008/09/26/zendcon08-slides-september-15th-tutorials/">Monday&#8217;s are Here</a>, <a title="zendcon08-slides-september-16th" href="http://www.kapustabrothers.com/2008/09/22/zendcon08-slides-september-16th/">Tuesday&#8217;s is here</a> and <a title="zendcon08-slides-september-18th" href="http://www.kapustabrothers.com/2008/09/22/zendcon08-slides-september-18th/">Thursday&#8217;s is here.</a></p>
<h3>Wednesday, September 17th</h3>
<p><strong>KEYNOTE</strong>: <a title="Magento eCommerce and the Next Generation of PHP Applications" href="http://www.slideshare.net/varien/magentoe-commerce-and-the-next-generation-of-php-presentation">Magento eCommerce and the Next Generation of PHP Applications</a> (<em>SlideShare</em>) &#8211; Roy Rubin (Varien), Yoav Kutner (Varien), Wil Sinclair (Zend)</p>
<ul>
<li>The Zend Way: Best Practices, plus Lessons Learned and &#8220;Not So&#8221; Best Practices &#8211; <a title="Gaylord Aulke" href="http://100days.de/serendipity/">Gaylord Aulke</a></li>
<li><a title="Architecting for PHP5 - Why &quot;Runs on PHP5&quot; is Not &quot;Written for PHP5&quot; " href="http://elizabethmariesmith.com/slides/runs-on-php5.pdf">Architecting for PHP5 &#8211; Why &#8220;Runs on PHP5&#8243; is Not &#8220;Written for PHP5&#8243; </a>(<em>PDF</em>) &#8211; <a title="Elizabeth M Smith" href="http://elizabethmariesmith.com">Elizabeth M Smith</a></li>
<li> <a title="Creating an Earned Value System for the Department of Defense" href="http://www.slideshare.net/ZendCon/creating-an-earned-value-system-for-the-department-of-defense-presentation">Creating an Earned Value System for the Department of Defense</a> (<em>SlideShare</em>) &#8211; Scott Hathaway</li>
<li> <a title="Pick your Protocol: Creating Web Services with Zend Framework" href="http://www.slideshare.net/tobias382/creating-web-services-with-zend-framework-presentation/">Pick your Protocol: Creating Web Services with Zend Framework</a> (<em>PDF</em>) &#8211; <a title="Matthew Turland" href="http://ishouldbecoding.com/">Matthew Turland</a></li>
</ul>
<ul>
<li><a title="Lesser Known Security Problems in PHP Applications" href="http://www.suspekt.org/wp-content/uploads/2008/09/lesserknownsecurityproblemsinphpapplications.pdf">Lesser Known Security Problems in PHP Applications</a> (<em>PDF</em>) &#8211; <a title="Stefan Esser" href="http://www.suspekt.org/">Stefan Esser</a></li>
<li> <a title="The Power of DOJO" href="http://alex.dojotoolkit.org/08/ZendCon/PowerOfDojo.pdf">The Power of Dojo</a> (<em>PDF</em>) &#8211; <a title="Alex Russell" href="http://alex.dojotoolkit.org/">Alex Russell</a></li>
<li> PHP Clustering Solutions: Zend&#8217;s View &#8211; Alexander Abramovich</li>
<li> <a title="Digital Identity" href="http://cdatazone.org/talks/zendcon_2008/Digital_Identity.pdf">Digital Identity</a> (<em>PDF</em>) &#8211; <a title="Rob Richards" href="http://www.cdatazone.org/index.php">Rob Richards</a></li>
</ul>
<p><strong>KEYNOTE:</strong> <a title="State Of Ajax" href="http://www.slideshare.net/bgalbs/state-of-ajax-zend-con-08-presentation">State of Ajax</a> (<em>SlideShare</em>) &#8211; Dion Almaer</p>
<ul>
<li><a title="Security-Centered Design: Don't Just Plan for Security; Design For It" href="http://shiflett.org/security-centered-design.pdf">Security-Centered Design: Don&#8217;t Just Plan for Security; Design For It</a> (<em>PDF</em>) &#8211; <a title="Chris Shiflett" href="http://shiflett.org/">Chris Shiflett</a></li>
<li> Phar Scape &#8211; <a title="marcus boerger" href="http://marcus-boerger.de/">Marcus Boerger</a></li>
<li> <a title="Server-Independent PHP Programming" href="http://www.slideshare.net/ZendCon/server-independent-programming-presentation">Server-Independent PHP Programming</a> (<em>SlideShare</em>) &#8211; Eddo Rotman</li>
<li> <a title="Building RIA with ZF and PHP" href="http://www.coggeshall.org/resources/slideshow/id/604422">Building RIA with ZF and PHP</a> (<em>SlideShare</em>) &#8211; <a title="John Coggeshall" href="http://www.coggeshall.org/">John Coggeshall</a></li>
</ul>
<ul>
<li><a title="Zend_Layout and Zend_Form" href="http://www.slideshare.net/weierophinney/zendform-presentation/">Zend_Layout and Zend_Form</a> (<em>SlideShare</em>) &#8211; <a title="Matthew Weier O'Phinney" href="http://weierophinney.net/matthew/">Matthew Weier O&#8217;Phinney</a></li>
<li> <a title="PHP and AJAX Made Easier with Zend" href="http://ganoro.blogspot.com/2008/09/zendcon-2008-slides.html">PHP and AJAX Made Easier with Zend</a> (<em>SlideShare</em>) &#8211; <a title="Roy Ganor" href="http://ganoro.blogspot.com/">Roy Ganor</a></li>
<li> <a title="VIM for (PHP) Programmers" href="http://www.gravitonic.com/do_download.php?download_file=talks/zendcon-2008/vim-for-php-programmers.pdf">VIM for (PHP) Programmers</a> (<em>PDF</em>) &#8211; <a title="Andrei Zmievski" href="http://www.gravitonic.com/">Andrei Zmievski</a></li>
<li> <a title="Quickstart to Continuous Integration" href="http://www.slideshare.net/sebastian_bergmann/phpundercontrol-a-quick-start-to-continuous-integration-presentation/">Quickstart to Continuous Integration</a> (<em>SlideShare</em>) &#8211; <a title="Sebastian Bergmann" href="http://sebastian-bergmann.de/">Sebastian Bergmann</a></li>
</ul>
<ul>
<li><a title="High Performance PHP &amp; MySQL Scaling Techniques" href="http://eliw.com/conference/zendcon-2008-high-perf.pdf">High Performance PHP &amp; MySQL Scaling Techniques</a> (<em>PDF</em>) &#8211; <a title="Eli White" href="http://eliw.com/">Eli White</a></li>
<li> <a title="PHP in the Enterprise" href="http://www.slideshare.net/ijansch/enterprise-php-development-zendcon-2008-presentation">PHP in the Enterprise</a> (<em>SlideShare</em>) -<a title="Ivo Jansch" href="http://www.jansch.nl/"> Ivo Jansch</a></li>
<li> <a title="PHP on Windows: The Undiscovered Country" href="http://www.slideshare.net/GarrettS/php-on-windows-the-undiscovered-country-presentation/">PHP on Windows: The Undiscovered Country</a> (<em>SlideShare</em>) &#8211; Garrett Serack</li>
<li> <a title="Zend_Tool: Rapid Application Development with Zend Framework" href="http://ralphschindler.com/dropbox/Zend_Tool-ZendCon.ppt">Zend_Tool: Rapid Application Development with Zend Framework</a> (<em>PPT</em>) &#8211; <a title="Ralph Schindler" href="http://ralphschindler.com/">Ralph Schindler</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.kapustabrothers.com/2008/09/22/zendcon08-slides-september-17th/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ZendCon08 Slides &#8211; September 16th</title>
		<link>http://www.kapustabrothers.com/2008/09/22/zendcon08-slides-september-16th/</link>
		<comments>http://www.kapustabrothers.com/2008/09/22/zendcon08-slides-september-16th/#comments</comments>
		<pubDate>Mon, 22 Sep 2008 13:17:20 +0000</pubDate>
		<dc:creator>farrelley</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[ZendCon]]></category>
		<category><![CDATA[Zend]]></category>
		<category><![CDATA[ZendCon08]]></category>

		<guid isPermaLink="false">http://www.kapustabrothers.com/?p=910</guid>
		<description><![CDATA[OK so I was bored and decided to go out and look for some of the slides for the sessions that I attended at this years ZendCon.  I found&#8217;em and many more so I decided to make a repository of &#8230; <a href="http://www.kapustabrothers.com/2008/09/22/zendcon08-slides-september-16th/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>OK so I was bored and decided to go out and look for some of the slides for the sessions that I attended at this years ZendCon.  I found&#8217;em and many more so I decided to make a repository of all ZendCon08 slides for each session.</p>
<p>If your session is listed but has no link to your slides feel free to send me an email at ZendCon08Slides@kapustabrothers.com.</p>
<p><a href="http://www.kapustabrothers.com/2008/09/26/zendcon08-slides-september-15th-tutorials/">Monday&#8217;s are Here</a>, <a title="zendcon08-slides-september-17th" href="http://www.kapustabrothers.com/2008/09/22/zendcon08-slides-september-17th/">Wednesday&#8217;s are here</a> and <a title="zendcon08-slides-september-18th" href="http://www.kapustabrothers.com/2008/09/22/zendcon08-slides-september-18th/">Thursday&#8217;s are here.</a></p>
<h3>Tuesday, September 16th</h3>
<ul>
<li><strong>KEYNOTE:</strong> Insights from the Experts: How PHP Leaders Are Transforming High-Impact PHP Applications &#8211; Harold Goldberg CEO of Zend Technologies, Inc.</li>
</ul>
<ul>
<li><a title="Microsoft's PHP Community Involvement" href="http://www.slideshare.net/guest82d216/microsoft-and-open-source-interoperability-presentation">Microsoft&#8217;s PHP Community Involvement</a> (<em>SlideShare</em>) &#8211; Tom Hanrahan</li>
<li><a title="Of Haystaks and Needles" href="http://www.derickrethans.nl/files/search-zendcon8.pdf">Of Haystacks and Needles</a> (<em>PDF</em>)- <a title="Derick Rethans" href="http://www.derickrethans.nl/">Derick Rethans</a></li>
<li><a title="Facebook Development with Zend Framework" href="http://www.brettharris.com/zendcon/facebookDevWithZF.pdf">Facebook Development with Zend Framework</a> (<em>PDF</em>) &#8211; <a title="Brett Harris" href="http://www.brettharris.com/">Brett Harris</a></li>
<li><a title="Join-Fu: The Art of SQL Tuning for MySQL" href="http://jpipes.com/presentations/joinfu/joinfu_zendcon.pdf">Join-Fu: The Art of SQL Tuning for MySQL</a> (<em>PDF</em>) &#8211; <a title="Blog" href="http://jpipes.com/">Jay Pipes</a></li>
<li> <a title="DB2 Storage Engine for MySQL and Open Source Applications" href="http://www.slideshare.net/ZendCon/db2-storage-engine-for-mysql-and-open-source-applications-session-presentation/">DB2 Storage Engine for MySQL and Open Source Applications</a> &#8211; Erwin Earley</li>
</ul>
<ul>
<li><a title="Tiery Eyed" href="http://www.slideshare.net/ZendCon/tiery-eyed-presentation/">Tiery Eyed</a> (<em>SlideShare</em>) &#8211; Kevin Schoeder</li>
<li> <a title="Leverage ZEND Framework for Your Next Flex RIA" href="http://www.slideshare.net/ZendCon/leverage-zend-framework-for-your-next-flex-ria-presentation">Leverage ZEND Framework for Your Next Flex RIA</a> (<em>SlideShare</em>) &#8211; <a title="Wade Arnold" href="http://wadearnold.com/">Wade Arnold</a></li>
<li><a title="Static and Dynamic Analysis at Ning" href="http://www.sklar.com/files/static-dynamic-analysis-zendcon-2008.pdf">Static and Dynamic Analysis at Ning</a> (<em>PDF</em>) &#8211; <a title="David Sklar" href="http://www.sklar.com/">David Sklar</a></li>
<li> <a title="Modernizing i5 Applications" href="http://www.slideshare.net/ZendCon/modernizing-i5-applications-presentation/">Modernizing i5 Applications</a> (<em>SlideShare</em>) &#8211; Jon Paris</li>
<li> <a title="Getting Started with Zend Framework" href="http://www.slideshare.net/weierophinney/getting-started-with-zend-framework-presentation/">Getting Started with Zend Framework</a> &#8211; <a title="Matthew Weier O'Phinney" href="http://weierophinney.net/matthew/">Matthew Weier O&#8217;Phinney</a></li>
</ul>
<ul>
<li><a title="PECL Picks - Extensions to Make Your Life Better" href="http://elizabethmariesmith.com/slides/pecl-picks.pdf">PECL Picks &#8211; Extensions to Make Your Life Better</a> (<em>PDF</em>) &#8211; <a title="Elizabeth M. Smith" href="http://elizabethmariesmith.com/">Elizabeth M. Smith</a></li>
<li> <a title="Make'em Talk" href="http://www.slideshare.net/ZendCon/joe-staner-zend-con-2008-presentation">Make&#8217;em Talk</a> (<em>SlideShare</em>) &#8211; <a title="Joe Stagner" href="http://www.misfitgeek.com/">Joe Stagner</a></li>
<li><a title="Scaling PHP Applications with Zend Platform" href="http://www.slideshare.net/shahar/scaling-php-applications-with-zend-platform-presentation/">Scaling PHP Applications with Zend Platform</a> (<em>SlideShare</em>) -<a title="Shahar Evron" href="http://prematureoptimization.org/blog"> Shahar Evron</a></li>
<li> Internet &#8211; Working Your i5 &#8211; Larry Bolhuis</li>
<li><a title="Distribution and Publication with Atom Web Services" href="http://benramsey.com/archives/zendcon-2008-slides/">Distribution and Publication with Atom Web Services</a> (<em>SlideShare</em>) &#8211; <a title="Ben Ramsey" href="http://benramsey.com/">Ben Ramsey</a></li>
</ul>
<ul>
<li><a title="PHP and the Secure Application Development Life-Cycle" href="http://www.slideshare.net/guestaaf017/php-the-secure-development-lifecycle-presentation">PHP and the Secure Application Development Life-Cycle</a> (<em>SlideShare</em>) &#8211; Robert van der Linde</li>
<li> <a title="PHP Security on i5/OS" href="http://www.slideshare.net/ZendCon/php-security-on-i5os-presentation/">PHP Security on i5/OS</a> (<em>SlideShare</em>) &#8211; <a title="Pat Botz" href="http://www.ibmsystemsmag.com/authors/patbotz.aspx">Pat Botz</a></li>
<li> Engaging Customers at One of the Largest Telecom Companies in the World &#8211; Gaylord Aulke</li>
<li><a title="PDO: PHP Data Objects" href="http://www.slideshare.net/wezfurlong/php-data-objects/">PDO: PHP Data Objects</a> (<em>SlideShare</em>) &#8211; <a title="Wez Furlong" href="http://netevil.org/">Wez Furlong</a></li>
<li><a title="The Knight Rider Methodology to Software Development" href="http://eliw.com/conference/zendcon-2008-KnightRider.pdf">The Knight Rider Methodology to Software Development</a> (<em>PDF</em>) &#8211; <a title="Eli White" href="http://eliw.com/">Eli White</a></li>
</ul>
<ul>
<li><a title="Customer Case Studies - HarrisData and APi Group" href="http://www.slideshare.net/ZendCon/zend-con-harris-data-case-study-presentation/">Customer Case Studies &#8211; HarrisData and APi Group</a> (<em>SlideShare</em>) &#8211; Lane Nelson</li>
<li> <a title="State &amp; Ajax - How to Maintain Browser and Application State in an Asynchronous World" href="http://www.slideshare.net/ZendCon/state-and-ajax-zend-con-presentation/">State &amp; Ajax &#8211; How to Maintain Browser and Application State in an Asynchronous World</a> (<em>SlideShare</em>) &#8211; <a title="Paul Reinheimer" href="http://blog.preinheimer.com/">Paul Reinheimer</a></li>
<li> <a title="Top Zend Studio Secrets" href="http://www.slideshare.net/ZendCon/top-zend-studio-secrets-presentation">Top Zend Studio Secrets</a> (<em>SlideShare</em>)- Guy Gurfinkel</li>
<li><a title="Rickroll To Go With PHP, WURFL, and Other Open Source Tools" href="http://brian.deshong.net/talks/2008/zendcon/rickroll_to_go/rickroll_to_go_transitions.pdf">Rickroll To Go With PHP, WURFL, and Other Open Source Tools</a> (<em>PDF, <a title="Movie" href="http://brian.deshong.net/talks/2008/zendcon/rickroll_to_go/rickroll_to_go_transitions.pdf">MOV</a></em>) &#8211; <a title="Brian DeShong" href="http://deshong.net/">Brain DeShong</a></li>
<li> PHP Extensions Writing &#8211; <a title="Sara Goleman" href="http://blog.libssh2.org/">Sara Golemon</a></li>
</ul>
<ul>
<li><a title="Test Driven Development" href="http://www.derickrethans.nl/files/tdd-zendcon8.pdf">Test Driven Development</a> (<em>PDF</em>) &#8211; <a title="Derick Rethans" href="http://www.derickrethans.nl/">Derick Rethans</a></li>
<li> <a title="(In)secure Ajax-y Websites with PHP" href="http://www.slideshare.net/chw/insecure-ajaxy-websites-with-php-presentation">(In)secure Ajax-y Websites with PHP</a> (<em>SlideShare</em>) &#8211; Christian Wenz</li>
<li> <a title="Elegant Ways of Handling PHP Errors and Exceptions" href="http://www.slideshare.net/ZendCon/elegant-ways-of-handling-php-errors-and-exceptions-presentation">Elegant Ways of Handling PHP Errors and Exceptions</a> (<em>SlideShare</em>) &#8211; Eddo Rotman</li>
<li><a title="Managing Permissions for Robust Applications" href="http://www.brandonsavage.net/software/ApplicationACL.pdf">Managing Permissions for Robust Applications</a> (<em>PDF</em>) &#8211; <a title="Brandon Savage" href="http://www.brandonsavage.net/">Brandon Savage</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.kapustabrothers.com/2008/09/22/zendcon08-slides-september-16th/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend Certified Engineer</title>
		<link>http://www.kapustabrothers.com/2008/09/21/zend-certified-engineer/</link>
		<comments>http://www.kapustabrothers.com/2008/09/21/zend-certified-engineer/#comments</comments>
		<pubDate>Sun, 21 Sep 2008 17:01:17 +0000</pubDate>
		<dc:creator>farrelley</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP5]]></category>
		<category><![CDATA[ZCE]]></category>
		<category><![CDATA[Zend]]></category>
		<category><![CDATA[Zend Certified Engineer]]></category>
		<category><![CDATA[ZendCon08]]></category>

		<guid isPermaLink="false">http://www.kapustabrothers.com/?p=903</guid>
		<description><![CDATA[Last week at ZendCon08 I took my ZCE test for PHP5 and passed.  I am now a ZCE!]]></description>
			<content:encoded><![CDATA[<p><a href="http://zend.com/zce.php?c=ZEND008515&#038;r=226472412"><img class="alignleft size-full wp-image-904" title="ZCE" src="http://www.kapustabrothers.com/journal/wp-content/uploads/2008/09/php5-zce-logo-new.gif" alt="" width="73" height="68" /></a> Last week at ZendCon08 I took my ZCE test for PHP5 and passed.  I am now a ZCE!<br clear="left" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kapustabrothers.com/2008/09/21/zend-certified-engineer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ZendCon 2008</title>
		<link>http://www.kapustabrothers.com/2008/08/01/zendcon-2008/</link>
		<comments>http://www.kapustabrothers.com/2008/08/01/zendcon-2008/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 16:52:42 +0000</pubDate>
		<dc:creator>farrelley</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[California]]></category>
		<category><![CDATA[PHP Conference]]></category>
		<category><![CDATA[Zend]]></category>
		<category><![CDATA[ZendCon]]></category>

		<guid isPermaLink="false">http://www.kapustabrothers.com/?p=770</guid>
		<description><![CDATA[I have signed up and all my travel plans are set to go to ZendCon08.  This will be my first PHP conference and my first visit out to California.  I&#8217;m pretty excited to meet and network with the PHP community &#8230; <a href="http://www.kapustabrothers.com/2008/08/01/zendcon-2008/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I have signed up and all my travel plans are set to go to <a title="ZendCon" href="http://www.zendcon.com/">ZendCon08</a>.  This will be my first PHP conference and my first visit out to California.  I&#8217;m pretty excited to meet and network with the PHP community and look forward to learning many new things.  See you all on September 14th!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kapustabrothers.com/2008/08/01/zendcon-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

