<?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>Josh Highland &#187; mac</title>
	<atom:link href="http://joshhighland.com/blog/category/tech/software/mac/feed/" rel="self" type="application/rss+xml" />
	<link>http://joshhighland.com/blog</link>
	<description>the living internet</description>
	<lastBuildDate>Fri, 20 Jan 2012 18:48:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Too cool for iTunes Match</title>
		<link>http://joshhighland.com/blog/2012/01/20/too-cool-for-itunes-match/</link>
		<comments>http://joshhighland.com/blog/2012/01/20/too-cool-for-itunes-match/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 18:48:38 +0000</pubDate>
		<dc:creator>Josh Highland</dc:creator>
				<category><![CDATA[mac]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[match]]></category>

		<guid isPermaLink="false">http://joshhighland.com/blog/?p=14760</guid>
		<description><![CDATA[I would gladly pay more than $20 a year to have full access to my 150+ gig library of music. Until then, I guess I&#8217;m not allowed to play]]></description>
			<content:encoded><![CDATA[<p></p><p><img class="size-full wp-image-14761 alignnone" title="Too cool for iTunes Match" src="http://joshhighland.com.s3.amazonaws.com/blog/wp-content/uploads/2012/01/Screen-Shot-2012-01-09-at-1.35.27-PM.png" alt="Screen Shot 2012 01 09 at 1.35.27 PM Too cool for iTunes Match" width="581" height="257" /></p>
<p>I would gladly pay more than $20 a year to have full access to my 150+ gig library of music. Until then, I guess I&#8217;m not allowed to play <img src='http://joshhighland.com.s3.amazonaws.com/blog/wp-includes/images/smilies/icon_sad.gif' alt="icon sad Too cool for iTunes Match" class='wp-smiley' title="Too cool for iTunes Match" /> </p>
]]></content:encoded>
			<wfw:commentRss>http://joshhighland.com/blog/2012/01/20/too-cool-for-itunes-match/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hey OS X Lion, did you eat my Library folder?</title>
		<link>http://joshhighland.com/blog/2011/08/09/hey-os-x-lion-did-you-eat-my-library-folder/</link>
		<comments>http://joshhighland.com/blog/2011/08/09/hey-os-x-lion-did-you-eat-my-library-folder/#comments</comments>
		<pubDate>Wed, 10 Aug 2011 03:23:15 +0000</pubDate>
		<dc:creator>Josh Highland</dc:creator>
				<category><![CDATA[mac]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Lion]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://joshhighland.com/blog/?p=14676</guid>
		<description><![CDATA[Mac OS X Lion (10.7), introduced a bunch of new features to the Mac platform. At the same time it&#8217;s taken away some things that experienced Mac users are used to. The idea was to remove things that the average user doesn&#8217;t need. If your like me, you might have yelled &#8220;Hey! Where is the [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><img class="alignleft size-full wp-image-14677" title="Hey OS X Lion, did you eat my Library folder?" src="http://joshhighland.com.s3.amazonaws.com/blog/wp-content/uploads/2011/08/mac-lion.png" alt="mac lion Hey OS X Lion, did you eat my Library folder?" width="306" height="236" /></p>
<p>Mac OS X Lion (10.7), introduced a bunch of new features to the Mac platform. At the same time it&#8217;s taken away some things that experienced Mac users are used to. The idea was to remove things that the average user doesn&#8217;t need.</p>
<p>If your like me, you might have yelled &#8220;Hey! Where is the Library folder in OS X Lion?&#8221;, when trying to access data from the iPhone simulator.</p>
<p>After doing some research, I found that the folder was not gone, it had simply been hidden. Running the following command from the terminal, I was able to make my Library folder visible once again.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">chflags nohidden ~<span style="color: #000000; font-weight: bold;">/</span>Library<span style="color: #000000; font-weight: bold;">/</span></pre></div></div>

<p>You may also need to restart finder by using this command</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">killall</span> Finder <span style="color: #000000; font-weight: bold;">&amp;&amp;</span> open <span style="color: #000000; font-weight: bold;">/</span>System<span style="color: #000000; font-weight: bold;">/</span>Library<span style="color: #000000; font-weight: bold;">/</span>CoreServices<span style="color: #000000; font-weight: bold;">/</span>Finder.app</pre></div></div>

<p>If for some strange reason you want to go back to being a n00b and hide the Library folder again, you can use the following command</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">chflags hidden ~<span style="color: #000000; font-weight: bold;">/</span>Library</pre></div></div>

<p><img class="alignleft size-full wp-image-14678" title="Hey OS X Lion, did you eat my Library folder?" src="http://joshhighland.com.s3.amazonaws.com/blog/wp-content/uploads/2011/08/OSx-Lion-Library-Directory.jpg" alt="OSx Lion Library Directory Hey OS X Lion, did you eat my Library folder?" width="580" height="184" /></p>
]]></content:encoded>
			<wfw:commentRss>http://joshhighland.com/blog/2011/08/09/hey-os-x-lion-did-you-eat-my-library-folder/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mac: Rename all files names in a directory to lower case</title>
		<link>http://joshhighland.com/blog/2011/07/14/rename-all-files-names-in-a-directory-to-lower-case/</link>
		<comments>http://joshhighland.com/blog/2011/07/14/rename-all-files-names-in-a-directory-to-lower-case/#comments</comments>
		<pubDate>Fri, 15 Jul 2011 02:58:22 +0000</pubDate>
		<dc:creator>Josh Highland</dc:creator>
				<category><![CDATA[mac]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[lowercase]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[tolower]]></category>

		<guid isPermaLink="false">http://joshhighland.com/blog/?p=14671</guid>
		<description><![CDATA[Just like my last post, I was working with a directory of about 1000 files. There was all sorts of problems with the way they were named. Anyone whos used a *nix type system will know that &#8220;.jpg&#8221;, &#8220;.Jpg&#8221;, &#8220;.JPG&#8221; are all very separate things. To solve the issue I was having I needed to [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><img class="alignleft size-full wp-image-14665" title="Mac: Rename all files names in a directory to lower case" src="http://joshhighland.com.s3.amazonaws.com/blog/wp-content/uploads/2011/07/Terminal-Logo-100x100.png" alt="Terminal Logo 100x100 Mac: Rename all files names in a directory to lower case" width="100" height="100" />Just like my last post, I was working with a directory of about 1000 files. There was all sorts of problems with the way they were named. Anyone whos used a *nix type system will know that &#8220;.jpg&#8221;, &#8220;.Jpg&#8221;, &#8220;.JPG&#8221; are all very separate things. To solve the issue I was having I needed to rename all of the files in the directory to lowercase.</p>
<p>I fired up my friend the Mac terminal and ran the following command:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">for</span> i <span style="color: #000000; font-weight: bold;">in</span> <span style="color: #000000; font-weight: bold;">*</span>; <span style="color: #000000; font-weight: bold;">do</span> <span style="color: #c20cb9; font-weight: bold;">mv</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$i</span>&quot;</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$(echo $i|tr A-Z a-z)</span>&quot;</span>; <span style="color: #000000; font-weight: bold;">done</span></pre></div></div>

<p>The code loops through each of the files in the current directory and renames it to the lowercase equivalent. fast, simple, elegant. Major time saver.</p>
]]></content:encoded>
			<wfw:commentRss>http://joshhighland.com/blog/2011/07/14/rename-all-files-names-in-a-directory-to-lower-case/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Mac: Converting a directory of images into JPG files</title>
		<link>http://joshhighland.com/blog/2011/07/13/mac-converting-a-direcotry-of-images-into-jpg-files/</link>
		<comments>http://joshhighland.com/blog/2011/07/13/mac-converting-a-direcotry-of-images-into-jpg-files/#comments</comments>
		<pubDate>Wed, 13 Jul 2011 07:20:49 +0000</pubDate>
		<dc:creator>Josh Highland</dc:creator>
				<category><![CDATA[mac]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[file conversion]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://joshhighland.com/blog/?p=14664</guid>
		<description><![CDATA[Recently I was presented with a problem where I had a directory of about 1000 graphic files of mixed formats (png, gif, bmp, jpg), and I needed to convert them all to jpg files. I tried various solutions but I ended using the following command in my Mac&#8217;s terminal. mkdir jpegs; sips -s format jpeg [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><img class="alignleft size-full wp-image-14665" title="Mac: Converting a directory of images into JPG files" src="http://joshhighland.com.s3.amazonaws.com/blog/wp-content/uploads/2011/07/Terminal-Logo-100x100.png" alt="Terminal Logo 100x100 Mac: Converting a directory of images into JPG files" width="100" height="100" /></p>
<p>Recently I was presented with a problem where I had a directory of about 1000 graphic files of mixed formats (png, gif, bmp, jpg), and I needed to convert them all to jpg files.</p>
<p>I tried various solutions but I ended using the following command in my Mac&#8217;s terminal.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">mkdir</span> jpegs; sips <span style="color: #660033;">-s</span> format jpeg <span style="color: #000000; font-weight: bold;">*</span>.<span style="color: #000000; font-weight: bold;">*</span> <span style="color: #660033;">--out</span> jpgs</pre></div></div>

<p>This command creates directory called &#8220;jpgs&#8221;, and converts all of the files in the current directory into .jpg format, and moves them into the newly created &#8220;jpgs&#8221; direcotry.</p>
<p>It truly saved the day.</p>
]]></content:encoded>
			<wfw:commentRss>http://joshhighland.com/blog/2011/07/13/mac-converting-a-direcotry-of-images-into-jpg-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yes, you can &#8220;touch&#8221; this</title>
		<link>http://joshhighland.com/blog/2010/10/20/yes-you-can-touch-this/</link>
		<comments>http://joshhighland.com/blog/2010/10/20/yes-you-can-touch-this/#comments</comments>
		<pubDate>Thu, 21 Oct 2010 00:09:02 +0000</pubDate>
		<dc:creator>Josh Highland</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[touch]]></category>

		<guid isPermaLink="false">http://joshhighland.com/blog/?p=13490</guid>
		<description><![CDATA[&#8220;touch&#8221; is a handy unix utility to udate the time stamp on a file. Recenly I ran into a case on my mac book pro that required me to update all of the files and sub-directories of a project with the current date. In terminal, I could have gone one by one an used this [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><img class="size-medium wp-image-13491 alignnone" title="Yes, you can touch this" src="http://joshhighland.com.s3.amazonaws.com/blog/wp-content/uploads/2010/10/cant_touch_this-300x300.jpg" alt="cant touch this 300x300 Yes, you can touch this" width="300" height="300" /></p>
<p>&#8220;touch&#8221; is a handy unix utility to udate the time stamp on a file. Recenly I ran into a case on my mac book pro that required me to update all of the files and sub-directories of a project with the current date.</p>
<p>In terminal, I could have gone one by one an used this command on each file</p>

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

<p>But after a few moments of onterweb searching, I came across a perfect solution</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">find</span> . <span style="color: #660033;">-print0</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">xargs</span> <span style="color: #660033;">-0</span> <span style="color: #c20cb9; font-weight: bold;">touch</span></pre></div></div>

<p>This command will find all of the file in all sub-directories, even if they have spaces in their name, and set their last updated time to the current time.</p>
<p>Just a handy tip I thought I would share</p>
]]></content:encoded>
			<wfw:commentRss>http://joshhighland.com/blog/2010/10/20/yes-you-can-touch-this/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Macbook Pro &#8211; Make an external monitor your primary display</title>
		<link>http://joshhighland.com/blog/2010/08/09/macbook-pro-make-an-external-monitor-your-primary-display/</link>
		<comments>http://joshhighland.com/blog/2010/08/09/macbook-pro-make-an-external-monitor-your-primary-display/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 03:00:09 +0000</pubDate>
		<dc:creator>Josh Highland</dc:creator>
				<category><![CDATA[mac]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[external]]></category>
		<category><![CDATA[MacBook Pro]]></category>
		<category><![CDATA[monitor]]></category>

		<guid isPermaLink="false">http://joshhighland.com/blog/?p=6106</guid>
		<description><![CDATA[Recently, I got a mac laptop at work, which is sup[er sweet, but I wanted to hook it up to a real monitor, keyboard and mouse. All very easy things to do. The problem I had was that the laptop was acting as the primary monitor. Every application that I drug over to the secondary [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Recently, I got a mac laptop at work, which is sup[er sweet, but I wanted to hook it up to a real monitor, keyboard and mouse. All very easy things to do. The problem I had was that the laptop was acting as the primary monitor. Every application that I drug over to the secondary monitor worked great, but the application tool bar was still on the laptop.. annoying.</p>
<p>I did a quick Google search to see if there was a solution to the problem. There was, and it&#8217;s dead simple to put into action.</p>
<p>Connect the external monitor</p>
<ul>
<li>Start up the &#8220;System Preferences&#8221; app</li>
<li>Click on &#8220;Display Preferences&#8221;</li>
<li>Within Display Preferences, choose Arrangement. You should see two blue squares that represent each display, main and secondary. On the main display you’ll notice a bar along the top.</li>
<li>Click and drag this bar from the Main Display to the Secondary Display.</li>
<li>Close Display Preferences</li>
<li>That&#8217;s it!</li>
</ul>
<p><img class="alignnone size-full wp-image-6104" title="Macbook Pro   Make an external monitor your primary display" src="http://joshhighland.com.s3.amazonaws.com/blog/wp-content/uploads/2010/08/macDisplay1.jpg" alt="macDisplay1 Macbook Pro   Make an external monitor your primary display" width="500" height="372" /></p>
<p><img class="alignnone size-full wp-image-6107" title="Macbook Pro   Make an external monitor your primary display" src="http://joshhighland.com.s3.amazonaws.com/blog/wp-content/uploads/2010/08/macDisplay21.jpg" alt="macDisplay21 Macbook Pro   Make an external monitor your primary display" width="500" height="367" /></p>
<p><a href="http://joshhighland.com.s3.amazonaws.com/blog/wp-content/uploads/2010/08/macOffice.jpg"><img class="alignnone size-full wp-image-6110" title="Macbook Pro   Make an external monitor your primary display" src="http://joshhighland.com.s3.amazonaws.com/blog/wp-content/uploads/2010/08/macOffice.jpg" alt="macOffice Macbook Pro   Make an external monitor your primary display" width="467" height="349" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://joshhighland.com/blog/2010/08/09/macbook-pro-make-an-external-monitor-your-primary-display/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Remove Unwanted Firefox Auto-Suggest Entries</title>
		<link>http://joshhighland.com/blog/2010/02/06/remove-unwanted-firefox-auto-suggest-entries/</link>
		<comments>http://joshhighland.com/blog/2010/02/06/remove-unwanted-firefox-auto-suggest-entries/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 21:00:40 +0000</pubDate>
		<dc:creator>Josh Highland</dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[autocomplete]]></category>
		<category><![CDATA[autosuggest]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://joshhighland.com/blog/?p=1057</guid>
		<description><![CDATA[Firefox 3 is awesome we all know that, but there are some things that that would just be nice to have. One of those things would be the ability to control what appears for the auto suggest when you type in the URL bar. Most of the time FireFox does a very good job of [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><img class="size-full wp-image-1058 alignleft" title="Remove Unwanted Firefox Auto Suggest Entries" src="http://joshhighland.com.s3.amazonaws.com/blog/wp-content/uploads/2010/02/firefox.jpg" alt="firefox Remove Unwanted Firefox Auto Suggest Entries" width="250" height="250" /></p>
<p>Firefox 3 is awesome we all know that, but there are some things that that would just be nice to have. One of those things would be the ability to control what appears for the auto suggest when you type in the URL bar.</p>
<p>Most of the time FireFox does a very good job of figuring out what you want to do, but when it goes bad, it goes really bad and gets annoying fast.</p>
<p>The other day I accidentally typed in &#8220;google.com/a&#8221;, and from that moment time on, everytime I wanted to go to &#8220;google.com&#8221;, it would auto complete to &#8220;google.com/a&#8221;, and i would end up going there. Very annoying.</p>
<p>I searched the Firefox menus but couldn&#8217;t find anything to help. I didn&#8217;t want to wipe out all of the auto complete entries, I find most of them helpful. I did some research and realized that you can remove these entries manually, but you have to do it in an unconventional way.</p>
<p><span style="text-decoration: underline;"><strong>How remove those unwanted auto suggest entries</strong></span></p>
<p><strong>1. The list appears as you type something.<br />
2. Select an entry by pointing you mouse at the item in the list, it will highlight.<br />
3. Press Shift + Delete from your keyboard to delete the entry.</strong></p>
<p><img title="Remove Unwanted Firefox Auto Suggest Entries" src="http://joshhighland.com.s3.amazonaws.com/blog/wp-content/uploads/2010/02/Screen-shot-2010-02-05-at-6.53.45-PM.png" alt="Screen shot 2010 02 05 at 6.53.45 PM Remove Unwanted Firefox Auto Suggest Entries" width="547" height="228" /></p>
<p>That&#8217;s all! You can remove entries from the address bar.  This trick works on any Firefox auto complete list, including text fields and other dropdown suggestions.</p>
<p>This also works on windows, mac and linux machines</p>
]]></content:encoded>
			<wfw:commentRss>http://joshhighland.com/blog/2010/02/06/remove-unwanted-firefox-auto-suggest-entries/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>follow up to my iPad predictions</title>
		<link>http://joshhighland.com/blog/2010/01/28/follow-up-to-my-ipad-predictions/</link>
		<comments>http://joshhighland.com/blog/2010/01/28/follow-up-to-my-ipad-predictions/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 07:35:30 +0000</pubDate>
		<dc:creator>Josh Highland</dc:creator>
				<category><![CDATA[hardware]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://joshhighland.com/blog/?p=1021</guid>
		<description><![CDATA[So Apple has announced the iPad. This is a follow up to the predictions  I posted last week. Things I was right about: Apple will announce a tablet device new version of the iPhone OS, 3.2.2 iPad will run on the iPhone OS iPad will run iPhone applications The iPad will have a 10 inch [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>So Apple has announced the iPad. This is a follow up to <a href="http://joshhighland.com/blog/2010/01/21/iphone-os-4-0-islate-predictions/">the predictions  I posted last week</a>.</p>
<p><a href="http://joshhighland.com/blog/2010/01/28/follow-up-to-my-ipad-predictions/"><em>Click here to view the embedded video.</em></a></p>
<p><strong>Things I was right about:</strong></p>
<ul>
<li>Apple will announce a tablet device</li>
<li>new version of the iPhone OS, 3.2.2</li>
<li>iPad will run on the iPhone OS</li>
<li>iPad will run iPhone applications</li>
<li>The iPad will have a 10 inch screen (9.7 inches is close enough)</li>
<li>16, 32, 64 gig versions</li>
<li>Verizon will not be involved</li>
</ul>
<p><strong>Things I was wrong about:</strong></p>
<ul>
<li>There will be a new iPhone</li>
<li>The new iPhone will have a new camera. The iPad doesnt have any cameras!</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://joshhighland.com/blog/2010/01/28/follow-up-to-my-ipad-predictions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone OS 4.0 / iSlate Predictions</title>
		<link>http://joshhighland.com/blog/2010/01/21/iphone-os-4-0-islate-predictions/</link>
		<comments>http://joshhighland.com/blog/2010/01/21/iphone-os-4-0-islate-predictions/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 07:15:08 +0000</pubDate>
		<dc:creator>Josh Highland</dc:creator>
				<category><![CDATA[hardware]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[iPhone 4.0]]></category>
		<category><![CDATA[iSlate]]></category>

		<guid isPermaLink="false">http://joshhighland.com/blog/?p=1005</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="http://joshhighland.com/blog/2010/01/21/iphone-os-4-0-islate-predictions/"><em>Click here to view the embedded video.</em></a></p>
]]></content:encoded>
			<wfw:commentRss>http://joshhighland.com/blog/2010/01/21/iphone-os-4-0-islate-predictions/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>RotoPhoto, my first iPhone app</title>
		<link>http://joshhighland.com/blog/2009/08/18/rotophoto-my-first-iphone-app/</link>
		<comments>http://joshhighland.com/blog/2009/08/18/rotophoto-my-first-iphone-app/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 05:29:52 +0000</pubDate>
		<dc:creator>Josh Highland</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Josh's Rambling]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[rotophoto]]></category>

		<guid isPermaLink="false">http://joshhighland.com/blog/?p=723</guid>
		<description><![CDATA[WOW, here I am about to release my second iPhone app, and I realized that I haven&#8217;t blogged about my first iPhone app! &#8220;RotoPhoto&#8221; is my first iPhone app. It&#8217;s a simple tool that allows you to rotate the orientation of a photo taken with the iPhone. The internal sensors of the iPhone are designed [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>WOW, here I am about to release my second iPhone app, and I realized that I haven&#8217;t blogged about my first iPhone app!</p>
<p>&#8220;RotoPhoto&#8221; is my first iPhone app. It&#8217;s a simple tool that allows you to rotate the orientation of a photo taken with the iPhone. The internal sensors of the iPhone are designed to know what direction is up at all times and auto rotate the iPhone camera for you, so no matter the angle you take the picture they are facing up. If you have owned an iPhone for an extended period of time, then you know that the iPhone can get confused when you take a picture when the camera is pointed down or up, and your picture comes out sideways. The iPhone doesnt have any built in facilities for adjusting your photos. RotoPhoto is a tool that fills that gap.</p>
<p>With RotoPhoto you can fix your photos orientation before sharing them with friends.</p>
<p>RotoPhoto is avaliable for $0.99 USD on the iTunes store.</p>
<p><a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=317769991&amp;mt=8"><img class="aligncenter size-full wp-image-724" title="RotoPhoto, my first iPhone app" src="http://joshhighland.com.s3.amazonaws.com/blog/wp-content/uploads/2009/08/app_store_badge_0708.png" alt="app store badge 0708 RotoPhoto, my first iPhone app" width="192" height="63" /></a></p>
<p>You can check out <a href="http://rotophotoapp.com/" target="_blank">http://RotoPhotoApp.com</a> for more information</p>
<p><a href="http://joshhighland.com/blog/2009/08/18/rotophoto-my-first-iphone-app/"><em>Click here to view the embedded video.</em></a></p>
]]></content:encoded>
			<wfw:commentRss>http://joshhighland.com/blog/2009/08/18/rotophoto-my-first-iphone-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Feed is rejected)
Page Caching using disk: enhanced
Database Caching 13/66 queries in 0.014 seconds using disk: basic
Object Caching 1226/1333 objects using disk: basic
Content Delivery Network via Amazon Web Services: S3: joshhighland.com.s3.amazonaws.com

Served from: joshhighland.com @ 2012-02-06 23:36:27 -->
