<?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; software</title>
	<atom:link href="http://joshhighland.com/blog/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://joshhighland.com/blog</link>
	<description>the living internet</description>
	<lastBuildDate>Sat, 14 Apr 2012 03:00:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</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>4</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>3</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>Dude I&#8217;m speaking at WordCamp OC!</title>
		<link>http://joshhighland.com/blog/2011/04/13/dude-im-speaking-at-wordcamp-oc/</link>
		<comments>http://joshhighland.com/blog/2011/04/13/dude-im-speaking-at-wordcamp-oc/#comments</comments>
		<pubDate>Thu, 14 Apr 2011 05:44:55 +0000</pubDate>
		<dc:creator>Josh Highland</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[presentation]]></category>
		<category><![CDATA[WCOC]]></category>
		<category><![CDATA[WordCampOC]]></category>

		<guid isPermaLink="false">http://joshhighland.com/blog/?p=14650</guid>
		<description><![CDATA[That&#8217;s right, I&#8217;m speaking at the 2011 Orange County WordCamp, May 14th. What is a WordCamp? WordCamp is a conference that focuses on everything WordPress. WordCamps are informal, community-organized events that are put together by WordPress users. Everyone from casual users to core developers participate, share ideas, and get to know each other. I&#8217;m going [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><img class="alignleft size-full wp-image-14651" title="Dude Im speaking at WordCamp OC!" src="http://joshhighland.com.s3.amazonaws.com/blog/wp-content/uploads/2011/04/wcoc-250-2_0002_Speaking.png" alt="wcoc 250 2 0002 Speaking Dude Im speaking at WordCamp OC!" width="250" height="250" />That&#8217;s right, I&#8217;m speaking at the <a href="http://2011.oc.wordcamp.org/">2011 Orange County WordCamp</a>, May 14th.</p>
<p>What is a WordCamp? WordCamp is a conference that focuses on everything WordPress. WordCamps are informal, community-organized events that are put together by WordPress users. Everyone from casual users to core developers participate, share ideas, and get to know each other.</p>
<p>I&#8217;m going to be presenting the topic, <em>&#8220;Optimizing WordPress: Speed Matters&#8221;</em></p>
<p>By itself, WordPress is fast  and snappy application but over time your site may become sluggish and  laggy. A slow site is not good for your readers, or your search engine  rankings. In a one hour presentation, I&#8217;m going to show some practical ways to optimize your WordPress sites content and  configuration. The presentation will cover best practices, helpful  plugins and real life optimization examples.</p>
<p>I&#8217;m excited to check out the other topics that are being presented. The OC WordCamp has three distinct tracks of sessions, beginners, advanced, and business minded users.</p>
<p>If you&#8217;re free on May 14th 2011 and love WordPress, you should come and hang out with some fellow WordPress users. <a href="http://2011.oc.wordcamp.org">http://2011.oc.wordcamp.org</a></p>
]]></content:encoded>
			<wfw:commentRss>http://joshhighland.com/blog/2011/04/13/dude-im-speaking-at-wordcamp-oc/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Review: Instagram for iPhone</title>
		<link>http://joshhighland.com/blog/2011/01/04/review-instagram-for-iphone/</link>
		<comments>http://joshhighland.com/blog/2011/01/04/review-instagram-for-iphone/#comments</comments>
		<pubDate>Tue, 04 Jan 2011 17:14:03 +0000</pubDate>
		<dc:creator>Josh Highland</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[reviews]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[instagram]]></category>
		<category><![CDATA[Review]]></category>

		<guid isPermaLink="false">http://joshhighland.com/blog/?p=14603</guid>
		<description><![CDATA[Instagram is one of my favorite iPhone apps. It&#8217;s sort of a visual twitter. People post images instead of short messages. Your followers can then &#8220;like&#8221; and comment on them. My Instagram username is &#8220;JoshHighland&#8221;, follow me]]></description>
			<content:encoded><![CDATA[<p></p><p>Instagram is one of my favorite iPhone apps. It&#8217;s sort of a visual twitter. People post images instead of short messages. Your followers can then &#8220;like&#8221; and comment on them. My Instagram username is &#8220;JoshHighland&#8221;, follow me</p>
<p><a href="http://joshhighland.com/blog/2011/01/04/review-instagram-for-iphone/"><em>Click here to view the embedded video.</em></a></p>
]]></content:encoded>
			<wfw:commentRss>http://joshhighland.com/blog/2011/01/04/review-instagram-for-iphone/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>Optimizing the performance of WordPress</title>
		<link>http://joshhighland.com/blog/2010/09/13/optimizing-the-performance-of-wordpress/</link>
		<comments>http://joshhighland.com/blog/2010/09/13/optimizing-the-performance-of-wordpress/#comments</comments>
		<pubDate>Tue, 14 Sep 2010 06:40:13 +0000</pubDate>
		<dc:creator>Josh Highland</dc:creator>
				<category><![CDATA[tutorials]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[presentation]]></category>
		<category><![CDATA[wcla]]></category>
		<category><![CDATA[WordCampLA]]></category>

		<guid isPermaLink="false">http://joshhighland.com/blog/?p=9268</guid>
		<description><![CDATA[It&#8217;s no secret that I LOVE WordPress. I&#8217;ve been using the software for 6 years and have no plans to stop any time soon. Last year I attended WordCamp LA with @JasonKeller, it was awesome. I knew that I had to be involved with WordCamp 2010. When WordCamp 2010 was announced, I signed up as [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><img class="alignleft size-full wp-image-9270" title="Optimizing the performance of WordPress" src="http://joshhighland.com.s3.amazonaws.com/blog/wp-content/uploads/2010/09/778341039.png" alt="778341039 Optimizing the performance of WordPress" width="180" height="120" />It&#8217;s no secret that <a href="http://joshhighland.com/blog/?s=wordpress">I LOVE WordPress</a>. I&#8217;ve been using the software for 6 years and have no plans to stop any time soon. Last year I attended WordCamp LA with <a href="http://twitter.com/jasonxkeller">@JasonKeller</a>, it was awesome. I knew that I had to be involved with WordCamp 2010.</p>
<p>When WordCamp 2010 was announced, I signed up as a speaker. My topic, &#8220;Improving the performance of WordPress&#8221;.</p>
<p>I had a great time preparing and delivering my presentation. A lot of people asked me to post the slides online. I decided to do one better, and post a recorded version of my presentation.</p>
<p><a href="http://joshhighland.com/blog/2010/09/13/optimizing-the-performance-of-wordpress/"><em>Click here to view the embedded video.</em></a></p>
<p style="text-align: center;"><a href="http://joshhighland.com.s3.amazonaws.com/blog/wp-content/uploads/2010/09/JoshHighland_WordpressPerformance.pdf">Download the slides in PDF format</a><a href="http://joshhighland.com.s3.amazonaws.com/blog/wp-content/uploads/2010/09/JoshHighland_WordpressPerformance.pdf"><br />
</a></p>
<p style="text-align: center;"><a href="http://wcla.learncamp.info/2010/09/optimizing-performance-with-josh-highland/" rel="nofollow"><img class="aligncenter size-full wp-image-12557" title="Optimizing the performance of WordPress" src="http://joshhighland.com.s3.amazonaws.com/blog/wp-content/uploads/2010/09/l_1024_768_392DA067-2A4A-46DC-9EAE-6D372C1767E9.jpeg" alt=" Optimizing the performance of WordPress" width="512" height="384" /></a></p>
<p style="text-align: center;"><img class="size-full wp-image-9280 aligncenter" title="Optimizing the performance of WordPress" src="http://joshhighland.com.s3.amazonaws.com/blog/wp-content/uploads/2010/09/JoshHighland_WordCamp2010_badge.jpg" alt="JoshHighland WordCamp2010 badge Optimizing the performance of WordPress" width="500" height="434" /></p>
<p style="text-align: center;"><img class="size-full wp-image-9277 aligncenter" title="Optimizing the performance of WordPress" src="http://joshhighland.com.s3.amazonaws.com/blog/wp-content/uploads/2010/09/JoshHighland_WordCamp2010.jpg" alt="JoshHighland WordCamp2010 Optimizing the performance of WordPress" width="500" height="563" /></p>
]]></content:encoded>
			<wfw:commentRss>http://joshhighland.com/blog/2010/09/13/optimizing-the-performance-of-wordpress/feed/</wfw:commentRss>
		<slash:comments>5</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>15</slash:comments>
		</item>
		<item>
		<title>Here Is Why Web Developers Like Me Hate IE6</title>
		<link>http://joshhighland.com/blog/2010/07/30/here-is-why-web-developers-like-me-hate-ie6/</link>
		<comments>http://joshhighland.com/blog/2010/07/30/here-is-why-web-developers-like-me-hate-ie6/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 22:28:59 +0000</pubDate>
		<dc:creator>Josh Highland</dc:creator>
				<category><![CDATA[funny]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[depricated]]></category>
		<category><![CDATA[iE6]]></category>

		<guid isPermaLink="false">http://joshhighland.com/blog/?p=1684</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="http://joshhighland.com.s3.amazonaws.com/blog/wp-content/uploads/2010/07/ie6css.jpg"><img class="alignleft size-full wp-image-1685" title="Here Is Why Web Developers Like Me Hate IE6" src="http://joshhighland.com.s3.amazonaws.com/blog/wp-content/uploads/2010/07/ie6css.jpg" alt="ie6css Here Is Why Web Developers Like Me Hate IE6" width="580" height="1159" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://joshhighland.com/blog/2010/07/30/here-is-why-web-developers-like-me-hate-ie6/feed/</wfw:commentRss>
		<slash:comments>1</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 17/48 queries in 0.007 seconds using disk: basic
Object Caching 1296/1353 objects using disk: basic
Content Delivery Network via Amazon Web Services: S3: joshhighland.com.s3.amazonaws.com

Served from: joshhighland.com @ 2012-05-22 02:21:26 -->
