<?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>Offshoot Blog &#187; Programming</title>
	<atom:link href="http://offshootinc.com/blog/tag/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://offshootinc.com/blog</link>
	<description>We Get Stuff Done. :)</description>
	<lastBuildDate>Fri, 16 Dec 2011 18:10:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>If Programming Languages were essays&#8230;</title>
		<link>http://offshootinc.com/blog/2011/04/08/if-programming-languages-were-essays/</link>
		<comments>http://offshootinc.com/blog/2011/04/08/if-programming-languages-were-essays/#comments</comments>
		<pubDate>Fri, 08 Apr 2011 21:48:36 +0000</pubDate>
		<dc:creator>Chris Woodford</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Nerdery]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Random Fun Stuff]]></category>

		<guid isPermaLink="false">http://offshootinc.com/blog/?p=1273</guid>
		<description><![CDATA[I love programming humour!]]></description>
		<wfw:commentRss>http://offshootinc.com/blog/2011/04/08/if-programming-languages-were-essays/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reusable Sorting for Collection Objects in PHP</title>
		<link>http://offshootinc.com/blog/2011/04/01/reusable-sorting-for-collection-objects-in-php/</link>
		<comments>http://offshootinc.com/blog/2011/04/01/reusable-sorting-for-collection-objects-in-php/#comments</comments>
		<pubDate>Fri, 01 Apr 2011 20:33:56 +0000</pubDate>
		<dc:creator>Chris Woodford</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Factory Method]]></category>
		<category><![CDATA[Patterns]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software Design]]></category>
		<category><![CDATA[Sorting]]></category>
		<category><![CDATA[Standard PHP Library]]></category>
		<category><![CDATA[Strategy Pattern]]></category>
		<category><![CDATA[Visitor Pattern]]></category>

		<guid isPermaLink="false">http://offshootinc.com/blog/?p=1220</guid>
		<description><![CDATA[These days I find myself working less and less with native PHP arrays, and more and more with Collection Objects &#8211; that, as the name suggests &#8211; are objects that represent and manage a collection of other objects. Some of &#8230; <a href="http://offshootinc.com/blog/2011/04/01/reusable-sorting-for-collection-objects-in-php/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://offshootinc.com/blog/2011/04/01/reusable-sorting-for-collection-objects-in-php/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Persisting the Decorator Pattern with Doctrine 2.0</title>
		<link>http://offshootinc.com/blog/2011/03/25/persisting-the-decorator-pattern-with-doctrine/</link>
		<comments>http://offshootinc.com/blog/2011/03/25/persisting-the-decorator-pattern-with-doctrine/#comments</comments>
		<pubDate>Fri, 25 Mar 2011 19:29:03 +0000</pubDate>
		<dc:creator>Chris Woodford</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Decorator]]></category>
		<category><![CDATA[Doctrine]]></category>
		<category><![CDATA[Doctrine 2.0]]></category>
		<category><![CDATA[Object Relational Mapping]]></category>
		<category><![CDATA[ORM]]></category>
		<category><![CDATA[Patterns]]></category>
		<category><![CDATA[Persistence]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://offshootinc.com/blog/?p=1136</guid>
		<description><![CDATA[Like a lot of people in the PHP community, I&#8217;ve had my eye on Doctrine 2.0 (a great Object Relational Mapping tool for PHP) since I first saw the teaser over 2 years ago. We even started using it in &#8230; <a href="http://offshootinc.com/blog/2011/03/25/persisting-the-decorator-pattern-with-doctrine/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://offshootinc.com/blog/2011/03/25/persisting-the-decorator-pattern-with-doctrine/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Module Bootstrapping in Zend Framework</title>
		<link>http://offshootinc.com/blog/2011/02/11/modul-bootstrapping-in-zend-framework/</link>
		<comments>http://offshootinc.com/blog/2011/02/11/modul-bootstrapping-in-zend-framework/#comments</comments>
		<pubDate>Fri, 11 Feb 2011 21:54:42 +0000</pubDate>
		<dc:creator>Chris Woodford</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Modular Bootstrapping]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://offshootinc.com/blog/?p=1077</guid>
		<description><![CDATA[It seems that ever since the 1.8 release of Zend Framework (where they introduced the new application bootstrapping), there has been a lot of discussion about the way that module bootstrapping is handled. I think most programmers, myself included, tend &#8230; <a href="http://offshootinc.com/blog/2011/02/11/modul-bootstrapping-in-zend-framework/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://offshootinc.com/blog/2011/02/11/modul-bootstrapping-in-zend-framework/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>AddThis javascript error: addthis_efrom is not defined</title>
		<link>http://offshootinc.com/blog/2009/05/19/addthis-javascript-error-addthis_efrom-is-not-defined/</link>
		<comments>http://offshootinc.com/blog/2009/05/19/addthis-javascript-error-addthis_efrom-is-not-defined/#comments</comments>
		<pubDate>Tue, 19 May 2009 15:40:37 +0000</pubDate>
		<dc:creator>Chris Woodford</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.offshootinc.com/blog/?p=384</guid>
		<description><![CDATA[So all of a sudden, the AddThis button starts giving a mysterious javascript error on all of our CFS Website Service sites. It went from working perfectly to throwing an error, without any change to any of our code. When &#8230; <a href="http://offshootinc.com/blog/2009/05/19/addthis-javascript-error-addthis_efrom-is-not-defined/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://offshootinc.com/blog/2009/05/19/addthis-javascript-error-addthis_efrom-is-not-defined/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend Framework: Amazon S3 Component</title>
		<link>http://offshootinc.com/blog/2009/05/11/zend-framework-amazon-s3-component/</link>
		<comments>http://offshootinc.com/blog/2009/05/11/zend-framework-amazon-s3-component/#comments</comments>
		<pubDate>Mon, 11 May 2009 21:33:05 +0000</pubDate>
		<dc:creator>Chris Woodford</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.offshootinc.com/blog/?p=365</guid>
		<description><![CDATA[With the 1.8 release, the Zend Framework has pushed out a number of really awesome components. One that I got to work with recently, was Zend_Service_Amazon_S3. At the time that I started using the S3 component, it was still in &#8230; <a href="http://offshootinc.com/blog/2009/05/11/zend-framework-amazon-s3-component/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://offshootinc.com/blog/2009/05/11/zend-framework-amazon-s3-component/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using PHP&#8217;s Imagick class to convert a CMYK jpeg to RGB</title>
		<link>http://offshootinc.com/blog/2008/10/24/using-the-imagick-class-to-convert-a-cmyk-jpeg-to-rgb/</link>
		<comments>http://offshootinc.com/blog/2008/10/24/using-the-imagick-class-to-convert-a-cmyk-jpeg-to-rgb/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 15:27:25 +0000</pubDate>
		<dc:creator>Chris Woodford</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Free Code]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.offshootinc.com/blog/?p=173</guid>
		<description><![CDATA[We&#8217;ve recently converted all of our image processing from using GD to using ImageMagick and one of the biggest stumbling blocks in doing that has been the lack of documentation for PHP&#8217;s Imagick class. I ran into a problem when &#8230; <a href="http://offshootinc.com/blog/2008/10/24/using-the-imagick-class-to-convert-a-cmyk-jpeg-to-rgb/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://offshootinc.com/blog/2008/10/24/using-the-imagick-class-to-convert-a-cmyk-jpeg-to-rgb/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Javascript Controller</title>
		<link>http://offshootinc.com/blog/2008/07/29/javascript-controller-control-javascript/</link>
		<comments>http://offshootinc.com/blog/2008/07/29/javascript-controller-control-javascript/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 19:18:26 +0000</pubDate>
		<dc:creator>Team Offshoot</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.offshootinc.com/blog/?p=126</guid>
		<description><![CDATA[#jscon { font-family:Arial,Helvetica,Verdana,Sans-Serif; } #jscon h1, h2, h3 { font-family:Tahoma; font-weight:bold; color:#98C801; padding-top:15px; } #jscon h3 { font-size:18px; color:#98C801; } #jscon p { line-height:24px; } #jscon .code_caption, #jscon .code { border:solid black 1px; margin:6px; width:auto; } #jscon .code_caption { background-color:#777; &#8230; <a href="http://offshootinc.com/blog/2008/07/29/javascript-controller-control-javascript/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://offshootinc.com/blog/2008/07/29/javascript-controller-control-javascript/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Zend Framework 1.6RC</title>
		<link>http://offshootinc.com/blog/2008/07/25/zend-framework-16rc/</link>
		<comments>http://offshootinc.com/blog/2008/07/25/zend-framework-16rc/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 14:57:59 +0000</pubDate>
		<dc:creator>Chris Woodford</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tech News]]></category>

		<guid isPermaLink="false">http://www.offshootinc.com/blog/?p=124</guid>
		<description><![CDATA[If you don&#8217;t frequent the zend framework website you might not have realized that they already have a release candidate for version 1.6 of the zend framework. What&#8217;s interesting about version 1.6 (other than the additions to my new friend &#8230; <a href="http://offshootinc.com/blog/2008/07/25/zend-framework-16rc/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://offshootinc.com/blog/2008/07/25/zend-framework-16rc/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Free App: PHP Simple Gallery</title>
		<link>http://offshootinc.com/blog/2008/07/25/free-app-php-simple-gallery/</link>
		<comments>http://offshootinc.com/blog/2008/07/25/free-app-php-simple-gallery/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 14:27:25 +0000</pubDate>
		<dc:creator>Team Offshoot</dc:creator>
				<category><![CDATA[Justin]]></category>
		<category><![CDATA[Organisation]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.offshootinc.com/blog/?p=123</guid>
		<description><![CDATA[Here at the office, when we&#8217;ve run into a bottleneck design wise, we&#8217;ve used a collection of images to inspire us, mostly in the form of large, slow to open, and hard to share layered PSD resource files. To fix &#8230; <a href="http://offshootinc.com/blog/2008/07/25/free-app-php-simple-gallery/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://offshootinc.com/blog/2008/07/25/free-app-php-simple-gallery/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

