<?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>Web Design and Tutorials from Austria  &#124;  Christian-Kalmar.com &#187; Apple</title>
	<atom:link href="http://www.christian-kalmar.com/category/apple/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.christian-kalmar.com</link>
	<description>Webdesign and Tutorials from Austria.</description>
	<lastBuildDate>Fri, 03 Sep 2010 09:28:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How to access your Windows 7 printer from Mac OS X</title>
		<link>http://www.christian-kalmar.com/how-to-access-your-windows-7-printer-from-mac-os-x/</link>
		<comments>http://www.christian-kalmar.com/how-to-access-your-windows-7-printer-from-mac-os-x/#comments</comments>
		<pubDate>Fri, 03 Sep 2010 09:18:56 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.christian-kalmar.com/?p=522</guid>
		<description><![CDATA[<p>Adding a windows printer to your mac can get a frustrating job. There are various solutions for that task (e.g. workgroup settings) but today I&#8217;d like to show you the easiest way &#8211; the <strong>LPD</strong> way. 5ll41001 </p>
<p>Before you&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Adding a windows printer to your mac can get a frustrating job. There are various solutions for that task (e.g. workgroup settings) but today I&#8217;d like to show you the easiest way &#8211; the <strong>LPD</strong> way. 5ll41001 </p>
<p>Before you follow these instructions, make sure you have shared your printer.<br />
<em>Important</em>: The <u>share name has to be one word</u> (no spaces allowed). </p>
<h3>Windows 7 Setup</h3>
<ol>
<li>Go to Windows 7 Control Panel</li>
<li>Select &#8220;Programs and Features&#8221; pane</li>
<li>Click &#8220;Turn Windows Features on or off&#8221;</li>
<li>Turn on the <strong>LPD</strong> protocol.</li>
<li>And of course you need to ensure your printer is shared</li>
</ol>
<h3>Mac Setup</h3>
<ol>
<li>Go to System Preferences/Print &#038; Fax</li>
<li>Hold down the &#8220;Option&#8221; key and click the &#8220;More Printers&#8221; button</li>
<li>From the top menu choose &#8220;Advanced&#8221;</li>
<li>Set the &#8220;Device:&#8221; field to &#8220;LPD/LPR Host or Printer&#8221;</li>
<li>In the &#8220;Device URL:&#8221; enter: lpd://windows7_name/printer_share </li>
<li>Choose the right printer driver</li>
<li>And finally hit the &#8220;Add&#8221; button</li>
</ol>
<p>So if your Windows 7 machine is called &#8220;MyPC&#8221; and your printer network share is called &#8220;myprinter&#8221; you should have the following Device URL:<br />
lpd://MyPC/myprinter</p>
]]></content:encoded>
			<wfw:commentRss>http://www.christian-kalmar.com/how-to-access-your-windows-7-printer-from-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Power Tip #4: Showing &amp; Hiding Hidden Files on a Mac</title>
		<link>http://www.christian-kalmar.com/power-tip-4-showing-hiding-hidden-files-on-a-mac/</link>
		<comments>http://www.christian-kalmar.com/power-tip-4-showing-hiding-hidden-files-on-a-mac/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 19:55:38 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[PowerTip]]></category>

		<guid isPermaLink="false">http://www.christian-kalmar.com/?p=493</guid>
		<description><![CDATA[<p><img alt="power-tip-4-hidden-files" class="alignnone size-full wp-image-496" height="100" src="http://www.christian-kalmar.com/wp-content/uploads/2009/10/power-tip-4-hidden-files.gif" title="power-tip-4-hidden-files" width="500" /> 5ll41001 </p>
<p>As a web developer I&#39;m often working with <strong>.htaccess</strong> files in my projects. When I want to test a new .htaccess configuration for mod_rewrite I usually make an upload directly to the ftp server (not quite the&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><img alt="power-tip-4-hidden-files" class="alignnone size-full wp-image-496" height="100" src="http://www.christian-kalmar.com/wp-content/uploads/2009/10/power-tip-4-hidden-files.gif" title="power-tip-4-hidden-files" width="500" /> 5ll41001 </p>
<p>As a web developer I&#39;m often working with <strong>.htaccess</strong> files in my projects. When I want to test a new .htaccess configuration for mod_rewrite I usually make an upload directly to the ftp server (not quite the best development cycle ;-) &#8230; I know).</p>
<p>Trying to locate the file in Finder I had no luck. The reason is that Mac OS an unix based operating system is and all files starting with a dot won&#39;t be shown in Finder.<br />
	One could however upload the file via Terminal with a command line, but that&#39;s not a solution to me.</p>
<p>There is a Mac OS command that reveals these hidden files:</p>
<p><span style="color: rgb(0, 128, 0);"><code>defaults write com.apple.finder AppleShowAllFiles TRUE<br />
	killall Finder</code></span></p>
<p>And you can hide them again with:</p>
<p><span style="color: rgb(0, 128, 0);"><code>defaults write com.apple.finder AppleShowAllFiles FALSE<br />
	killall Finder</code></span></p>
<p>It&#39;s important to kill Finder to apply the changes.</p>
<p>&nbsp;</p>
<p>Now there is even a better solution without any command line typing: a widget for your Dashboard.</p>
<p>It&#39;s called <a href="http://www.apple.com/downloads/dashboard/developer/hiddenfiles.html" target="_blank">hiddenfiles</a> and you can download it directly from <a href="http://www.apple.com/downloads/dashboard/developer/hiddenfiles.html" target="_blank">Apple&#39;s website</a>.</p>
<p><img alt="hiddenfiles" class="aligncenter size-full wp-image-504" height="82" src="http://www.christian-kalmar.com/wp-content/uploads/2010/01/hiddenfiles.jpg" title="hiddenfiles" width="118" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.christian-kalmar.com/power-tip-4-showing-hiding-hidden-files-on-a-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Making Screenshots on your iPhone</title>
		<link>http://www.christian-kalmar.com/making-screenshots-on-your-iphone/</link>
		<comments>http://www.christian-kalmar.com/making-screenshots-on-your-iphone/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 09:22:26 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPhoto]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[Screenshot]]></category>

		<guid isPermaLink="false">http://www.christian-kalmar.com/?p=470</guid>
		<description><![CDATA[<p><img class="alignnone size-full wp-image-471" title="iphone-screenshots-header" src="http://www.christian-kalmar.com/wp-content/uploads/2009/08/iphone-screenshots-header.jpg" alt="iphone-screenshots-header" width="500" height="100" /> 5ll41001 </p>
<p>Recently I was asked about how to make a simple screenshot on an iPhone. Although it&#8217;s not much of a secret there are still iPhone owners that don&#8217;t know how to do it.</p>
<p>You can achieve that&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-471" title="iphone-screenshots-header" src="http://www.christian-kalmar.com/wp-content/uploads/2009/08/iphone-screenshots-header.jpg" alt="iphone-screenshots-header" width="500" height="100" /> 5ll41001 </p>
<p>Recently I was asked about how to make a simple screenshot on an iPhone. Although it&#8217;s not much of a secret there are still iPhone owners that don&#8217;t know how to do it.</p>
<p>You can achieve that by a very simple key combo: <strong>Press shortly</strong> the <strong>Home button</strong> and the <strong>Power button at the same time</strong> (until the screen flashes up).</p>
<p><img class="aligncenter size-full wp-image-472" title="screenshot-instruction-iphone" src="http://www.christian-kalmar.com/wp-content/uploads/2009/08/screenshot-instruction-iphone.jpg" alt="screenshot-instruction-iphone" width="440" height="380" /></p>
<p>The screenshot is stored inside the <strong>Camera Roll</strong> in your <strong>Photos App</strong>. Now you can sync it with iTunes and finally your screenshot is placed in iPhoto (or any folder you have selected in iTunes for syncing photos).</p>
<p>Taking a screenshot works at any time within any application you are currently using.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.christian-kalmar.com/making-screenshots-on-your-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Power Tip #3: Speed Up Mail Client on Mac</title>
		<link>http://www.christian-kalmar.com/power-tip-3-speed-up-mail-client-on-mac/</link>
		<comments>http://www.christian-kalmar.com/power-tip-3-speed-up-mail-client-on-mac/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 07:10:13 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Mail]]></category>
		<category><![CDATA[PowerTip]]></category>

		<guid isPermaLink="false">http://www.christian-kalmar.com/?p=452</guid>
		<description><![CDATA[<p><img class="alignnone size-full wp-image-453" title="power-tip-3-speed-up-mail-header" src="http://www.christian-kalmar.com/wp-content/uploads/2009/08/power-tip-3-speed-up-mail-header.jpg" alt="power-tip-3-speed-up-mail-header" width="500" height="100" /> 5ll41001 </p>
<p>If you get a lot of emails or if you have an IMAP account you have maybe noticed that Mail gets slower and slower. The reason for the <strong>speed decrease</strong> is<strong> Mail&#8217;s Index file</strong> that grows with&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-453" title="power-tip-3-speed-up-mail-header" src="http://www.christian-kalmar.com/wp-content/uploads/2009/08/power-tip-3-speed-up-mail-header.jpg" alt="power-tip-3-speed-up-mail-header" width="500" height="100" /> 5ll41001 </p>
<p>If you get a lot of emails or if you have an IMAP account you have maybe noticed that Mail gets slower and slower. The reason for the <strong>speed decrease</strong> is<strong> Mail&#8217;s Index file</strong> that grows with time. Deleting and moving mails causes gaps in that index file.  To speed up Mail you just need to send that index file on diet.</p>
<p>(<span style="color: #ff0000;">before you continue here make as usual a backup</span>)</p>
<ol>
<li>Quit Mail</li>
<li>Open Terminal (<em> Applications -&gt; Utilities -&gt; Terminal</em> )</li>
<li>Run command: <span style="color: #008000;">sqlite3 ~/Library/Mail/Envelope\ Index vacuum index</span></li>
<li><em>Optional:</em> automate it on a weekly basis</li>
</ol>
<p>Now your Mail should be fast again.</p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.christian-kalmar.com/power-tip-3-speed-up-mail-client-on-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Missing the Extract Filter in Photoshop CS4? Download it from Adobe.com</title>
		<link>http://www.christian-kalmar.com/missing-extract-filter-photoshop-cs4-download-it/</link>
		<comments>http://www.christian-kalmar.com/missing-extract-filter-photoshop-cs4-download-it/#comments</comments>
		<pubDate>Sun, 21 Jun 2009 13:47:50 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[Filters]]></category>
		<category><![CDATA[Photoshop]]></category>

		<guid isPermaLink="false">http://www.christian-kalmar.com/?p=381</guid>
		<description><![CDATA[<p><img class="alignnone size-full wp-image-386" title="missing-extract-filter-cs4-header" src="http://www.christian-kalmar.com/wp-content/uploads/2009/06/missing-extract-filter-cs4-header.jpg" alt="missing-extract-filter-cs4-header" width="500" height="100" /> 5ll41001 </p>
<p>Photoshop comes with a very powerful filter for<strong> extracting complicated areas like hair, clouds, trees</strong> and others. Whenever I need to extract parts of an photo where there are no sharp edges the <strong>Extract Filter</strong> is the&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-386" title="missing-extract-filter-cs4-header" src="http://www.christian-kalmar.com/wp-content/uploads/2009/06/missing-extract-filter-cs4-header.jpg" alt="missing-extract-filter-cs4-header" width="500" height="100" /> 5ll41001 </p>
<p>Photoshop comes with a very powerful filter for<strong> extracting complicated areas like hair, clouds, trees</strong> and others. Whenever I need to extract parts of an photo where there are no sharp edges the <strong>Extract Filter</strong> is the best tool for the job.</p>
<p>Photoshop CS4 does not include the Extract Filter in the basic installation but you can copy it from the Goodies folder on the install DVD. You can also download it directly from Adobe&#8217;s website.</p>
<h3>Download</h3>
<p><span style="text-decoration: underline;">Adobe Photoshop CS4 Optional plug-ins pack includes</span>:<br />
 • Bigger Tiles<br />
 • Picture Package (ContactSheetII)<br />
 • ExtractPlus<br />
 • PatternMaker<br />
 • PhotomergeUI<br />
 • TWAIN<br />
 • Web Photo Gallery (WebContactSheetII) plus presets<br />
 • Textures for Texturizer<br />
 • script for Layer Comps to Web Photo Gallery</p>
<p><strong>Mac Download:</strong><br />
 <a href="http://www.adobe.com/support/downloads/detail.jsp?ftpID=4047">http://www.adobe.com/support/downloads/detail.jsp?ftpID=4047</a></p>
<p><strong>Windows Download:</strong><br />
 <a href="http://www.adobe.com/support/downloads/detail.jsp?ftpID=4048">http://www.adobe.com/support/downloads/detail.jsp?ftpID=4048</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.christian-kalmar.com/missing-extract-filter-photoshop-cs4-download-it/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Power Tip #2: Softer Volume Control on a Mac</title>
		<link>http://www.christian-kalmar.com/softer-volume-control-mac/</link>
		<comments>http://www.christian-kalmar.com/softer-volume-control-mac/#comments</comments>
		<pubDate>Sat, 20 Jun 2009 14:27:14 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[PowerTip]]></category>
		<category><![CDATA[Volume]]></category>

		<guid isPermaLink="false">http://www.christian-kalmar.com/?p=350</guid>
		<description><![CDATA[<p><img class="alignnone size-full wp-image-365" title="soft-volume-control-header" src="http://www.christian-kalmar.com/wp-content/uploads/2009/06/soft-volume-control-header.jpg" alt="soft-volume-control-header" width="500" height="100" /> 5ll41001 </p>
<p>This is another part of the <a href="http://www.christian-kalmar.com/power-tip-1-forward-delete-on-a-mac/">Power Tip Series</a>. Today I&#8217;d like to show you how to control the volume softer on a Mac.</p>
<p><br class="spacer_" /></p>
<h3>Normal Volume Control</h3>
<p>As you already know turning the sound volume&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-365" title="soft-volume-control-header" src="http://www.christian-kalmar.com/wp-content/uploads/2009/06/soft-volume-control-header.jpg" alt="soft-volume-control-header" width="500" height="100" /> 5ll41001 </p>
<p>This is another part of the <a href="http://www.christian-kalmar.com/power-tip-1-forward-delete-on-a-mac/">Power Tip Series</a>. Today I&#8217;d like to show you how to control the volume softer on a Mac.</p>
<p><br class="spacer_" /></p>
<h3>Normal Volume Control</h3>
<p>As you already know turning the sound volume up you press <img class="alignnone size-full wp-image-374" title="volume-up" src="http://www.christian-kalmar.com/wp-content/uploads/2009/06/volume-up.jpg" alt="volume-up" width="44" height="24" /> and respectively you press <img class="alignnone size-full wp-image-373" title="volume-down" src="http://www.christian-kalmar.com/wp-content/uploads/2009/06/volume-down.jpg" alt="volume-down" width="44" height="24" /> to turn the volume down. On your screen you see the current volume settings:</p>
<p><img class="aligncenter size-full wp-image-361" title="normal-volume-control" src="http://www.christian-kalmar.com/wp-content/uploads/2009/06/normal-volume-control.gif" alt="normal-volume-control" width="300" height="230" /></p>
<p>Now what can be sometimes annoying is the fact that the jumps from level to level are to strong. But there is a trick.</p>
<p><br class="spacer_" /></p>
<h3>Soft Volume Control</h3>
<p>When you press <strong>shift+alt</strong> together with the volume control keys you will notice that the volume will increase/decrease in <strong>smaller steps</strong> (usually one third of a box). So this is what you will see on your screen:</p>
<p><img class="aligncenter size-full wp-image-362" title="soft-volume-control" src="http://www.christian-kalmar.com/wp-content/uploads/2009/06/soft-volume-control.gif" alt="soft-volume-control" width="300" height="230" /></p>
<p><br class="spacer_" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.christian-kalmar.com/softer-volume-control-mac/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Brand-New iPhone OS 3.0 Update available</title>
		<link>http://www.christian-kalmar.com/brandnew-iphone-os-3-0-update-available/</link>
		<comments>http://www.christian-kalmar.com/brandnew-iphone-os-3-0-update-available/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 09:06:16 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[Spotlight]]></category>

		<guid isPermaLink="false">http://www.christian-kalmar.com/?p=310</guid>
		<description><![CDATA[<p><img class="alignnone size-full wp-image-311" title="iphone-os-30-update-header" src="http://www.christian-kalmar.com/wp-content/uploads/2009/06/iphone-os-30-update-header.jpg" alt="iphone-os-30-update-header" width="500" height="100" /> 5ll41001 </p>
<p>The long awaited software update for the iPhone is finally available. There are no big surprises but some necessary features for your iPhone.</p>
<h3>Copy, Cut &#38; Paste</h3>
<p>One of the features I was missing since the very&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-311" title="iphone-os-30-update-header" src="http://www.christian-kalmar.com/wp-content/uploads/2009/06/iphone-os-30-update-header.jpg" alt="iphone-os-30-update-header" width="500" height="100" /> 5ll41001 </p>
<p>The long awaited software update for the iPhone is finally available. There are no big surprises but some necessary features for your iPhone.</p>
<h3>Copy, Cut &amp; Paste</h3>
<p>One of the features I was missing since the very first moment was the ability to copy and paste throughout all applications on the iPhone. I am so glad to have that functionality now.</p>
<p><img class="aligncenter size-full wp-image-312" title="iphone-copy-cut-paste" src="http://www.christian-kalmar.com/wp-content/uploads/2009/06/iphone-copy-cut-paste.jpg" alt="iphone-copy-cut-paste" width="398" height="340" /></p>
<p><br class="spacer_" /></p>
<h3>Next Generation iPhone Apps</h3>
<p>The new update will bring tons of new apps with more advanced functionalities to the AppStore.</p>
<p><br class="spacer_" /></p>
<h3>Spotlight Search</h3>
<p>Searching for files, apps, and other things will get much more easy using the newly integrated Spotlight for iPhone. Spotlight is one of the best productivity tool for Macs &#8211; so why shouldn&#8217;t it be great for the iPhone as well?</p>
<p><img class="aligncenter size-full wp-image-315" title="iphone-spotlight" src="http://www.christian-kalmar.com/wp-content/uploads/2009/06/iphone-spotlight.jpg" alt="iphone-spotlight" width="163" height="340" /><br class="spacer_" /></p>
<h3>Voice Memos</h3>
<p>Sometimes it is quite handy to record some thoughts vocally. Much faster and easier than typing in text.</p>
<p><img class="aligncenter size-full wp-image-314" title="iphone-voice-memo" src="http://www.christian-kalmar.com/wp-content/uploads/2009/06/iphone-voice-memo.jpg" alt="iphone-voice-memo" width="163" height="340" /></p>
<p><br class="spacer_" /></p>
<p>There are many more new features that come with this update. To get the new OS 3.0 for your iPhone just follow these steps:</p>
<ol>
<li>Connect you iPhone with your Mac/PC</li>
<li>Run <strong>iTunes</strong></li>
<li>Select your iPhone in the <strong>Devices list</strong> on the left side</li>
<li>In the iPhone Summary pane, click <strong>Check for Update</strong>.</li>
<li>Click <strong>Download and Install</strong></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.christian-kalmar.com/brandnew-iphone-os-3-0-update-available/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Power Tip #1: Forward Delete on a Mac</title>
		<link>http://www.christian-kalmar.com/power-tip-1-forward-delete-on-a-mac/</link>
		<comments>http://www.christian-kalmar.com/power-tip-1-forward-delete-on-a-mac/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 14:05:46 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Keyboard]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[MacBook Pro]]></category>
		<category><![CDATA[PowerTip]]></category>

		<guid isPermaLink="false">http://www.christian-kalmar.com/?p=296</guid>
		<description><![CDATA[<p><img class="alignnone size-full wp-image-297" title="power-tip-forward-delete-header" src="http://www.christian-kalmar.com/wp-content/uploads/2009/06/power-tip-forward-delete-header.gif" alt="power-tip-forward-delete-header" width="500" height="100" /> 5ll41001 </p>
<p>As of now I will post from time to time short articles with interesting <strong>hints</strong> on various topics. These articles will be to short to call them tutorials and that&#8217;s why I introduced today the <strong>Power Tip</strong>&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-297" title="power-tip-forward-delete-header" src="http://www.christian-kalmar.com/wp-content/uploads/2009/06/power-tip-forward-delete-header.gif" alt="power-tip-forward-delete-header" width="500" height="100" /> 5ll41001 </p>
<p>As of now I will post from time to time short articles with interesting <strong>hints</strong> on various topics. These articles will be to short to call them tutorials and that&#8217;s why I introduced today the <strong>Power Tip series</strong>.</p>
<p>Today&#8217;s power tip is about the <strong>forward delete key combination</strong> on a <strong>Mac</strong> computer. As I switched from Windows to Mac missing the <strong>Del</strong> key I thought this could be a good hint for people in the same.</p>
<p>To <strong>delete backwards</strong> you use the <strong>Backspace</strong> key on Windows and Mac the same way.</p>
<p>To <strong>delete forward</strong> you have the <strong>Del</strong> key on Windows PCs. On a Mac you won&#8217;t find such a key. The solution is to use the <strong>fn</strong> key together with <strong>Backspace</strong>.</p>
<p><img class="alignnone size-full wp-image-367" title="keyboard-forward-delete" src="http://www.christian-kalmar.com/wp-content/uploads/2009/06/keyboard-forward-delete1.gif" alt="keyboard-forward-delete" width="500" height="209" /></p>
<p>By the way, I tested it with Sun VirtualBox where I run Windows for testing purposes and it worked fine as well. Just hit <strong>fn+ctrl+alt+Backspace</strong> to get the process list, to log out or to lock the screen.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.christian-kalmar.com/power-tip-1-forward-delete-on-a-mac/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fixing a broken Face Detection Database in iPhoto</title>
		<link>http://www.christian-kalmar.com/fixing-a-broken-face-detection/</link>
		<comments>http://www.christian-kalmar.com/fixing-a-broken-face-detection/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 23:27:37 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Face Detection]]></category>
		<category><![CDATA[iPhoto]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[Terminal]]></category>

		<guid isPermaLink="false">http://www.christian-kalmar.com/?p=169</guid>
		<description><![CDATA[<p><img class="alignnone size-full wp-image-369" title="fix-face-detection-iphoto-header" src="http://www.christian-kalmar.com/wp-content/uploads/2009/06/fix-face-detection-iphoto-header.jpg" alt="fix-face-detection-iphoto-header" width="500" height="100" /> 5ll41001 </p>
<p>From time to time iPhoto&#8217;s face detection database gets broken and faces are not recognized on new imported photos. It can even happen that face information of old photos is lost or only partially working.</p>
<p>I think&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-369" title="fix-face-detection-iphoto-header" src="http://www.christian-kalmar.com/wp-content/uploads/2009/06/fix-face-detection-iphoto-header.jpg" alt="fix-face-detection-iphoto-header" width="500" height="100" /> 5ll41001 </p>
<p>From time to time iPhoto&#8217;s face detection database gets broken and faces are not recognized on new imported photos. It can even happen that face information of old photos is lost or only partially working.</p>
<p>I think one of the reasons could be using iPhoto image library among several users ( there is an how-to i wrote recently:<a title="Sharing iPhoto Library among several users on a Mac" rel="bookmark" href="../2009/06/07/sharing-iphoto-library-among-several-users-on-a-mac/"> Sharing iPhoto Library among several users on a Mac</a>). To be more precise it could have something to do with file privileges.</p>
<p>Well the bad news here are that there is no fix for that matter from Apple and all face data is lost. The good news: you can reset the database and make it work again.</p>
<p><br class="spacer_" /></p>
<h3>The Solution</h3>
<p><img class="alignright size-full wp-image-273" title="terminal-icon" src="http://www.christian-kalmar.com/wp-content/uploads/2009/06/terminal-icon.jpg" alt="terminal-icon" width="92" height="79" /></p>
<p>To reset the face database you need to delete the database files of iPhoto can create a new one. To achieve that you need to launch the Terminal application (you will find it in the Utilities folder within you Applications).</p>
<p><br class="spacer_" /></p>
<p>Now type the following commands in the terminal application (<span style="color: #ff0000;">before you continue here make as usual a backup and quit iPhoto</span>):</p>
<p><img class="alignnone size-full wp-image-276" title="terminal-commands" src="http://www.christian-kalmar.com/wp-content/uploads/2009/06/terminal-commands.gif" alt="terminal-commands" width="473" height="114" /></p>
<p><em><strong>sudo bash</strong></em> &#8211; this will give you superuser privileges after typing the admin password<br />
 <em><strong>cd /Users/&#8230;</strong></em> &#8211; change to the folder where your iPhoto library is located<br />
 <em><strong>r<span>m</span> -rf face &#8230;</strong></em> &#8211; delete the two database files that start with &#8220;face&#8221;</p>
<p>Now when you run iPhoto again your face database will be empty and you can start to add new faces. Depending on the number of photos you have in you library the first scan of all photos can take a while (10.000 photos made me wait half an hour).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.christian-kalmar.com/fixing-a-broken-face-detection/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Ultimate Spotlight Secrets on Mac OS X</title>
		<link>http://www.christian-kalmar.com/ultimate-spotlight-secrets-on-mac-os-x/</link>
		<comments>http://www.christian-kalmar.com/ultimate-spotlight-secrets-on-mac-os-x/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 12:06:41 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[Speed]]></category>
		<category><![CDATA[Spotlight]]></category>
		<category><![CDATA[TimeMachine]]></category>

		<guid isPermaLink="false">http://www.christian-kalmar.com/?p=218</guid>
		<description><![CDATA[<p><img class="alignnone size-full wp-image-233" title="spotlight-secrets-header" src="http://www.christian-kalmar.com/wp-content/uploads/2009/06/spotlight-secrets-header.jpg" alt="spotlight-secrets-header" width="500" height="100" /> 5ll41001 </p>
<p>I think the majority of mac users would say that spotlight is a really nice tool. But most of them don&#8217;t even know what cool tricks Spotlight can even do. In my opinion, Spotlight is one of&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-233" title="spotlight-secrets-header" src="http://www.christian-kalmar.com/wp-content/uploads/2009/06/spotlight-secrets-header.jpg" alt="spotlight-secrets-header" width="500" height="100" /> 5ll41001 </p>
<p>I think the majority of mac users would say that spotlight is a really nice tool. But most of them don&#8217;t even know what cool tricks Spotlight can even do. In my opinion, Spotlight is one of the best productivity tools that comes for free (well, you have to buy Mac OS anyway).</p>
<p>Windows users can only dream of it. You would need to buy a lot of software to cover the same functionality. And performance I don&#8217;t even want to mention here.</p>
<p>So, what can we actually do with Spotlight?</p>
<h3>1. Normal Search</h3>
<p>Searching for some documents is pretty simple. Just hit <strong>cmd+Spacebar</strong> (Spotlight will open in the top right corner of you screen) and start typing the phrase. Let&#8217;s say we are looking for: <span style="color: #ff6600;"><em><strong>script</strong></em></span>. And voila, we get a list of everything containing <em><strong>script</strong></em>.</p>
<p><img class="aligncenter size-full wp-image-228" title="spotlight-box" src="http://www.christian-kalmar.com/wp-content/uploads/2009/06/spotlight-box.gif" alt="spotlight-box" width="361" height="214" /></p>
<p><br class="spacer_" /></p>
<h3>2. Boolean Search</h3>
<p>Now that we&#8217;ve got a nice list, we want to refine it a little bit. We don&#8217;t want to get results that contain <em><strong><span style="color: #ff6600;">editor</span></strong></em>. Spotlight comes with <strong>boolean</strong> search functionality. It works with the following operators: <strong>AND</strong>, <strong>OR</strong>, <strong>NOT</strong>. Now the important part here is to type these operators all in capital letters, otherwise they will be understood as search terms.</p>
<p><img class="aligncenter size-full wp-image-227" title="spotlight-boolean" src="http://www.christian-kalmar.com/wp-content/uploads/2009/06/spotlight-boolean.gif" alt="spotlight-boolean" width="361" height="214" /></p>
<p><br class="spacer_" /></p>
<h3>3. Type Search</h3>
<p>When you are looking for a specific type of document, let&#8217;s say an image, you can use the <em><strong><span style="color: #ff6600;">kind</span></strong></em> command followed by a <strong>colon</strong> and the <strong>file type</strong>. In this case the command would be <strong><em><span style="color: #ff6600;">script kind:image</span></em></strong>.</p>
<p><img class="aligncenter size-full wp-image-231" title="spotlight-kind" src="http://www.christian-kalmar.com/wp-content/uploads/2009/06/spotlight-kind.gif" alt="spotlight-kind" width="361" height="214" />Make sure that you don&#8217;t have any space before and after the colon. There is a list of types you can use with this command:</p>
<table class="stats" style="text-align: left; width: 499px; height: 439px;" border="0" cellspacing="0" cellpadding="0" rules="rows">
<tbody>
<tr>
<th>Search for:</th>
<th>Use:</th>
</tr>
<tr>
<td>Aliases</td>
<td>kind:alias</td>
</tr>
<tr>
<td>Applications</td>
<td>kind:application, kind:applications, kind:app</td>
</tr>
<tr>
<td>Audio</td>
<td>kind:audio</td>
</tr>
<tr>
<td>Bookmarks</td>
<td>kind:bookmark, kind:bookmarks</td>
</tr>
<tr>
<td>Browser history</td>
<td>kind:history</td>
</tr>
<tr>
<td>Contacts</td>
<td>kind:contact, kind:contacts</td>
</tr>
<tr>
<td>E-mail messages</td>
<td>kind:email, kind:emails, kind:mail message</td>
</tr>
<tr>
<td>Folders</td>
<td>kind:folder, kind:folders, kind:fol</td>
</tr>
<tr>
<td>Fonts</td>
<td>kind:font, kind:fonts</td>
</tr>
<tr>
<td>iCal Events</td>
<td>kind:event, kind:events</td>
</tr>
<tr>
<td>iCal To-Do Items</td>
<td>kind:todo, kind:todos, kind:to do</td>
</tr>
<tr>
<td>Images</td>
<td>kind:image, kind:images</td>
</tr>
<tr>
<td>JPEG files</td>
<td>kind:jpeg</td>
</tr>
<tr>
<td>Keynote files</td>
<td>kind:keynote</td>
</tr>
<tr>
<td>Movies</td>
<td>kind:movie, kind:movies</td>
</tr>
<tr>
<td>MP3 files</td>
<td>kind:mp3</td>
</tr>
<tr>
<td>Music</td>
<td>kind:music</td>
</tr>
<tr>
<td>Numbers documents</td>
<td>kind:numbers</td>
</tr>
<tr>
<td>Pages documents</td>
<td>kind:pages</td>
</tr>
<tr>
<td>PDF files</td>
<td>kind:pdf, kind:pdfs</td>
</tr>
<tr>
<td>PowerPoint files</td>
<td>kind:powerpoint</td>
</tr>
<tr>
<td>Preference panes</td>
<td>kind:preference, kind:preferences</td>
</tr>
<tr>
<td>Presentations</td>
<td>kind:presentation, kind:presentations</td>
</tr>
<tr>
<td>QuickTime files</td>
<td>kind:quicktime</td>
</tr>
<tr>
<td>TIFF files</td>
<td>kind:tiff</td>
</tr>
<tr>
<td>Word documents</td>
<td>kind:word</td>
</tr>
</tbody>
</table>
<p><br class="spacer_" /></p>
<h3>4. Calculations</h3>
<p>There is a nice calculator in the Dashboard but you could use the space for another nice widget. Spotlight can to all basic calculations as well. It also can handle brackets withing the formulas. Furthermore it is capable to handle a few more advanced calculations too, like square root, power, PI, &#8230;</p>
<p>As you can see spotlight is more advanced than the regular Dashboard calculator.</p>
<p><img class="aligncenter size-full wp-image-229" title="spotlight-calculator" src="http://www.christian-kalmar.com/wp-content/uploads/2009/06/spotlight-calculator.gif" alt="spotlight-calculator" width="361" height="112" /></p>
<p><br class="spacer_" /></p>
<h3>5. Application Launcher</h3>
<p>That&#8217;s my absolute favorite one. The Dock has a limited space to place icons. Of course you can extend it with a stack and put there even more icons but it&#8217;s so much simpler with Spotlight. Just start typing <strong><em><span style="color: #ff6600;">fire</span></em></strong> to show <strong>Firefox</strong> in the list.  Just think about how many clicks it can take you sometimes to launch a specific application.</p>
<p><img class="aligncenter size-full wp-image-232" title="spotlight-launch" src="http://www.christian-kalmar.com/wp-content/uploads/2009/06/spotlight-launch.gif" alt="spotlight-launch" width="361" height="214" /></p>
<p><br class="spacer_" /></p>
<h3>6. Definition</h3>
<p>Another nice feature of spotlight is that it can show you the definition of a word you type. Just hover the definition row in the result set and it will show you the definition of that word in a tooltip. Really nice.</p>
<p><img class="aligncenter size-full wp-image-230" title="spotlight-definition" src="http://www.christian-kalmar.com/wp-content/uploads/2009/06/spotlight-definition.gif" alt="spotlight-definition" width="361" height="214" /></p>
<p><br class="spacer_" /></p>
<h3>7. Show in Finder</h3>
<p>If you don&#8217;t want to open a document within Spotlight but show it in a Finder window you just press <strong>cmd</strong> and hold it while clicking the found document.</p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<p>Spotlight is a powerful tool to speed up your work. It is included in every open/save file dialog box and helps you finding lost files in TimeMachine.</p>
<p><br class="spacer_" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.christian-kalmar.com/ultimate-spotlight-secrets-on-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
