<?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>Blue Ember Design &#187; Apple</title>
	<atom:link href="http://www.blueemberdesign.com/blog/category/apple/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blueemberdesign.com</link>
	<description>Web Design, Development, and Online Marketing for the San Francisco &#38; East Bay Area</description>
	<lastBuildDate>Mon, 24 May 2010 23:44:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Tab Key Skipping Drop-downs in Firefox on OSX</title>
		<link>http://www.blueemberdesign.com/blog/2010/02/09/tab-key-skipping-dropdowns-firefox-osx/</link>
		<comments>http://www.blueemberdesign.com/blog/2010/02/09/tab-key-skipping-dropdowns-firefox-osx/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 17:00:05 +0000</pubDate>
		<dc:creator>Garrett St. John</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[drop downs]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[system preferences]]></category>
		<category><![CDATA[tab]]></category>
		<category><![CDATA[tabbing]]></category>
		<category><![CDATA[tabbing form]]></category>

		<guid isPermaLink="false">http://www.blueemberdesign.com/?p=960</guid>
		<description><![CDATA[While tabbing through form fields in Firefox on Mac OSX, drop-downs are skipped and require switching to the mouse to set a value. Read about the fix


No related posts.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been a Mac user for just about a year now (couldn&#8217;t ever go back), but I&#8217;ve noticed an annoying little &#8220;feature&#8221; within Firefox that I was never able to resolve until recently.  While tabbing through form fields, drop-downs are skipped and require switching to the mouse to set a value.</p>
<p>Turns out the issue is pretty simple to resolve.  Go to System Preferences, then select Keyboard.  On the bottom of the window there is a section titled &#8216;Full Keyboard Access&#8217; (as pictured below).</p>
<p><img class="alignnone size-full wp-image-973" title="system-preferences" src="http://www.blueemberdesign.com/wp-content/uploads/2010/02/system-preferences.jpg" alt="" width="470" height="236" /></p>
<p>Simply change the option to &#8216;All controls&#8217; instead of the default.  This will allow you to tab between all elements on the page.  In addition to drop-downs, you will now be able to focus on links as well.</p>
<p><strong>Tip:</strong> The keyboard shortcut Control +F7 will toggle this setting if you prefer to enable/disable it quickly.</p>
<p>A big nod goes to <a href="http://www.howtogeek.com/howto/apple/why-doesnt-tab-work-for-drop-down-controls-in-firefox-on-os-x/">howtogeek.com</a> for this fix.</p>
<img src="http://www.blueemberdesign.com/?ak_action=api_record_view&id=960&type=feed" alt="" />

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.blueemberdesign.com/blog/2010/02/09/tab-key-skipping-dropdowns-firefox-osx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gas Mask: Simple Hosts File Manager for OS X</title>
		<link>http://www.blueemberdesign.com/blog/2009/10/05/gas-mask-simple-hosts-file-manager-mac-os-x/</link>
		<comments>http://www.blueemberdesign.com/blog/2009/10/05/gas-mask-simple-hosts-file-manager-mac-os-x/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 22:12:02 +0000</pubDate>
		<dc:creator>Garrett St. John</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[gas mask]]></category>
		<category><![CDATA[hosts]]></category>
		<category><![CDATA[hosts file]]></category>
		<category><![CDATA[hosts file switching]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[profile switching]]></category>

		<guid isPermaLink="false">http://www.blueemberdesign.com/?p=883</guid>
		<description><![CDATA[In doing a considerable amount of local web development, we often come across the need to modify (or even completely swap out) the hosts file on Mac OS X Leopard. Check out how we do it


Related Posts:<ol><li><a href='http://www.blueemberdesign.com/blog/2009/08/25/codeigniter-file-upload-changing-the-file-name/' rel='bookmark' title='Permanent Link: CodeIgniter File Upload: Changing the File Name'>CodeIgniter File Upload: Changing the File Name</a></li>
<li><a href='http://www.blueemberdesign.com/blog/2009/07/29/codeigniter-file-upload-setting-disallowed-file-types/' rel='bookmark' title='Permanent Link: CodeIgniter File Upload: Setting Disallowed File Types'>CodeIgniter File Upload: Setting Disallowed File Types</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-884" title="gas-mask" src="http://www.blueemberdesign.com/wp-content/uploads/2009/10/gas-mask.jpg" alt="gas-mask" width="470" height="157" /></p>
<p>In doing a considerable amount of local web development, we often come across the need to modify (or even completely swap out) the hosts file on Mac OS X Leopard.  While it is possible to do this <a href="http://decoding.wordpress.com/2009/04/06/how-to-edit-the-hosts-file-in-mac-os-x-leopard/">through the terminal</a>, there is a great little tool from <a href="http://www.clockwise.ee/">Clockwise</a> that works perfectly called <a href="http://www.apple.com/downloads/macosx/development_tools/gasmask.html">Gas Mask</a>.</p>
<p><strong>Features:</strong></p>
<ul>
<li>Syntax highlighting</li>
<li>Simple hosts file switching</li>
<li>Global hotkeys for file switching</li>
<li>Automatic flushing of the local DNS cache</li>
<li>Growl support</li>
</ul>
<p>Gas Mask is currently at version 0.4 and can be downloaded for free on the <a href="http://www.apple.com/downloads/macosx/development_tools/gasmask.html">Apple Downloads</a> site. Enjoy!</p>
<img src="http://www.blueemberdesign.com/?ak_action=api_record_view&id=883&type=feed" alt="" />

<p>Related Posts:<ol><li><a href='http://www.blueemberdesign.com/blog/2009/08/25/codeigniter-file-upload-changing-the-file-name/' rel='bookmark' title='Permanent Link: CodeIgniter File Upload: Changing the File Name'>CodeIgniter File Upload: Changing the File Name</a></li>
<li><a href='http://www.blueemberdesign.com/blog/2009/07/29/codeigniter-file-upload-setting-disallowed-file-types/' rel='bookmark' title='Permanent Link: CodeIgniter File Upload: Setting Disallowed File Types'>CodeIgniter File Upload: Setting Disallowed File Types</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.blueemberdesign.com/blog/2009/10/05/gas-mask-simple-hosts-file-manager-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
