<?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>Less Talk, More Do &#187; Mozilla Fennec</title>
	<atom:link href="http://www.chrisfinke.com/category/mozilla-fennec/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chrisfinke.com</link>
	<description>Christopher Finke is a software engineer who builds high-traffic websites (like AOL Shopping and Mahalo.com) and develops browser add-ons (like ScribeFire, TwitterBar, FireFound, and Tapsure) to enhance the Web.</description>
	<lastBuildDate>Mon, 06 Feb 2012 21:34:06 +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>Tapsure: Better password input on mobile devices</title>
		<link>http://www.chrisfinke.com/2010/12/17/tapsure-better-password-input-on-mobile-devices/</link>
		<comments>http://www.chrisfinke.com/2010/12/17/tapsure-better-password-input-on-mobile-devices/#comments</comments>
		<pubDate>Fri, 17 Dec 2010 14:00:18 +0000</pubDate>
		<dc:creator>Christopher Finke</dc:creator>
				<category><![CDATA[Browser Add-ons]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Mozilla Add-ons]]></category>
		<category><![CDATA[Mozilla Fennec]]></category>
		<category><![CDATA[Mozilla Firefox for Mobile]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tapsure]]></category>

		<guid isPermaLink="false">http://www.chrisfinke.com/?p=1858</guid>
		<description><![CDATA[In which I develop an alternative password input method for touchscreens.]]></description>
			<content:encoded><![CDATA[<p>Typing passwords on mobile devices sucks.  If you have even a reasonably strong password (one that includes letters, numbers, and special characters), it can take more than a few seconds to type it out on a phone&#8217;s keypad or on-screen keyboard. In this day and age, that&#8217;s time you just don&#8217;t have!</p>
<p>Tapsure is an extension for Firefox for Mobile that alleviates this problem by allowing you to input passwords on websites by tapping a rhythm on your touchscreen rather than hunting through the device&#8217;s keyboard.</p>
<h3>How does it work?</h3>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/265038/">Install Tapsure here</a>, and after restarting Firefox for Mobile, log into one of your online accounts as usual. After you log in, you&#8217;ll see a notification from Tapsure:</p>
<p><img src="http://www.chrisfinke.com/files/2010/12/tapsure-request.png" alt="" title="tapsure-request" width="500" height="341" class="alignnone size-full wp-image-1853" /></p>
<p>Choose &#8220;Yes,&#8221; and you&#8217;ll see this dialog:</p>
<p><img src="http://www.chrisfinke.com/files/2010/12/tapsure-add.png" alt="" title="tapsure-add" width="500" height="313" class="alignnone size-full wp-image-1850" /></p>
<p>(If you choose &#8220;No,&#8221; Tapsure will never ask about that specific password again.  If you just close the notification, Tapsure will ask the next time you use the password.)</p>
<p>Here comes the fun part: think of a song, a pattern, a rhythm, or even some Morse code that you want to use to log in to sites that use this password &#8211; it can be anything, as long as it doesn&#8217;t have more than a full second between taps.  Got it?  Ok, now tap that song/pattern/rhythm/Morse code on the screen. Tapsure will save it and close the dialog.</p>
<p>Now, the next time you&#8217;re logging into a site that uses that password, instead of slowly typing out your super-secure 20-character password, just hold your finger down on the password field until you see this:</p>
<p><img src="http://www.chrisfinke.com/files/2010/12/tapsure-attempt.png" alt="" title="tapsure-attempt" width="500" height="312" class="alignnone size-full wp-image-1851" /></p>
<p>Now tap out your pattern from the previous step, and Tapsure will automatically fill in your password for you. (If you tap the pattern incorrectly, Tapsure will shake it off and give you another chance.)</p>
<p>You can repeat these steps for as many passwords as you like &#8211; Tapsure will remember them all.</p>
<h3>Tapsure Settings</h3>
<p>In the add-on options panel, you can reset all of the patterns you&#8217;ve saved with Tapsure to start over. (This will also clear the list of passwords that Tapsure won&#8217;t ask you to save a pattern for.)</p>
<p><img src="http://www.chrisfinke.com/files/2010/12/tapsure-options.png" alt="" title="tapsure-options" width="500" height="141" class="alignnone size-full wp-image-1852" /></p>
<h3>Is this secure?</h3>
<p>Yes, Tapsure saves your patterns and passwords using Firefox&#8217;s built-in password manager, so it just as secure as having Firefox remember your passwords.  Tapsure also has the benefit that someone could closely watch you log in to a website without knowing your password, because it&#8217;s harder to discern and remember a tapped pattern than it is to watch the keys that you press.</p>
<h3>Couldn&#8217;t I just tell Firefox to remember the password?</h3>
<p>You could&#8230; but if you use the same password on more than one site (which I estimate that 99.9% of people do), you&#8217;d have to type it out with excruciating care on every single site that you use it on.</p>
<h3>Miscellaneous</h3>
<p>Try and use a semi-unique pattern &#8211; don&#8217;t choose Happy Birthday.  It&#8217;s like using the password &#8220;password.&#8221;</p>
<p>Tapsure probably works better on capacitive touchscreens than resistive touch screens, simply due to the fact that it&#8217;s easier to tap a quick pattern when you don&#8217;t have to press down firmly on each tap.</p>
<p>Tapsure was entered in the <a href="http://extendfirefox.com/mobile-cup/index.php">Firefox Mobile Add-ons Cup</a>. If you want to see it win, please write to your senators and representatives.</p>
<h3>Where can I install it again?</h3>
<div class="key-point install-box">
<div class="install"><b><a href="https://addons.mozilla.org/en-US/firefox/addon/265038/">Install Tapsure from Mozilla Add-ons</a></b></div>
</div>
<p>Or, you can search for &#8220;Tapsure&#8221; in the &#8220;Get Add-ons&#8221; portion of Firefox for Mobile.</p>
 <img src="http://www.chrisfinke.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=1858" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.chrisfinke.com/2010/12/17/tapsure-better-password-input-on-mobile-devices/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Four More Fennec Add-ons</title>
		<link>http://www.chrisfinke.com/2008/11/06/four-more-fennec-add-ons/</link>
		<comments>http://www.chrisfinke.com/2008/11/06/four-more-fennec-add-ons/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 01:49:34 +0000</pubDate>
		<dc:creator>Christopher Finke</dc:creator>
				<category><![CDATA[AutoAuth]]></category>
		<category><![CDATA[Browser Add-ons]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Mozilla Add-ons]]></category>
		<category><![CDATA[Mozilla Fennec]]></category>
		<category><![CDATA[Mozilla Firefox]]></category>
		<category><![CDATA[Slashdotter]]></category>
		<category><![CDATA[TwitterBar]]></category>
		<category><![CDATA[YouTube Comment Snob]]></category>

		<guid isPermaLink="false">http://www.chrisfinke.com/?p=1015</guid>
		<description><![CDATA[This is a Fennec fox. I got some great feedback after I updated URL Fixer to be compatible with Fennec, Mozilla&#8217;s mobile browser, and I&#8217;m happy to announce that I&#8217;ve been able to add Fennec compatibility to four more add-ons: TwitterBar: Post to Twitter from Firefox&#8217;s address bar AutoAuth: Automatically submits authentication dialogs YouTube Comment [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/floridapfe/1577506262/"><img src="http://farm3.static.flickr.com/2082/1577506262_03177b0e0f.jpg" alt="Picture of a Fennec fox." /></a><br /><i>This is a Fennec fox.</i></p>
<p>I got some great feedback after I <a href="http://www.chrisfinke.com/2008/10/29/url-fixer-now-compatible-with-fennec-mobile-firefox/">updated URL Fixer</a> to be compatible with <a href="https://wiki.mozilla.org/Mobile/Fennec">Fennec, Mozilla&#8217;s mobile browser</a>, and I&#8217;m happy to announce that I&#8217;ve been able to add Fennec compatibility to four more add-ons:</p>
<ul>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/4664/">TwitterBar</a>: Post to Twitter from Firefox&#8217;s address bar</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/4949/">AutoAuth</a>: Automatically submits authentication dialogs</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/7115/">YouTube Comment Snob</a> (still in the sandbox): Filter out lame comments on YouTube</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/2175/">Slashdotter</a> (still in the sandbox): Adds features to the <a href="http://slashdot.org/">Slashdot</a> website</li>
</ul>
<p>So far, I&#8217;ve found it pretty easy to port add-ons to Fennec, with the following caveats:</p>
<ul>
<li>You can&#8217;t install add-ons in Fennec by opening them from your computer; I wrote a script to copy the add-on directly into the Fennec profile, much like an add-on IV drip &#8211; straight into the bloodstream!</li>
<li>There&#8217;s no easy access to the error console , but you can open it manually if you grab the <a href="chrome://global/content/console.xul">address</a> from Firefox.</li>
<li>No DOM Inspector.  For now, just browse <a href="http://hg.mozilla.org/mobile-browser/file/3d4513d61c4b/chrome/content/">the source</a>.</li>
</ul>
<p>It seems that all of these issues could be solved with a &#8220;Fennec Add-on Development&#8221; extension; maybe that will be my next project, unless easier solutions already exist. </p>
 <img src="http://www.chrisfinke.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=1015" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.chrisfinke.com/2008/11/06/four-more-fennec-add-ons/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>URL Fixer now compatible with Fennec (Mobile Firefox)</title>
		<link>http://www.chrisfinke.com/2008/10/29/url-fixer-now-compatible-with-fennec-mobile-firefox/</link>
		<comments>http://www.chrisfinke.com/2008/10/29/url-fixer-now-compatible-with-fennec-mobile-firefox/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 14:23:49 +0000</pubDate>
		<dc:creator>Christopher Finke</dc:creator>
				<category><![CDATA[Browser Add-ons]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Mozilla Fennec]]></category>
		<category><![CDATA[Mozilla Firefox]]></category>
		<category><![CDATA[URL Fixer]]></category>

		<guid isPermaLink="false">http://www.chrisfinke.com/?p=957</guid>
		<description><![CDATA[Fennec is the codename for Mozilla&#8217;s work-in-progress mobile browser for phones and smaller computing devices, and since it supports extensions just like Firefox, I&#8217;ve started adding Fennec compatibility to the extensions I&#8217;ve written (when it makes sense). URL Fixer version 1.5 is fully Fennec-compatible. I think it&#8217;s even more useful in Fennec than in Firefox, [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.chrisfinke.com/files/2008/10/url-fixer-in-fennec.gif" alt="Screenshot of URL Fixer being used in Fennec, the mobile Firefox browser" title="URL Fixer in Fennec" class="alignnone size-full wp-image-963" /></p>
<p>Fennec is the codename for <a href="https://wiki.mozilla.org/Mobile/Fennec">Mozilla&#8217;s work-in-progress mobile browser</a> for phones and smaller computing devices, and since it <a href="https://wiki.mozilla.org/Mobile/Fennec/Extensions">supports extensions</a> just like Firefox, I&#8217;ve started adding Fennec compatibility to the extensions I&#8217;ve written (when it makes sense).</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/2871">URL Fixer version 1.5</a> is fully Fennec-compatible.  I think it&#8217;s even more useful in Fennec than in Firefox, given the ease with which one can fat-finger a touch-screen or mini-qwerty keyboard versus on a full-size computer keyboard.</p>
<p>(The screenshot above is from <a href="http://www.mozilla.org/projects/fennec/1.0a1/releasenotes/#install">Fennec running on Mac OSX</a>, so your visual results may vary depending on your device.)</p>
 <img src="http://www.chrisfinke.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=957" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.chrisfinke.com/2008/10/29/url-fixer-now-compatible-with-fennec-mobile-firefox/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

