<?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>Jon Fox &#187; Code</title>
	<atom:link href="http://jonefox.com/blog/tag/code/feed/" rel="self" type="application/rss+xml" />
	<link>http://jonefox.com/blog</link>
	<description>My rants, ramblings, and random thoughts</description>
	<lastBuildDate>Mon, 24 May 2010 16:12: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>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/><cloud domain='jonefox.com' port='80' path='/blog/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>Ubiquity: Password Generator</title>
		<link>http://jonefox.com/blog/2008/09/11/ubiquity-password-generator/</link>
		<comments>http://jonefox.com/blog/2008/09/11/ubiquity-password-generator/#comments</comments>
		<pubDate>Fri, 12 Sep 2008 05:45:10 +0000</pubDate>
		<dc:creator>jon</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Password Generator]]></category>
		<category><![CDATA[Ubiquity]]></category>
		<category><![CDATA[User Interface]]></category>

		<guid isPermaLink="false">http://jonefox.com/blog/?p=65</guid>
		<description><![CDATA[I recently made a stab at another Ubiquity command. This one is a password generator to generate site-specific passwords. Simply subscribe to the command here to get started. I&#8217;d suggest manually changing the &#8220;mypass&#8221; value to some unique string rather than use the default, but this is not technically required. Once you&#8217;ve got the initial [...]]]></description>
			<content:encoded><![CDATA[<p>I recently made a stab at another <a href="http://labs.mozilla.com/2008/08/introducing-ubiquity/">Ubiquity</a> command.  This one is a password generator to generate site-specific passwords.  Simply subscribe to the command <a href="http://jonefox.com/ubiquity-password.htm">here</a> to get started.  I&#8217;d suggest manually changing the &#8220;mypass&#8221; value to some unique string rather than use the default, but this is not technically required.</p>
<p>Once you&#8217;ve got the initial command setup you can generate a password by simply opening Ubiquity (CTRL+SPACE) and typing &#8220;password&#8221;.  You can specify the site by adding it as a parameter after &#8220;password&#8221; or the command will use the current window&#8217;s location href as the default.  Passwords are an 8 character hash based on the site and the &#8220;mypass&#8221; key set at install.  The password will then be pasted at the current cursor location for your convenience.</p>
<p>Let me know what you think.</p>
]]></content:encoded>
			<wfw:commentRss>http://jonefox.com/blog/2008/09/11/ubiquity-password-generator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubiquity</title>
		<link>http://jonefox.com/blog/2008/09/09/ubiquity/</link>
		<comments>http://jonefox.com/blog/2008/09/09/ubiquity/#comments</comments>
		<pubDate>Tue, 09 Sep 2008 19:23:55 +0000</pubDate>
		<dc:creator>jon</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Ubiquity]]></category>
		<category><![CDATA[User Interface]]></category>

		<guid isPermaLink="false">http://jonefox.com/blog/?p=63</guid>
		<description><![CDATA[For those of you that don&#8217;t already know, Mozilla Labs recently released an early version of Ubiquity. Ubiquity is a command line interface that opens up new options to interface with your browser and integrate your web apps. Check out the video for more info. Overall I think this project is very interesting. For the [...]]]></description>
			<content:encoded><![CDATA[<p>For those of you that don&#8217;t already know, <a href="http://labs.mozilla.com/">Mozilla Labs</a> recently released an early version of <a href="http://labs.mozilla.com/2008/08/introducing-ubiquity/">Ubiquity</a>.  Ubiquity is a command line interface that opens up new options to interface with your browser and integrate your web apps.  Check out the <a href="http://www.vimeo.com/1561578?sec=1561578">video</a> for more info.</p>
<p>Overall I think this project is very interesting.  For the techies/power users out there it provides a much more efficient way to do complex tasks.  This type of UI lends itself well to the repetitive tasks that you face on a daily basis (in particular the email commands in Ubiquity are a great example of this).  The real power of Ubiquity comes from its expandability though.  New commands can be added by adding simple javascript functions to the addon.  These additional commands can then be shared with a special link tag in a document and can even be automatically updated (if the user has given permissions for this).</p>
<p>I&#8217;ve taken a stab at my first Ubiquity command.  You can get it <a href="http://jonefox.com/ubiquity-newsgator.htm">here</a>.  It adds a command to add RSS feeds to <a href="http://newsgator.com">Newsgator</a> (my RSS reader of choice).  Just hit CTRL+SPACE (to open Ubiquity) then execute the command &#8220;add-to-newsgator&#8221; and it&#8217;ll search the current page for an RSS feed and add it to your Newsgator account.</p>
<p>What do you think of Ubiquity?</p>
]]></content:encoded>
			<wfw:commentRss>http://jonefox.com/blog/2008/09/09/ubiquity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
