<?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>Alan Kleymeyer's Blog &#187; Macintosh</title>
	<atom:link href="http://blog.kleymeyer.com/category/macintosh/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.kleymeyer.com</link>
	<description>What is up.</description>
	<lastBuildDate>Fri, 27 Jan 2012 23:34:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Migrating to new mac</title>
		<link>http://blog.kleymeyer.com/2012/01/migrating-to-new-mac/</link>
		<comments>http://blog.kleymeyer.com/2012/01/migrating-to-new-mac/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 23:30:33 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Macintosh]]></category>

		<guid isPermaLink="false">http://blog.kleymeyer.com/?p=1773</guid>
		<description><![CDATA[Copy Mail over:
copy entire mail folder over from HD/Users/~/Library/Mail
copy over ~/preferences/com.apple.mail.plist
Safari Bookmarks: 
Copy ~/Library/Safari/Bookmarks.plist from one Mac to the other.
]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://www.macinstruct.com/node/183">Copy Mail over</a>:</strong><br />
copy entire mail folder over from HD/Users/~/Library/Mail<br />
copy over ~/preferences/com.apple.mail.plist</p>
<p><strong><span style="text-decoration: underline;">Safari Bookmarks: </span></strong></p>
<p>Copy ~/Library/Safari/Bookmarks.plist from one Mac to the other.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kleymeyer.com/2012/01/migrating-to-new-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac startup problems</title>
		<link>http://blog.kleymeyer.com/2011/09/mac-startup-problems/</link>
		<comments>http://blog.kleymeyer.com/2011/09/mac-startup-problems/#comments</comments>
		<pubDate>Wed, 28 Sep 2011 04:25:00 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Macintosh]]></category>

		<guid isPermaLink="false">http://blog.kleymeyer.com/?p=1731</guid>
		<description><![CDATA[Mywork MacBook Pro wouldn&#8217;t boot up.  It was hung on the gray screen with the apple logo and the spinner spinning.  THIS article told me what to try and fortunately, the save-boot did the trick.  However the safeboot booted into the blue screen and I had a mouse cursor I could move but Finder did [...]]]></description>
			<content:encoded><![CDATA[<p>Mywork MacBook Pro wouldn&#8217;t boot up.  It was hung on the gray screen with the apple logo and the spinner spinning.  <a href="http://support.apple.com/kb/TS2570">THIS</a> article told me what to try and fortunately, the save-boot did the trick.  However the safeboot booted into the blue screen and I had a mouse cursor I could move but Finder did not appear.  I turned it off and back on and it came up all the way. <a href="http://www.cultofmac.com/50685/how-to-fix-common-mac-startup-problems-macrx/">This article</a> has more details on the problem.</p>
<p>Update: Next day wouldn&#8217;t boot up at all. Was stuck on blue screen.  I took the following steps to backup files:</p>
<ul>
<li>Reboot and hold down &lt;Command&gt; S to boot into Single User Mode shell</li>
<li>/sbin/fsck -fy</li>
<li>mount -uw /  ; Make drive writeable</li>
<li>mkdir /Volumes/usb</li>
<li>ls /dev/disk*   ; Locate usb drive, should be last one listed</li>
<li>/sbin/mount_msdos /dev/disk2s1 /Volumes/usb</li>
<li>cp -r srcFolderName /Volumes/usb</li>
<li>/sbin/umount /dev/disk2s1  ; !!! Important. Unmount before removing drive</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.kleymeyer.com/2011/09/mac-startup-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Connecting to Windows machines on network after upgrading to Leopard</title>
		<link>http://blog.kleymeyer.com/2009/09/connecting-to-windows-machines-on-network-after-upgrading-to-leopard/</link>
		<comments>http://blog.kleymeyer.com/2009/09/connecting-to-windows-machines-on-network-after-upgrading-to-leopard/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 20:26:47 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Macintosh]]></category>

		<guid isPermaLink="false">http://blog.kleymeyer.com/?p=1171</guid>
		<description><![CDATA[After upgrading my MacBook Pro from  Tiger (10.4) to Leopard (10.5.8), I was no longer able to see the other Windows machines on my network.  What appeared to  work  is  to select Sharing from the System  Preferences, clicking the  Options button and turning on Share files and folders using SMB. Then in the Finder menu [...]]]></description>
			<content:encoded><![CDATA[<p>After upgrading my MacBook Pro from  Tiger (10.4) to Leopard (10.5.8), I was no longer able to see the other Windows machines on my network.  What appeared to  work  is  to select Sharing from the System  Preferences, clicking the  Options button and turning on Share files and folders using SMB. Then in the Finder menu selecting Go&#8230;Connect to Server&#8230; and entering smb://ComputerName for each. This doesn&#8217;t seem to be permanent between reboots however.</p>
<p><a href="http://discussions.apple.com/thread.jspa?threadID=1195740">Here</a> is a thread discussing this issue.</p>
<p>One suggestion from the thread is to go System Preferences&#8230;Network and select Assist Me at the bottom.  Trying to setup a connection sets some values (DHCP?) which may fix things.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kleymeyer.com/2009/09/connecting-to-windows-machines-on-network-after-upgrading-to-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Connecting to Mac File Sharing from Vista PC</title>
		<link>http://blog.kleymeyer.com/2008/10/connecting-to-mac-file-sharing-from-vista-pc/</link>
		<comments>http://blog.kleymeyer.com/2008/10/connecting-to-mac-file-sharing-from-vista-pc/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 12:25:38 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Macintosh]]></category>

		<guid isPermaLink="false">http://blog.kleymeyer.com/?p=14</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>I&#39;ve been befuddled by Vista, unable to connect to my MacBook Pro from my Vista laptop.&#0160; I could always connect from the MacBook to my Vista laptop, though.&#0160; Connection issues has been a source of pain for me ever since I started using Vista.</p>
<p>I searched and came across <a href="http://www.geeksrus.com/2007/03/17/connecting-to-mac-file-sharing-via-vista/">this tip</a> that solved all my problems!&#0160; Thanks Matt!</p>
<ol>
<li>“Click Windows Visa Start Orb</li>
<li>In search box, type “regedit” and return</li>
<li>Once regedit opens, click File -&gt; export to make a backup copy</li>
<li>Navigate to Computer HKEY<em>LOCAL</em>MACHINE SYSTEM CurrentControlSet Control Lsa.</li>
<li>In the right pane, right-click the “LmCompatibilityLevel” key and select “modify”</li>
<li>Change the value from 3 to 1</li>
<li>Exit regedit and you should now be able to properly authenticate to your Mac OS X (or other Samba) share.”</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.kleymeyer.com/2008/10/connecting-to-mac-file-sharing-from-vista-pc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Copy a file path to the clipboard on a Mac</title>
		<link>http://blog.kleymeyer.com/2008/05/copy-a-file-path-to-the-clipboard-on-a-mac/</link>
		<comments>http://blog.kleymeyer.com/2008/05/copy-a-file-path-to-the-clipboard-on-a-mac/#comments</comments>
		<pubDate>Wed, 07 May 2008 10:50:43 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Macintosh]]></category>

		<guid isPermaLink="false">http://blog.kleymeyer.com/?p=44</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>The Mac does not support copying a file or folder&#8217;s path to the clipboard; weird.&nbsp; Get Info separates the path from the filename and doesn&#8217;t allow you to select either.&nbsp; There are various workarounds.&nbsp; <a href="http://forums.macosxhints.com/showthread.php?t=64795">This thread</a> discusses some.&nbsp; I went with <a href="http://forums.macosxhints.com/showpost.php?s=eb06c87791ae4f9665ab7195d236eda9&amp;p=430794&amp;postcount=10">this</a> solution which offered a &quot;workflow&quot; file download which I opened in Automater and saved it as a context menu for Finder.</p>
<p>It was suggested that you can drag and drop into a terminal window and then copy paste the path that displays.&nbsp; You can do this with any program that offers an editbox control.&nbsp; For example open TextEdit, do File&#8230;Save As and drag and drop to the filename EditBox which you can then copy to clipboard from.</p>
<p>BTW, if you ever need to drag &amp; drop into a widget, start dragging then hit F12 to switch to the widgets screen.</p>
<p>Update:&nbsp; Today an <a href="http://www.macworld.com/article/133299/2008/05/pathcopy.html">article came out in MacWorld</a> on this subject.&nbsp; Their first suggestion using Finder Services didn&#8217;t work for me.&nbsp; I just get an icon of a folder or file and when I put TextEdit into plain text mode I get nothing.&nbsp; Also, the workflow solution I linked to above gives a HFS (colon separated) path,&nbsp; whereas the article has an example of a script generating a &quot;POSIX&quot; path.&nbsp; You can <a href="http://www.kleymeyer.com/tools/CopyPathToClipboard.workflow.zip">download the POSIX version here</a> (thanks <a href="http://www.garlicsoftware.com/">Scott</a>) and copy it to ~/Library/Workflows/Applications/Finder/.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kleymeyer.com/2008/05/copy-a-file-path-to-the-clipboard-on-a-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pixen: A Free image editor for Mac</title>
		<link>http://blog.kleymeyer.com/2008/03/pixen-a-free-image-editor-for-mac/</link>
		<comments>http://blog.kleymeyer.com/2008/03/pixen-a-free-image-editor-for-mac/#comments</comments>
		<pubDate>Thu, 13 Mar 2008 10:39:53 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.kleymeyer.com/?p=53</guid>
		<description><![CDATA[I am using Pixen for image editing on the Mac.  Like others that have written, I was surprised that no such program was included in the Mac OS.  I&#8217;ve just barely started using it but it so far it does what I need.  I was particularly impressed with the getting started wizard that took you [...]]]></description>
			<content:encoded><![CDATA[<p>I am using <a href="http://opensword.org/Pixen/">Pixen for image editing on the Mac</a>.  Like others that have written, I was surprised that no such program was included in the Mac OS.  I&#8217;ve just barely started using it but it so far it does what I need.  I was particularly impressed with the getting started wizard that took you through an overview of the program and  allowed you to set some program settings at the same time!  I model of what all programs should offer.  The only think I would recommend is showing a Page X of Y on each wizard page to let the user know how long it is.</p>
<p>Update:  <a href="http://paintbrush.sourceforge.net/">Paintbrush</a> is a nice alternative that emulates the Windows Paint program</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kleymeyer.com/2008/03/pixen-a-free-image-editor-for-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Archives in Cocoa</title>
		<link>http://blog.kleymeyer.com/2007/09/archives-in-cocoa/</link>
		<comments>http://blog.kleymeyer.com/2007/09/archives-in-cocoa/#comments</comments>
		<pubDate>Fri, 21 Sep 2007 11:15:16 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Macintosh]]></category>

		<guid isPermaLink="false">http://blog.kleymeyer.com/?p=92</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>If you need to save and load data from files, and you don&#8217;t mind creating binary files (don&#8217;t need to read or edit them), then Archives are the simplest way to go.</p>
<p>Load contents of file into an NSArray:</p>
<p>&nbsp; &nbsp; NSArray* m_ProcessedFiles = [NSKeyedUnarchiver unarchiveObjectWithFile:destPath];</p>
<p>Save contents of array to file:</p>
<p>&nbsp; &nbsp; [NSKeyedArchiver archiveRootObject:m_ProcessedFiles toFile:srcPath];&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kleymeyer.com/2007/09/archives-in-cocoa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shortcut for renaming a file in Finder</title>
		<link>http://blog.kleymeyer.com/2007/09/shortcut-for-renaming-a-file-in-finder/</link>
		<comments>http://blog.kleymeyer.com/2007/09/shortcut-for-renaming-a-file-in-finder/#comments</comments>
		<pubDate>Thu, 13 Sep 2007 13:57:04 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Macintosh]]></category>

		<guid isPermaLink="false">http://blog.kleymeyer.com/?p=94</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>Incredibly, it&#8217;s taken me until now to learn the equivalent of F2 in Windows to put a filename in &quot;edit&quot; mode in Finder.&nbsp; You simply press the &lt;Enter&gt; key with the appropriate file highlighted.&nbsp; Good Grief. </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kleymeyer.com/2007/09/shortcut-for-renaming-a-file-in-finder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Listing folders first in Finder column view</title>
		<link>http://blog.kleymeyer.com/2007/08/listing-folders-first-in-finder-column-view/</link>
		<comments>http://blog.kleymeyer.com/2007/08/listing-folders-first-in-finder-column-view/#comments</comments>
		<pubDate>Wed, 08 Aug 2007 09:40:40 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Macintosh]]></category>

		<guid isPermaLink="false">http://blog.kleymeyer.com/?p=101</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>I have to agree with <a href="http://forums.macrumors.com/showthread.php?p=3974313">this thread regarding the order of folders/files in Finder</a>.&nbsp; I much prefer seeing a list of folders at the top followed by the files.&nbsp; I like the idea someone posted of preceeding folder names with an underscore to force them to the top. I may do that.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kleymeyer.com/2007/08/listing-folders-first-in-finder-column-view/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>General Mac tips</title>
		<link>http://blog.kleymeyer.com/2007/08/general-mac-tips/</link>
		<comments>http://blog.kleymeyer.com/2007/08/general-mac-tips/#comments</comments>
		<pubDate>Mon, 06 Aug 2007 10:56:32 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Macintosh]]></category>

		<guid isPermaLink="false">http://blog.kleymeyer.com/?p=103</guid>
		<description><![CDATA[Managing desktop
Use Expose to help access open windows: System Preferences&#8230;Dashboard &#38; Expose.  I use the upper left corner of the screen to show all windows and the lower left corner to view desktop.
Keyboard shortcuts
&#60;fn&#62;&#60;delete&#62; will do a forward delete
&#60;fn&#62;&#60;option&#62;&#60;delete&#62; deletes word to right of cursor
&#60;Left Arrow&#62;/&#60;Right Arrow&#62; to open/close folders in finder
Cmd+[, Cmd+] to move [...]]]></description>
			<content:encoded><![CDATA[<p><strong><span style="text-decoration: underline;">Managing desktop</span></strong></p>
<p>Use Expose to help access open windows: System Preferences&#8230;Dashboard &amp; Expose.  I use the upper left corner of the screen to show all windows and the lower left corner to view desktop.</p>
<p><strong><span style="text-decoration: underline;">Keyboard shortcuts</span></strong></p>
<p>&lt;fn&gt;&lt;delete&gt; will do a forward delete<br />
&lt;fn&gt;&lt;option&gt;&lt;delete&gt; deletes word to right of cursor<br />
&lt;Left Arrow&gt;/&lt;Right Arrow&gt; to open/close folders in finder<br />
Cmd+[, Cmd+] to move backward and forward in finder history</p>
<p><a href="http://secrets.blacktree.com/">Secrets Preferences Pane</a> &#8211; turn on showing of hidden files in finder and much more</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kleymeyer.com/2007/08/general-mac-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

