<?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>Utility Room &#187; OS X</title>
	<atom:link href="http://jussi.ruokomaki.fi/tech/category/os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://jussi.ruokomaki.fi/tech</link>
	<description>Simple Solutions and Other Oxymorons</description>
	<lastBuildDate>Mon, 21 Nov 2011 09:15:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<div id="blog_introduction" class="os-x-cat-intro-container" >
  <div id="blog_introduction_heading" class="os-x-cat-intro-heading">
      <h2><span>OS X Intro</span></h2>
  </div>
  <div id="blog_introduction_content" class="os-x-cat-intro-content">
<p>OS X intro, lorem ipsum dolor sit amet. This text is shown with the aid of <a href="../wp-blog-introduction/">blog introduction plugin</a> without touching the theme files.</p>
<p><!-- this will appear at the bottom of the post --></p>
   </div>
</div>
	<item>
		<title>Create Favicon (Multiresolution) on OS X</title>
		<link>http://jussi.ruokomaki.fi/tech/282/create-favicon-multiresolution-on-os-x/</link>
		<comments>http://jussi.ruokomaki.fi/tech/282/create-favicon-multiresolution-on-os-x/#comments</comments>
		<pubDate>Mon, 28 Feb 2011 12:35:39 +0000</pubDate>
		<dc:creator>Jussi</dc:creator>
				<category><![CDATA[OS X]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://jussi.ruokomaki.fi/tech/?p=282</guid>
		<description><![CDATA[IcoMaker, it works. "On the mac, this is a snap, thanks to Takeshi Ogihara’s IcoMaker. Head over to his page (assuming it’s a he), and look for the link at the bottom of the page, something like: “IcoMaker Distribution Package, 84KB”." via steve cooley presents » Blog Archive » HOWTO: create a favicon.ico on Mac [...]]]></description>
			<content:encoded><![CDATA[<p>IcoMaker, it works.</p>
<p>"On the mac, this is a snap, thanks to Takeshi Ogihara’s IcoMaker. Head over to his page (assuming it’s a he), and look for the link at the bottom of the page, something like: “IcoMaker Distribution Package, 84KB”."</p>
<p>via <a href="http://somejunkwelike.com/wordpress/2005/05/24/howto-faviconico-on-mac-os-x/">steve cooley presents » Blog Archive » HOWTO: create a favicon.ico on Mac OS X</a>.<!-- this will appear at the bottom of the post --></p>
 ]]></content:encoded>
			<wfw:commentRss>http://jussi.ruokomaki.fi/tech/282/create-favicon-multiresolution-on-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hide MobileMe Icon in Mac OS X</title>
		<link>http://jussi.ruokomaki.fi/tech/247/hide-mobileme-icon-in-mac-os-x/</link>
		<comments>http://jussi.ruokomaki.fi/tech/247/hide-mobileme-icon-in-mac-os-x/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 13:14:41 +0000</pubDate>
		<dc:creator>Jussi</dc:creator>
				<category><![CDATA[OS X]]></category>
		<category><![CDATA[declutter]]></category>
		<category><![CDATA[icons]]></category>
		<category><![CDATA[mobileme]]></category>

		<guid isPermaLink="false">http://jussi.ruokomaki.fi/tech/?p=247</guid>
		<description><![CDATA["Hold down the Apple key — also called the Command key or the propeller — then click on the MobileMe icon in the menubar and drag it off the menubar. You should see the icon change to semi-transparent as you drag it off the menu bar, then disappear in the puff of smoke when you [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>"Hold down the Apple key — also called the Command key or the propeller — then click on the MobileMe icon in the menubar and drag it off the menubar. You should see the icon change to semi-transparent as you drag it off the menu bar, then disappear in the puff of smoke when you release the mouse button.</p>
<p>You can use this same Apple+drag trick to rearrange most of the other icons in the menubar."</p></blockquote>
<p>via <a href="http://www.waynehastings.net/2009/05/hide-mobileme-icon-in-macos/1109">Hide MobileMe Icon in MacOS | Wayne Hastings - Interactive and Graphic Design - Los Angeles, CA</a>.<!-- this will appear at the bottom of the post --></p>
 ]]></content:encoded>
			<wfw:commentRss>http://jussi.ruokomaki.fi/tech/247/hide-mobileme-icon-in-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove Dashboard [OS X]</title>
		<link>http://jussi.ruokomaki.fi/tech/241/remove-dashboard-os-x/</link>
		<comments>http://jussi.ruokomaki.fi/tech/241/remove-dashboard-os-x/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 18:39:32 +0000</pubDate>
		<dc:creator>Jussi</dc:creator>
				<category><![CDATA[OS X]]></category>
		<category><![CDATA[dashboard]]></category>

		<guid isPermaLink="false">http://jussi.ruokomaki.fi/tech/?p=241</guid>
		<description><![CDATA[Remove that resource hog dashboard via Terminal: Disable it: defaults write com.apple.dashboard mcx-disabled -boolean YES Relaunch Dock to see the change: killall Dock Want the dashboard back? Enable it: defaults write com.apple.dashboard mcx-disabled -boolean NO]]></description>
			<content:encoded><![CDATA[<p>Remove that resource hog dashboard via Terminal:</p>
<p>Disable it:</p>
<p><code>defaults write com.apple.dashboard mcx-disabled -boolean YES</code></p>
<p>Relaunch Dock to see the change:</p>
<p><code>killall Dock</code></p>
<p>Want the dashboard back? Enable it:</p>
<p><code>defaults write com.apple.dashboard mcx-disabled -boolean NO</code><!-- this will appear at the bottom of the post --></p>
 ]]></content:encoded>
			<wfw:commentRss>http://jussi.ruokomaki.fi/tech/241/remove-dashboard-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>1Password &amp; Windows: Access Using Dropbox</title>
		<link>http://jussi.ruokomaki.fi/tech/139/1password-in-windows-using-dropbox/</link>
		<comments>http://jussi.ruokomaki.fi/tech/139/1password-in-windows-using-dropbox/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 12:25:26 +0000</pubDate>
		<dc:creator>Jussi</dc:creator>
				<category><![CDATA[OS X]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[1Password]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[sync]]></category>

		<guid isPermaLink="false">http://jussi.ruokomaki.fi/tech/?p=139</guid>
		<description><![CDATA[HOW TO access 1Password passwords on Windows? (I had no idea it was this easy.) This tip uses Dropbox, a multi-platform file syncing app. The only problem is that the access is read-only. But it's better than nothing. In 1Password (on your mac), select the Agile Keychain to be saved in your dropbox folder (I [...]]]></description>
			<content:encoded><![CDATA[<p>HOW TO access 1Password passwords on Windows?</p>
<p>(I had no idea it was this easy.)</p>
<p>This tip uses <a href="https://www.getdropbox.com/referrals/NTEwNDc2NzA5">Dropbox</a>, a multi-platform file syncing app. The only problem is that the access is read-only. But it's better than nothing.</p>
<p>In 1Password (on your mac), select the Agile Keychain to be saved in your dropbox folder (I created a new one, "1Password").</p>
<p>Then in your Windows machine, find this folder.</p>
<p><a href="http://jussi.ruokomaki.fi/tech/wp-content/uploads/2009/07/access_1password_in_windows_01.jpg"><img class="aligncenter size-full wp-image-140" title="access_1password_in_windows_01" src="http://jussi.ruokomaki.fi/tech/wp-content/uploads/2009/07/access_1password_in_windows_01.jpg" alt="access_1password_in_windows_01" width="429" height="273" /></a></p>
<p>Open the 1Password.html file and there you have it.</p>
<p><a href="http://jussi.ruokomaki.fi/tech/wp-content/uploads/2009/07/access_1password_in_windows_02.jpg"><img class="aligncenter size-full wp-image-141" title="access_1password_in_windows_02" src="http://jussi.ruokomaki.fi/tech/wp-content/uploads/2009/07/access_1password_in_windows_02.jpg" alt="access_1password_in_windows_02" width="500" height="398" /></a></p>
<p>An access to your saved passwords. Just enter the password and you're good to go. Well, almost. The UI ain't perfect, apparently designed to work in OS X while forgetting Windows users. But you get to the data (which is the thing that counts, right?).</p>
<p>Don't have <a href="https://www.getdropbox.com/referrals/NTEwNDc2NzA5">Dropbox</a>? <a href="https://www.getdropbox.com/referrals/NTEwNDc2NzA5">Get it</a>. It's free (and well worth it)!<!-- this will appear at the bottom of the post --></p>
 ]]></content:encoded>
			<wfw:commentRss>http://jussi.ruokomaki.fi/tech/139/1password-in-windows-using-dropbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extract Music from Audio CD (to MP3)</title>
		<link>http://jussi.ruokomaki.fi/tech/81/extract-music-from-audio-cd-to-mp3/</link>
		<comments>http://jussi.ruokomaki.fi/tech/81/extract-music-from-audio-cd-to-mp3/#comments</comments>
		<pubDate>Fri, 16 Jan 2009 18:59:24 +0000</pubDate>
		<dc:creator>Jussi</dc:creator>
				<category><![CDATA[OS X]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[aiff]]></category>
		<category><![CDATA[audio cd]]></category>
		<category><![CDATA[cd]]></category>
		<category><![CDATA[export]]></category>
		<category><![CDATA[extract]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[mpeg streamclip]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[rip]]></category>
		<category><![CDATA[squared 5]]></category>

		<guid isPermaLink="false">http://jussi.ruokomaki.fi/tech/?p=81</guid>
		<description><![CDATA[I had to extract audio from an audio CD to MP3 format. It took quite a while to find a free program that does this (or at least comes pretty close). Mpeg Streamclip by Squared 5.  Steps: Copy DAT files from the audio cd to your hard drive. Rename DAT files to MPG. (I'm not [...]]]></description>
			<content:encoded><![CDATA[<p>I had to extract audio from an audio CD to MP3 format. It took quite a while to find a free program that does this (or at least comes pretty close). <a href="http://www.squared5.com/svideo/mpeg-streamclip-mac.html">Mpeg Streamclip</a> by <a href="http://www.squared5.com/">Squared 5</a>. </p>
<p>Steps:</p>
<ol>
<li>Copy DAT files from the audio cd to your hard drive.</li>
<li>Rename DAT files to MPG. (I'm not sure if this step is required..)</li>
<li><a href="http://www.squared5.com/svideo/mpeg-streamclip-mac.html">Download Mpeg Streamclip</a>.</li>
<li>Run the MPG files through Mpeg Streamclip using Export Audio, export to AIFF.</li>
<li>Add the AIFF files to iTunes.</li>
<li>Choose these audio in iTunes and make MP3 versions of them (say, by right-clicking on them and choosing "make MP3" or the like).</li>
</ol>
<p><!-- this will appear at the bottom of the post --></p>
 ]]></content:encoded>
			<wfw:commentRss>http://jussi.ruokomaki.fi/tech/81/extract-music-from-audio-cd-to-mp3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easy iCal and gCal Syncing</title>
		<link>http://jussi.ruokomaki.fi/tech/78/easy-ical-and-gcal-syncing/</link>
		<comments>http://jussi.ruokomaki.fi/tech/78/easy-ical-and-gcal-syncing/#comments</comments>
		<pubDate>Sat, 06 Dec 2008 20:25:29 +0000</pubDate>
		<dc:creator>Jussi</dc:creator>
				<category><![CDATA[OS X]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[busysync]]></category>
		<category><![CDATA[calgoo]]></category>
		<category><![CDATA[gcal]]></category>
		<category><![CDATA[ical]]></category>
		<category><![CDATA[spanning sync]]></category>
		<category><![CDATA[sync]]></category>
		<category><![CDATA[synchronize]]></category>

		<guid isPermaLink="false">http://jussi.ruokomaki.fi/tech/?p=78</guid>
		<description><![CDATA[After Google Calendar added CalDAV support I thought I could finally sync my calendars accross my computers and mobile phones. Only problem: this way events were read-only on my phones. Besides it was PITA to set up.  I had tried Spanning Sync earlier but didn't want to spend the $25 for a one-year licence. So [...]]]></description>
			<content:encoded><![CDATA[<p>After Google Calendar added CalDAV support I thought I could finally sync my calendars accross my computers and mobile phones. Only problem: this way events were read-only on my phones. Besides it was PITA to set up. </p>
<p>I had tried <a href="http://spanningsync.com/?r=3PP4QB">Spanning Sync</a> earlier but didn't want to spend the $25 for a one-year licence. So I gave <a href="http://www.calgoo.com/">Calgoo</a> a try. It was hard to use and way too slow. At this point I gave up and bought a licence for <a href="http://spanningsync.com/?r=3PP4QB">Spanning Sync</a>.</p>
<p>It simply worked and, as a bonus, syncs my Address Book as well, which is a real time saver.</p>
<p>After being a happy Spanning Sync user for a while, I found <a href="http://www.busymac.com/">BusySync</a>. Apparently these are the two alternatives for easy and reliable syncing but there's no consensus <a href="http://forums.macrumors.com/showthread.php?t=499168">which</a> <a href="http://rolfje.wordpress.com/2008/05/03/busysync-vs-spanning-sync/">is</a> <a href="http://tech.kateva.org/2008/07/spanning-sync-or-busy-sync-for-iphone.html">better</a>. However, after getting used to automatic contact syncing, I couldn't think of using BusySync even though it seems to have more features/options.</p>
<p>I suggest trying out both. If you end up being a Spanninc Sync user, like me, <a href="http://spanningsync.com/?r=3PP4QB">this link will give you a $5 discount for the licence</a>.<!-- this will appear at the bottom of the post --></p>
 ]]></content:encoded>
			<wfw:commentRss>http://jussi.ruokomaki.fi/tech/78/easy-ical-and-gcal-syncing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Clear Memory Cards from OS X File System Junk</title>
		<link>http://jussi.ruokomaki.fi/tech/77/clear-memory-cards-from-os-x-file-system-junk/</link>
		<comments>http://jussi.ruokomaki.fi/tech/77/clear-memory-cards-from-os-x-file-system-junk/#comments</comments>
		<pubDate>Sun, 09 Nov 2008 08:00:27 +0000</pubDate>
		<dc:creator>Jussi</dc:creator>
				<category><![CDATA[OS X]]></category>
		<category><![CDATA[digital photo frames]]></category>
		<category><![CDATA[memory cards]]></category>

		<guid isPermaLink="false">http://jussi.ruokomaki.fi/tech/?p=77</guid>
		<description><![CDATA[I bought a digital photo frame, but the frame insisted that every now and then it encountered "wrong file content". It appears that OS X fills memory card with hidden files: .Trashes directory, .fseventsd directory and ._.filenamehere files. Note to self: next time problems arise with OS X and memory cards, check contents with shell.]]></description>
			<content:encoded><![CDATA[<p>I bought a digital photo frame, but the frame insisted that every now and then it encountered "wrong file content". It appears that OS X fills memory card with hidden files: .Trashes directory, .fseventsd directory and ._.filenamehere files.</p>
<p>Note to self: next time problems arise with OS X and memory cards, check contents with shell.<!-- this will appear at the bottom of the post --></p>
 ]]></content:encoded>
			<wfw:commentRss>http://jussi.ruokomaki.fi/tech/77/clear-memory-cards-from-os-x-file-system-junk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delayed Sleep With AppleScript</title>
		<link>http://jussi.ruokomaki.fi/tech/70/delayed-sleep-with-applescript/</link>
		<comments>http://jussi.ruokomaki.fi/tech/70/delayed-sleep-with-applescript/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 10:21:12 +0000</pubDate>
		<dc:creator>Jussi</dc:creator>
				<category><![CDATA[OS X]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[AppleScript]]></category>
		<category><![CDATA[mouse]]></category>
		<category><![CDATA[sleep]]></category>

		<guid isPermaLink="false">http://jussi.ruokomaki.fi/tech/?p=70</guid>
		<description><![CDATA[I've been complaining about not being able to put the mac to sleep with a mouse. Well, Lauri came up with a solution. According to his concept (great work!) I created this AppleScript, which puts your mac to sleep after 10 seconds (unless you cancel it): # time in seconds to delay before sleep set [...]]]></description>
			<content:encoded><![CDATA[<p>I've been complaining about not being able to put the mac to sleep with a mouse. Well, <a href="http://jussi.ruokomaki.fi/tech/65/dropbox/#comment-307">Lauri</a> came up with a solution. According to his concept (great work!) I created this AppleScript, which puts your mac to sleep after 10 seconds (unless you cancel it):</p>
<pre><code># time in seconds to delay before sleep
set delay_time to 10

display dialog ¬
	"Going to sleep in " &amp; delay_time &amp; ¬
	" seconds" buttons {"Cancel"} ¬
	giving up after delay_time ¬
	default button 1
copy the result as list to {buttonpressed}
if the buttonpressed is not "Cancel" then
	tell application "Finder" to sleep
end if
</code></pre>
<p>You can create the AppleScript yourself or download an AppleScript application: Delayed-Sleep.app (60 kB), <a href="http://jussi.ruokomaki.fi/tech/wp-content/uploads/2008/07/delayed-sleep1.app">for Intel</a> (newer macs), <a href="http://jussi.ruokomaki.fi/tech/wp-content/uploads/2008/07/delayed-sleep.app">for PPC</a> (older ones).<!-- this will appear at the bottom of the post --></p>
 ]]></content:encoded>
			<wfw:commentRss>http://jussi.ruokomaki.fi/tech/70/delayed-sleep-with-applescript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dropbox</title>
		<link>http://jussi.ruokomaki.fi/tech/65/dropbox/</link>
		<comments>http://jussi.ruokomaki.fi/tech/65/dropbox/#comments</comments>
		<pubDate>Mon, 23 Jun 2008 08:27:19 +0000</pubDate>
		<dc:creator>Jussi</dc:creator>
				<category><![CDATA[OS X]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[share]]></category>
		<category><![CDATA[sync]]></category>
		<category><![CDATA[synchronize]]></category>

		<guid isPermaLink="false">http://jussi.ruokomaki.fi/tech/?p=65</guid>
		<description><![CDATA[Got Dropbox. It's great! However, I'd like to be able to: Create a link to Dropbox folder in my file system. At the moment creating a link in Dropbox folder will result in syncing the link, not the folder Hide the icon from menu bar Rename Photos folder (say, to have it under a different [...]]]></description>
			<content:encoded><![CDATA[<p>Got <a href="https://www.getdropbox.com/referrals/NTM1NDcyOQ">Dropbox</a>. It's great!</p>
<p>However, I'd like to be able to:</p>
<ul>
<li>Create a link to Dropbox folder in my file system. At the moment creating a link in Dropbox folder will result in syncing the <em>link</em>, not the <em>folder</em></li>
<li>Hide the icon from menu bar</li>
<li>Rename Photos folder (say, to have it under a different name in finder side bar). Renaming the folder will make it a non-photo folder. </li>
<li>Change location for shared folders (e.g. John has is under folder <em>foo</em>, while after sharing it, Mary would like to have it under folder <em>bar</em> because she has different naming conventions)</li>
<li>Share photo folders while browsing them in Photos section of the web interface. Say, putting the little gray triangle next to the name that would show a contextual menu. This would be consistent with the file browser which imitates right-clicking with this arrow - I'd say this "right-clicking" should be possible everywhere.</li>
<li>Have shorter photo gallery names when shared on web. Something like getdropbox.com/876bb85j.  </li>
</ul>
<p><!-- this will appear at the bottom of the post --></p>
 ]]></content:encoded>
			<wfw:commentRss>http://jussi.ruokomaki.fi/tech/65/dropbox/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>TextEdit - You Hate It Or You Hate It With Passion</title>
		<link>http://jussi.ruokomaki.fi/tech/58/textedit-you-hate-it-or-you-hate-it-with-passion/</link>
		<comments>http://jussi.ruokomaki.fi/tech/58/textedit-you-hate-it-or-you-hate-it-with-passion/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 13:03:06 +0000</pubDate>
		<dc:creator>Jussi</dc:creator>
				<category><![CDATA[OS X]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[text editing]]></category>
		<category><![CDATA[text only]]></category>
		<category><![CDATA[textforge]]></category>

		<guid isPermaLink="false">http://jussi.ruokomaki.fi/tech/?p=58</guid>
		<description><![CDATA[OS X's very own TextEdit. I thought it would prove (some day) to be a valuable program. But no. Years went by and nothing changed. It's as crap as it was when I first used it. The final bit was when I copy pasted something from two places into one TextEdit document. Two texts were [...]]]></description>
			<content:encoded><![CDATA[<p>OS X's very own <a href="http://en.wikipedia.org/wiki/TextEdit">TextEdit</a>. I thought it would prove (some day) to be a valuable program. But no. Years went by and nothing changed. It's as crap as it was when I first used it. The final bit was when I copy pasted something from two places into one TextEdit document. Two texts were different sizes and I simply couldn't find a way to change font size to something specific. Sure, I could've changed other text "bigger" or the other "smaller". But please.. No, that was it, I was through with it.</p>
<p>I changed my text editing program to <a href="http://www.trancesoftware.com/software/textforge/">TextForge</a>. It's simple. It's text only. It works. I love it.<!-- this will appear at the bottom of the post --></p>
 ]]></content:encoded>
			<wfw:commentRss>http://jussi.ruokomaki.fi/tech/58/textedit-you-hate-it-or-you-hate-it-with-passion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

