<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Decoding the Web</title>
	<atom:link href="http://decoding.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://decoding.wordpress.com</link>
	<description>Tech news, Web apps and Coding bits</description>
	<lastBuildDate>Fri, 27 Jan 2012 08:05:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='decoding.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Decoding the Web</title>
		<link>http://decoding.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://decoding.wordpress.com/osd.xml" title="Decoding the Web" />
	<atom:link rel='hub' href='http://decoding.wordpress.com/?pushpress=hub'/>
		<item>
		<title>How to setup Django and MySQL-python on Mac OS X Lion</title>
		<link>http://decoding.wordpress.com/2012/01/23/how-to-setup-django-and-mysql-python-on-mac-os-x-lion/</link>
		<comments>http://decoding.wordpress.com/2012/01/23/how-to-setup-django-and-mysql-python-on-mac-os-x-lion/#comments</comments>
		<pubDate>Mon, 23 Jan 2012 12:16:45 +0000</pubDate>
		<dc:creator>decoding</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[Lion]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://decoding.wordpress.com/?p=1881</guid>
		<description><![CDATA[Django is an excellent web-framework written in Python. Here is a quick setup guide for installing Django and MySQL-python on Mac OS X Lion. Setup Django - Download latest Django here - At this point I am assuming that you are familiar with the Terminal, so simply execute the following commands on your Downloads folder: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=decoding.wordpress.com&amp;blog=571793&amp;post=1881&amp;subd=decoding&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="https://www.djangoproject.com/" target="_blank">Django</a> is an excellent web-framework written in Python.</p>
<p>Here is a quick setup guide for installing Django and MySQL-python on Mac OS X Lion.</p>
<p><strong>Setup Django</strong></p>
<p>- Download latest Django <a href="https://www.djangoproject.com/download/" target="_blank">here</a></p>
<p>- At this point I am assuming that you are familiar with the Terminal, so simply execute the following commands on your Downloads folder:</p>
<p>tar -xzvf Django-1.3.1.tar.gz<br />
cd Django-1.3.1<br />
sudo python setup.py install</p>
<p><strong>Test Django installation</strong></p>
<p>Type on the Terminal:</p>
<p>python<br />
import django<br />
print django.get_version()</p>
<p><strong>Setup MySQL-python package</strong></p>
<p>Download the latest MySQL (64-bit, tar archive) <a href="http://dev.mysql.com/downloads/" target="_blank">here</a></p>
<p>- Extract tar contents<br />
- Rename folder to &#8220;mysql&#8221;<br />
- Copy folder to /usr/local/<br />
- You should now have mysql installed on /usr/local/mysql</p>
<p>Download the latest MySQL-python package <a href="http://sourceforge.net/projects/mysql-python/files/mysql-python/" target="_blank">here</a></p>
<p>Type on the Terminal:</p>
<p>tar -xvzf MySQL-python-1.2.3.tar.gz<br />
cd MySQL-python-1.2.3</p>
<p>Edit site.cfg on your favorite text editor and change the mysql path as below: mysql_config = /usr/local/mysql/bin/mysql_config</p>
<p>You are now ready to build and install MySQL-python:</p>
<p>sudo python setup.py build<br />
sudo python setup.py install</p>
<p>Edit your ~/.bash_profile, add the following line:</p>
<p>export DYLD_LIBRARY_PATH=/usr/local/mysql/lib/</p>
<p>If you are already using MAMP you still have to follow the above MySQL installation process, as MAMP by default doesn&#8217;t include the required header files to build MySQL-python.<br />
Moreover if you prefer MAMP, you don&#8217;t have to run mysql from /usr/local/mysql.<br />
On your settings.py remember to set &#8220;127.0.0.1&#8243; as your preferred db host in case that &#8220;localhost&#8221; doesn&#8217;t work.</p>
<p><strong>Test MySQL-python installation</strong></p>
<p>Restart Terminal and type:</p>
<p>python<br />
import MySQLdb</p>
<p>If you are not getting any errors at this point, then you are all good to go!<br />
I&#8217;d suggest starting from the Django&#8217;s excellent <a href="https://docs.djangoproject.com" target="_blank">introductory tutorial</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/decoding.wordpress.com/1881/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/decoding.wordpress.com/1881/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/decoding.wordpress.com/1881/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/decoding.wordpress.com/1881/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/decoding.wordpress.com/1881/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/decoding.wordpress.com/1881/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/decoding.wordpress.com/1881/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/decoding.wordpress.com/1881/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/decoding.wordpress.com/1881/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/decoding.wordpress.com/1881/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/decoding.wordpress.com/1881/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/decoding.wordpress.com/1881/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/decoding.wordpress.com/1881/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/decoding.wordpress.com/1881/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=decoding.wordpress.com&amp;blog=571793&amp;post=1881&amp;subd=decoding&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://decoding.wordpress.com/2012/01/23/how-to-setup-django-and-mysql-python-on-mac-os-x-lion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/faa55ba220070858ae3de135f1ce5df2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">decoding</media:title>
		</media:content>
	</item>
		<item>
		<title>PHP: How to json_encode numbers properly</title>
		<link>http://decoding.wordpress.com/2012/01/11/php-how-to-json-encode-numbers-properly/</link>
		<comments>http://decoding.wordpress.com/2012/01/11/php-how-to-json-encode-numbers-properly/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 22:15:44 +0000</pubDate>
		<dc:creator>decoding</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://decoding.wordpress.com/?p=1875</guid>
		<description><![CDATA[Here is a handy tip about PHP&#8217;s json_encode function. In some cases numeric data may  appear as numeric strings, for example 1 as &#8220;1&#8243;. While consuming the json data on a client app that would mean an extra parsing to get for example an int from the string. The solution is to simply use an [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=decoding.wordpress.com&amp;blog=571793&amp;post=1875&amp;subd=decoding&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here is a handy tip about PHP&#8217;s json_encode function.</p>
<p>In some cases numeric data may  appear as numeric strings, for example 1 as &#8220;1&#8243;. While consuming the json data on a client app that would mean an extra parsing to get for example an int from the string.</p>
<p>The solution is to simply use an extra option (JSON_NUMERIC_CHECK) on the json_encode function call:</p>
<p><pre class="brush: php;">&lt;?php echo json_encode($data, JSON_NUMERIC_CHECK); ?&gt;</pre></p>
<p>I have to point out that this option requires a PHP version of 5.3.3 or higher.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/decoding.wordpress.com/1875/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/decoding.wordpress.com/1875/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/decoding.wordpress.com/1875/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/decoding.wordpress.com/1875/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/decoding.wordpress.com/1875/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/decoding.wordpress.com/1875/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/decoding.wordpress.com/1875/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/decoding.wordpress.com/1875/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/decoding.wordpress.com/1875/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/decoding.wordpress.com/1875/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/decoding.wordpress.com/1875/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/decoding.wordpress.com/1875/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/decoding.wordpress.com/1875/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/decoding.wordpress.com/1875/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=decoding.wordpress.com&amp;blog=571793&amp;post=1875&amp;subd=decoding&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://decoding.wordpress.com/2012/01/11/php-how-to-json-encode-numbers-properly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/faa55ba220070858ae3de135f1ce5df2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">decoding</media:title>
		</media:content>
	</item>
		<item>
		<title>Mac OS X Lion &#8211; Remove &#8220;All My Files&#8221; from Finder</title>
		<link>http://decoding.wordpress.com/2011/11/17/mac-os-x-lion-remove-all-my-files-from-finder/</link>
		<comments>http://decoding.wordpress.com/2011/11/17/mac-os-x-lion-remove-all-my-files-from-finder/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 13:49:29 +0000</pubDate>
		<dc:creator>decoding</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Finder]]></category>
		<category><![CDATA[Lion]]></category>

		<guid isPermaLink="false">http://decoding.wordpress.com/?p=1861</guid>
		<description><![CDATA[Finder on Mac OS X Lion by default is always showing &#8220;All My Files&#8221; on every new window. Well to be honest not even once I found it useful, never used it since the first install. Even if you are a geeky Terminal fan,  there are always times that you start up Finder, and you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=decoding.wordpress.com&amp;blog=571793&amp;post=1861&amp;subd=decoding&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Finder on Mac OS X Lion by default is always showing &#8220;All My Files&#8221; on every new window. Well to be honest not even once I found it useful, never used it since the first install.</p>
<p>Even if you are a geeky Terminal fan,  there are always times that you start up Finder, and you need to get faster to your important files. Most of the times I am looking for something in the Documents folder/subfolders, so here is how I have set it as the default Finder directory:</p>
<p>Go to Finder, main menu -&gt; Finder -&gt; Preferences&#8230; -&gt; General -&gt; and select your favorite folder in &#8220;New Finder windows show&#8221; option as shown in the screenshot below.</p>
<p><img class="aligncenter size-full wp-image-1862" title="finder-lion.jpg" src="http://decoding.files.wordpress.com/2011/11/finder-lion.jpg?w=500" alt=""   /></p>
<p>You can also remove &#8220;All My Files&#8221; from the Finder&#8217;s sidebar as well, just right-click and remove it, or uncheck it from Preferences -&gt; Sidebar.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/decoding.wordpress.com/1861/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/decoding.wordpress.com/1861/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/decoding.wordpress.com/1861/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/decoding.wordpress.com/1861/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/decoding.wordpress.com/1861/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/decoding.wordpress.com/1861/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/decoding.wordpress.com/1861/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/decoding.wordpress.com/1861/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/decoding.wordpress.com/1861/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/decoding.wordpress.com/1861/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/decoding.wordpress.com/1861/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/decoding.wordpress.com/1861/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/decoding.wordpress.com/1861/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/decoding.wordpress.com/1861/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=decoding.wordpress.com&amp;blog=571793&amp;post=1861&amp;subd=decoding&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://decoding.wordpress.com/2011/11/17/mac-os-x-lion-remove-all-my-files-from-finder/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/faa55ba220070858ae3de135f1ce5df2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">decoding</media:title>
		</media:content>

		<media:content url="http://decoding.files.wordpress.com/2011/11/finder-lion.jpg" medium="image">
			<media:title type="html">finder-lion.jpg</media:title>
		</media:content>
	</item>
		<item>
		<title>Christmas Carols Karaoke app for iOS</title>
		<link>http://decoding.wordpress.com/2011/11/14/christmas-carols-karaoke-app-for-ios/</link>
		<comments>http://decoding.wordpress.com/2011/11/14/christmas-carols-karaoke-app-for-ios/#comments</comments>
		<pubDate>Mon, 14 Nov 2011 10:18:15 +0000</pubDate>
		<dc:creator>decoding</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Carols]]></category>
		<category><![CDATA[Christmas]]></category>
		<category><![CDATA[Lyrics]]></category>

		<guid isPermaLink="false">http://decoding.wordpress.com/?p=1855</guid>
		<description><![CDATA[Christmas Carols Karaoke app offers 15 classic Christmas carols and songs. All songs come with lyrics and melodies, giving you the option to sing along with your loved ones! Available Christmas Carols/Songs: - Deck The Halls - Frosty The Snow Man - Here Comes Santa Claus - Jingle Bells - Jingle Bell Rock - Let [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=decoding.wordpress.com&amp;blog=571793&amp;post=1855&amp;subd=decoding&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Christmas Carols Karaoke app offers 15 classic Christmas carols and songs. All songs come with lyrics and melodies, giving you the option to sing along with your loved ones!</p>
<p><img class="aligncenter size-full wp-image-1856" title="christmas-carols-karaoke-1" src="http://decoding.files.wordpress.com/2011/11/christmas-carols-karaoke-1.png?w=500" alt=""   /></p>
<p>Available Christmas Carols/Songs:</p>
<p>- Deck The Halls<br />
- Frosty The Snow Man<br />
- Here Comes Santa Claus<br />
- Jingle Bells<br />
- Jingle Bell Rock<br />
- Let It Snow<br />
- Little Drummer Boy<br />
- Oh Christmas Tree<br />
- Rockin’ Around The Christmas Tree<br />
- Rudolph The Red-Nosed Reindeer<br />
- Santa Claus Is Coming To Town<br />
- Silent Night<br />
- Twelve Days Of Christmas<br />
- We Wish You A Merry Christmas<br />
- White Christmas</p>
<p><img class="aligncenter size-full wp-image-1857" title="christmas-carols-karaoke-2" src="http://decoding.files.wordpress.com/2011/11/christmas-carols-karaoke-2.png?w=500" alt=""   /></p>
<p>Christmas Carols Karaoke – <a href="http://itunes.apple.com/us/app/christmas-carols-karaoke/id478672393?mt=8" target="_blank">iTunes Link</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/decoding.wordpress.com/1855/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/decoding.wordpress.com/1855/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/decoding.wordpress.com/1855/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/decoding.wordpress.com/1855/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/decoding.wordpress.com/1855/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/decoding.wordpress.com/1855/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/decoding.wordpress.com/1855/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/decoding.wordpress.com/1855/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/decoding.wordpress.com/1855/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/decoding.wordpress.com/1855/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/decoding.wordpress.com/1855/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/decoding.wordpress.com/1855/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/decoding.wordpress.com/1855/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/decoding.wordpress.com/1855/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=decoding.wordpress.com&amp;blog=571793&amp;post=1855&amp;subd=decoding&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://decoding.wordpress.com/2011/11/14/christmas-carols-karaoke-app-for-ios/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/faa55ba220070858ae3de135f1ce5df2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">decoding</media:title>
		</media:content>

		<media:content url="http://decoding.files.wordpress.com/2011/11/christmas-carols-karaoke-1.png" medium="image">
			<media:title type="html">christmas-carols-karaoke-1</media:title>
		</media:content>

		<media:content url="http://decoding.files.wordpress.com/2011/11/christmas-carols-karaoke-2.png" medium="image">
			<media:title type="html">christmas-carols-karaoke-2</media:title>
		</media:content>
	</item>
		<item>
		<title>Save iPhone battery &#8211; 5 tips for iOS 5 that work</title>
		<link>http://decoding.wordpress.com/2011/10/25/save-iphone-battery-5-tips-for-ios-5/</link>
		<comments>http://decoding.wordpress.com/2011/10/25/save-iphone-battery-5-tips-for-ios-5/#comments</comments>
		<pubDate>Tue, 25 Oct 2011 08:14:41 +0000</pubDate>
		<dc:creator>decoding</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[battery]]></category>
		<category><![CDATA[iOS]]></category>

		<guid isPermaLink="false">http://decoding.wordpress.com/?p=1843</guid>
		<description><![CDATA[Smartphones are always running low on battery, and iPhone is definitely one of them. The release of iOS 5 has brought fantastic OS/app improvements, however the battery life has been negatively affected. Here are 5 tips that actually work, i.e. save precious battery time for your iPhone 3GS/4/4S handset. 1. Manage Notifications One of the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=decoding.wordpress.com&amp;blog=571793&amp;post=1843&amp;subd=decoding&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Smartphones are always running low on battery, and iPhone is definitely one of them. The release of iOS 5 has brought fantastic OS/app improvements, however the battery life has been negatively affected. Here are 5 tips that actually work, i.e. save precious battery time for your iPhone 3GS/4/4S handset.</p>
<p><strong>1. Manage Notifications</strong></p>
<p>One of the most important new iOS 5 features is the Notification Screen. Enabling Notifications is a must for the iOS experience, however you should manage the applications that make use of it. Go to Settings -&gt; Notifications and select the apps that you really want to be sending Notifications, leave out all others.</p>
<p><img class="aligncenter size-full wp-image-1844" title="save-iphone-battery-1" src="http://decoding.files.wordpress.com/2011/10/save-iphone-battery-1.png?w=500" alt=""   /></p>
<p><strong>2. Manage Location Services</strong></p>
<p>Similarly to the Notifications logic, manage the applications that you want to be accessing the Location Services (GPS). Go to Settings -&gt; Location Services and turn off Location where is unnecessary.</p>
<p><img class="aligncenter size-full wp-image-1845" title="save-iphone-battery-2" src="http://decoding.files.wordpress.com/2011/10/save-iphone-battery-2.png?w=500" alt=""   /></p>
<p><strong>3. Disable Bluetooth</strong></p>
<p>In case that you don&#8217;t need the Bluetooth feature, just turn it off. Go to Settings -&gt; General -&gt; Bluetooth and turn if off.</p>
<p><img class="aligncenter size-full wp-image-1846" title="save-iphone-battery-3" src="http://decoding.files.wordpress.com/2011/10/save-iphone-battery-3.png?w=500" alt=""   /></p>
<p><strong>4. Disable Local Weather</strong></p>
<p>The Weather app on iOS 5 is improved, featuring a handy Weather Widget for the Notifications screen. By default the Weather Widget is looking up via GPS the current location and displays accordingly the weather data. If you are not constantly on the road or just not interested you will save some battery by turning it off. Go to the Weather app -&gt; press &#8220;i&#8221; on the lower right corner -&gt; turn off Local Weather option.</p>
<p><img class="aligncenter size-full wp-image-1847" title="save-iphone-battery-4" src="http://decoding.files.wordpress.com/2011/10/save-iphone-battery-4.png?w=500" alt=""   /></p>
<p><strong>5. The Time Zone option</strong></p>
<p>iOS 5 has a time zone option, which when I turned it off had a positive impact on the battery life. It&#8217;s quite hidden, so make a note of this post in case you need to find it again for your &#8211; or a friend&#8217;s &#8211; device. Go to Settings -&gt; Location Services -&gt; scroll all the way to the bottom -&gt; System Services -&gt; turn off &#8220;Setting Time Zone&#8221;. You can also experiment with some other options on that screen, please leave a comment if they do make a difference!</p>
<p><img class="aligncenter size-full wp-image-1848" title="save-iphone-battery-5" src="http://decoding.files.wordpress.com/2011/10/save-iphone-battery-5.png?w=500" alt=""   /></p>
<p>There are also some other more drastic measures that will save you battery, however they are ruining the iOS 5 experience. Like for example disabling iCloud or completely disable Notifications, but as a power user I am against them.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/decoding.wordpress.com/1843/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/decoding.wordpress.com/1843/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/decoding.wordpress.com/1843/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/decoding.wordpress.com/1843/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/decoding.wordpress.com/1843/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/decoding.wordpress.com/1843/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/decoding.wordpress.com/1843/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/decoding.wordpress.com/1843/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/decoding.wordpress.com/1843/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/decoding.wordpress.com/1843/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/decoding.wordpress.com/1843/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/decoding.wordpress.com/1843/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/decoding.wordpress.com/1843/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/decoding.wordpress.com/1843/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=decoding.wordpress.com&amp;blog=571793&amp;post=1843&amp;subd=decoding&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://decoding.wordpress.com/2011/10/25/save-iphone-battery-5-tips-for-ios-5/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/faa55ba220070858ae3de135f1ce5df2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">decoding</media:title>
		</media:content>

		<media:content url="http://decoding.files.wordpress.com/2011/10/save-iphone-battery-1.png" medium="image">
			<media:title type="html">save-iphone-battery-1</media:title>
		</media:content>

		<media:content url="http://decoding.files.wordpress.com/2011/10/save-iphone-battery-2.png" medium="image">
			<media:title type="html">save-iphone-battery-2</media:title>
		</media:content>

		<media:content url="http://decoding.files.wordpress.com/2011/10/save-iphone-battery-3.png" medium="image">
			<media:title type="html">save-iphone-battery-3</media:title>
		</media:content>

		<media:content url="http://decoding.files.wordpress.com/2011/10/save-iphone-battery-4.png" medium="image">
			<media:title type="html">save-iphone-battery-4</media:title>
		</media:content>

		<media:content url="http://decoding.files.wordpress.com/2011/10/save-iphone-battery-5.png" medium="image">
			<media:title type="html">save-iphone-battery-5</media:title>
		</media:content>
	</item>
		<item>
		<title>Mac OS X Lion &#8211; Disable app resume and window restore functionality</title>
		<link>http://decoding.wordpress.com/2011/08/01/mac-os-x-lion-disable-app-resume-and-window-restore/</link>
		<comments>http://decoding.wordpress.com/2011/08/01/mac-os-x-lion-disable-app-resume-and-window-restore/#comments</comments>
		<pubDate>Mon, 01 Aug 2011 13:29:29 +0000</pubDate>
		<dc:creator>decoding</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Lion]]></category>

		<guid isPermaLink="false">http://decoding.wordpress.com/?p=1831</guid>
		<description><![CDATA[I have been using Lion since the release day 1, and about 10 days later I am pretty confident that the whole OS behaves faster and smoother than Snow Leopard. However one of the main Lion new features, application resume and windows restore functionality, seems to cause some delays while opening or closing apps. I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=decoding.wordpress.com&amp;blog=571793&amp;post=1831&amp;subd=decoding&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have been using Lion since the release day 1, and about 10 days later I am pretty confident that the whole OS behaves faster and smoother than Snow Leopard. However one of the main Lion new features, application resume and windows restore functionality, seems to cause some delays while opening or closing apps. I can see their icon bouncing on the dock a bit longer than it used to be.</p>
<p>Therefore today I decided to completely disable it, and here is how I did it:</p>
<p>System Preferences -&gt; General -&gt; Remove the check from <strong>&#8220;Restore windows when quitting and re-opening apps&#8221;</strong>.</p>
<p>You can immediately test it with Terminal, start Terminal cd into a directory and quit.<br />
If the above option is disabled, the next time you start Terminal you will be in your default directory.</p>
<p>And here is the magic, if you need to resume a window, even with the global option being disabled, simply press command-option-q to quit the app. Again you can try it with Terminal, command-option-q and restart will get you back to where you were (resume!).</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/decoding.wordpress.com/1831/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/decoding.wordpress.com/1831/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/decoding.wordpress.com/1831/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/decoding.wordpress.com/1831/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/decoding.wordpress.com/1831/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/decoding.wordpress.com/1831/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/decoding.wordpress.com/1831/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/decoding.wordpress.com/1831/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/decoding.wordpress.com/1831/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/decoding.wordpress.com/1831/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/decoding.wordpress.com/1831/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/decoding.wordpress.com/1831/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/decoding.wordpress.com/1831/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/decoding.wordpress.com/1831/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=decoding.wordpress.com&amp;blog=571793&amp;post=1831&amp;subd=decoding&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://decoding.wordpress.com/2011/08/01/mac-os-x-lion-disable-app-resume-and-window-restore/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/faa55ba220070858ae3de135f1ce5df2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">decoding</media:title>
		</media:content>
	</item>
		<item>
		<title>Mac OS X Lion &#8211; exit Terminal from full-screen mode</title>
		<link>http://decoding.wordpress.com/2011/07/21/mac-os-x-lion-exit-terminal-from-full-screen-mode/</link>
		<comments>http://decoding.wordpress.com/2011/07/21/mac-os-x-lion-exit-terminal-from-full-screen-mode/#comments</comments>
		<pubDate>Thu, 21 Jul 2011 06:50:38 +0000</pubDate>
		<dc:creator>decoding</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Lion]]></category>

		<guid isPermaLink="false">http://decoding.wordpress.com/?p=1824</guid>
		<description><![CDATA[Mac OS X Lion supports full-screen mode for most apps, something extremely useful. You can enter and exit the full-screen mode by pressing command-shift-f (at least that works for Google Chrome, check the first comment after the post), or look for the arrows icon on the top right corner of your app window. Terminal app [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=decoding.wordpress.com&amp;blog=571793&amp;post=1824&amp;subd=decoding&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Mac OS X Lion supports full-screen mode for most apps, something extremely useful.<br />
You can enter and exit the full-screen mode by pressing command-shift-f (at least that works for Google Chrome, check the first comment after the post), or look for the arrows icon on the top right corner of your app window.</p>
<p>Terminal app supports full-screen as well, however the keyboard screenshots do not work as expected. Upon entering the full-screen mode, there isn&#8217;t an obvious way to exit it.</p>
<p>You will have to move your mouse/cursor to the top, wait for the menu bar to appear, and click on the arrows icon. Easy, ain&#8217;t it, if you just know where to look at!</p>
<p>** Edit:  command-option-f also does the trick, thanks johnie.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/decoding.wordpress.com/1824/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/decoding.wordpress.com/1824/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/decoding.wordpress.com/1824/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/decoding.wordpress.com/1824/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/decoding.wordpress.com/1824/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/decoding.wordpress.com/1824/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/decoding.wordpress.com/1824/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/decoding.wordpress.com/1824/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/decoding.wordpress.com/1824/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/decoding.wordpress.com/1824/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/decoding.wordpress.com/1824/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/decoding.wordpress.com/1824/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/decoding.wordpress.com/1824/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/decoding.wordpress.com/1824/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=decoding.wordpress.com&amp;blog=571793&amp;post=1824&amp;subd=decoding&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://decoding.wordpress.com/2011/07/21/mac-os-x-lion-exit-terminal-from-full-screen-mode/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/faa55ba220070858ae3de135f1ce5df2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">decoding</media:title>
		</media:content>
	</item>
		<item>
		<title>Mac OS X Lion &#8211; remove login/username from menu bar</title>
		<link>http://decoding.wordpress.com/2011/07/21/mac-os-x-lion-remove-login-username-from-menu-bar/</link>
		<comments>http://decoding.wordpress.com/2011/07/21/mac-os-x-lion-remove-login-username-from-menu-bar/#comments</comments>
		<pubDate>Thu, 21 Jul 2011 06:15:15 +0000</pubDate>
		<dc:creator>decoding</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Lion]]></category>

		<guid isPermaLink="false">http://decoding.wordpress.com/?p=1821</guid>
		<description><![CDATA[One of my first customizations after installing Mac OS X Lion was to remove the annoying login &#8211; username option from the top menu bar. And to explain &#8220;annoying&#8221;, I find it quite too long displaying my Name Surname, and an option that I would never need to use, as there&#8217;s only a single user [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=decoding.wordpress.com&amp;blog=571793&amp;post=1821&amp;subd=decoding&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>One of my first customizations after installing Mac OS X Lion was to remove the annoying login &#8211; username option from the top menu bar. And to explain &#8220;annoying&#8221;, I find it quite too long displaying my Name Surname, and an option that I would never need to use, as there&#8217;s only a single user on my Mac.</p>
<p>Removing it is quite easy: hold command button and drag it off the menu bar.</p>
<p>If you really want to keep it, you can reduce its length to the username or to an icon:</p>
<p>System Preferences -&gt; Users &amp; Groups -&gt; Login Options -&gt; (Click on the bottom left lock if everything is greyed-out) -&gt; Show fast switching user menu as&#8230; -&gt; Check/uncheck to show/hide it, or use the drop-down menu for the various options.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/decoding.wordpress.com/1821/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/decoding.wordpress.com/1821/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/decoding.wordpress.com/1821/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/decoding.wordpress.com/1821/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/decoding.wordpress.com/1821/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/decoding.wordpress.com/1821/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/decoding.wordpress.com/1821/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/decoding.wordpress.com/1821/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/decoding.wordpress.com/1821/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/decoding.wordpress.com/1821/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/decoding.wordpress.com/1821/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/decoding.wordpress.com/1821/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/decoding.wordpress.com/1821/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/decoding.wordpress.com/1821/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=decoding.wordpress.com&amp;blog=571793&amp;post=1821&amp;subd=decoding&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://decoding.wordpress.com/2011/07/21/mac-os-x-lion-remove-login-username-from-menu-bar/feed/</wfw:commentRss>
		<slash:comments>44</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/faa55ba220070858ae3de135f1ce5df2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">decoding</media:title>
		</media:content>
	</item>
		<item>
		<title>Mac OS X Lion &#8211; How to install Java</title>
		<link>http://decoding.wordpress.com/2011/07/21/mac-os-x-lion-how-to-install-java/</link>
		<comments>http://decoding.wordpress.com/2011/07/21/mac-os-x-lion-how-to-install-java/#comments</comments>
		<pubDate>Thu, 21 Jul 2011 05:59:42 +0000</pubDate>
		<dc:creator>decoding</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Lion]]></category>

		<guid isPermaLink="false">http://decoding.wordpress.com/?p=1817</guid>
		<description><![CDATA[Mac OS X Lion doesn&#8217;t include a Java runtime environment on the default installation. However Apple has immediately released Java as a separate download. The first package of Java for Lion can be found on the following link: http://support.apple.com/kb/DL1421 The download size is 62.53MB and installs Java SE version 1.6.0_26.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=decoding.wordpress.com&amp;blog=571793&amp;post=1817&amp;subd=decoding&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Mac OS X Lion doesn&#8217;t include a Java runtime environment on the default installation.<br />
However Apple has immediately released Java as a separate download.</p>
<p>The first package of Java for Lion can be found on the following link: <a href="http://support.apple.com/kb/DL1421">http://support.apple.com/kb/DL1421</a></p>
<p>The download size is 62.53MB and installs Java SE version 1.6.0_26.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/decoding.wordpress.com/1817/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/decoding.wordpress.com/1817/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/decoding.wordpress.com/1817/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/decoding.wordpress.com/1817/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/decoding.wordpress.com/1817/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/decoding.wordpress.com/1817/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/decoding.wordpress.com/1817/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/decoding.wordpress.com/1817/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/decoding.wordpress.com/1817/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/decoding.wordpress.com/1817/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/decoding.wordpress.com/1817/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/decoding.wordpress.com/1817/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/decoding.wordpress.com/1817/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/decoding.wordpress.com/1817/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=decoding.wordpress.com&amp;blog=571793&amp;post=1817&amp;subd=decoding&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://decoding.wordpress.com/2011/07/21/mac-os-x-lion-how-to-install-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/faa55ba220070858ae3de135f1ce5df2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">decoding</media:title>
		</media:content>
	</item>
		<item>
		<title>Mac OS X Lion &#8211; change the default scroll direction</title>
		<link>http://decoding.wordpress.com/2011/07/21/mac-os-x-lion-change-the-default-scroll-direction/</link>
		<comments>http://decoding.wordpress.com/2011/07/21/mac-os-x-lion-change-the-default-scroll-direction/#comments</comments>
		<pubDate>Thu, 21 Jul 2011 05:53:44 +0000</pubDate>
		<dc:creator>decoding</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Lion]]></category>
		<category><![CDATA[scrolling]]></category>

		<guid isPermaLink="false">http://decoding.wordpress.com/?p=1814</guid>
		<description><![CDATA[Mac OS X Lion by default is mimicking the scrolling experience of iOS touch devices, such as iPhone and iPad. For desktop users I find it quite hard adjusting to the inverse scrolling, especially when using mice devices. Don&#8217;t panic, it&#8217;s just a simple option on the System Preferences, so: System Preferences -&#62; Trackpad -&#62; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=decoding.wordpress.com&amp;blog=571793&amp;post=1814&amp;subd=decoding&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Mac OS X Lion by default is mimicking the scrolling experience of iOS touch devices, such as iPhone and iPad.<br />
For desktop users I find it quite hard adjusting to the inverse scrolling, especially when using mice devices.</p>
<p>Don&#8217;t panic, it&#8217;s just a simple option on the System Preferences, so:</p>
<p>System Preferences -&gt; Trackpad -&gt; Scroll &amp; Zoom -&gt; Remove check from &#8220;Scroll direction: natural&#8221;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/decoding.wordpress.com/1814/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/decoding.wordpress.com/1814/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/decoding.wordpress.com/1814/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/decoding.wordpress.com/1814/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/decoding.wordpress.com/1814/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/decoding.wordpress.com/1814/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/decoding.wordpress.com/1814/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/decoding.wordpress.com/1814/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/decoding.wordpress.com/1814/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/decoding.wordpress.com/1814/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/decoding.wordpress.com/1814/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/decoding.wordpress.com/1814/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/decoding.wordpress.com/1814/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/decoding.wordpress.com/1814/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=decoding.wordpress.com&amp;blog=571793&amp;post=1814&amp;subd=decoding&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://decoding.wordpress.com/2011/07/21/mac-os-x-lion-change-the-default-scroll-direction/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/faa55ba220070858ae3de135f1ce5df2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">decoding</media:title>
		</media:content>
	</item>
		<item>
		<title>Java for Mac OS X 10.6 Update 5</title>
		<link>http://decoding.wordpress.com/2011/06/29/java-for-mac-os-x-10-6-update-5/</link>
		<comments>http://decoding.wordpress.com/2011/06/29/java-for-mac-os-x-10-6-update-5/#comments</comments>
		<pubDate>Tue, 28 Jun 2011 21:33:38 +0000</pubDate>
		<dc:creator>decoding</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://decoding.wordpress.com/?p=1808</guid>
		<description><![CDATA[Java for Mac OS X 10.6 Update 5 delivers improved compatibility, security, and reliability by updating Java SE 6 to 1.6.0_26. Please quit any web browsers and Java applications before installing this update. See http://support.apple.com/kb/HT4593 for more details about this update. See http://support.apple.com/kb/HT1222 for information about the security content of this update.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=decoding.wordpress.com&amp;blog=571793&amp;post=1808&amp;subd=decoding&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Java for Mac OS X 10.6 Update 5 delivers improved compatibility, security, and reliability by updating Java SE 6 to 1.6.0_26. Please quit any web browsers and Java applications before installing this update.</p>
<p>See <a href="http://support.apple.com/kb/HT4593">http://support.apple.com/kb/HT4593</a> for more details about this update.<br />
See <a href="http://support.apple.com/kb/HT1222">http://support.apple.com/kb/HT1222</a> for information about the security content of this update.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/decoding.wordpress.com/1808/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/decoding.wordpress.com/1808/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/decoding.wordpress.com/1808/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/decoding.wordpress.com/1808/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/decoding.wordpress.com/1808/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/decoding.wordpress.com/1808/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/decoding.wordpress.com/1808/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/decoding.wordpress.com/1808/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/decoding.wordpress.com/1808/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/decoding.wordpress.com/1808/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/decoding.wordpress.com/1808/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/decoding.wordpress.com/1808/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/decoding.wordpress.com/1808/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/decoding.wordpress.com/1808/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=decoding.wordpress.com&amp;blog=571793&amp;post=1808&amp;subd=decoding&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://decoding.wordpress.com/2011/06/29/java-for-mac-os-x-10-6-update-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/faa55ba220070858ae3de135f1ce5df2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">decoding</media:title>
		</media:content>
	</item>
		<item>
		<title>Mac OS X &#8211; 10.6.8 update</title>
		<link>http://decoding.wordpress.com/2011/06/24/mac-os-x-10-6-8-update/</link>
		<comments>http://decoding.wordpress.com/2011/06/24/mac-os-x-10-6-8-update/#comments</comments>
		<pubDate>Fri, 24 Jun 2011 04:30:14 +0000</pubDate>
		<dc:creator>decoding</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://decoding.wordpress.com/?p=1804</guid>
		<description><![CDATA[The 10.6.8 update is recommended for all users running Mac OS X Snow Leopard and includes general operating system fixes that enhance the stability, compatibility, and security of your Mac, including fixes that: Enhance the Mac App Store to get your Mac ready to upgrade to Mac OS X Lion Resolve an issue that may [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=decoding.wordpress.com&amp;blog=571793&amp;post=1804&amp;subd=decoding&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The 10.6.8 update is recommended for all users running Mac OS X Snow Leopard and includes general operating system fixes that enhance the stability, compatibility, and security of your Mac, including fixes that:</p>
<ul>
<li>Enhance the Mac App Store to get your Mac ready to upgrade to Mac OS X Lion</li>
<li>Resolve an issue that may cause Preview to unexpectedly quit</li>
<li>Improve support for IPv6</li>
<li>Improve VPN reliability</li>
<li>Identify and remove known variants of Mac Defender</li>
</ul>
<p>For detailed information on this update, please visit this website: <a href="http://support.apple.com/kb/HT4561">http://support.apple.com/kb/HT4561</a>.</p>
<p>For information on the security content of this update, please visit: <a href="http://support.apple.com/kb/HT1222">http://support.apple.com/kb/HT1222</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/decoding.wordpress.com/1804/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/decoding.wordpress.com/1804/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/decoding.wordpress.com/1804/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/decoding.wordpress.com/1804/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/decoding.wordpress.com/1804/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/decoding.wordpress.com/1804/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/decoding.wordpress.com/1804/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/decoding.wordpress.com/1804/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/decoding.wordpress.com/1804/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/decoding.wordpress.com/1804/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/decoding.wordpress.com/1804/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/decoding.wordpress.com/1804/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/decoding.wordpress.com/1804/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/decoding.wordpress.com/1804/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=decoding.wordpress.com&amp;blog=571793&amp;post=1804&amp;subd=decoding&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://decoding.wordpress.com/2011/06/24/mac-os-x-10-6-8-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/faa55ba220070858ae3de135f1ce5df2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">decoding</media:title>
		</media:content>
	</item>
		<item>
		<title>Coding on the Mac &#8211; my tools of the trade</title>
		<link>http://decoding.wordpress.com/2011/05/22/coding-on-the-mac-my-tools-of-the-trade/</link>
		<comments>http://decoding.wordpress.com/2011/05/22/coding-on-the-mac-my-tools-of-the-trade/#comments</comments>
		<pubDate>Sun, 22 May 2011 11:39:28 +0000</pubDate>
		<dc:creator>decoding</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://decoding.wordpress.com/?p=1790</guid>
		<description><![CDATA[Everyday more and more developers are switching to a Mac for development. For instance take a look at photos taken from the recent Google IO 2011 event, MBPs are everywhere. I am writing this post to help future or current Mac developers, so here is the list of my coding tools of the trade on the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=decoding.wordpress.com&amp;blog=571793&amp;post=1790&amp;subd=decoding&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Everyday more and more developers are switching to a Mac for development. For instance take a look at <a href="http://www.9to5mac.com/66525/at-google-io-everybody-uses-mac-notebooks-even-google/" target="_blank">photos taken from the recent Google IO 2011 event</a>, MBPs are everywhere. I am writing this post to help future or current Mac developers, so here is the list of my coding tools of the trade on the Mac. Please leave a comment if you find one of the following apps useful, or have alternative apps/solutions!</p>
<p style="text-align:left;"><strong>1. iOS (iPhone/iPad) and Mac development</strong><br />
<img class="aligncenter size-full wp-image-1791" title="apple-xcode-icon" src="http://decoding.files.wordpress.com/2011/05/apple-xcode-icon.png?w=500" alt=""   />For iOS and Mac coding <a href="http://developer.apple.com/technologies/tools/whats-new.html" target="_blank">Xcode</a> is the ultimate tool. Xcode 4 has a really intuitive interface, compacts everything (code editor, UI editor etc) on a single window, supports tabs, and lot more. If you enrol on an Apple developer program, then you can get it for free, else you can find it on the Mac app store for 3.99€.</p>
<p style="text-align:left;"><strong>2. HTML/PHP/JavaScript/jQuery</strong></p>
<p><img class="aligncenter size-full wp-image-1792" title="komodo-edit-icon" src="http://decoding.files.wordpress.com/2011/05/komodo-edit-icon.png?w=500" alt=""   /></p>
<p style="text-align:left;">For HTML/PHP/JavaScript/jQuery web projects I prefer <a href="http://www.activestate.com/komodo-edit" target="_blank">Komodo Edit</a>. Komodo Edit is a cross-platform (runs on Mac, Linux, Windows) editor, offering autocomplete syntax, project management, integrated file browser. I really enjoy the fast search (or search and replace) functionality. Hardcore users can even use <a href="http://docs.activestate.com/komodo/6.0/vikeybind.html" target="_blank">VIM shortcuts</a>. Have I mentioned that it is completely free? Yeap, and you can even code in Python, Ruby and more.</p>
<p><strong>3. Java</strong></p>
<p><img class="aligncenter size-full wp-image-1793" title="eclipse-icon" src="http://decoding.files.wordpress.com/2011/05/eclipse-icon.png?w=500" alt=""   /><br />
For Java projects I choose <a href="http://www.eclipse.org/downloads/" target="_blank">Eclipse</a> over <a href="http://netbeans.org/downloads/index.html" target="_blank">NetBeans</a>. I am not going to compare those two on this post, I am just more comfortable with Eclipse, Google provides official plugins for Eclipse (GWT, App Engine, Android). Both of them are free, and come in lots of flavors depending on the type of projects you want to develop.</p>
<p><strong>4. Single file code viewing/editing</strong><br />
<img class="aligncenter size-full wp-image-1798" title="textwrangler-icon" src="http://decoding.files.wordpress.com/2011/05/textwrangler-icon.png?w=500" alt=""   />Sometimes you just have to quickly view or edit a single file. For this purpose <a href="http://www.barebones.com/products/textwrangler/" target="_blank">TextWrangler</a>  always comes in handy. I have previously <a href="http://decoding.wordpress.com/2010/03/20/textwrangler-best-alternative-to-notepad-for-mac-os-x/" target="_blank">reviewed TextWrangler as the best alternative to Notepad++ for Mac OS X</a>. TextWrangler is free and available on the Mac App Store.</p>
<p><strong>5. Source control</strong></p>
<p><img class="aligncenter size-full wp-image-1794" title="git-icon" src="http://decoding.files.wordpress.com/2011/05/git-icon.jpg?w=500" alt=""   /><br />
Every coding project should be under source control. I am a <a href="http://git-scm.com/" target="_blank">Git</a> fan, managing it only via the terminal. Git is a free and super fast distributed source control system. You can also find valuable open source projects online at <a href="https://github.com/" target="_blank">GitHub</a>.</p>
<p><strong>6. Apache/MySQL/PHP environment</strong></p>
<p><img class="aligncenter size-full wp-image-1795" title="mamp-icon" src="http://decoding.files.wordpress.com/2011/05/mamp-icon.gif?w=500" alt=""   />For setting up an Apache/MySQL/PHP environment, the easiest solution is to install <a href="http://www.mamp.info/" target="_blank">MAMP</a>. Although you can individually setup Apache, MySQL, and PHP on the Mac OS, MAMP keeps everything in a single place. MAMP allows you to single-click start Apache/MySQL services using a widget. Of course you have full access to the httpd/php/mysql configuration files, you can install plugins, tweak etc. MySQL can be directly managed from the bundled phpMyAdmin. MAMP behaves like a regular app, meaning that you can uninstall it via a single drag and drop operation.</p>
<p><strong>7. FTP/S3 file transfers</strong><br />
<img class="aligncenter size-full wp-image-1796" title="transmit-icon" src="http://decoding.files.wordpress.com/2011/05/transmit-icon.png?w=500" alt=""   />For  FTP/S3 file transfer purposes I have recently switched to <a href="http://www.panic.com/transmit/" target="_blank">Transmit</a>. Transmit provides fast and reliable file transfers, easy favorites/bookmarks site management, and a dual-pane interface. You can buy Transmit via the Mac App Store for 26.99€, or purchase additional licenses via their website.</p>
<p><strong>8. SQLite manager</strong><br />
<img class="aligncenter size-full wp-image-1797" title="firefox-icon" src="http://decoding.files.wordpress.com/2011/05/firefox-icon.png?w=500" alt=""   />SQLite databases can be accessed via a <a href="http://www.mozilla.com/en-US/firefox/all.html" target="_blank">Firefox</a> plugin called <a href="https://addons.mozilla.org/en-US/firefox/addon/sqlite-manager/" target="_blank">SQLite Manager</a>.  SQLite Manager has a simple UI for running SQL queries, importing/exporting data, and managing your database. Free.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/decoding.wordpress.com/1790/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/decoding.wordpress.com/1790/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/decoding.wordpress.com/1790/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/decoding.wordpress.com/1790/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/decoding.wordpress.com/1790/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/decoding.wordpress.com/1790/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/decoding.wordpress.com/1790/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/decoding.wordpress.com/1790/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/decoding.wordpress.com/1790/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/decoding.wordpress.com/1790/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/decoding.wordpress.com/1790/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/decoding.wordpress.com/1790/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/decoding.wordpress.com/1790/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/decoding.wordpress.com/1790/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=decoding.wordpress.com&amp;blog=571793&amp;post=1790&amp;subd=decoding&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://decoding.wordpress.com/2011/05/22/coding-on-the-mac-my-tools-of-the-trade/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/faa55ba220070858ae3de135f1ce5df2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">decoding</media:title>
		</media:content>

		<media:content url="http://decoding.files.wordpress.com/2011/05/apple-xcode-icon.png" medium="image">
			<media:title type="html">apple-xcode-icon</media:title>
		</media:content>

		<media:content url="http://decoding.files.wordpress.com/2011/05/komodo-edit-icon.png" medium="image">
			<media:title type="html">komodo-edit-icon</media:title>
		</media:content>

		<media:content url="http://decoding.files.wordpress.com/2011/05/eclipse-icon.png" medium="image">
			<media:title type="html">eclipse-icon</media:title>
		</media:content>

		<media:content url="http://decoding.files.wordpress.com/2011/05/textwrangler-icon.png" medium="image">
			<media:title type="html">textwrangler-icon</media:title>
		</media:content>

		<media:content url="http://decoding.files.wordpress.com/2011/05/git-icon.jpg" medium="image">
			<media:title type="html">git-icon</media:title>
		</media:content>

		<media:content url="http://decoding.files.wordpress.com/2011/05/mamp-icon.gif" medium="image">
			<media:title type="html">mamp-icon</media:title>
		</media:content>

		<media:content url="http://decoding.files.wordpress.com/2011/05/transmit-icon.png" medium="image">
			<media:title type="html">transmit-icon</media:title>
		</media:content>

		<media:content url="http://decoding.files.wordpress.com/2011/05/firefox-icon.png" medium="image">
			<media:title type="html">firefox-icon</media:title>
		</media:content>
	</item>
		<item>
		<title>Safari &#8211; 5.0.4</title>
		<link>http://decoding.wordpress.com/2011/03/09/safari-5-0-4/</link>
		<comments>http://decoding.wordpress.com/2011/03/09/safari-5-0-4/#comments</comments>
		<pubDate>Wed, 09 Mar 2011 18:58:30 +0000</pubDate>
		<dc:creator>decoding</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Safari]]></category>

		<guid isPermaLink="false">http://decoding.wordpress.com/?p=1777</guid>
		<description><![CDATA[This update contains improvements to stability, compatibility, accessibility and security, including the following: - Improved stability for webpages with multiple instances of plug-in content - Improved compatibility with webpages with image reflections and transition effects - A fix for an issue that could cause some webpages to print with incorrect layouts - A fix for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=decoding.wordpress.com&amp;blog=571793&amp;post=1777&amp;subd=decoding&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This update contains improvements to stability, compatibility, accessibility and security, including the following:</p>
<p>- Improved stability for webpages with multiple instances of plug-in content<br />
- Improved compatibility with webpages with image reflections and transition effects<br />
- A fix for an issue that could cause some webpages to print with incorrect layouts<br />
- A fix for an issue that could cause content to display incorrectly on webpages with plug-ins<br />
- A fix for an issue that could cause a Screen Saver to appear while video is playing in Safari<br />
- Improved compatibility with VoiceOver on webpages with text input areas and lists with selectable items<br />
- Improved stability when using VoiceOver</p>
<p>For detailed information on the security content of this update, please visit this site: <a href="http://support.apple.com/kb/HT1222" target="_blank">http://support.apple.com/kb/HT1222</a></p>
<p><a href="http://www.apple.com/safari/download/" target="_blank">Download</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/decoding.wordpress.com/1777/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/decoding.wordpress.com/1777/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/decoding.wordpress.com/1777/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/decoding.wordpress.com/1777/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/decoding.wordpress.com/1777/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/decoding.wordpress.com/1777/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/decoding.wordpress.com/1777/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/decoding.wordpress.com/1777/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/decoding.wordpress.com/1777/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/decoding.wordpress.com/1777/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/decoding.wordpress.com/1777/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/decoding.wordpress.com/1777/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/decoding.wordpress.com/1777/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/decoding.wordpress.com/1777/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=decoding.wordpress.com&amp;blog=571793&amp;post=1777&amp;subd=decoding&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://decoding.wordpress.com/2011/03/09/safari-5-0-4/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/faa55ba220070858ae3de135f1ce5df2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">decoding</media:title>
		</media:content>
	</item>
		<item>
		<title>Shopping List Advanced &#8211; new iOS app</title>
		<link>http://decoding.wordpress.com/2011/02/20/shopping-list-advanced-new-ios-app/</link>
		<comments>http://decoding.wordpress.com/2011/02/20/shopping-list-advanced-new-ios-app/#comments</comments>
		<pubDate>Sun, 20 Feb 2011 13:51:02 +0000</pubDate>
		<dc:creator>decoding</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[Shopping List]]></category>

		<guid isPermaLink="false">http://decoding.wordpress.com/?p=1771</guid>
		<description><![CDATA[Application features: - Create/modify shopping lists for your favorite super markets or other stores. - Select items from the included database that contains more than 200 items. - Add/edit/delete items from the database. - Store item details: price, quantity, expiration date. - Automatic calculation of the total price for each list. - Simple view and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=decoding.wordpress.com&amp;blog=571793&amp;post=1771&amp;subd=decoding&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Application features:</p>
<p>- Create/modify shopping lists for your favorite super markets or other stores.<br />
- Select items from the included database that contains more than 200 items.<br />
- Add/edit/delete items from the database.<br />
- Store item details: price, quantity, expiration date.<br />
- Automatic calculation of the total price for each list.<br />
- Simple view and sorting by item expiration date.<br />
- Easy search/filtering for the item catalogue.<br />
- Sharing shopping list via email (products and details).<br />
- In-app help/how to information.</p>
<p><a href="http://itunes.apple.com/us/app/shopping-list-advanced/id419392793?mt=8" target="_blank">Shopping List Advanced &#8211; iTunes Link + Screenshots </a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/decoding.wordpress.com/1771/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/decoding.wordpress.com/1771/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/decoding.wordpress.com/1771/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/decoding.wordpress.com/1771/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/decoding.wordpress.com/1771/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/decoding.wordpress.com/1771/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/decoding.wordpress.com/1771/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/decoding.wordpress.com/1771/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/decoding.wordpress.com/1771/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/decoding.wordpress.com/1771/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/decoding.wordpress.com/1771/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/decoding.wordpress.com/1771/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/decoding.wordpress.com/1771/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/decoding.wordpress.com/1771/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=decoding.wordpress.com&amp;blog=571793&amp;post=1771&amp;subd=decoding&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://decoding.wordpress.com/2011/02/20/shopping-list-advanced-new-ios-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/faa55ba220070858ae3de135f1ce5df2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">decoding</media:title>
		</media:content>
	</item>
	</channel>
</rss>
