<?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>Guimkie &#187; Mac</title>
	<atom:link href="http://guimkie.com/tag/mac/feed/" rel="self" type="application/rss+xml" />
	<link>http://guimkie.com</link>
	<description>Tutorials and great Mac software!</description>
	<lastBuildDate>Sun, 04 Dec 2011 21:05:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to hide the Microsoft Office User Data folder</title>
		<link>http://guimkie.com/tips/hide-getting-rid-o-microsoft-office-user-data-folders-in-mac-os-x/</link>
		<comments>http://guimkie.com/tips/hide-getting-rid-o-microsoft-office-user-data-folders-in-mac-os-x/#comments</comments>
		<pubDate>Tue, 30 Nov 2010 20:33:45 +0000</pubDate>
		<dc:creator>Max (from Guimkie)</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Microsoft Office]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[folders]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office]]></category>

		<guid isPermaLink="false">http://guimkie.com/?p=340</guid>
		<description><![CDATA[The documents folder in Mac OS X is for storing your documents. There is absolutely no reason for Microsoft Office (or in fact any other application) to store preferences in that documents folder (that is why Apple created the library folder). With Microsoft Office it is a particular problem because deleting this specific folder will [...]]]></description>
			<content:encoded><![CDATA[<p>The documents folder in Mac OS X is for storing your documents. There is absolutely no reason for Microsoft Office (or in fact any other application) to store preferences in that documents folder (that is why Apple created the library folder). With Microsoft Office it is a particular problem because deleting this specific folder will not get rid of it &#8211; the next time you launch Office, it will just reappear.</p>
<p>Fortunately, there is a way to get rid of that folder. Follow these simple instructions to hide your <code>Microsoft Office User Data</code> folder forever.</p>
<p><span id="more-340"></span></p>
<p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "pub-7241091367075931";
//Guimkie Header for Bubbled Theme
google_ad_slot = "4991557821";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p><strong>Option A</strong>: If you just want to hide the folder and not bother about it still sitting in the documents folder, then one short terminal command will do it.</p>
<ol>
<li>Make a backup of the <code>Microsoft User Data</code> folder sitting in your documents folder. Just in case.</li>
<li>Open up the application <em>Terminal</em>. Paste the following command line into <em>Terminal</em> and hit <em>enter</em>:
<p><code>chflags hidden ~/Documents/Microsoft\ User\ Data</code></p>
<p>That is all you have to do to hide the annoying folder.</li>
</ol>
<p><strong>Option B (recommended)</strong>: Hiding the folder does not change the fact that the user data is still saved in the documents folder. Saving the data in a proper place is more professional and better. Here&#8217;s how:</p>
<ol>
<li>Make a backup of the <code>Microsoft User Data</code> folder. Just in case.</li>
<li>Open a new <em>Finder</em> window and navigate to the following folder:
<p><code>Username/Library/Application Support/Microsoft</code></p>
<p>If the <code>Microsoft</code> folder does not exist, go ahead and create it.</li>
<li>Now place the original <code>Microsoft User Data</code> folder (from your documents folder) into library folder:
<p><code>Username/Library/Application Support/Microsoft</code></li>
<li>Right click on the <code>Microsoft User Data</code> folder and create an alias of it. Move the alias folder to the documents folder. Once moved, rename the alias to <code>Microsoft User Data</code>. This is to make Microsoft Office think this is the actual folder it is looking for.</li>
<li>Now open up the application <em>Terminal</em> and run the following command:
<p><code>chflags hidden ~/Documents/Microsoft\ User\ Data</code></li>
<li>Now the newly created alias should have disappeared from the documents folder. The actual user data is saved in the library folder and everyone is happy.</li>
</ol>
<p>Just in case: If you want to unhide the folder, just reverse the command:</p>
<p><code>chflags nohidden ~/Documents/Microsoft\ User\ Data</code></p>
<p>And for those having problems:</p>
<ul>
<li>Make sure you have copied the <em>Terminal</em> command correctly. One missing space ruins it all.</li>
<li>If you run Microsoft Office and/or Mac OS X in a language other than english, you need to change the path in the command to suit the different file structure. For example, if you run Mac OS X in german, you need to change <code>Documents</code> to <code>Dokumente</code>.</li>
<li>If the folder you are trying to hide has spaces, they need to be escaped for the command. That means you place a backslash <code>\</code> in front of every space.</li>
<li>For any other problems, post in the comments section.</li>
</ul>
<p>Follow any of these instructions at your own risk.</p>
<p><small>Thanks to <a href="http://forums.macrumors.com/showthread.php?t=574014">Richthomas</a> for sharing the hint.</small></p>
]]></content:encoded>
			<wfw:commentRss>http://guimkie.com/tips/hide-getting-rid-o-microsoft-office-user-data-folders-in-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Safari&#8217;s Web Inspector &#8211; Hell nice!!!</title>
		<link>http://guimkie.com/mac-os-x-leopard/safaris-web-inspector-hell-nice/</link>
		<comments>http://guimkie.com/mac-os-x-leopard/safaris-web-inspector-hell-nice/#comments</comments>
		<pubDate>Fri, 07 Dec 2007 16:52:21 +0000</pubDate>
		<dc:creator>Max (from Guimkie)</dc:creator>
				<category><![CDATA[Mac OS X Leopard]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://guimkie.com/mac-os-x-leopard/safaris-web-inspector-hell-nice/</guid>
		<description><![CDATA[Safari 3 is Apple&#8217;s latest browser and is surely my favorite one in the world of browsers. Firefox, is just yuck, it has a ugly look and ARG &#8211; just horrible. We then have Opera which is the worse that I have ever experienced &#8211; I mean, just look at the icon??? Who wants that [...]]]></description>
			<content:encoded><![CDATA[<p>Safari 3 is Apple&#8217;s latest browser and is surely my favorite one in the world of browsers. Firefox, is just yuck, it has a ugly look and ARG &#8211; just horrible. We then have Opera which is the worse that I have ever experienced &#8211; I mean, just look at the icon??? Who wants that in a dock??? No one!!! BTW &#8211; same goes for the Firefox icon (Even though the fox is a nice idea). Better is the Camino Browser which is a mixture of Firefox&#8217;s browser engine and Safari&#8217;s elegance. Well done Camino group!!!</p>
<p>In any case, I&#8217;m a 100% Safari user and will never switch to a different one.</p>
<p>Now to the post, since Safari is quite new, it has some great features that have yet not been discovered. One of them is a advanced source-code inspector that makes life easier than ever, at least for developers.</p>
<p>Firefox has a plugin named <a target="_blank" href="http://www.getfirebug.com/">Firebug</a> which allows you to look at the source-code of a page, steal stylesheets in a snap and lots of other great things. Safari now supports this without any sort of plugin. A right-click inspector will allow you to get this:</p>
<p style="text-align: center;"><img src="http://guimkie.com/files/images/wi1.png" class="GUIMKIE-image"/></p>
<p>The image above shows the loading time for certain things of my site. All visually interesting and the power of this &#8220;inspector&#8221; is just amazing.</p>
<p style="text-align: center;"><img src="http://guimkie.com/files/images/wi2.png" class="GUIMKIE-image"/></p>
<p>Here is a image which shows the source code with syntax coloring. </p>
<p style="text-align: center;"><img src="http://guimkie.com/files/images/wi3.png" class="GUIMKIE-image"/></p>
<p>This image shows how elements are set up within other elements, basically displaying the whole hierarchy and then the corresponding style attachments for this element! Coooool!</p>
<p>This is known through <a target="_blank" href="http://panic.com/coda/">Coda</a> already &#8211; but it is just nice to see this out of Coda.</p>
<p>Now how do you get this cool thing? It&#8217;s totally easy, just follow this steps:</p>
<ol>
<li>Open Terminal (Applications/Utilities/Terminal.app).</li>
<li>Paste in this command line:<br />
<code>defaults write com.apple.Safari WebKitDeveloperExtras -bool true</code></li>
<li>Hit enter and now open Safari.</li>
<li>Open any page and then right-click (or on a MacBook: ctrl + left click) and select the Element Inspector.</li>
<li>Now you have a new window with all the features above. If you want the Element Inspector in the same window as the actual page, then click on the lower-left icon looking like three boxes</li>
<li>If you want to get the inspector away, just paste in the same command line into Terminal, only with &#8220;false&#8221; at the end instead of &#8220;true.&#8221;
</ol>
<p>I hope you enjoy this little trick. <img src='http://guimkie.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://guimkie.com/mac-os-x-leopard/safaris-web-inspector-hell-nice/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Yay &#8211; Finally I Have Leopard</title>
		<link>http://guimkie.com/mac-os-x-leopard/yay-finally-i-have-leopard/</link>
		<comments>http://guimkie.com/mac-os-x-leopard/yay-finally-i-have-leopard/#comments</comments>
		<pubDate>Tue, 20 Nov 2007 19:02:41 +0000</pubDate>
		<dc:creator>Max (from Guimkie)</dc:creator>
				<category><![CDATA[Mac OS X Leopard]]></category>
		<category><![CDATA[Dev Tools]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://guimkie.com/mac-os-x-leopard/yay-finally-i-have-leopard/</guid>
		<description><![CDATA[Yeah I know, probably not very exciting for all you guys, Leopard has been around quite a long time and many of you are already using it &#8211; but I was not one of them. It finally arrived today since Amazon didn&#8217;t have enough copies left so it took them quite a while to process [...]]]></description>
			<content:encoded><![CDATA[<p>Yeah I know, probably not very exciting for all you guys, Leopard has been around quite a long time and many of you are already using it &#8211; but I was not one of them. It finally arrived today since Amazon didn&#8217;t have enough copies left so it took them quite a while to process through all the orders.</p>
<p>It&#8217;s installed &#8211;  I just ordered another 1GB RAM for my mac &#8211; and the upgrade was a charm. Nothing lost, only great new things were gained. First of all, I changed the background from this ugly Aurora to the Grass background &#8211; but I am still not really happy with the outcome. i guess I have to make my own cool aqua background, since Apple didn&#8217;t want to.</p>
<p>In any case, I took a look at the new Developer Tools and they are really great. Now it&#8217;s real fun making apps &#8211; with the new Leopard! <img src='http://guimkie.com/wp-includes/images/smilies/icon_razz.gif' alt=':-P' class='wp-smiley' /> </p>
<p>I guess that&#8217;s about it, what I wanted to say in this post. </p>
]]></content:encoded>
			<wfw:commentRss>http://guimkie.com/mac-os-x-leopard/yay-finally-i-have-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

