<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Freelance PHP Web developer</title>
	<atom:link href="http://www.christofcoetzee.co.za/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.christofcoetzee.co.za</link>
	<description>Freelance PHP Web Developer</description>
	<lastBuildDate>Thu, 27 Oct 2011 09:58:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on Zend Framework vs Codeigniter vs CakePHP vs others by Christof</title>
		<link>http://www.christofcoetzee.co.za/zend-framework-vs-codeigniter-vs-cakephp-vs-others/#comment-5740</link>
		<dc:creator>Christof</dc:creator>
		<pubDate>Thu, 27 Oct 2011 09:58:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.christofcoetzee.co.za/?p=918#comment-5740</guid>
		<description>Hi,
As for ZF and RAD, sure I agree CI and Yii is perhaps more RAD frameworks, but remember its not always about RAD, ZF has many other superior benefits.
ZF is better suited for medium-large enterprise solutions, ZF is not like most frameworks, with a &quot;one size fits all&quot; mentality.

Have a look at the arsenal of high-quality, fully tested libraries available for ZF, you will have virtually no need to reinvent the wheel or waste time debugging 3rd party libraries - again a huge time saver.

ZF2.0 is addressing a lot of RAD concerns and I&#039;m sure you&#039;ll love it!</description>
		<content:encoded><![CDATA[<p>Hi,<br />
As for ZF and RAD, sure I agree CI and Yii is perhaps more RAD frameworks, but remember its not always about RAD, ZF has many other superior benefits.<br />
ZF is better suited for medium-large enterprise solutions, ZF is not like most frameworks, with a &#8220;one size fits all&#8221; mentality.</p>
<p>Have a look at the arsenal of high-quality, fully tested libraries available for ZF, you will have virtually no need to reinvent the wheel or waste time debugging 3rd party libraries &#8211; again a huge time saver.</p>
<p>ZF2.0 is addressing a lot of RAD concerns and I&#8217;m sure you&#8217;ll love it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend Framework vs Codeigniter vs CakePHP vs others by rjm</title>
		<link>http://www.christofcoetzee.co.za/zend-framework-vs-codeigniter-vs-cakephp-vs-others/#comment-5739</link>
		<dc:creator>rjm</dc:creator>
		<pubDate>Thu, 27 Oct 2011 09:30:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.christofcoetzee.co.za/?p=918#comment-5739</guid>
		<description>I&#039;m a new to PHP frameworks and as most people say this view seems one sided the largest point deterring me from Zend is that is doesn’t focus on rapid application development as much as other frameworks do. Isn’t the point of a framework to get things done faster? I&#039;ve read comments on people saying at times it can be counter productive and is a lot slower compared to other frameworks. Right now I&#039;m just lost between, Zend, Codeigniter and Yii.</description>
		<content:encoded><![CDATA[<p>I&#8217;m a new to PHP frameworks and as most people say this view seems one sided the largest point deterring me from Zend is that is doesn’t focus on rapid application development as much as other frameworks do. Isn’t the point of a framework to get things done faster? I&#8217;ve read comments on people saying at times it can be counter productive and is a lot slower compared to other frameworks. Right now I&#8217;m just lost between, Zend, Codeigniter and Yii.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend Framework vs Codeigniter vs CakePHP vs others by gigi</title>
		<link>http://www.christofcoetzee.co.za/zend-framework-vs-codeigniter-vs-cakephp-vs-others/#comment-4869</link>
		<dc:creator>gigi</dc:creator>
		<pubDate>Thu, 15 Sep 2011 15:46:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.christofcoetzee.co.za/?p=918#comment-4869</guid>
		<description>Thanks for this awesome post! It definitely opens my mind on the eternal choice of the best framework... I vote zfw now!</description>
		<content:encoded><![CDATA[<p>Thanks for this awesome post! It definitely opens my mind on the eternal choice of the best framework&#8230; I vote zfw now!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend Framework vs Codeigniter vs CakePHP vs others by Christof</title>
		<link>http://www.christofcoetzee.co.za/zend-framework-vs-codeigniter-vs-cakephp-vs-others/#comment-3223</link>
		<dc:creator>Christof</dc:creator>
		<pubDate>Mon, 04 Jul 2011 22:45:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.christofcoetzee.co.za/?p=918#comment-3223</guid>
		<description>Rohjay,
feel free to choose any of your own opinions as the correct one.
Regarding ZF performance, I suggest you read this &lt;a target=&quot;_blank&quot; href=&quot;http://stackoverflow.com/questions/3777765/using-zend-framework-for-highload-projects&quot; rel=&quot;nofollow&quot;&gt;ZF Fast&lt;/a&gt;...

&quot;Seconding Joe&#039;s answer. I&#039;ve also seen ZF deployed on a few sites handling millions of requests and have yet to encounter a problem. When dealing with that amount of traffic it&#039;s a good idea to use other strategies beyond your framework, including but not limited to caching and the use of a CDN.&quot;

As I&#039;ve stated before, any framework will be slow if coded by amateurs, and almost all frameworks and large systems these days deploy caching, CDN, Cloud or other load balancing techniques.</description>
		<content:encoded><![CDATA[<p>Rohjay,<br />
feel free to choose any of your own opinions as the correct one.<br />
Regarding ZF performance, I suggest you read this <a target="_blank" href="http://stackoverflow.com/questions/3777765/using-zend-framework-for-highload-projects" rel="nofollow">ZF Fast</a>&#8230;</p>
<p>&#8220;Seconding Joe&#8217;s answer. I&#8217;ve also seen ZF deployed on a few sites handling millions of requests and have yet to encounter a problem. When dealing with that amount of traffic it&#8217;s a good idea to use other strategies beyond your framework, including but not limited to caching and the use of a CDN.&#8221;</p>
<p>As I&#8217;ve stated before, any framework will be slow if coded by amateurs, and almost all frameworks and large systems these days deploy caching, CDN, Cloud or other load balancing techniques.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend Framework vs Codeigniter vs CakePHP vs others by Rohjay</title>
		<link>http://www.christofcoetzee.co.za/zend-framework-vs-codeigniter-vs-cakephp-vs-others/#comment-3222</link>
		<dc:creator>Rohjay</dc:creator>
		<pubDate>Mon, 04 Jul 2011 22:19:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.christofcoetzee.co.za/?p=918#comment-3222</guid>
		<description>I&#039;m a newbie to web development and the question of &quot;which framework&quot; is on my plate right now.  I also find this to be a one sided view.

In this debate, one of the down-sides to the Zend Framework is that it has performance issues - I don&#039;t have a huge budget for web hosting and it&#039;s a concern.  Dismissing these concerns by saying it &quot;is absolute rubbish and just an ignorant attach to try and discredit&quot; is a defensive statement with zero information behind it.  Are you being defensive for a reason?

If you&#039;re a smart guy (and I think you are), don&#039;t discredit yourself with such an openly slanted view on things.

To better days!
Rohjay</description>
		<content:encoded><![CDATA[<p>I&#8217;m a newbie to web development and the question of &#8220;which framework&#8221; is on my plate right now.  I also find this to be a one sided view.</p>
<p>In this debate, one of the down-sides to the Zend Framework is that it has performance issues &#8211; I don&#8217;t have a huge budget for web hosting and it&#8217;s a concern.  Dismissing these concerns by saying it &#8220;is absolute rubbish and just an ignorant attach to try and discredit&#8221; is a defensive statement with zero information behind it.  Are you being defensive for a reason?</p>
<p>If you&#8217;re a smart guy (and I think you are), don&#8217;t discredit yourself with such an openly slanted view on things.</p>
<p>To better days!<br />
Rohjay</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend Framework vs Codeigniter vs CakePHP vs others by Jono</title>
		<link>http://www.christofcoetzee.co.za/zend-framework-vs-codeigniter-vs-cakephp-vs-others/#comment-3082</link>
		<dc:creator>Jono</dc:creator>
		<pubDate>Mon, 27 Jun 2011 16:53:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.christofcoetzee.co.za/?p=918#comment-3082</guid>
		<description>Converting from 1.7 to 2.0....its not naive. Its reality. I did it. Find and replace. Really.

Yes, there are drawbacks to CI. But I wasnt arguing about that.</description>
		<content:encoded><![CDATA[<p>Converting from 1.7 to 2.0&#8230;.its not naive. Its reality. I did it. Find and replace. Really.</p>
<p>Yes, there are drawbacks to CI. But I wasnt arguing about that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend Framework vs Codeigniter vs CakePHP vs others by Christof</title>
		<link>http://www.christofcoetzee.co.za/zend-framework-vs-codeigniter-vs-cakephp-vs-others/#comment-2378</link>
		<dc:creator>Christof</dc:creator>
		<pubDate>Wed, 25 May 2011 13:21:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.christofcoetzee.co.za/?p=918#comment-2378</guid>
		<description>Jono,
5minutes to convert an application is a very naive statement, however in the real world it will probably take you hours to days to convert a full application, testing included.
Backward compatibility is not my biggest dislike with CI, its the fact that everything is still not OO and CI is still conducive to bad programming practices, global functions everywhere, classes when you feel like it, and not to mention the poor libraries and configuration management - if you want to be an activist for the smaller frameworks, then please be one for Yii and not CI.</description>
		<content:encoded><![CDATA[<p>Jono,<br />
5minutes to convert an application is a very naive statement, however in the real world it will probably take you hours to days to convert a full application, testing included.<br />
Backward compatibility is not my biggest dislike with CI, its the fact that everything is still not OO and CI is still conducive to bad programming practices, global functions everywhere, classes when you feel like it, and not to mention the poor libraries and configuration management &#8211; if you want to be an activist for the smaller frameworks, then please be one for Yii and not CI.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend Framework vs Codeigniter vs CakePHP vs others by Jono</title>
		<link>http://www.christofcoetzee.co.za/zend-framework-vs-codeigniter-vs-cakephp-vs-others/#comment-2377</link>
		<dc:creator>Jono</dc:creator>
		<pubDate>Wed, 25 May 2011 11:50:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.christofcoetzee.co.za/?p=918#comment-2377</guid>
		<description>Uh, not backwards compatible from CI1.7 to 2.0? Where did you get that nonsense from? It takes 5 minutes to convert a 1.7 site to 2.0.</description>
		<content:encoded><![CDATA[<p>Uh, not backwards compatible from CI1.7 to 2.0? Where did you get that nonsense from? It takes 5 minutes to convert a 1.7 site to 2.0.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on freelance web development vs full-time job by Nadeem</title>
		<link>http://www.christofcoetzee.co.za/freelance-web-development-vs-full-time-job/#comment-2077</link>
		<dc:creator>Nadeem</dc:creator>
		<pubDate>Mon, 09 May 2011 11:21:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.christofcoetzee.co.za/?p=1024#comment-2077</guid>
		<description>Freelancing can be a very pretty picture when thinking and talking about it but there are way more responsibilities doing it.

When freelancing you are taking on multiple roles and successful freelancers are the ones who can mix all the ingredients right.

I have been working full time for the past 8years and Ive been freelancing for the same period after hours. Working like this can burn you out but slowly building up a client base over the years and establishing good relationships will put you in a much better position when you are ready to take that leap.</description>
		<content:encoded><![CDATA[<p>Freelancing can be a very pretty picture when thinking and talking about it but there are way more responsibilities doing it.</p>
<p>When freelancing you are taking on multiple roles and successful freelancers are the ones who can mix all the ingredients right.</p>
<p>I have been working full time for the past 8years and Ive been freelancing for the same period after hours. Working like this can burn you out but slowly building up a client base over the years and establishing good relationships will put you in a much better position when you are ready to take that leap.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Magento Pros and Cons by DIY Solar Electricity</title>
		<link>http://www.christofcoetzee.co.za/magento-pros-and-cons/#comment-2007</link>
		<dc:creator>DIY Solar Electricity</dc:creator>
		<pubDate>Thu, 05 May 2011 18:34:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.christofcoetzee.co.za/?p=365#comment-2007</guid>
		<description>I like your web site. Cheers and continue the excellent work.</description>
		<content:encoded><![CDATA[<p>I like your web site. Cheers and continue the excellent work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

