<?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>Tiffany B. Brown &#187; Mac OS X</title>
	<atom:link href="http://tiffanybbrown.com/tag/mac-os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://tiffanybbrown.com</link>
	<description>A web log about web development and internet culture with frequent detours into other stuff.</description>
	<lastBuildDate>Fri, 10 Feb 2012 23:35:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Android 3.0 SDK on Mac OS X &#8211; Snow Leopard: Installation tips</title>
		<link>http://tiffanybbrown.com/2011/03/22/installing-the-android-3-0-sdk-on-mac-os-x-snow-leopard/</link>
		<comments>http://tiffanybbrown.com/2011/03/22/installing-the-android-3-0-sdk-on-mac-os-x-snow-leopard/#comments</comments>
		<pubDate>Wed, 23 Mar 2011 00:50:43 +0000</pubDate>
		<dc:creator>tiffany</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[android]]></category>

		<guid isPermaLink="false">http://tiffanybbrown.com/?p=5725</guid>
		<description><![CDATA[It&#8217;s not as obvious as it seems in the Installing the SDK documentation. You&#8217;ll also need to do two (small) extra steps. Step 1: Make sure your JAVA_HOME path is using the correct value Edit or create a .bash_profile file in your home directory and add the following line. export JAVA_HOME=`/usr/libexec/java_home` This will set the [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s not as obvious as it seems in the <a href="http://developer.android.com/sdk/installing.html">Installing the SDK documentation</a>. You&#8217;ll also need to do two (small) extra steps.</p>
<h2>Step 1: Make sure your JAVA_HOME path is using the correct value</h2>
<p>Edit or create a .bash_profile file in your home directory and add the following line.</p>
<pre>
export JAVA_HOME=`/usr/libexec/java_home`
</pre>
<p>This will set the JAVA_HOME environment variable to whichever version of the Mac OS X <abbr title="Java Development Kit">JDK</abbr> is available. You can see which version is in use by firing up the Java Preferences application (in /Applications/Utilities)</p>
<h2>Step 2: Use <kbd style="text-transform:lowercase">./android</kbd> instead of <code style="text-transform:lowercase">android</code> to launch the <abbr title="Software Development Kit">SDK</abbr> &amp; <abbr>AVD</abbr> Manager</h2>
<p>The documentation says <q>On Mac or Linux, open a terminal and navigate to the tools/ directory in the Android SDK, then execute: android</q>, but on the Mac, you actually have to type <kbd>./android</kbd>. </p>
<p>That may be obvious to some, but for the n00bs among us, not so much <img src='http://tiffanybbrown.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> . You can then continue <a href="http://developer.android.com/sdk/installing.html">with the installation instructions</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://tiffanybbrown.com/2011/03/22/installing-the-android-3-0-sdk-on-mac-os-x-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Recommended: Git on Snow Leopard</title>
		<link>http://tiffanybbrown.com/2009/11/02/recommended-git-on-snow-leopard/</link>
		<comments>http://tiffanybbrown.com/2009/11/02/recommended-git-on-snow-leopard/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 16:24:05 +0000</pubDate>
		<dc:creator>tiffany</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Tools & Resources]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[version control]]></category>

		<guid isPermaLink="false">http://tiffanybbrown.com/?p=2316</guid>
		<description><![CDATA[PHP developer Chris Shiflett posted some easier-to-follow instructions for compiling Git from source on Snow Leopard. Git, of course, is the new hotness in version and source control with both command-line and GUI interfaces such as Gitnub, GitX, and SmartGit available. I use SVN, hosted by Springloops with Versions at the day job, but we&#8217;re [...]]]></description>
			<content:encoded><![CDATA[<p>PHP developer Chris Shiflett posted some easier-to-follow instructions for compiling <a href="http://git-scm.com/">Git</a> from source on Snow Leopard. </p>
<p>Git, of course, is the new hotness in version and source control with both command-line and <abbr tittle="graphical user interface">GUI</abbr> interfaces such as <a href="http://wiki.github.com/Caged/gitnub" class="ext">Gitnub</a>, <a href="http://gitx.frim.nl/">GitX</a>, and <a href="http://www.syntevo.com/smartgit/index.html">SmartGit</a> available. </p>
<p>I use SVN, hosted by <a href="http://springloops.com/">Springloops</a> with <a href="http://versionsapp.com/">Versions</a> at the day job, but we&#8217;re considering a switch to Git and <a href="http://github.com/">GitHub</a>. </p>
]]></content:encoded>
			<wfw:commentRss>http://tiffanybbrown.com/2009/11/02/recommended-git-on-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web working without the web</title>
		<link>http://tiffanybbrown.com/2009/07/28/web-working-without-the-web/</link>
		<comments>http://tiffanybbrown.com/2009/07/28/web-working-without-the-web/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 15:02:39 +0000</pubDate>
		<dc:creator>tiffany</dc:creator>
				<category><![CDATA[Gadgets & Personal Tech]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[mobility]]></category>
		<category><![CDATA[web working]]></category>

		<guid isPermaLink="false">http://tiffanybbrown.com/?p=2180</guid>
		<description><![CDATA[Theresa Carpenter Sondjo of Appfrica has an excellent post about working offline, particularly in cybercafes or locations where an internet connection is not available. Mac users can replace XAMPP with MAMP.* For portable apps, there&#8217;s the OS X Portable Apps suite. If you need an offline blogging tool, you can try the ScribeFire extension for [...]]]></description>
			<content:encoded><![CDATA[<p>Theresa Carpenter Sondjo of <a href="http://appfrica.net/">Appfrica</a> has an excellent post about <a href="http://appfrica.net/blog/2009/07/27/no-connection-no-problem-practical-advice-for-freelancing-from-cybercafes/">working offline</a>, particularly in cybercafes or locations where an internet connection is not available.</p>
<p>Mac users can replace <a href="http://www.apachefriends.org/en/xampp.html">XAMPP</a> with <a href="http://www.mamp.info/">MAMP</a>.* For portable apps, there&#8217;s the <a href="http://www.freesmug.org/portableapps/">OS X Portable Apps</a> suite. </p>
<p>If you need an offline blogging tool, you can try the <a href="https://addons.mozilla.org/en-US/firefox/addon/1730">ScribeFire</a> extension for WordPress. </p>
<p>What are your tips for web-working without a connection?</p>
<p class="footnote">*Yes, Mac OS X has a web server installed, but MAMP makes things easier in my experience.</p>
]]></content:encoded>
			<wfw:commentRss>http://tiffanybbrown.com/2009/07/28/web-working-without-the-web/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>TrueCrypt now available for Mac OS X</title>
		<link>http://tiffanybbrown.com/2008/02/06/truecrypt-now-available-for-mac-os-x/</link>
		<comments>http://tiffanybbrown.com/2008/02/06/truecrypt-now-available-for-mac-os-x/#comments</comments>
		<pubDate>Wed, 06 Feb 2008 22:00:00 +0000</pubDate>
		<dc:creator>tiffany</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[freeware]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[privacy]]></category>

		<guid isPermaLink="false">http://tiffanybbrown.com/2008/02/06/truecrypt-now-available-for-mac-os-x/</guid>
		<description><![CDATA[With its latest version, TrueCrypt has released a version for Mac OS X. OS X comes with its own encryption feature known as FileVault. But in my experience, FileVault can cause some performance issues. If you don&#8217;t regularly log out of your machine, you may find yourself running out of hard-drive space faster than you [...]]]></description>
			<content:encoded><![CDATA[<p>With its latest version, <a href="http://www.truecrypt.org/news.php">TrueCrypt</a> has released a version for Mac OS X. </p>
<p>OS X comes with its own encryption feature known as FileVault. But in my experience, FileVault can cause some performance issues. If you don&#8217;t regularly log out of your machine, you may find yourself running out of hard-drive space faster than you should. Recovering that space is easy, but can take half an hour or more in some cases. </p>
<p>TrueCrypt avoids FileVault&#8217;s disk space issue by giving you the option to encrypt your data one file at a time. [Via <a href="http://lifehacker.com/353298/truecrypt-now-available-for-mac-too">Lifehacker</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://tiffanybbrown.com/2008/02/06/truecrypt-now-available-for-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ies4linux: Now with Mac support!</title>
		<link>http://tiffanybbrown.com/2007/12/06/ies4linux-now-with-mac-support/</link>
		<comments>http://tiffanybbrown.com/2007/12/06/ies4linux-now-with-mac-support/#comments</comments>
		<pubDate>Thu, 06 Dec 2007 19:52:30 +0000</pubDate>
		<dc:creator>tiffany</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Tools & Resources]]></category>
		<category><![CDATA[Web Development & Programming]]></category>
		<category><![CDATA[ie6]]></category>

		<guid isPermaLink="false">http://tiffanybbrown.com/2007/12/06/ies4linux-now-with-mac-support/</guid>
		<description><![CDATA[I&#8217;ve mentioned ies4Linux before, as well as a round-about way to get it running on your Mac OS X machine. Well, first Mike Kronenberg cut out a few steps and released ies4osx. Then S&#233;rgio Lu&#237;s Lopes J&#250;nior added those changes into the latest version of ies4linux. This isn&#8217;t yet a one-step operation. You will still [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve mentioned ies4Linux before, as well as a round-about way to get it <a href="http://tiffanybbrown.com/2007/06/25/internet-explorer-mac-parallels-linux/">running on your Mac OS X machine</a>. </p>
<p>Well, first Mike Kronenberg cut out a few steps and released <a href="http://www.kronenberg.org/ies4osx/">ies4osx</a>. Then S&eacute;rgio Lu&iacute;s Lopes J&uacute;nior added those changes into the latest version of <a href="http://www.tatanka.com.br/ies4linux/news/49">ies4linux</a>.  </p>
<p>This isn&#8217;t yet a one-step operation. You will still need to install <a href="http://www.kronenberg.org/darwine/">Darwine</a> first.  </p>
]]></content:encoded>
			<wfw:commentRss>http://tiffanybbrown.com/2007/12/06/ies4linux-now-with-mac-support/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trackpad gestures: Mac OS X on the MacBook / MacBook Pro</title>
		<link>http://tiffanybbrown.com/2006/08/29/trackpad-gestures-mac-os-x-on-the-macbook-macbook-pro/</link>
		<comments>http://tiffanybbrown.com/2006/08/29/trackpad-gestures-mac-os-x-on-the-macbook-macbook-pro/#comments</comments>
		<pubDate>Tue, 29 Aug 2006 09:00:17 +0000</pubDate>
		<dc:creator>tiffany</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[macbook]]></category>

		<guid isPermaLink="false">http://tiffanybbrown.com/2006/08/29/trackpad-gestures-mac-os-x-on-the-macbook-macbook-pro/</guid>
		<description><![CDATA[This is a post from 2006. Apple has released new MacBook models since then. As a result, this post is now obsolete and inaccurate. Something I learned while digging around the System Preferences on my MacBook: Mac OS X features what they call &#8220;Trackpad gestures.&#8221; Depending on which Trackpad gestures you enable, you can: Scroll [...]]]></description>
			<content:encoded><![CDATA[<p class="editors-note">This is a post from 2006. Apple has released new MacBook models since then. As a result, this post is now <em>obsolete</em> and inaccurate.</p>
<p>Something I learned while digging around the System Preferences on my MacBook: Mac OS X features what they call &#8220;Trackpad gestures.&#8221;</p>
<p>Depending on which Trackpad gestures you enable, you can:</p>
<ul>
<li>Scroll by dragging two fingers down or across the trackpad.</li>
<li>Enable the secondary click menu (the equivalent of Ctrl+click, or the Mac&#8217;s version of a right click) with two fingers on a trackpad plus a trackpad button click.</li>
<li>Click by tapping the track pad (rather than the track pad button)</li>
</ul>
<p>To enable, go to Keyboard &#038; Mouse under System Preferences.  Trackpad gestures are at the bottom of the dialog box.</p>
<p>It takes a little while to retrain your brain to use the gestures. But I like that I don&#8217;t have to reach for the Ctrl key when I want to bring up a secondary menu. To me, anything that decreases the amount of finger dancing I do with my keyboard is a good thing.</p>
<p>I do find, though, that the click-pad tap can be a little too senstive. Either that or I need to adopt a feather-light stroke. </p>
<p>I also like the two-finger scroll. Much easier to manage, in my opinion, than the two-handed scroll option (one hand holding the trackpad button while the other hand scrolls), or the one-handed scroll motion of death (using your thumb to hold down the trackpad button while using another finger on the same hand to scroll). Now I have no reason to go anywhere near the scroll bar.</p>
]]></content:encoded>
			<wfw:commentRss>http://tiffanybbrown.com/2006/08/29/trackpad-gestures-mac-os-x-on-the-macbook-macbook-pro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

