<?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>moreHawes &#187; Macintosh</title>
	<atom:link href="http://www.morehawes.co.uk/category/macintosh/feed" rel="self" type="application/rss+xml" />
	<link>http://www.morehawes.co.uk</link>
	<description></description>
	<lastBuildDate>Thu, 29 Jul 2010 17:47:59 +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>Stop Spotlight From Indexing External Drives</title>
		<link>http://www.morehawes.co.uk/stop-spotlight-from-indexing-external-drives</link>
		<comments>http://www.morehawes.co.uk/stop-spotlight-from-indexing-external-drives#comments</comments>
		<pubDate>Sun, 28 Feb 2010 14:13:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[OS X]]></category>

		<guid isPermaLink="false">http://www.morehawes.co.uk/?p=246</guid>
		<description><![CDATA[Spotlight in OS X annoyingly indexes external devices like USB pen drives and cameras when mounted. You can block spotlight by using the &#8216;privacy&#8217; setting in preferences, however once unmonted this seems to get forgotten. To make sure spotlight never indexes a drive you can add a hidden file to the root folder of that [...]]]></description>
			<content:encoded><![CDATA[<p>Spotlight in OS X annoyingly indexes external devices like USB pen drives and cameras when mounted. You can block spotlight by using the &#8216;privacy&#8217; setting in preferences, however once unmonted this seems to get forgotten. To make sure spotlight never indexes a drive you can add a hidden file to the root folder of that device to prevent it getting indexed forever. Create a file called .metadata_never_index</p>
<p>For example to block my camera all I did was :</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">touch</span> <span style="color: #000000; font-weight: bold;">/</span>Volumes<span style="color: #000000; font-weight: bold;">/</span>CAMERA<span style="color: #000000; font-weight: bold;">/</span>.metadata_never_index</pre></div></div>

<p>Now if only there was a setting to block all external drives&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.morehawes.co.uk/stop-spotlight-from-indexing-external-drives/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Text Back From All Caps In Photoshop Elements (Not CAPS LOCK!)</title>
		<link>http://www.morehawes.co.uk/getting-text-back-from-all-caps-in-photoshop-elements-not-caps-lock</link>
		<comments>http://www.morehawes.co.uk/getting-text-back-from-all-caps-in-photoshop-elements-not-caps-lock#comments</comments>
		<pubDate>Mon, 08 Feb 2010 16:24:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[Photoshop]]></category>

		<guid isPermaLink="false">http://www.morehawes.co.uk/?p=218</guid>
		<description><![CDATA[After getting rather confused as to why my text layer in Photoshop Elements 6 would not budge from being in all caps (no not because of CAPS LOCK!) I discovered that to get it back to normal you need to do : Mac : Command ('Apple Key') + Shift + Y Windows : Ctrl + [...]]]></description>
			<content:encoded><![CDATA[<p>After getting rather confused as to why my text layer in Photoshop Elements 6 would not budge from being in all caps (no not because of CAPS LOCK!) I discovered that to get it back to normal you need to do :</p>
<p><strong>Mac :</strong></p>
<pre>Command ('Apple Key') + Shift + Y
</pre>
<p><strong>Windows :</strong></p>
<pre>Ctrl + Shift + Y</pre>
<p>This will put the text back to sentence case or lower case (whatever it should be before it was being forced into all caps)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.morehawes.co.uk/getting-text-back-from-all-caps-in-photoshop-elements-not-caps-lock/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Text Editors</title>
		<link>http://www.morehawes.co.uk/windows-text-editors</link>
		<comments>http://www.morehawes.co.uk/windows-text-editors#comments</comments>
		<pubDate>Fri, 06 Feb 2009 11:29:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Likes]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.morehawes.co.uk/cms/windows-text-editors</guid>
		<description><![CDATA[<p>I'm a Mac user through and through but recently I have been required to use Windows for work. My favourite text editor for Mac is undoubtedly <a href="http://www.barebones.com/products/textwrangler">Textwrangler</a> which is a free stripped-down version of Barebones BBEdit. This is a great text editor that does everything I need.
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m a Mac user through and through but recently I have been required to use Windows for work. My favourite text editor for Mac is undoubtedly <a href="http://www.barebones.com/products/textwrangler">Textwrangler</a> which is a free stripped-down version of Barebones BBEdit. This is a great text editor that does everything I need.<br />
<!--break--></p>
<p>After having such good experiences with Textwranger on OS X my job was finding a Windows alternative. Other than the usual features (syntax highlighting etc) I was looking for:</p>
<ol>
<li>FTP Support (though I do not use this text editor feature on OS X, this was a requirement for me on Windows)</li>
<li>Powerful multi-file search / replace</li>
<li>Tabbed file editing</li>
<li>Smart indenting- shortcuts to indent / unindent whole blocks of text</li>
<li>Matching brackets</li>
</ol>
<p>After some searching and testing of various solutions I found <a href="http://www.crimsoneditor.com">Crimson Edit</a>, this is a great text editor that is also free! The only small problem I have had is a few bugs in the FTP connections but this is forgiveable and for me was the <strong>best free text editor for Windows</strong>. Crimson Edit has been open-sourced because the developer had no time for it any more.</p>
<p>Unfortunately Crimson Edit does not support SFTP connections so I had to look further. In the end I went for <a href="http://www.editplus.com">EditPlus</a>. This application costs but is fairly cheap (35USD / 30 day trial available) and has a extermely powerful array of features (like Search / replace regular expression support and advanced (S)FTP support with file browser pane). I found out about this editor as it is used by the <a href="http://www.magentocommerce.com">Magento developers</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.morehawes.co.uk/windows-text-editors/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shortcut To Show / Hide Hidden Files In OS X</title>
		<link>http://www.morehawes.co.uk/shortcut-show-hide-hidden-files-os-x</link>
		<comments>http://www.morehawes.co.uk/shortcut-show-hide-hidden-files-os-x#comments</comments>
		<pubDate>Sun, 18 Jan 2009 20:29:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[OS X]]></category>

		<guid isPermaLink="false">http://www.morehawes.co.uk/cms/shortcut-show-hide-hidden-files-os-x</guid>
		<description><![CDATA[<p>Working with OS X is a pleasure for me, but there are some things that really frustrate me, like having no easy way to show/hide hidden files. Whenever I wanted to do this in the past I had to first Google it, then open up terminal and change the Finder config before relaunching Finder:</p>

<code>
defaults write com.apple.Finder AppleShowAllFiles YES
</code>

<p>But no more! Tim Fletcher has written a small application that can be dragged into your finder toolbar which runs the command. So no more Googling necessary.</p>]]></description>
			<content:encoded><![CDATA[<p>Working with OS X is a pleasure for me, but there are some things that really frustrate me, like having no easy way to show/hide hidden files. Whenever I wanted to do this in the past I had to first Google it, then open up terminal and change the Finder config before relaunching Finder:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">defaults <span style="color: #c20cb9; font-weight: bold;">write</span> com.apple.Finder AppleShowAllFiles YES</pre></div></div>

<p>But no more! Tim Fletcher has written a small application that can be dragged into your finder toolbar which runs the command. So no more Googling necessary.</p>
<p>See his page here and download it for yourself: <a href="http://www.timothyfletcher.com/journal/posts/finder-button-to-showhide-hidden-files-in-os-x">http://www.timothyfletcher.com/journal/posts/finder-button-to-showhide-hidden-files-in-os-x</a></p>
<p>Thanks Tim!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.morehawes.co.uk/shortcut-show-hide-hidden-files-os-x/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
