<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>CaziSoft</title>
	
	<link>http://www.cazisoft.com</link>
	<description>iPhone News, Tips &amp; Tricks</description>
	<lastBuildDate>Mon, 30 Apr 2012 15:33:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/CaziSoftFeed" /><feedburner:info uri="cazisoftfeed" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><creativeCommons:license>http://creativecommons.org/licenses/by-nd/3.0/</creativeCommons:license><image><link>http://creativecommons.org/licenses/by-nd/3.0/</link><url>http://creativecommons.org/images/public/somerights20.gif</url><title>Some Rights Reserved</title></image><feedburner:emailServiceId>CaziSoftFeed</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>How to Install PHPUnit on MAC OSX Lion</title>
		<link>http://feedproxy.google.com/~r/CaziSoftFeed/~3/rPeeT1hXdBw/how-to-install-phpunit-on-mac-osx-lion</link>
		<comments>http://www.cazisoft.com/2012/how-to-install-phpunit-on-mac-osx-lion#comments</comments>
		<pubDate>Mon, 30 Apr 2012 15:33:36 +0000</pubDate>
		<dc:creator>Mojtaba</dc:creator>
				<category><![CDATA[How To?]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[PEAR]]></category>
		<category><![CDATA[PHPUnit]]></category>

		<guid isPermaLink="false">http://www.cazisoft.com/?p=5075</guid>
		<description><![CDATA[First you need to install pear -HOW TO?- Then run the following commands in Terminal. The last command is to install Selenium packages for PHPUnit. You might want to add more packages. You could find them here. &#160; Related posts:Mac OS X Lion, New FeaturesTop New features in Mac OS X Lion : (AccordingTop 10 [...]]]></description>
			<content:encoded><![CDATA[<p>First you need to install pear -<a href="http://www.cazisoft.com/?p=5072#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" target="_blank">HOW TO?</a>-</p>
<p>Then run the following commands in Terminal.</p>
<div id="wpshdo_1" class="wp-synhighlighter-outer"><div id="wpshdt_1" class="wp-synhighlighter-expanded"><table border="0" width="100%"><tr><td align="left" width="80%"><a name="#codesyntax_1"></a><a id="wpshat_1" class="wp-synhighlighter-title" href="#codesyntax_1"  onClick="javascript:wpsh_toggleBlock(1)" title="Click to show/hide code block">Code</a></td><td align="right"><a href="#codesyntax_1" onClick="javascript:wpsh_code(1)" title="Show code only"><img border="0" style="border: 0 none" src="http://www.cazisoft.com/wp-content/plugins/wp-synhighlight/themes/default/images/code.png" /></a>&nbsp;<a href="#codesyntax_1" onClick="javascript:wpsh_print(1)" title="Print code"><img border="0" style="border: 0 none" src="http://www.cazisoft.com/wp-content/plugins/wp-synhighlight/themes/default/images/printer.png" /></a>&nbsp;<a href="http://www.cazisoft.com/wp-content/plugins/wp-synhighlight/About.html" target="_blank" title="Show plugin information"><img border="0" style="border: 0 none" src="http://www.cazisoft.com/wp-content/plugins/wp-synhighlight/themes/default/images/info.gif" /></a>&nbsp;</td></tr></table></div><div id="wpshdi_1" class="wp-synhighlighter-inner" style="display: block;"><pre class="bash" style="font-family:monospace;"><span class="kw2">sudo</span> pear config-set auto_discover 1
<span class="kw2">sudo</span> pear <span class="kw2">install</span> pear.phpunit.de<span class="sy0">/</span>PHPUnit
<span class="kw2">sudo</span> pear <span class="kw2">install</span> phpunit<span class="sy0">/</span>PHPUnit_Selenium</pre></div></div>
<p>The last command is to install Selenium packages for PHPUnit. You might want to add more packages. <a rel="nofollow" target="_blank" href="http://www.phpunit.de/manual/3.7/en/installation.html" target="_blank">You could find them here</a>.</p>
<p>&nbsp;</p>
<hr /><h2>Related posts:</h2><ul><li><a href="http://www.cazisoft.com/2011/mac-os-x-lion-new-features#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" rel="bookmark" title="Permanent Link: Mac OS X Lion, New Features">Mac OS X Lion, New Features</a><br />Top New features in Mac OS X Lion : (According</li><li><a href="http://www.cazisoft.com/2011/4733#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" rel="bookmark" title="Permanent Link: "></a><br />Top 10 New features in Mac OS X Lion :


	Multi-Touch</li><li><a href="http://www.cazisoft.com/2012/how-to-install-pear-on-mac-osx-lion#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" rel="bookmark" title="Permanent Link: How To Install PEAR on MAC OSX Lion">How To Install PEAR on MAC OSX Lion</a><br />Just run the following commands in Terminal.

<font color="red"><b>WP-SYNHIGHLIGHT PLUGIN: NOTHING TO HIGHLIGHT! PLEASE READ README.TXT IN PLUGIN FOLDER!</b></font>
sudo php /usr/lib/php/install-pear-nozlib.phar
sudo</li><li><a href="http://www.cazisoft.com/2011/about-upcoming-apple-event#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" rel="bookmark" title="Permanent Link: About Upcoming Apple Event">About Upcoming Apple Event</a><br />
As you know WWDC will be held tomorrow, and Apple plans to unveiled the iOS 5.0</li><li><a href="http://www.cazisoft.com/2011/4724#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" rel="bookmark" title="Permanent Link: "></a><br />Mac OS X Lion, iOS 5, iClouds, ... but what</li></ul><hr />
<a href="http://www.cazisoft.com/2012/how-to-install-phpunit-on-mac-osx-lion#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">How to Install PHPUnit on MAC OSX Lion</a> originally appeared on <a href="http://www.cazisoft.com#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">Cazisoft</a> by Mojtaba.
<small>Copyright &copy; 2012<br /> This feed is for personal, non-commercial use only. 57e0535127e818be3f06cd59e4c9ab74</small>
<p><a href="http://feedads.g.doubleclick.net/~a/vPq_zn3OUJFu2cmY-Z8l-yfeef8/0/da"><img src="http://feedads.g.doubleclick.net/~a/vPq_zn3OUJFu2cmY-Z8l-yfeef8/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/vPq_zn3OUJFu2cmY-Z8l-yfeef8/1/da"><img src="http://feedads.g.doubleclick.net/~a/vPq_zn3OUJFu2cmY-Z8l-yfeef8/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/CaziSoftFeed?a=rPeeT1hXdBw:624tK5-jbGo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/CaziSoftFeed?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CaziSoftFeed?a=rPeeT1hXdBw:624tK5-jbGo:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/CaziSoftFeed?i=rPeeT1hXdBw:624tK5-jbGo:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CaziSoftFeed?a=rPeeT1hXdBw:624tK5-jbGo:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/CaziSoftFeed?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/CaziSoftFeed/~4/rPeeT1hXdBw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.cazisoft.com/2012/how-to-install-phpunit-on-mac-osx-lion/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.cazisoft.com/2012/how-to-install-phpunit-on-mac-osx-lion#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</feedburner:origLink></item>
		<item>
		<title>How To Install PEAR on MAC OSX Lion</title>
		<link>http://feedproxy.google.com/~r/CaziSoftFeed/~3/1O-2DAUur8Y/how-to-install-pear-on-mac-osx-lion</link>
		<comments>http://www.cazisoft.com/2012/how-to-install-pear-on-mac-osx-lion#comments</comments>
		<pubDate>Mon, 30 Apr 2012 15:26:35 +0000</pubDate>
		<dc:creator>Mojtaba</dc:creator>
				<category><![CDATA[How To?]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[Lion]]></category>
		<category><![CDATA[PEAR]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.cazisoft.com/?p=5072</guid>
		<description><![CDATA[Just run the following commands in Terminal. &#160; Related posts:How to Install PHPUnit on MAC OSX LionFirst you need to install pear -HOW TO?- Then run theMac OS X Lion, New FeaturesTop New features in Mac OS X Lion : (AccordingTop 10 New features in Mac OS X Lion : Multi-TouchAbout Upcoming Apple Event As [...]]]></description>
			<content:encoded><![CDATA[<p>Just run the following commands in Terminal.</p>
<div id="wpshdo_2" class="wp-synhighlighter-outer"><div id="wpshdt_2" class="wp-synhighlighter-expanded"><table border="0" width="100%"><tr><td align="left" width="80%"><a name="#codesyntax_2"></a><a id="wpshat_2" class="wp-synhighlighter-title" href="#codesyntax_2"  onClick="javascript:wpsh_toggleBlock(2)" title="Click to show/hide code block">Code</a></td><td align="right"><a href="#codesyntax_2" onClick="javascript:wpsh_code(2)" title="Show code only"><img border="0" style="border: 0 none" src="http://www.cazisoft.com/wp-content/plugins/wp-synhighlight/themes/default/images/code.png" /></a>&nbsp;<a href="#codesyntax_2" onClick="javascript:wpsh_print(2)" title="Print code"><img border="0" style="border: 0 none" src="http://www.cazisoft.com/wp-content/plugins/wp-synhighlight/themes/default/images/printer.png" /></a>&nbsp;<a href="http://www.cazisoft.com/wp-content/plugins/wp-synhighlight/About.html" target="_blank" title="Show plugin information"><img border="0" style="border: 0 none" src="http://www.cazisoft.com/wp-content/plugins/wp-synhighlight/themes/default/images/info.gif" /></a>&nbsp;</td></tr></table></div><div id="wpshdi_2" class="wp-synhighlighter-inner" style="display: block;"><pre class="bash" style="font-family:monospace;"><span class="kw2">sudo</span> php <span class="sy0">/</span>usr<span class="sy0">/</span>lib<span class="sy0">/</span>php<span class="sy0">/</span>install-pear-nozlib.phar
<span class="kw2">sudo</span> pear config-set php_ini <span class="sy0">/</span>private<span class="sy0">/</span>etc<span class="sy0">/</span>php.ini
<span class="kw2">sudo</span> pecl config-set php_ini <span class="sy0">/</span>private<span class="sy0">/</span>etc<span class="sy0">/</span>php.ini
<span class="kw2">sudo</span> pear upgrade-all</pre></div></div>
<p>&nbsp;</p>
<hr /><h2>Related posts:</h2><ul><li><a href="http://www.cazisoft.com/2012/how-to-install-phpunit-on-mac-osx-lion#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" rel="bookmark" title="Permanent Link: How to Install PHPUnit on MAC OSX Lion">How to Install PHPUnit on MAC OSX Lion</a><br />First you need to install pear -HOW TO?-

Then run the</li><li><a href="http://www.cazisoft.com/2011/mac-os-x-lion-new-features#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" rel="bookmark" title="Permanent Link: Mac OS X Lion, New Features">Mac OS X Lion, New Features</a><br />Top New features in Mac OS X Lion : (According</li><li><a href="http://www.cazisoft.com/2011/4733#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" rel="bookmark" title="Permanent Link: "></a><br />Top 10 New features in Mac OS X Lion :


	Multi-Touch</li><li><a href="http://www.cazisoft.com/2011/about-upcoming-apple-event#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" rel="bookmark" title="Permanent Link: About Upcoming Apple Event">About Upcoming Apple Event</a><br />
As you know WWDC will be held tomorrow, and Apple plans to unveiled the iOS 5.0</li><li><a href="http://www.cazisoft.com/2011/4724#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" rel="bookmark" title="Permanent Link: "></a><br />Mac OS X Lion, iOS 5, iClouds, ... but what</li></ul><hr />
<a href="http://www.cazisoft.com/2012/how-to-install-pear-on-mac-osx-lion#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">How To Install PEAR on MAC OSX Lion</a> originally appeared on <a href="http://www.cazisoft.com#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">Cazisoft</a> by Mojtaba.
<small>Copyright &copy; 2012<br /> This feed is for personal, non-commercial use only. 57e0535127e818be3f06cd59e4c9ab74</small>
<p><a href="http://feedads.g.doubleclick.net/~a/ceAx-OaxWBuEECu3zIjkmhLj4Ho/0/da"><img src="http://feedads.g.doubleclick.net/~a/ceAx-OaxWBuEECu3zIjkmhLj4Ho/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/ceAx-OaxWBuEECu3zIjkmhLj4Ho/1/da"><img src="http://feedads.g.doubleclick.net/~a/ceAx-OaxWBuEECu3zIjkmhLj4Ho/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/CaziSoftFeed?a=1O-2DAUur8Y:MTTsnidHu0s:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/CaziSoftFeed?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CaziSoftFeed?a=1O-2DAUur8Y:MTTsnidHu0s:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/CaziSoftFeed?i=1O-2DAUur8Y:MTTsnidHu0s:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CaziSoftFeed?a=1O-2DAUur8Y:MTTsnidHu0s:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/CaziSoftFeed?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/CaziSoftFeed/~4/1O-2DAUur8Y" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.cazisoft.com/2012/how-to-install-pear-on-mac-osx-lion/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.cazisoft.com/2012/how-to-install-pear-on-mac-osx-lion#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</feedburner:origLink></item>
		<item>
		<title>Precise Stopwatch</title>
		<link>http://feedproxy.google.com/~r/CaziSoftFeed/~3/lLYvKx2VwL8/precise-stopwatch</link>
		<comments>http://www.cazisoft.com/2012/precise-stopwatch#comments</comments>
		<pubDate>Tue, 24 Apr 2012 15:54:21 +0000</pubDate>
		<dc:creator>Mojtaba</dc:creator>
				<category><![CDATA[AppStore]]></category>
		<category><![CDATA[App]]></category>
		<category><![CDATA[free]]></category>

		<guid isPermaLink="false">http://www.cazisoft.com/?p=5064</guid>
		<description><![CDATA[The most accurate stop watch available for iPhone, iPad, iPod Touch. Leave comments here if you have any question. Related posts:The most ridiculous iPod ever!A couple weeks ago, Steve Jobs was wooed on stageiPhone OS 3.0 Features!Here is an incomplete list of the new iPhone OS Precise Stopwatch originally appeared on Cazisoft by Mojtaba. Copyright &#169; [...]]]></description>
			<content:encoded><![CDATA[<p>The most accurate stop watch available for iPhone, iPad, iPod Touch.<a rel="nofollow" target="_blank" href="http://itunes.apple.com/ca/app/p-stopwatch/id519533768?mt=8"><img class="alignright size-full wp-image-2544" title="appstore" src="http://www.cazisoft.com/wp-content/uploads/2010/04/appstore.png" alt="" width="133" height="45" /></a></p>
<p><img class="aligncenter size-medium wp-image-5057" title="shot1" src="http://www.cazisoft.com/wp-content/uploads/2012/04/shot1-200x300.png" alt="" width="200" height="300" /></p>
<p>Leave comments here if you have any question.</p>
<hr /><h2>Related posts:</h2><ul><li><a href="http://www.cazisoft.com/2010/the-most-ridiculous-ipod-ever#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" rel="bookmark" title="Permanent Link: The most ridiculous iPod ever!">The most ridiculous iPod ever!</a><br />A couple weeks ago, Steve Jobs was wooed on stage</li><li><a href="http://www.cazisoft.com/2009/iphone-3-features#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" rel="bookmark" title="Permanent Link: iPhone OS 3.0 Features!">iPhone OS 3.0 Features!</a><br />Here is an incomplete list of the new iPhone OS</li></ul><hr />
<a href="http://www.cazisoft.com/2012/precise-stopwatch#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">Precise Stopwatch</a> originally appeared on <a href="http://www.cazisoft.com#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">Cazisoft</a> by Mojtaba.
<small>Copyright &copy; 2012<br /> This feed is for personal, non-commercial use only. 57e0535127e818be3f06cd59e4c9ab74</small>
<p><a href="http://feedads.g.doubleclick.net/~a/3_dV-tg0RiCWDbf8kR0XwIxeZFI/0/da"><img src="http://feedads.g.doubleclick.net/~a/3_dV-tg0RiCWDbf8kR0XwIxeZFI/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/3_dV-tg0RiCWDbf8kR0XwIxeZFI/1/da"><img src="http://feedads.g.doubleclick.net/~a/3_dV-tg0RiCWDbf8kR0XwIxeZFI/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/CaziSoftFeed?a=lLYvKx2VwL8:Dkl4YOfgKGY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/CaziSoftFeed?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CaziSoftFeed?a=lLYvKx2VwL8:Dkl4YOfgKGY:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/CaziSoftFeed?i=lLYvKx2VwL8:Dkl4YOfgKGY:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CaziSoftFeed?a=lLYvKx2VwL8:Dkl4YOfgKGY:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/CaziSoftFeed?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/CaziSoftFeed/~4/lLYvKx2VwL8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.cazisoft.com/2012/precise-stopwatch/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.cazisoft.com/2012/precise-stopwatch#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</feedburner:origLink></item>
		<item>
		<title>iOS Apps are on the way</title>
		<link>http://feedproxy.google.com/~r/CaziSoftFeed/~3/Fr6dLvb6u7U/ios-apps-are-on-the-way</link>
		<comments>http://www.cazisoft.com/2012/ios-apps-are-on-the-way#comments</comments>
		<pubDate>Fri, 20 Apr 2012 05:34:34 +0000</pubDate>
		<dc:creator>Mojtaba</dc:creator>
				<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[AppStore]]></category>
		<category><![CDATA[native]]></category>

		<guid isPermaLink="false">http://www.cazisoft.com/?p=5053</guid>
		<description><![CDATA[We are close to releasing some apps into AppStore, One of those would be a mobile version of CaziSoft. You will be able to have CaziSoft installed on your iPhone and iPad. One of the features of the &#8220;CaziSoft Mobile&#8221; would be Jailbreak notifier, it will automatically determine the version of your device and notify you [...]]]></description>
			<content:encoded><![CDATA[<p>We are close to releasing some apps into AppStore, One of those would be a mobile version of CaziSoft. You will be able to have CaziSoft installed on your iPhone and iPad.<img class="alignright size-full wp-image-2544" title="appstore" src="http://www.cazisoft.com/wp-content/uploads/2010/04/appstore.png" alt="" width="133" height="45" /></p>
<p>One of the features of the &#8220;CaziSoft Mobile&#8221; would be Jailbreak notifier, it will automatically determine the version of your device and notify you about the latest jailbreak/unlocking solution. It also notify you to save your SHSH blob at the time.</p>
<p>Stay Tuned.</p>
<p>&nbsp;</p>
<p>[UPDATE]</p>
<p>Our first App is ready on <a rel="nofollow" target="_blank" href="http://itunes.apple.com/ca/artist/cazisoft/id519533791" target="_blank">AppStore</a></p>
<hr /><h2>Related posts:</h2><ul><li><a href="http://www.cazisoft.com/2010/my-favorite-iphone-apps-part-0-introduction#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" rel="bookmark" title="Permanent Link: My favorite iPhone Apps [Part 0: introduction]">My favorite iPhone Apps [Part 0: introduction]</a><br />After near two years of introducing AppStore by Apple there</li><li><a href="http://www.cazisoft.com/2010/ipad-compatible-cydia-apps#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" rel="bookmark" title="Permanent Link: iPad compatible Cydia apps">iPad compatible Cydia apps</a><br />To know exactly which apps are compatible with your new,</li><li><a href="http://www.cazisoft.com/2010/installing-cracked-ipa-files-appstore-apps-on-apple-tv#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" rel="bookmark" title="Permanent Link: Installing Cracked ipa files (AppStore Apps) on Apple TV">Installing Cracked ipa files (AppStore Apps) on Apple TV</a><br />By the releases of the AppleTV Dev-Team confirm that it</li><li><a href="http://www.cazisoft.com/2008/web-apps-without-safari#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" rel="bookmark" title="Permanent Link: Web-Apps without Safari">Web-Apps without Safari</a><br />Web apps is a well known part of the iPhone’s</li><li><a href="http://www.cazisoft.com/2010/my-favorite-iphone-apps-part-1-social-apps#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" rel="bookmark" title="Permanent Link: My favorite iPhone Apps [Part 1: Social Apps]">My favorite iPhone Apps [Part 1: Social Apps]</a><br />Ok, today I want to write something about "Social Apps"</li></ul><hr />
<a href="http://www.cazisoft.com/2012/ios-apps-are-on-the-way#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">iOS Apps are on the way</a> originally appeared on <a href="http://www.cazisoft.com#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">Cazisoft</a> by Mojtaba.
<small>Copyright &copy; 2012<br /> This feed is for personal, non-commercial use only. 57e0535127e818be3f06cd59e4c9ab74</small>
<p><a href="http://feedads.g.doubleclick.net/~a/aSgV8vhjADLeVb1imXVLa8-QXCQ/0/da"><img src="http://feedads.g.doubleclick.net/~a/aSgV8vhjADLeVb1imXVLa8-QXCQ/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/aSgV8vhjADLeVb1imXVLa8-QXCQ/1/da"><img src="http://feedads.g.doubleclick.net/~a/aSgV8vhjADLeVb1imXVLa8-QXCQ/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/CaziSoftFeed?a=Fr6dLvb6u7U:Ph3GLpJRun0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/CaziSoftFeed?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CaziSoftFeed?a=Fr6dLvb6u7U:Ph3GLpJRun0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/CaziSoftFeed?i=Fr6dLvb6u7U:Ph3GLpJRun0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CaziSoftFeed?a=Fr6dLvb6u7U:Ph3GLpJRun0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/CaziSoftFeed?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/CaziSoftFeed/~4/Fr6dLvb6u7U" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.cazisoft.com/2012/ios-apps-are-on-the-way/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.cazisoft.com/2012/ios-apps-are-on-the-way#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</feedburner:origLink></item>
		<item>
		<title>Instagram worth $1b</title>
		<link>http://feedproxy.google.com/~r/CaziSoftFeed/~3/1X4zXZefWRI/instagram-worth-1b</link>
		<comments>http://www.cazisoft.com/2012/instagram-worth-1b#comments</comments>
		<pubDate>Tue, 10 Apr 2012 06:10:37 +0000</pubDate>
		<dc:creator>Mojtaba</dc:creator>
				<category><![CDATA[App Reviews]]></category>
		<category><![CDATA[App]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[Instagram]]></category>

		<guid isPermaLink="false">http://www.cazisoft.com/?p=5047</guid>
		<description><![CDATA[In the morning Facebook announced that they bought Instagram for 1,000,000,000 USD . Yes $1 billion for a free AppStore app and it&#8217;s still free! . They currently have 30 million users which I think will grow up quickly during this week. Being in 2nd place of Top 25 Free apps is a good prove [...]]]></description>
			<content:encoded><![CDATA[<p>In the morning Facebook announced that they bought Instagram for 1,000,000,000 USD . Yes $1 billion for a free AppStore app and it&#8217;s still free!<br />
.<br />
They currently have 30 million users which I think will grow up quickly during this week. Being in 2nd place of Top 25 Free apps is a good prove for that.</p>
<p><a href="http://www.cazisoft.com/wp-content/uploads/2012/04/20120409-230537.jpg#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed"><img src="http://www.cazisoft.com/wp-content/uploads/2012/04/20120409-230537.jpg" alt="20120409-230537.jpg" class="aligncenter size-full" /></a></p>
<hr /><h2>Related posts:</h2><ul><li><a href="http://www.cazisoft.com/2009/appstore-worms-app-review#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" rel="bookmark" title="Permanent Link: AppStore &#8211; WORMS app review!">AppStore &#8211; WORMS app review!</a><br />Worms has now been ported to the iPhone!!
Run for cover</li><li><a href="http://www.cazisoft.com/2009/redlaser-a-must-have-app#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" rel="bookmark" title="Permanent Link: Redlaser, a must have app">Redlaser, a must have app</a><br />I were reading some old comments when I saw that</li><li><a href="http://www.cazisoft.com/2008/616#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" rel="bookmark" title="Permanent Link: ZiPhone.org now for sale!">ZiPhone.org now for sale!</a><br />
 
It was an incredible ride, guys, and I'm sincerely</li><li><a href="http://www.cazisoft.com/2009/jailbreak-development#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" rel="bookmark" title="Permanent Link: Jailbreak development">Jailbreak development</a><br />The iPhone OS SDK from Apple is wonderful, and being</li></ul><hr />
<a href="http://www.cazisoft.com/2012/instagram-worth-1b#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">Instagram worth $1b</a> originally appeared on <a href="http://www.cazisoft.com#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">Cazisoft</a> by Mojtaba.
<small>Copyright &copy; 2012<br /> This feed is for personal, non-commercial use only. 57e0535127e818be3f06cd59e4c9ab74</small>
<p><a href="http://feedads.g.doubleclick.net/~a/jT3lqcUizivR4ISlHKyD2HJ-V_U/0/da"><img src="http://feedads.g.doubleclick.net/~a/jT3lqcUizivR4ISlHKyD2HJ-V_U/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/jT3lqcUizivR4ISlHKyD2HJ-V_U/1/da"><img src="http://feedads.g.doubleclick.net/~a/jT3lqcUizivR4ISlHKyD2HJ-V_U/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/CaziSoftFeed?a=1X4zXZefWRI:FVPTno0B9lM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/CaziSoftFeed?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CaziSoftFeed?a=1X4zXZefWRI:FVPTno0B9lM:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/CaziSoftFeed?i=1X4zXZefWRI:FVPTno0B9lM:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CaziSoftFeed?a=1X4zXZefWRI:FVPTno0B9lM:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/CaziSoftFeed?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/CaziSoftFeed/~4/1X4zXZefWRI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.cazisoft.com/2012/instagram-worth-1b/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.cazisoft.com/2012/instagram-worth-1b#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</feedburner:origLink></item>
		<item>
		<title>Why I got “download failed unexpected content” error in installous</title>
		<link>http://feedproxy.google.com/~r/CaziSoftFeed/~3/j8uN-204XSA/why-i-got-download-failed-unexpected-content-error-in-installous</link>
		<comments>http://www.cazisoft.com/2012/why-i-got-download-failed-unexpected-content-error-in-installous#comments</comments>
		<pubDate>Mon, 02 Apr 2012 20:45:16 +0000</pubDate>
		<dc:creator>Mojtaba</dc:creator>
				<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[Installous]]></category>
		<category><![CDATA[troubleshooting]]></category>

		<guid isPermaLink="false">http://www.cazisoft.com/?p=5042</guid>
		<description><![CDATA[It seems that many people are dealing with this error &#8220;download failed unexpected content&#8221; in Installous, which means that the downloaded file is corrupted. Unfortunately there is no specific fix for this because something is wrong in the downloaded file. The only way that I would recommend to try is to try to download the same [...]]]></description>
			<content:encoded><![CDATA[<p>It seems that many people are dealing with this error &#8220;download failed unexpected content&#8221; in Installous, which means that the downloaded file is corrupted.</p>
<p>Unfortunately there is no specific fix for this because something is wrong in the downloaded file. The only way that I would recommend to try is to try to download the same file from another download link, If that doesn&#8217;t solve the problem and/or you are getting same error on different apps try reinstalling the Installous.</p>
<p><div class="note"><div class="notetip">Also check <a title="Installous Troubleshooting" href="http://www.cazisoft.com/2011/installous-errors-and-solutions#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">Installous Errors and Solutions</a> </div></div></p>
<hr /><h2>Related posts:</h2><ul><li><a href="http://www.cazisoft.com/2011/warning-about-installous#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" rel="bookmark" title="Permanent Link: Warning About installous">Warning About installous</a><br />Today I found an interesting comment about installous on one</li><li><a href="http://www.cazisoft.com/2011/installous-invalid-ipa-problem#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" rel="bookmark" title="Permanent Link: Installous &#8220;Invalid IPA&#8221; problem">Installous &#8220;Invalid IPA&#8221; problem</a><br /><div class="note"><div class="noteimportant">I just created a page on Facebook to help users which are</li><li><a href="http://www.cazisoft.com/2011/installous-errors-and-solutions#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" rel="bookmark" title="Permanent Link: Installous Errors and Solutions">Installous Errors and Solutions</a><br /><div class="note"><div class="noteimportant">I just created a page on Facebook to help users</li><li><a href="http://www.cazisoft.com/2011/installous-4-0-released#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" rel="bookmark" title="Permanent Link: Installous 4.0 Released">Installous 4.0 Released</a><br />Hackulous recently update their famous app "Installous" to version 4.0.

You can update</li><li><a href="http://www.cazisoft.com/2010/spirit-fatal-error#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" rel="bookmark" title="Permanent Link: Spirit FATAL error">Spirit FATAL error</a><br />INFO: Now listening for devices...
INFO: read igor/map.plist
INFO: Connected to the</li></ul><hr />
<a href="http://www.cazisoft.com/2012/why-i-got-download-failed-unexpected-content-error-in-installous#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">Why I got &#8220;download failed unexpected content&#8221; error in installous</a> originally appeared on <a href="http://www.cazisoft.com#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">Cazisoft</a> by Mojtaba.
<small>Copyright &copy; 2012<br /> This feed is for personal, non-commercial use only. 57e0535127e818be3f06cd59e4c9ab74</small>
<p><a href="http://feedads.g.doubleclick.net/~a/OofhSgkbFVAJU2vPe1Inv3o6Kec/0/da"><img src="http://feedads.g.doubleclick.net/~a/OofhSgkbFVAJU2vPe1Inv3o6Kec/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/OofhSgkbFVAJU2vPe1Inv3o6Kec/1/da"><img src="http://feedads.g.doubleclick.net/~a/OofhSgkbFVAJU2vPe1Inv3o6Kec/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/CaziSoftFeed?a=j8uN-204XSA:zBVzj9ooLpc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/CaziSoftFeed?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CaziSoftFeed?a=j8uN-204XSA:zBVzj9ooLpc:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/CaziSoftFeed?i=j8uN-204XSA:zBVzj9ooLpc:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CaziSoftFeed?a=j8uN-204XSA:zBVzj9ooLpc:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/CaziSoftFeed?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/CaziSoftFeed/~4/j8uN-204XSA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.cazisoft.com/2012/why-i-got-download-failed-unexpected-content-error-in-installous/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.cazisoft.com/2012/why-i-got-download-failed-unexpected-content-error-in-installous#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</feedburner:origLink></item>
		<item>
		<title>Auto-Increment Build Number in Xcode 4.3</title>
		<link>http://feedproxy.google.com/~r/CaziSoftFeed/~3/M5GSnX7szvA/auto-increment-build-number-in-xcode-4-3</link>
		<comments>http://www.cazisoft.com/2012/auto-increment-build-number-in-xcode-4-3#comments</comments>
		<pubDate>Mon, 19 Mar 2012 20:06:55 +0000</pubDate>
		<dc:creator>Mojtaba</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[How To?]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">http://www.cazisoft.com/?p=5014</guid>
		<description><![CDATA[It seems that Xcode does not support Auto Increment Build number by default, that&#8217;s another reason for me to HATE Xcode. Anyway, I found that it&#8217;s possible to create a build phase script (-HOW?-) and put some script to change the build number on each build. Below you can find the script. Remember to change REPLACE WITH [...]]]></description>
			<content:encoded><![CDATA[<p>It seems that Xcode does not support Auto Increment Build number by default, that&#8217;s another reason for me to HATE Xcode.<a href="http://www.cazisoft.com/wp-content/uploads/2011/03/xcodelogo.png#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed"><img class="alignright  wp-image-3659" title="xcodelogo" src="http://www.cazisoft.com/wp-content/uploads/2011/03/xcodelogo.png" alt="" width="128" height="123" /></a></p>
<p>Anyway, I found that it&#8217;s possible to create a build phase script (-<a rel="nofollow" target="_blank" href="http://sree.cc/mac-os-x/how-to-run-a-custom-shell-script-during-an-xcode-build-operation-for-a-specific-target" target="_blank">HOW</a>?-) and put some script to change the build number on each build. Below you can find the script.</p>
<div id="wpshdo_3" class="wp-synhighlighter-outer"><div id="wpshdt_3" class="wp-synhighlighter-expanded"><table border="0" width="100%"><tr><td align="left" width="80%"><a name="#codesyntax_3"></a><a id="wpshat_3" class="wp-synhighlighter-title" href="#codesyntax_3"  onClick="javascript:wpsh_toggleBlock(3)" title="Click to show/hide code block">Code</a></td><td align="right"><a href="#codesyntax_3" onClick="javascript:wpsh_code(3)" title="Show code only"><img border="0" style="border: 0 none" src="http://www.cazisoft.com/wp-content/plugins/wp-synhighlight/themes/default/images/code.png" /></a>&nbsp;<a href="#codesyntax_3" onClick="javascript:wpsh_print(3)" title="Print code"><img border="0" style="border: 0 none" src="http://www.cazisoft.com/wp-content/plugins/wp-synhighlight/themes/default/images/printer.png" /></a>&nbsp;<a href="http://www.cazisoft.com/wp-content/plugins/wp-synhighlight/About.html" target="_blank" title="Show plugin information"><img border="0" style="border: 0 none" src="http://www.cazisoft.com/wp-content/plugins/wp-synhighlight/themes/default/images/info.gif" /></a>&nbsp;</td></tr></table></div><div id="wpshdi_3" class="wp-synhighlighter-inner" style="display: block;"><pre class="bash" style="font-family:monospace;"><span class="re2">TARGET</span>=<span class="st0">&quot;<span class="es2">$PROJECT_DIR</span>/REPLACE WITH PROJECT FOLDER/REPLACE WITH PROJECT NAME-Info.plist&quot;</span>
&nbsp;
<span class="kw3">echo</span> <span class="re1">$TARGET</span>
<span class="kw1">if</span> <span class="br0">&#91;</span> <span class="sy0">!</span> <span class="re5">-f</span> <span class="st0">&quot;<span class="es2">$TARGET</span>&quot;</span> <span class="br0">&#93;</span>; <span class="kw1">then</span>
	<span class="kw3">echo</span> <span class="st0">&quot;missing file <span class="es2">$TARGET</span>&quot;</span>
	<span class="kw3">exit</span> <span class="nu0">1</span>;
<span class="kw1">fi</span>
&nbsp;
<span class="co0">#!/bin/bash</span>
<span class="re2">buildNumber</span>=$<span class="br0">&#40;</span><span class="sy0">/</span>usr<span class="sy0">/</span>libexec<span class="sy0">/</span>PlistBuddy <span class="re5">-c</span> <span class="st0">&quot;Print CFBundleVersion&quot;</span> <span class="st0">&quot;<span class="es2">$TARGET</span>&quot;</span><span class="br0">&#41;</span>
<span class="re2">buildNumber</span>=$<span class="br0">&#40;</span><span class="br0">&#40;</span><span class="re1">$buildNumber</span> + 1<span class="br0">&#41;</span><span class="br0">&#41;</span>
<span class="sy0">/</span>usr<span class="sy0">/</span>libexec<span class="sy0">/</span>PlistBuddy <span class="re5">-c</span> <span class="st0">&quot;Set :CFBundleVersion <span class="es2">$buildNumber</span>&quot;</span> <span class="st0">&quot;<span class="es2">$TARGET</span>&quot;</span></pre></div></div>
<p><div class="note"><div class="noteclassic">Remember to change REPLACE WITH PROJECT FOLDER and REPLACE WITH PROJECT NAME</div></div></p>
<hr /><h2>Related posts:</h2><ul><li><a href="http://www.cazisoft.com/2011/apple-just-released-the-xcode-4-2#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" rel="bookmark" title="Permanent Link: Apple just released the Xcode 4.2">Apple just released the Xcode 4.2</a><br />Few hours ago Apple updated Xcode to version 4.2. In</li><li><a href="http://www.cazisoft.com/2010/developing-iphone-app-without-paying-apple-100-ios-4-0-1#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" rel="bookmark" title="Permanent Link: Developing iPhone App without paying apple $100, iOS 4.0.1">Developing iPhone App without paying apple $100, iOS 4.0.1</a><br />Once again, Alex post an article for users who wants</li><li><a href="http://www.cazisoft.com/2011/xcode-4-0-1-is-here#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" rel="bookmark" title="Permanent Link: Xcode 4.0.1 is here">Xcode 4.0.1 is here</a><br />Apple has updated Xcode 4.0.1. It's largely a bug fix</li><li><a href="http://www.cazisoft.com/2010/iphone-312-developers-guide-jailbreakers#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" rel="bookmark" title="Permanent Link: iPhone 3.1.2 Developers guide [Jailbreakers]">iPhone 3.1.2 Developers guide [Jailbreakers]</a><br />Once again Alex posted some useful stuff about developing for</li><li><a href="http://www.cazisoft.com/2011/quick-tips-uninstalling-xcode#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" rel="bookmark" title="Permanent Link: Quick Tips (Uninstalling Xcode)">Quick Tips (Uninstalling Xcode)</a><br />If you ever want to completely remove "Xcode" from your Mac</li></ul><hr />
<a href="http://www.cazisoft.com/2012/auto-increment-build-number-in-xcode-4-3#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">Auto-Increment Build Number in Xcode 4.3</a> originally appeared on <a href="http://www.cazisoft.com#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">Cazisoft</a> by Mojtaba.
<small>Copyright &copy; 2012<br /> This feed is for personal, non-commercial use only. 57e0535127e818be3f06cd59e4c9ab74</small>
<p><a href="http://feedads.g.doubleclick.net/~a/KU77tQ3GhIXQFA6qVup5YliV3lY/0/da"><img src="http://feedads.g.doubleclick.net/~a/KU77tQ3GhIXQFA6qVup5YliV3lY/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/KU77tQ3GhIXQFA6qVup5YliV3lY/1/da"><img src="http://feedads.g.doubleclick.net/~a/KU77tQ3GhIXQFA6qVup5YliV3lY/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/CaziSoftFeed?a=M5GSnX7szvA:oOVNV9XFXUQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/CaziSoftFeed?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CaziSoftFeed?a=M5GSnX7szvA:oOVNV9XFXUQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/CaziSoftFeed?i=M5GSnX7szvA:oOVNV9XFXUQ:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CaziSoftFeed?a=M5GSnX7szvA:oOVNV9XFXUQ:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/CaziSoftFeed?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/CaziSoftFeed/~4/M5GSnX7szvA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.cazisoft.com/2012/auto-increment-build-number-in-xcode-4-3/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.cazisoft.com/2012/auto-increment-build-number-in-xcode-4-3#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</feedburner:origLink></item>
		<item>
		<title>Aperture™ 3.2 OR Lightroom™ 4.0</title>
		<link>http://feedproxy.google.com/~r/CaziSoftFeed/~3/bmtuUEuHiV8/aperture-3-2-or-lightroom-4-0</link>
		<comments>http://www.cazisoft.com/2012/aperture-3-2-or-lightroom-4-0#comments</comments>
		<pubDate>Mon, 12 Mar 2012 01:11:11 +0000</pubDate>
		<dc:creator>Mojtaba</dc:creator>
				<category><![CDATA[App Reviews]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Aperture]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Lightroom]]></category>
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://www.cazisoft.com/?p=5002</guid>
		<description><![CDATA[I was going to write about selecting between two popular photo editing softwares Adobe Lightroom™ and Apple Aperture™, but I just found that Lightroom™ 3 is outdated! So I’m going to try Adobe Lightroom™ 4. &#160; [UPDATE, March 11 2012] Features which are only available in Lightroom™ 4 but not in Aperture™ 3.2 Built-in Lens Correction [...]]]></description>
			<content:encoded><![CDATA[<p>I was going to write about selecting between two popular photo editing softwares Adobe Lightroom™ and Apple Aperture™, but I just found that Lightroom™ 3 is outdated! So I’m going to try Adobe Lightroom™ 4.</p>
<p>&nbsp;</p>
<p><img class="aligncenter size-medium wp-image-5003" title="aperVSlight" src="http://www.cazisoft.com/wp-content/uploads/2012/03/aperVSlight-300x150.jpg" alt="" width="300" height="150" /></p>
<p><strong>[UPDATE, March 11 2012]</strong></p>
<p>Features which are only available <strong>in Lightroom™ 4 but not in Aperture™ 3.2</strong></p>
<ol>
<li>Built-in Lens Correction</li>
<li>Built-in Camera Profile support</li>
<li>Built-in Noise Reduction</li>
<li>Built-in Video Enhancing features</li>
<li>File System based file management *</li>
<li>US $175.00</li>
<li>30 Days Trial Version</li>
<li>Available  in <a rel="nofollow" target="_blank" href="https://store1.adobe.com/cfusion/store/html/index.cfm?event=displayProduct&amp;categoryOID=7271146&amp;store=OLS-AP" target="_blank">Adobe Store</a></li>
</ol>
<p>Features which are only available<strong> in Aperture™ 3.2 but not in Lightroom™ 4</strong></p>
<ol>
<li>Face Detection (I don&#8217;t care, but you might)</li>
<li><strong>Full Screen Mode</strong></li>
<li>Better integrity with other Apple Products, such as iPhone.</li>
<li>US $79.99</li>
<li>No Trial Version</li>
<li>Available in <a rel="nofollow" target="_blank" href="http://itunes.apple.com/us/app/aperture/id408981426?mt=12">Mac™ AppStore™</a></li>
</ol>
<p><strong>Conclusion</strong></p>
<p>Lightroom™ 4.0 definitely wins the battle. The only missing feature is Full Screen. It&#8217;s very important to me because I&#8217;m using 13&#8243; Macbook.</p>
<p>If you want to pick one of them and you are already using iPhoto go ahead with Aperture, if not Lightroom is the one that you want.</p>
<p><span id="more-5002"></span></p>
<p><em>*Why it&#8217;s good to keep files organized by Folders? Good question. Here is the answer.</em></p>
<p><em>Folder structures are well known by everyone in this world. You don&#8217;t need to have any special software to deal with, even with dinosaurs (Aka Microsoft DOS™  or Mac OS 8.1 ) you can easily play around with them. It also makes backup workflow a lot more simpler.</em></p>
<hr /><h2>Related posts:</h2><ul><li><a href="http://www.cazisoft.com/2009/mac-os-x-10-5-8#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" rel="bookmark" title="Permanent Link: Mac OS X 10.5.8">Mac OS X 10.5.8</a><br />Apple today released Mac OS X 10.5.8, an update to</li></ul><hr />
<a href="http://www.cazisoft.com/2012/aperture-3-2-or-lightroom-4-0#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">Aperture&trade; 3.2 OR Lightroom&trade; 4.0</a> originally appeared on <a href="http://www.cazisoft.com#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">Cazisoft</a> by Mojtaba.
<small>Copyright &copy; 2012<br /> This feed is for personal, non-commercial use only. 57e0535127e818be3f06cd59e4c9ab74</small>
<p><a href="http://feedads.g.doubleclick.net/~a/AeRCn7-nSfZCrksn_tOurIPvGGA/0/da"><img src="http://feedads.g.doubleclick.net/~a/AeRCn7-nSfZCrksn_tOurIPvGGA/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/AeRCn7-nSfZCrksn_tOurIPvGGA/1/da"><img src="http://feedads.g.doubleclick.net/~a/AeRCn7-nSfZCrksn_tOurIPvGGA/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/CaziSoftFeed?a=bmtuUEuHiV8:My1MqdclCTo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/CaziSoftFeed?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CaziSoftFeed?a=bmtuUEuHiV8:My1MqdclCTo:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/CaziSoftFeed?i=bmtuUEuHiV8:My1MqdclCTo:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CaziSoftFeed?a=bmtuUEuHiV8:My1MqdclCTo:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/CaziSoftFeed?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/CaziSoftFeed/~4/bmtuUEuHiV8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.cazisoft.com/2012/aperture-3-2-or-lightroom-4-0/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.cazisoft.com/2012/aperture-3-2-or-lightroom-4-0#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</feedburner:origLink></item>
		<item>
		<title>New iPad!</title>
		<link>http://feedproxy.google.com/~r/CaziSoftFeed/~3/xHX73cJX6nA/new-ipad</link>
		<comments>http://www.cazisoft.com/2012/new-ipad#comments</comments>
		<pubDate>Wed, 07 Mar 2012 19:34:01 +0000</pubDate>
		<dc:creator>Mojtaba</dc:creator>
				<category><![CDATA[iPad]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPad3]]></category>
		<category><![CDATA[new ipad]]></category>

		<guid isPermaLink="false">http://www.cazisoft.com/?p=4992</guid>
		<description><![CDATA[I don&#8217;t know why not iPad 3, but they named it &#8220;New iPad&#8221; No new Tech. Related posts:Winterboard update &#8211; Limited iPad supportEarlier today, saurik released an update for winterboard with limitediPadApple released their new tablet named iPad. As rumured itiPad compatible Cydia appsTo know exactly which apps are compatible with your new,iPhone OS 3.2With [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="nofollow" target="_blank" href="http://www.apple.com/ipad"><img class="size-medium wp-image-4993 aligncenter" title="iPad3 Resolution" src="http://www.cazisoft.com/wp-content/uploads/2012/03/Screen-Shot-2012-03-07-at-11.29.30-AM-300x63.png" alt="" width="300" height="63" /></a></p>
<p>I don&#8217;t know why not iPad 3, but they named it &#8220;New iPad&#8221;</p>
<p><a rel="nofollow" target="_blank" href="http://www.apple.com"><img class="size-full wp-image-4994 aligncenter" title="NewiPad" src="http://www.cazisoft.com/wp-content/uploads/2012/03/Screen-Shot-2012-03-07-at-11.29.37-AM.png" alt="" width="314" height="65" /></a></p>
<p>No new Tech.</p>
<hr /><h2>Related posts:</h2><ul><li><a href="http://www.cazisoft.com/2010/winterboard-update-limited-ipad-support#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" rel="bookmark" title="Permanent Link: Winterboard update &#8211; Limited iPad support">Winterboard update &#8211; Limited iPad support</a><br />Earlier today, saurik released an update for winterboard with limited</li><li><a href="http://www.cazisoft.com/2010/ipad#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" rel="bookmark" title="Permanent Link: iPad">iPad</a><br />Apple released their new tablet named iPad. As rumured it</li><li><a href="http://www.cazisoft.com/2010/ipad-compatible-cydia-apps#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" rel="bookmark" title="Permanent Link: iPad compatible Cydia apps">iPad compatible Cydia apps</a><br />To know exactly which apps are compatible with your new,</li><li><a href="http://www.cazisoft.com/2010/iphone-os-32#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" rel="bookmark" title="Permanent Link: iPhone OS 3.2">iPhone OS 3.2</a><br />With the releases of iPad Apple shown up a new</li><li><a href="http://www.cazisoft.com/2010/ipad-2#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" rel="bookmark" title="Permanent Link: Inside iPad">Inside iPad</a><br />iFixIt has posted their full iPad Teardown revealing the Broadcom</li></ul><hr />
<a href="http://www.cazisoft.com/2012/new-ipad#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">New iPad!</a> originally appeared on <a href="http://www.cazisoft.com#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">Cazisoft</a> by Mojtaba.
<small>Copyright &copy; 2012<br /> This feed is for personal, non-commercial use only. 57e0535127e818be3f06cd59e4c9ab74</small>
<p><a href="http://feedads.g.doubleclick.net/~a/ymaDEgoOfnK0jPhLwiBYl_rtQcg/0/da"><img src="http://feedads.g.doubleclick.net/~a/ymaDEgoOfnK0jPhLwiBYl_rtQcg/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/ymaDEgoOfnK0jPhLwiBYl_rtQcg/1/da"><img src="http://feedads.g.doubleclick.net/~a/ymaDEgoOfnK0jPhLwiBYl_rtQcg/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/CaziSoftFeed?a=xHX73cJX6nA:RHlZS-TWJnQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/CaziSoftFeed?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CaziSoftFeed?a=xHX73cJX6nA:RHlZS-TWJnQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/CaziSoftFeed?i=xHX73cJX6nA:RHlZS-TWJnQ:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CaziSoftFeed?a=xHX73cJX6nA:RHlZS-TWJnQ:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/CaziSoftFeed?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/CaziSoftFeed/~4/xHX73cJX6nA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.cazisoft.com/2012/new-ipad/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.cazisoft.com/2012/new-ipad#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</feedburner:origLink></item>
		<item>
		<title>Apple Media Event, March 7, iPad 3?</title>
		<link>http://feedproxy.google.com/~r/CaziSoftFeed/~3/OMehJ0l4UDM/apple-media-event-march-7-ipad-3</link>
		<comments>http://www.cazisoft.com/2012/apple-media-event-march-7-ipad-3#comments</comments>
		<pubDate>Mon, 05 Mar 2012 05:05:15 +0000</pubDate>
		<dc:creator>Mojtaba</dc:creator>
				<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Event]]></category>

		<guid isPermaLink="false">http://www.cazisoft.com/?p=4988</guid>
		<description><![CDATA[I don&#8217;t know why but nearly everyone in the world except Apple to announce iPad 3 on March 7 event. I&#8217;m not sure if iPad3 will be announced or not but anyway, you might be interested to know time of the Apple Event in your time zone. Open time table (Click Here) and find your city. That&#8217;s it! [...]]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t know why but nearly everyone in the world except Apple to announce iPad 3 on March 7 event. I&#8217;m not sure if iPad3 will be announced or not but anyway, you might be interested to know time of the Apple Event in your time zone. Open <a rel="nofollow" target="_blank" href="http://timeanddate.com/worldclock/fixedtime.html?msg=Apple+Event%2C+iPad+3&amp;iso=20120307T10&amp;p1=224" target="_blank">time table (Click Here)</a> and find your city. That&#8217;s it!</p>
<p>By the way It&#8217;s not interesting any more!</p>
<p>&nbsp;</p>
<hr /><h2>Related posts:</h2><ul><li><a href="http://www.cazisoft.com/2009/iphone-os-30#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" rel="bookmark" title="Permanent Link: iPhone OS 3.0">iPhone OS 3.0</a><br />Just wait &amp; see what happens in March 17!!!

Apple's iPhone</li><li><a href="http://www.cazisoft.com/2011/today-apple-event-iphone-5#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" rel="bookmark" title="Permanent Link: Today Apple Event, iPhone 5?">Today Apple Event, iPhone 5?</a><br />Apple is holding a media event today where it is</li><li><a href="http://www.cazisoft.com/2009/ipod-touch-3rd-gen-release-date#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" rel="bookmark" title="Permanent Link: iPod Touch 3rd gen release date!">iPod Touch 3rd gen release date!</a><br />I recently posted about the iPod Touch 3rd gen and</li><li><a href="http://www.cazisoft.com/2010/excuses-guy-lost-iphone-4g-david-letterman#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" rel="bookmark" title="Permanent Link: &#8220;Excuses of the Guy who lost the iPhone 4G&#8221; &#8211; David Letterman">&#8220;Excuses of the Guy who lost the iPhone 4G&#8221; &#8211; David Letterman</a><br />I guess you all know the story of the next</li><li><a href="http://www.cazisoft.com/2010/ipad-simulator#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" rel="bookmark" title="Permanent Link: The iPad Simulator!">The iPad Simulator!</a><br />As I was testing a new app I'm writing, I</li></ul><hr />
<a href="http://www.cazisoft.com/2012/apple-media-event-march-7-ipad-3#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">Apple Media Event, March 7, iPad 3?</a> originally appeared on <a href="http://www.cazisoft.com#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">Cazisoft</a> by Mojtaba.
<small>Copyright &copy; 2012<br /> This feed is for personal, non-commercial use only. 57e0535127e818be3f06cd59e4c9ab74</small>
<p><a href="http://feedads.g.doubleclick.net/~a/UJ8I3cm6Psn8c7JMMypclf3aiNE/0/da"><img src="http://feedads.g.doubleclick.net/~a/UJ8I3cm6Psn8c7JMMypclf3aiNE/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/UJ8I3cm6Psn8c7JMMypclf3aiNE/1/da"><img src="http://feedads.g.doubleclick.net/~a/UJ8I3cm6Psn8c7JMMypclf3aiNE/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/CaziSoftFeed?a=OMehJ0l4UDM:TcgLxWfy3sk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/CaziSoftFeed?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CaziSoftFeed?a=OMehJ0l4UDM:TcgLxWfy3sk:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/CaziSoftFeed?i=OMehJ0l4UDM:TcgLxWfy3sk:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CaziSoftFeed?a=OMehJ0l4UDM:TcgLxWfy3sk:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/CaziSoftFeed?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/CaziSoftFeed/~4/OMehJ0l4UDM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.cazisoft.com/2012/apple-media-event-march-7-ipad-3/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.cazisoft.com/2012/apple-media-event-march-7-ipad-3#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</feedburner:origLink></item>
	</channel>
</rss>

