<?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>activeDimensions &#187; Development</title>
	<atom:link href="http://www.axdimensions.com/category/development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.axdimensions.com</link>
	<description>Creative+Dynamic to the power of Mx!</description>
	<lastBuildDate>Tue, 27 Sep 2011 05:41:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>CodeIgniter v1.7.x vs. v2.0.x</title>
		<link>http://www.axdimensions.com/2011/03/codeigniter-v1-7-x-vs-v2-0-x/</link>
		<comments>http://www.axdimensions.com/2011/03/codeigniter-v1-7-x-vs-v2-0-x/#comments</comments>
		<pubDate>Fri, 25 Mar 2011 08:23:26 +0000</pubDate>
		<dc:creator>Mx</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Code Igniter]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.axdimensions.com/?p=752</guid>
		<description><![CDATA[I have been using CodeIgniter from November 2009, and have developed 6 web projects on it so far. While developing CMS, order management systems and other web [...]]]></description>
			<content:encoded><![CDATA[<p>I have been using CodeIgniter from November 2009, and have developed 6 web projects on it so far. While developing CMS, order management systems and other web apps on CI, I did manage to tweak the framework a bit since there was no release from September 2009. CodeIgniter released v<strong>2.0.0</strong> back in January 2011 and I came across it 2 weeks back while searching for another PHP framework. Compared CakePHP, Yii, CodeIgniter, Kohana, Zend and found CI 2.0.0 to be right the choice again for me &#8211; simple, good documentation and speed!</p>
<p>After the release of CI 2.0.0, many developers compared the two versions and found the newer much faster. I tried to migrate one of my projects without going through much documentation but was facing some errors, will try back again next week. However, I checked the benchmarks of 2 simple v1.7.3 and v2.0.1 and following were the results:</p>
<p><strong>v1.7.3</strong></p>
<table>
<tbody>
<tr>
<td>Loading Time Base Classes</td>
<td>0.0151</td>
</tr>
<tr>
<td>Controller Execution Time ( Welcome / Index )</td>
<td>0.0038</td>
</tr>
<tr>
<td>Total Execution Time</td>
<td>0.0190</td>
</tr>
</tbody>
</table>
<p><strong>v2.0.1</strong></p>
<table>
<tbody>
<tr>
<td>Loading Time Base Classes</td>
<td>0.0102</td>
</tr>
<tr>
<td>Controller Execution Time ( Welcome / Index )</td>
<td>0.0029</td>
</tr>
<tr>
<td>Total Execution Time</td>
<td>0.0132</td>
</tr>
</tbody>
</table>
<p>I still have to benchmark the newer version on my apps and test it out completely before publishing web apps with CI v2.0.x. CI released v2.0.1 on March 15, 2011 &#8211; details about change log can be found on their <a href="http://codeigniter.com/user_guide/changelog.html" target="_blank">official web</a> and for v2.0.0, visit: <a href="http://codesamplez.com/development/codeigniter-2-features" target="_blank">codesamplez.com</a>.</p>
<p>Peace!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.axdimensions.com/2011/03/codeigniter-v1-7-x-vs-v2-0-x/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>&#039;Tags 2 Meta Generator v0.1&#039; now on WordPress.org</title>
		<link>http://www.axdimensions.com/2008/10/tags-2-meta-generator-v01-now-on-wordpressorg/</link>
		<comments>http://www.axdimensions.com/2008/10/tags-2-meta-generator-v01-now-on-wordpressorg/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 03:40:07 +0000</pubDate>
		<dc:creator>Mx</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://axdimensions.wordpress.com/?p=328</guid>
		<description><![CDATA[WP has approved my plug-in request and I have hosted my plug-in on WordPress.org plug-in directory. Everyone can now download it directly from: http://wordpress.org/extend/plugins/tags-2-meta-generator/ Enjoy!]]></description>
			<content:encoded><![CDATA[<p>WP has approved my plug-in request and I have hosted my plug-in on <strong>WordPress.org</strong> plug-in directory. Everyone can now download it directly from: <a href="http://wordpress.org/extend/plugins/tags-2-meta-generator/" target="_blank">http://wordpress.org/extend/plugins/tags-2-meta-generator/</a></p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.axdimensions.com/2008/10/tags-2-meta-generator-v01-now-on-wordpressorg/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>My first WordPress plug-in: Tags 2 Meta Generator</title>
		<link>http://www.axdimensions.com/2008/10/my-first-wordpress-plug-in-tags-2-meta-generator/</link>
		<comments>http://www.axdimensions.com/2008/10/my-first-wordpress-plug-in-tags-2-meta-generator/#comments</comments>
		<pubDate>Sat, 25 Oct 2008 10:24:33 +0000</pubDate>
		<dc:creator>Mx</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://axdimensions.wordpress.com/?p=325</guid>
		<description><![CDATA[An extensive WordPress plug-in that generates META tags automatically for your posts! Let it be your post or home page, this little plug-in does it job automatically. [...]]]></description>
			<content:encoded><![CDATA[<p>An extensive WordPress plug-in that generates <strong>META tags</strong> <em>automatically</em> for your <strong>posts</strong>! Let it be your post or home page, this little plug-in does it job automatically.</p>
<p>The plug-in works in an intelligent manner, META <strong>description</strong> is generated on the basis of page or post name respectively. Though when you are composing a new post, all post tags are automatically used as META <strong>keywords</strong>. However, in case of your pages (e.g. Home, About Me etc.), the plug-in compiles META keywords by putting all your category names, giving user a better advantage on <strong>search engines</strong> and specially in getting more <em>relative</em> <strong>Adsense Ads</strong> on their blogs!</p>
<p>Download a copy now from <a href="http://www.axdimensions.com/pixelnotes/2008/10/25/tags-2-meta-generator-v01/" target="_self">PixelNotes</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.axdimensions.com/2008/10/my-first-wordpress-plug-in-tags-2-meta-generator/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

