<?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>Travis, Travaganza &#187; Comparison</title>
	<atom:link href="http://www.travislin.com/tag/comparison/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.travislin.com</link>
	<description>Web Design, Technologies and Fancy photos of what I see.</description>
	<lastBuildDate>Wed, 25 Jan 2012 05:44:22 +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>Not Another PHP MVC Frameworks Comparison</title>
		<link>http://www.travislin.com/2011/04/not-another-php-mvc-frameworks-comparison/</link>
		<comments>http://www.travislin.com/2011/04/not-another-php-mvc-frameworks-comparison/#comments</comments>
		<pubDate>Fri, 08 Apr 2011 16:04:08 +0000</pubDate>
		<dc:creator>Travis</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Analysis]]></category>
		<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Comparison]]></category>
		<category><![CDATA[Kohana]]></category>
		<category><![CDATA[MVC]]></category>

		<guid isPermaLink="false">http://www.travislin.com/?p=969</guid>
		<description><![CDATA[In this article I will talk about factors I look at when picking a PHP MVC framework. Having little time to go through user guide in-depth, there are couple of statistical value that may help you decide a framework to start from. <a href="http://www.travislin.com/2011/04/not-another-php-mvc-frameworks-comparison/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Finding a potential PHP MVC framework to test out isn&#8217;t really the most interesting thing since there seems to be a hundred of them to choose from. So instead of read through every single user guide or take a leap of faith from blog posts on X vs Y, I decide to do an analysis on all PHP MVC frameworks out there: I believe statistics are bias, but won&#8217;t lie.</p>
<h2>Deciding Factors</h2>
<p>Here, I will not conclude with a &#8220;winner&#8221; framework, instead I will explain couple deciding factors that able to grasp my interest without knowing their details.</p>
<h3>Version number</h3>
<p>This gives you an idea on maturity of a framework: version 0.x tends to be &#8216;testing the water&#8217; framework; 1.x is stable; and 2.x above can mean mature framework after major rework.</p>
<h3>Last Release Date</h3>
<p>You want to work on a responsive open source project, releases within 6 months is an acceptable period to me.</p>
<h3>Existing Participation</h3>
<p>Find out whether there are many users of a particular framework by seeking related questions on StackOverflow or numbers of search results from Google.</p>
<h3>Official Community</h3>
<p>A structured community can be crutial when you get deeper into the framework and may need to ask questions. Official forum and IRC channel are good indications of their activity level.</p>
<h2>Verdict</h2>
<p>I keep a far detailed version tracking every existing PHP MVC frameworks out there and plan to maintain the list as time goes.</p>
<ul>
<li><a href="https://spreadsheets.google.com/ccc?key=0Au-CcWBQSYRDdERMUFNxRE1OVzdoTlYwOHNvTHBNLXc&amp;hl=en">[Google Docs] Comparison of PHP MVC Frameworks</a></li>
</ul>
<p>However, it all summerised down to the 6 popular frameworks (in alphanumerical order):</p>
<table border="1" cellspacing="0" cellpadding="0">
<thead>
<tr>
<th></th>
<th>Stable Version</th>
<th>Release Date</th>
<th></th>
<th>StackOverflow Questions</th>
<th></th>
<th>Google Results</th>
<th></th>
</tr>
</thead>
<thead></thead>
<tbody>
<tr>
<th><a href="http://cakephp.org/">CakePHP</a></th>
<th>1.3.8</th>
<th>21/03/2011</th>
<th></th>
<th>3,701</th>
<th></th>
<th>3,100,000</th>
<th></th>
</tr>
<tr>
<th><a href="http://codeigniter.com/">CodeIgniter</a></th>
<th>2.0.2</th>
<th>8/4/2011</th>
<th></th>
<th>3,674</th>
<th></th>
<th>2,100,000</th>
<th></th>
</tr>
<tr>
<th><a href="http://www.kohanaphp.com/">Kohana</a></th>
<th>3.1.2</th>
<th>13/03/2011</th>
<th></th>
<th>879</th>
<th></th>
<th>247,000</th>
<th></th>
</tr>
<tr>
<th><a href="http://www.symfony-project.org/">Symphony</a></th>
<th>1.4.11</th>
<th>30/03/2011</th>
<th></th>
<th>1,831</th>
<th></th>
<th>749,000</th>
<th></th>
</tr>
<tr>
<th><a href="http://www.yiiframework.com/">Yii</a></th>
<th>1.1.7</th>
<th>27/03/2011</th>
<th></th>
<th>259</th>
<th></th>
<th>965,000</th>
<th></th>
</tr>
<tr>
<th><a href="http://framework.zend.com/">Zend Framework</a></th>
<th>1.11.5</th>
<th>7/4/2011</th>
<th></th>
<th>5,848</th>
<th></th>
<th>1,800,000</th>
<th><span style="color: #888888; font-family: 'Helvetica Neue', Arial, Helvetica, 'Nimbus Sans L', sans-serif;"><br />
</span></th>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<h2>Summary</h2>
<p>In this article I will talk about factors I look at when picking a PHP MVC framework. Having little time to go through user guide in-depth, there are couple of statistical value that may help you decide a framework to start from.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.travislin.com/2011/04/not-another-php-mvc-frameworks-comparison/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Why I Sold My 50mm for 35mm</title>
		<link>http://www.travislin.com/2011/03/why-i-sold-my-50mm-for-35mm/</link>
		<comments>http://www.travislin.com/2011/03/why-i-sold-my-50mm-for-35mm/#comments</comments>
		<pubDate>Thu, 17 Mar 2011 08:58:43 +0000</pubDate>
		<dc:creator>Travis</dc:creator>
				<category><![CDATA[Photo]]></category>
		<category><![CDATA[AF Nikkor 50mm f1.8D]]></category>
		<category><![CDATA[AF-S DX Nikkor 35mm f1.8G]]></category>
		<category><![CDATA[Comparison]]></category>
		<category><![CDATA[Lens]]></category>
		<category><![CDATA[Prime Lens]]></category>

		<guid isPermaLink="false">http://www.travislin.com/?p=854</guid>
		<description><![CDATA[Recent I have set my mind on giving up existing Nikon 50mm f1.8 prime lens for a more optimal, double cost: Nikon 35mm f1.8. I own a Nikon D90, cropped sensor DSLR, making 50mm prime lens a 75mm equivalent on Full Frame. &#8230; <a href="http://www.travislin.com/2011/03/why-i-sold-my-50mm-for-35mm/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-855" href="http://www.travislin.com/2011/03/why-i-sold-my-50mm-for-35mm/50mm-vs-35mm-f1-8/"><img class="alignright" title="50mm-vs-35mm-f1.8" src="http://www.travislin.com/wp-content/uploads/2011/03/50mm-vs-35mm-f1.8-300x300.jpg" alt="" width="300" height="300" /></a>Recent I have set my mind on giving up existing Nikon 50mm f1.8 prime lens for a more optimal, double cost: Nikon 35mm f1.8.</p>
<p>I own a Nikon D90, cropped sensor DSLR, making 50mm prime lens a 75mm equivalent on Full Frame. Disregard I still wanted to test drive a 50mm prime lens. Now 6 months later with this challenging lens, I crave for &#8220;real&#8221; 50mm experience. Alternatively, I can find my way toward a full frame body but that isn&#8217;t going to happen any time soon. So instead of holding on to this fairly low investment, I have decided to liquidate it for my next upgrade.</p>
<h3>Field Vision Close to Human Eyes</h3>
<p>50mm lenses mimic the field of the human eye hence the name &#8220;normal lens&#8221; for its focal length. However when mount this on a DX camera body, which is a 1.5 crop factor, it translates to roughly 75mm focal length. 35mm on DX is the best option as it translates to roughly 48mm.</p>
<h3>Close Focus</h3>
<p>50mm&#8217;s closest focus distance is 0.45m while 35mm is 0.3m. This really bugs me if I want to shoot delicates or while in limited space such as in China room or on a dinning table.</p>
<h3>Silent Wave Motor</h3>
<p>I haven&#8217;t had my hand on a 35mm yet, however I did able to feel difference in focusing with 50mm comparing with a newer lens 18-70mm f/3.5-4.5G. I am looking forward to the focus speed and accuracy from a 2 year young 35mm.</p>
<p>&nbsp;</p>
<h2>Summary</h2>
<p>This article explain some of the points why I made my decision to ditch my existing Nikkor 50mm f1.8D for a Nikkor 35mm f1.8G DX.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.travislin.com/2011/03/why-i-sold-my-50mm-for-35mm/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

