<?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>snydersoft.com &#187; MacOSX</title>
	<atom:link href="http://snydersoft.com/tag/macosx/feed/" rel="self" type="application/rss+xml" />
	<link>http://snydersoft.com</link>
	<description>Sharing Web Development Information</description>
	<lastBuildDate>Tue, 15 Feb 2011 12:51:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Remove Snapz Pro X&#8217;s splash screen</title>
		<link>http://snydersoft.com/2008/04/12/remove-the-snapz-pro-xs-splash-screen/</link>
		<comments>http://snydersoft.com/2008/04/12/remove-the-snapz-pro-xs-splash-screen/#comments</comments>
		<pubDate>Sat, 12 Apr 2008 20:05:57 +0000</pubDate>
		<dc:creator>Jeremy Snyder</dc:creator>
				<category><![CDATA[MacOSX Tips]]></category>
		<category><![CDATA[ambrosia]]></category>
		<category><![CDATA[MacOSX]]></category>
		<category><![CDATA[snapz]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://snydersoft.com/?p=83</guid>
		<description><![CDATA[Ever since installing Snapz Pro X, I have been interested in turning off the splash screen that appears every time I startup my MacBook. Today, I took the time to do a little digging at Ambrosia Software&#8217;s website and found the FAQ that answers my question: Can I get rid of the Splash Screen? Which [...]]]></description>
			<content:encoded><![CDATA[<p>Ever since installing Snapz Pro X, I have been interested in turning off the splash screen that appears every time I startup my MacBook.  Today, I took the time to do a little digging at Ambrosia Software&#8217;s website and found the FAQ that answers my question:</p>
<p><a href="http://www.ambrosiasw.com/support/faqs/faq.php?forum=75&#038;title=Snapz%20Pro%20X&#038;version=2.1.0&#038;link=utilities/snapzprox/#142">Can I get rid of the Splash Screen?</a></p>
<p>Which provided the following solution, open a terminal and type in the following:<br />
<code>defaults write com.ambrosiasw.snapz SkipSplashScreen true</code></p>
]]></content:encoded>
			<wfw:commentRss>http://snydersoft.com/2008/04/12/remove-the-snapz-pro-xs-splash-screen/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Custom Folder Icons in MacOSX</title>
		<link>http://snydersoft.com/2008/04/10/custom-folder-icons-in-macosx/</link>
		<comments>http://snydersoft.com/2008/04/10/custom-folder-icons-in-macosx/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 11:56:54 +0000</pubDate>
		<dc:creator>Jeremy Snyder</dc:creator>
				<category><![CDATA[MacOSX Tips]]></category>
		<category><![CDATA[Custom]]></category>
		<category><![CDATA[Folder]]></category>
		<category><![CDATA[Icons]]></category>
		<category><![CDATA[MacOSX]]></category>

		<guid isPermaLink="false">http://snydersoft.com/2008/04/10/custom-folder-icons-in-macosx/</guid>
		<description><![CDATA[I found the following site that explains what you need to do, I will simply summarize for my specific application/needs: http://www.lockergnome.com/usrbingeek/2007/05/03/how-to-make-custom-drive-and-folder-icons-for-your-mac/ Make an image that is 128px by 128px in Photoshop (other other program) Save as a PSD or as a PNG file with a transparent background If you don&#8217;t have Apple&#8217;s Developer Tools installed, [...]]]></description>
			<content:encoded><![CDATA[<p>I found the following site that explains what you need to do, I will simply summarize for my specific application/needs:</p>
<p><a href="http://www.versiontracker.com/dyn/moreinfo/macosx/11781" mce_href="http://www.versiontracker.com/dyn/moreinfo/macosx/11781" title="Icns2Rsrc" target="_blank">http://www.lockergnome.com/usrbingeek/2007/05/03/how-to-make-custom-drive-and-folder-icons-for-your-mac/</a> </p>
</p>
<p>
<ol>
<li>Make an image that is 128px by 128px in Photoshop (other other program)</li>
<li>Save as a PSD or as a PNG file with a transparent background</li>
<li>If you don&#8217;t have Apple&#8217;s Developer Tools installed, install them now</li>
<li>Open &#8220;Icon Composer&#8221;, /Developer/Applications/Utilities </li>
<li>Drag your PSD/PNG into the 128px square and confirm the defaults for the dialogs</li>
<li>Save this file to your computer</li>
<li>Download <a href="http://www.versiontracker.com/dyn/moreinfo/macosx/11781" mce_href="http://www.versiontracker.com/dyn/moreinfo/macosx/11781" title="Icns2Rsrc" target="_blank">Icns2Rsrc</a></li>
<li>Open Icns2Rsrc and File-&gt;Open and select the file you saved from step #6 above</li>
<li>It will save a file with the same name and location (with a .rsrc extension)</li>
<li>Command-I that file and and the folder you want to use the new graphic</li>
<li>Highlight the graphic in the upper right of the .rsrc file and Edit-&gt;Copy (Command-C)</li>
<li>Highlight the graphic in the upper right of the folder and Edit-&gt;Paste (Command-V)</li>
<li>Close both &#8220;Info&#8221; dialogs and the folder should now display your custom graphic in Finder (including Cover Flow view).</li>
</ol>
<div>Examples:</div>
<div>
<div style=""><a href="http://www.flickr.com/photos/14489567@N06/2402970367/" target="_blank"><img src="http://farm3.static.flickr.com/2368/2402970367_c04289bb68_m.jpg" width="240" height="82" alt="CustomFolderIcon-MacOSX.PNG" border="0"></a></div>
</div>
<div>
<p>&nbsp;</p>
</div>
<div>
<div style=""><a href="http://www.flickr.com/photos/14489567@N06/2403799616/" target="_blank"><img src="http://farm3.static.flickr.com/2308/2403799616_c5153f43e1_m.jpg" width="240" height="105" alt="CustomFolderIcon-MacOSX2.PNG" border="0"></a></div>
</p></div></p>
]]></content:encoded>
			<wfw:commentRss>http://snydersoft.com/2008/04/10/custom-folder-icons-in-macosx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SyncServer Unexpectedly Quit (resolved)</title>
		<link>http://snydersoft.com/2008/03/29/syncserver-unexpectedly-quit-resolved/</link>
		<comments>http://snydersoft.com/2008/03/29/syncserver-unexpectedly-quit-resolved/#comments</comments>
		<pubDate>Sat, 29 Mar 2008 13:39:29 +0000</pubDate>
		<dc:creator>Jeremy Snyder</dc:creator>
				<category><![CDATA[MacOSX Tips]]></category>
		<category><![CDATA[MacOSX]]></category>
		<category><![CDATA[Mail]]></category>
		<category><![CDATA[quit]]></category>
		<category><![CDATA[SyncServer]]></category>
		<category><![CDATA[unexpectedly]]></category>

		<guid isPermaLink="false">http://snydersoft.com/2008/03/29/syncserver-unexpectedly-quit-resolved/</guid>
		<description><![CDATA[I believe that I have finally resolved the problem on my MacBook when starting Mail.app that it would display this error message &#8220;SyncServer has unexpectedly quit&#8221; with a relaunch button. After doing a few google searches I found a site that referenced this problem a way to resolve it. Link Since, I wasn&#8217;t using .Mac [...]]]></description>
			<content:encoded><![CDATA[<p>I believe that I have finally resolved the problem on my MacBook when starting Mail.app that it would display this error message &#8220;SyncServer has unexpectedly quit&#8221; with a relaunch button.</p>
<p>After doing a few google searches I found a site that referenced this problem a way to resolve it.<br />
<a href="http://macosx.com/forums/mac-os-x-system-mac-software/296391-upgradedb-error-after-leopard-u-g-2.html">Link</a></p>
<p>Since, I wasn&#8217;t using .Mac for anything the solution was to:<br />
1) Delete the following folder: /Users/<username>/Library/Application Support/SyncServices/<br />
2) Reboot</p>
]]></content:encoded>
			<wfw:commentRss>http://snydersoft.com/2008/03/29/syncserver-unexpectedly-quit-resolved/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.342 seconds -->

