<?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>A Dash Of Web and Mobile Development &#187; osx</title>
	<atom:link href="http://blog.iangclifton.com/tag/osx/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.iangclifton.com</link>
	<description>Discussing trends and technologies in web and mobile development</description>
	<lastBuildDate>Wed, 28 Jul 2010 17:06:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Lock The Screen In OS X</title>
		<link>http://blog.iangclifton.com/2009/09/10/lock-the-screen-in-os-x/</link>
		<comments>http://blog.iangclifton.com/2009/09/10/lock-the-screen-in-os-x/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 02:11:17 +0000</pubDate>
		<dc:creator>Ian G. Clifton</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://blog.iangclifton.com/?p=32</guid>
		<description><![CDATA[One of the features I am used to having is a quick way to lock the computer.  In Gnome (Linux), it&#8217;s typically Ctrl+Alt+L.  In Windows, it&#8217;s Windows+L.  In OS X, it&#8217;s&#8230; uh&#8230; a secret?  I thought for sure I could just hit Command+L, but that wasn&#8217;t it, so I asked Google. [...]]]></description>
			<content:encoded><![CDATA[<p>One of the features I am used to having is a quick way to lock the computer.  In Gnome (Linux), it&#8217;s typically Ctrl+Alt+L.  In Windows, it&#8217;s Windows+L.  In OS X, it&#8217;s&#8230; uh&#8230; a secret?  I thought for sure I could just hit Command+L, but that wasn&#8217;t it, so I asked Google.  Being a good friend, Google replied with dozens of answers, usually somehow using sleep or the screen saver.  A common solution was to make a corner of the desktop activate the screen saver while having preferences set to require a password upon returning from the screen saver.  Of course, this causes the possibility of accidentally activating the screen saver, which is annoying.  So, I dug deeper.<span id="more-32"></span></p>
<p>The best solution I have found is to open Keychain Access (in /Applications/Utilities), then open preferences (Command+,).  In the General section, there is an option you can check to &#8220;Show Status in Menu Bar.&#8221;  This will give you a lock in the menu bar, which you can click to bring up a short menu.  The first item is &#8220;Lock Screen,&#8221; exactly what I was looking for.  Actually, it just seems to activate the screensaver and require a password upon returning, but it feels like a better solution than any other I have come across.</p>
<p>I&#8217;d like to assign this action to a key combo, but I don&#8217;t know how to do so without installing an external app.  Any suggestions?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.iangclifton.com/2009/09/10/lock-the-screen-in-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Images With Preview Not Photoshop</title>
		<link>http://blog.iangclifton.com/2009/09/08/open-images-with-preview-not-photoshop/</link>
		<comments>http://blog.iangclifton.com/2009/09/08/open-images-with-preview-not-photoshop/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 03:00:52 +0000</pubDate>
		<dc:creator>Ian G. Clifton</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[preview]]></category>

		<guid isPermaLink="false">http://blog.iangclifton.com/?p=19</guid>
		<description><![CDATA[One very frustrating feature of OS X is that saving an image in Photoshop will cause the &#8220;open with&#8221; action to use Photoshop.  In other words, you can double-click an image to open it in Preview, but if it&#8217;s been edited in Photoshop, it instead opens in Photoshop.  This is really irritating since [...]]]></description>
			<content:encoded><![CDATA[<p>One very frustrating feature of OS X is that saving an image in Photoshop will cause the &#8220;open with&#8221; action to use Photoshop.  In other words, you can double-click an image to open it in Preview, but if it&#8217;s been edited in Photoshop, it instead opens in Photoshop.  This is really irritating since 90% of the time you want to just view an image which takes 0.2 seconds in Preview and about ten years in Photoshop (minor exaggeration).<span id="more-19"></span></p>
<p>Frankly, whoever thought that the same action (open) on the same type of file (e.g., JPEG) should be inconsistent needs to re-evaluate his/her ability to apply logic to a given situation.</p>
<p>The solution seems to be to find a file that is opening in Photoshop and should be opening in Preview, and then open its &#8220;Get Info&#8221; dialog (right-click, Get Info or command+I).  The fourth section down is &#8220;Open with&#8221; (you may have to click it to expand that section).  Change the dropdown to Preview and then click the &#8220;Change All&#8221; button.  That should fix the problem&#8230;.</p>
<p>&#8230;for that file type.  Yes, you seriously have to do this for each file type (JPEG, PNG, GIF, etc.).  So, after you perform this same sequence of steps several times, you&#8217;ll eventually be able to have consistent, expected behavior.  That is, until you use someone else&#8217;s computer.</p>
<p>If anyone knows of an easier way to fix this problem, please let me know.  Otherwise, feel free to use the comments for general grumbling about the issue.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.iangclifton.com/2009/09/08/open-images-with-preview-not-photoshop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac OS X Mouse Acceleration</title>
		<link>http://blog.iangclifton.com/2009/08/26/mac-os-x-mouse-acceleration/</link>
		<comments>http://blog.iangclifton.com/2009/08/26/mac-os-x-mouse-acceleration/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 05:14:47 +0000</pubDate>
		<dc:creator>Ian G. Clifton</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://blog.iangclifton.com/?p=12</guid>
		<description><![CDATA[When I first starting using OS X on my work machine a few years ago, the first thing that immediately bothered me was the behavior of the mouse.  When quickly moving across the screen from one item to another, the mouse worked fine, but as soon as I started slowing down, the cursor speed practically [...]]]></description>
			<content:encoded><![CDATA[<p>When I first starting using OS X on my work machine a few years ago, the first thing that immediately bothered me was the behavior of the mouse.  When quickly moving across the screen from one item to another, the mouse worked fine, but as soon as I started slowing down, the cursor speed practically dropped to zero.  It seemed like it was moving through sludge, pixel by pixel.  The acceleration curve was simply too steep.  I felt like an old person who had never touched a computer before, struggling with fine adjustments.<span id="more-12"></span></p>
<p>Unfortunately, there is not a mouse acceleration curve adjustment setting in Mac OS X.  You can change speed but not acceleration.  Eventually I just got more-or-less used to it, but I still felt that my mouse behaved more naturally in Linux and even Windows.  A couple of months ago, the issue started to bother me again, so I did a bit of Google research to finally come across a solution.</p>
<p>I found a site called <a href="http://www.knockknock.org.uk/mac/">Knock Knock</a>, which had a page talking about the same issue.  The author came up with a simple program that can adjust the mouse accelleration curve, so that it will feel much more natural.  There are two versions, 1.1 and 1.2, but I recommend trying both to see which feels right.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.iangclifton.com/2009/08/26/mac-os-x-mouse-acceleration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vim &#8220;No Identifier Under Cursor&#8221; Arrow Keys Problem</title>
		<link>http://blog.iangclifton.com/2009/07/21/vim-no-identifier-under-cursor-arrow-keys-problem/</link>
		<comments>http://blog.iangclifton.com/2009/07/21/vim-no-identifier-under-cursor-arrow-keys-problem/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 05:15:59 +0000</pubDate>
		<dc:creator>Ian G. Clifton</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://blog.iangclifton.com/?p=3</guid>
		<description><![CDATA[Recently, I started to have problems with Vim on my machine at work (a 24&#8243; iMac), running OS X 10.5.7 and SSH&#8217;ing into a CentOS Linux server.  The arrow keys did not have the correct functionality.  Instead they would give errors such as &#8220;no identifier under cursor&#8221; and the session would freeze momentarily.  I noticed [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, I started to have problems with Vim on my machine at work (a 24&#8243; iMac), running OS X 10.5.7 and SSH&#8217;ing into a CentOS Linux server.  The arrow keys did not have the correct functionality.  Instead they would give errors such as &#8220;no identifier under cursor&#8221; and the session would freeze momentarily.  I noticed this in insert mode, the only mode I use arrow keys in, but I did a little testing and found that it occurred in all modes.  I wondered if the wrong key code was being sent, so I started doing some searching.<span id="more-3"></span></p>
<p>My search queries were coming up with nothing helpful.  The string &#8220;no identifier under cursor&#8221; was uncommon and many results were related to translations.  Including &#8220;Mac keyboard&#8221; or &#8220;Apple keyboard&#8221; didn&#8217;t help nor did the model number (A1243).  Eventually, I had the random thought to check the settings in the terminal application.</p>
<p>Under Terminal -&gt; Preferences, there is a Settings tab.  Within that section, there&#8217;s a Keyboard tab, which didn&#8217;t seem to have the arrow keys listed, but there is also an Advanced tab.  One of the options is &#8220;Declare terminal as:&#8221; and was set to <em>xterm-color</em>.  I changed it to <em>ansi</em> and restarted the terminal app.  Now my arrow keys actually work how they should in Vim.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.iangclifton.com/2009/07/21/vim-no-identifier-under-cursor-arrow-keys-problem/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
