<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Jeroen Schaftenaar &#187; Applications</title>
	<atom:link href="http://clooner.com/category/applications/feed/" rel="self" type="application/rss+xml" />
	<link>http://clooner.com</link>
	<description>Stuff I do and more...</description>
	<lastBuildDate>Tue, 09 Mar 2010 14:42:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Mac OS X &#8211; Show/Hide Hidden Files Automation</title>
		<link>http://clooner.com/2009/08/14/mac-os-x-showhide-hidden-files-automation/</link>
		<comments>http://clooner.com/2009/08/14/mac-os-x-showhide-hidden-files-automation/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 12:51:34 +0000</pubDate>
		<dc:creator>Jeroen Schaftenaar</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[automator]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[hide]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[show]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://clooner.com/?p=509</guid>
		<description><![CDATA[Lately I&#8217;ve needed to show .htaccess file in finder. In finder every file with a dot in front of it is hidden. You have to change this using shell commands. But this is a superfluous process. I scoured the internet and found ways to automate this. There are some software solutions but the way I [...]]]></description>
			<content:encoded><![CDATA[<p><img style="float: left; border: 0px initial initial;" title="mac_automator" src="http://clooner.com/wp-content/uploads/2009/08/mac_automator.jpg" alt="mac_automator" width="127" height="127" />Lately I&#8217;ve needed to show <b>.htaccess</b> file in finder. In finder every file with a dot in front of it is hidden. You have to change this using shell commands. But this is a superfluous process. I scoured the internet and found ways to automate this. There are some software solutions but the way I will tell about is using the <strong>Automator</strong> </p>
<p><br/><strong>Step 1</strong><br />
Start up your Automator. It is under Tools in your Applications. On opening the Automator choose Custom. Choose Run Shell Script and drag it into the workflow area. <img class="aligncenter size-full wp-image-516" title="Automator_Step_1" src="http://clooner.com/wp-content/uploads/2009/08/step1.jpg" alt="Automator_Step_1" width="425" height="291" /></p>
<p><br/><strong>Step 2</strong><br />
In the input area copy the code:</p>
<p><img class="aligncenter size-full wp-image-520" title="step2" src="http://clooner.com/wp-content/uploads/2009/08/step2.jpg" alt="step2" width="425" height="145" /></p>
<p><b>Code:</b>
<pre>
defaults write com.apple.finder AppleShowAllFiles TRUE
osascript -e 'tell application "Finder" to quit';
osascript -e 'tell application "Finder" to activate';
</pre>
<p><br/><strong>Step 3</strong><br />
From the top menu choose <strong>File</strong> -> <strong>Save As Plugin</strong>. This script will show the hidden files. Save it as <b>ShowHiddenFiles</b>.<br />
<img src="http://clooner.com/wp-content/uploads/2009/08/showhiddenfiledialog.jpg" alt="showhiddenfiledialog" title="showhiddenfiledialog" width="425" height="160" class="aligncenter size-full wp-image-530" /></p>
<p><br/><strong>Step 4</strong><br />
We successfully created the Automator script to show the hidden files. Repeat the steps to create the script to hide the files again using the following:</p>
<p><strong>Code:</strong>
<pre>
defaults write com.apple.finder AppleShowAllFiles FALSE
osascript -e 'tell application "Finder" to quit';
osascript -e 'tell application "Finder" to activate';
</pre>
<p> and save it as plugin as <strong>HideHiddenFiles</strong></p>
<p><strong>Use it:</strong><br />
In finder you can use Control Click -&gt; <b>More</b> -&gt; <b>Automator</b> to access the Automator scripts you just created<br />
<img src="http://clooner.com/wp-content/uploads/2009/08/infinder.jpg" alt="infinder" title="infinder" width="425" height="213" class="aligncenter size-full wp-image-532" /></p>
]]></content:encoded>
			<wfw:commentRss>http://clooner.com/2009/08/14/mac-os-x-showhide-hidden-files-automation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iPhone Application [Shazam]</title>
		<link>http://coder.nl/iphone-application-shazam/</link>
		<comments>http://coder.nl/iphone-application-shazam/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 14:25:27 +0000</pubDate>
		<dc:creator>Eric Kreunen</dc:creator>
				<category><![CDATA[App Store]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[Eric]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://blog.coder.nl/?p=35</guid>
		<description><![CDATA[As a proud iPhone owner I find myself browsing the Apple App Store from time to time to see what&#8217;s available. Most of the time I find some application that look very nice at first sight but after using them they turn out to be horrible. Not the application I found the last time which [...]]]></description>
			<content:encoded><![CDATA[<p>As a proud iPhone owner I find myself browsing the Apple App Store from time to time to see what&#8217;s available. Most of the time I find some application that look very nice at first sight but after using them they turn out to be horrible. Not the application I found the last time which really solved a problem I have and I think with me a lot of other&#8217;s too. How many times are you driving and on the radio is a really nice song but you can&#8217;t remember the title, therefore <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=284993459&#038;mt=8">Shazam</a> comes into play. This application &#8216;listens&#8217; to the song for a few seconds, analyzes this and gives you the title and a link to the iTunes Music Store and even a link to YouTube for a clip. I tried it a few times now and I&#8217;m really sold, it performs really well. And the best of all it&#8217;s completely free.</p>
]]></content:encoded>
			<wfw:commentRss>http://coder.nl/iphone-application-shazam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
