<?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>Docile Tree &#187; Coding and Development</title>
	<atom:link href="http://www.dociletree.co.za/cat/development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dociletree.co.za</link>
	<description>Aubrey Kilian explains, rants and raves</description>
	<lastBuildDate>Thu, 08 Jul 2010 08:50:40 +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>LAMP development on OSX</title>
		<link>http://www.dociletree.co.za/lamp-development-on-osx/</link>
		<comments>http://www.dociletree.co.za/lamp-development-on-osx/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 08:00:46 +0000</pubDate>
		<dc:creator>aubrey</dc:creator>
				<category><![CDATA[Coding and Development]]></category>
		<category><![CDATA[Opinion]]></category>
		<category><![CDATA[darwinports]]></category>
		<category><![CDATA[fink]]></category>
		<category><![CDATA[mamp]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[zend]]></category>
		<category><![CDATA[zend framework]]></category>

		<guid isPermaLink="false">http://www.dociletree.co.za/?p=195</guid>
		<description><![CDATA[I recently acquired myself a 13&#8243; Macbook Pro, one of those new shiny unibody ones, which I now use as my primary work and freelance machine. I used to run Ubuntu on my laptop to ease freelance web development that I do with Zend Framework and WordPress etc. Mostly PHP type work. With the Mac &#8230; </p><p><a class="more-link block-button" href="http://www.dociletree.co.za/lamp-development-on-osx/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mamp.info"><img style="float:right; padding:1px;" src="http://www.dociletree.co.za/wp-content/uploads/2009/08/mamp_home.gif" alt="mamp_home" title="mamp_home" width="258" height="253" class="alignright size-full wp-image-196" /></a>I recently acquired myself a <a href="http://www.apple.com/macbookpro/">13&#8243; Macbook Pro</a>, one of those new shiny unibody ones, which I now use as my primary work and freelance machine.  I used to run Ubuntu on my laptop to ease freelance web development that I do with <a href="http://framework.zend.com/">Zend Framework</a> and <a href="http://wordpress.org/">WordPress</a> etc.  Mostly <a href="http://php.net/">PHP</a> type work.</p>
<p>With the Mac comes a whole host of new issues to get things going, where the more hardcore Mac fundi will install things like <a href="http://darwinports.com/">DarwinPorts</a> or <a href="http://www.finkproject.org/">Fink</a> or some such.  Previously I had fink installed, and never really found that I absolutely *required* it, so this time around I&#8217;m not installing anything like DarwinPorts of Fink.</p>
<p>However, the underlying components to do LAMP-type development are all open-source and free, and the nice folks at <a href="http://www.mamp.info/">MAMP</a> put together a stellar package to ease the pain.  The MAMP installer gives you everything you need, to get local web development going on a Mac.  It includes Apache 2.x, Mysql 5.x, PHP 4 and PHP 5, Postfix for mail delivery, and if you&#8217;re OK with paying $$$ for <a href="http://www.mamp.info/en/mamp-pro/index.html">MAMP Pro</a>, you&#8217;ll get virtual hosts, PHPMyadmin, Dynamic DNS support and a whole host more features.  MAMP Pro is available for a 14-day trial as well.</p>
<p>In summary, MAMP is a one-click-to-download one-stop app for everything you need to run a fully functional local web development setup, for all values where &#8220;P=PHP&#8221;.  Perl and Python support inside MAMP is not there, for those you&#8217;ll likely need to do some hacking around, but I&#8217;m sure it&#8217;s possible.  Oh, there&#8217;s one thing MAMP doesn&#8217;t give you, and that&#8217;s naturally an editing environment for your projects.  IDEs for [L|W|M]AMP development is a personal choice, some people prefer gvim, others use bbedit, or textmate, or Eclipse PDT.  I still use the Zend IDE, as it has nice built-in support for Zend Framework, and I&#8217;ve been testing out the beta version of the 7.0.x version, and so far it looks very good.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dociletree.co.za/lamp-development-on-osx/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>ZendFramework 1.5.2 Released</title>
		<link>http://www.dociletree.co.za/zendframework-152-released/</link>
		<comments>http://www.dociletree.co.za/zendframework-152-released/#comments</comments>
		<pubDate>Fri, 16 May 2008 05:14:35 +0000</pubDate>
		<dc:creator>aubrey</dc:creator>
				<category><![CDATA[Coding and Development]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[zend]]></category>

		<guid isPermaLink="false">http://www.dociletree.co.za/?p=24</guid>
		<description><![CDATA[New ZendFramework release out today, fixing three pages of bugs this time (A fair number of them on the newer Zend_Form stuff that was added in 1.5.0). Pretty impressive, the ZF team is quite busy. So far in my experience with ZendFramework I&#8217;ve not come across any bugs that hindered my development or required me &#8230; </p><p><a class="more-link block-button" href="http://www.dociletree.co.za/zendframework-152-released/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>New ZendFramework release out today, fixing <a href="http://framework.zend.com/issues/secure/IssueNavigator.jspa?requestId=10743">three pages of bugs</a> this time (A fair number of them on the newer Zend_Form stuff that was added in 1.5.0).  Pretty impressive, the ZF team is quite busy.</p>
<p>So far in my experience with <a href="http://framework.zend.com/">ZendFramework</a> I&#8217;ve not come across any bugs that hindered my development or required me to log a bug or even have to do any workarounds for an irritation that I found in the framework, which I find comforting actually.  It means that the functionality of ZF that I&#8217;m using (So far it&#8217;s quite limited to simple CMS-type websites, nothing complicated) is fairly mature, and became mature quite quickly.</p>
<p>Go team ZendFramework!  You guys rock!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dociletree.co.za/zendframework-152-released/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Zend Framework updated to 1.5.1</title>
		<link>http://www.dociletree.co.za/zend-framework-updated-to-151/</link>
		<comments>http://www.dociletree.co.za/zend-framework-updated-to-151/#comments</comments>
		<pubDate>Thu, 27 Mar 2008 15:20:16 +0000</pubDate>
		<dc:creator>aubrey</dc:creator>
				<category><![CDATA[Coding and Development]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[zend]]></category>

		<guid isPermaLink="false">http://www.dociletree.co.za/?p=4</guid>
		<description><![CDATA[I received notification today that the Zend Framework was bumped to V1.5.1, with lots of fixes to the framework itself. We (I mean Neil) used Zend Framework for the Weylandts CMS project (A great project which finally launched last week after several delays) when I worked at OgilvyInteractive (technically, I still work there, but due &#8230; </p><p><a class="more-link block-button" href="http://www.dociletree.co.za/zend-framework-updated-to-151/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p><img src='http://framework.zend.com/wiki/download/attachments/41288/zf_logo_sm.gif' alt='ZendFrameworkMiniLogo' class='alignleft' />I received notification today that the <a href="http://framework.zend.com/">Zend Framework</a> was bumped to V1.5.1, with lots of <a href="http://framework.zend.com/issues/secure/IssueNavigator.jspa?requestId=10711">fixes</a> to the framework itself.</p>
<p>We (I mean <a href="http://www.codecaine.co.za/">Neil</a>) used Zend Framework for the <a href="http://www.weylandts.co.za/">Weylandts</a> CMS project (A great project which finally launched last week after several delays) when I worked at <a href="http://www.ogilvy.co.za/za_interactive/">OgilvyInteractive</a> (technically, I still work there, but due to health reasons, my last official working day was last Wednesday), and I&#8217;m using the framework in a freelance project I&#8217;m doing as well.  I find at times, it&#8217;s great in what it achieves and how easy it is to do certain things, but other times, like the fantastic addition of the <a href="http://framework.zend.com/manual/en/zend.form.html">Zend_Form</a> classes, where things are just too much of an effort to have to jump through the hoops required.  I&#8217;m not fond of reinventing the wheel, and that&#8217;s what makes the Zend Framework so nice, you only use the bits and bobs you need, and you&#8217;re not tied into a huge array of restrictions like other frameworks.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dociletree.co.za/zend-framework-updated-to-151/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

