<?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; Apple</title>
	<atom:link href="http://clooner.com/tag/apple/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.1</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>The top 10 tipping points of things that matter</title>
		<link>http://clooner.com/2009/01/04/the-top-10-tipping-points-of-things-that-matter/</link>
		<comments>http://clooner.com/2009/01/04/the-top-10-tipping-points-of-things-that-matter/#comments</comments>
		<pubDate>Sun, 04 Jan 2009 06:31:37 +0000</pubDate>
		<dc:creator>Jeroen Schaftenaar</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[Endeavors]]></category>
		<category><![CDATA[Entertaining]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Inscorta]]></category>
		<category><![CDATA[Youtube]]></category>
		<category><![CDATA[top10]]></category>
		<category><![CDATA[arie.nl]]></category>
		<category><![CDATA[bahasa]]></category>
		<category><![CDATA[baliday.com]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[digsby]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[german]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[guy kawasaki]]></category>
		<category><![CDATA[jaiku]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[mandarin]]></category>
		<category><![CDATA[new year's resolution]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[poetsplaza.nl]]></category>
		<category><![CDATA[reality check]]></category>
		<category><![CDATA[saiful]]></category>
		<category><![CDATA[The sopranos]]></category>
		<category><![CDATA[tipping point]]></category>
		<category><![CDATA[tribalwars]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://clooner.com/?p=120</guid>
		<description><![CDATA[Since everyone is doing a top 10 list of greatest things here is my cut. If you don&#8217;t know about the tipping point:&#8221;It is the moment things get momentum or die out (something like that anyway)&#8221;. My tipping point top 10: 1. Learning Mandarin. After a few months with Chinese people I am starting distinguishing [...]]]></description>
			<content:encoded><![CDATA[<p>Since everyone is doing a top 10 list of greatest things here is my cut. If you don&#8217;t know about <a href="http://en.wikipedia.org/wiki/The_Tipping_Point">the tipping point</a>:&#8221;It is the moment things get momentum or die out (something like that anyway)&#8221;.</p>
<p>My tipping point top 10:</p>
<p><strong>1.</strong> Learning <a href="http://en.wikipedia.org/wiki/Mandarin_(linguistics)">Mandarin</a>. After a few months with Chinese people I am starting distinguishing and perceive more sounds. When I first arrived at this place I never had a clue what they were talking about, nowadays nothing has changed <img src='http://clooner.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  except: I hear more, A lot more&#8230; Somehow before I was deaf for this Chinese language. I did not experience this with <a href="http://en.wikipedia.org/wiki/German_language">German</a> and <a href="http://en.wikipedia.org/wiki/Indonesian_language">Bahasa Indonesia</a>.</p>
<p><strong>2.</strong> <a href="http://getdropbox.com/">Dropbox</a>, <a href="http://twitter.com">Twitter</a> and <a href="http://jaiku.com">Jaiku</a> for being great services but with lousy business model. Don&#8217;t get me wrong these are all great services and they should be cheap. But they have no way to get paid&#8230; Almost nobody minds paying for something good but these services have almost none or no payment plans at all.</p>
<p><strong>3.</strong> <a href="http://www.digsby.com/">Digsby</a> and <a href="http://www.google.com/chrome">Google Chrome</a> for almost being great applications. You guys will be great when you are available for OSX(and Linux). How can you expect to bring something revolutionary when you bring it only to windows? Hurry up with the versions on OSX&#8230;</p>
<p><strong>4.</strong> My fellow blogger <a href="http://www.asksaiful.com/">Saiful Rizal</a> with his plan to inspire us all. He is a bit late with the twitter thing but this also tells us twitter still has momentum. He made a list of <a href="http://youtube.com">youtube</a> videos that I found motivating, this made me check his blog once in a while.</p>
<p><strong>5.</strong> The book <a href="http://www.guykawasaki.com/books/index.shtml">Reality Check</a> of <a href="http://blog.guykawasaki.com">Guy Kawasaki</a>. It is the book I am reading now and it is really good so far and if all the books were this interesting and fun to read at the same time the next point won&#8217;t be a problem at all.</p>
<p><strong>6.</strong> My plan to read one book a week. My <a href="http://en.wikipedia.org/wiki/New_Year%27s_resolution">New Year&#8217;s resolution</a>, it&#8217;s <a href="http://en.wikipedia.org/wiki/HiDef">HiDef</a> <img src='http://clooner.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p><strong>7.</strong> <a href="http://arie.nl">Arie.nl</a><a href="http://arie.nl"> werkkleding &amp; werkschoenen</a>, <a href="http://poetsplaza.nl">Poetsplaza.nl</a>, <a href="http://baliday.com">Baliday.com</a> and some other projects I am working on.</p>
<p><strong>8.</strong> Inscorta is the name of an open source project I am starting. It is actually the code behind <a href="arie.nl">Arie.nl</a> &amp; <a href="http://poetsplaza.nl">Poetsplaza.nl</a>. Until now the development has been done solely by me. It turns out to be a great software package but further development is slow and difficult since I am do it all. That is why I decided a long time ago to make this software public so everyone can use it and help to improve it.</p>
<p><strong>9.</strong> Me turning into something usually named <a href="http://en.wikipedia.org/wiki/List_of_blogging_terms#B">blogger</a>. This is not a New Year&#8217;s resolution, I just enjoy it.  <a href="http://en.wikipedia.org/wiki/List_of_blogging_terms#B"><br />
</a></p>
<p><strong>10.</strong> Me turning into an <a href="http://apple.com">Apple</a> <a href="http://en.wikipedia.org/wiki/Fanboy">Fanboy</a>! Like the attack some <em>M*$*&amp;*F*#^%*rs</em> did on my villages in <a href="http://tribalwars.net">Tribalwars</a>, I am afraid there is no stopping to this <a href="http://en.wikipedia.org/wiki/Bill_Gates">Bill</a> and <a href="http://en.wikipedia.org/wiki/Steve_Ballmer">Steve</a>.</p>
<p>Ok, this is not exactly a tipping point list.</p>
<p>&#8220;Whaddaya gonna do, life goes on&#8221; (My favorite quote from <a href="http://www.hbo.com/sopranos/">The Sopranos</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://clooner.com/2009/01/04/the-top-10-tipping-points-of-things-that-matter/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>
