<?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>70's Futurisitic Technology &#187; ubiquity</title>
	<atom:link href="http://ozten.com/psto/tag/ubiquity/feed/" rel="self" type="application/rss+xml" />
	<link>http://ozten.com/psto</link>
	<description>Programming focused drivel</description>
	<lastBuildDate>Wed, 09 Nov 2011 06:05:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>User didn&#8217;t install your commands detection</title>
		<link>http://ozten.com/psto/2009/04/18/user-didnt-install-your-commands-detection/</link>
		<comments>http://ozten.com/psto/2009/04/18/user-didnt-install-your-commands-detection/#comments</comments>
		<pubDate>Sat, 18 Apr 2009 23:10:43 +0000</pubDate>
		<dc:creator>ozten</dc:creator>
				<category><![CDATA[MOBhat]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[ubiquity]]></category>

		<guid isPermaLink="false">http://ozten.com/psto/?p=52</guid>
		<description><![CDATA[Since MOBhat has so many steps to get setup, a Troubleshooting page would be helpful. The first common issue is people skipping the Ubiquity install step, completing the rest of the steps and then getting stuck or confused.
I&#8217;m using Ubiquity behind the scenes, so it&#8217;s optional for the user to use the command line. Since [...]]]></description>
			<content:encoded><![CDATA[<p>Since <a href="http://ozten.com/psto/2009/04/15/introducing-mobhat/">MOBhat</a> has so many steps to get setup, a <a href="http://mobhat.restservice.org/welcome/troubleshoot">Troubleshooting</a> page would be helpful. The first common issue is people <strong>skipping the Ubiquity install step</strong>, completing the rest of the steps and then getting stuck or confused.</p>
<p>I&#8217;m using Ubiquity <strong>behind the scenes</strong>, so it&#8217;s optional for the user to use the command line. Since I don&#8217;t have them invoke it, or describe it in detail, it&#8217;s an easy step to skip.</p>
<p>The Troubleshoot link above detects if you&#8217;ve installed the MOBhat command feed. If not it displays an error and gives instructions. If <a href="http://getsatisfaction.com/mozilla/topics/command_subscription_page_feature_to_warn_users_to_install_ubiquity">Ubiquity had a &lt;noscript&gt; like mechanism</a>, then I could detect if Ubiquity wasn&#8217;t installed earlier.</p>
<p>View the <a href="http://mobhat.restservice.org/welcome/troubleshoot">HTML source of the page</a>, the technique might be useful on your command feed pages. If so just add a pageLoad command like this to your command feed:</p>
<pre>
function pageLoad_detectNoUbiquity(){
    var doc = Application.activeWindow.activeTab.document;
    var url = doc.location.href;
    var troubleshoot = "http://mobhat.restservice.org/welcome/troubleshoot";
    if (url == troubleshoot) {
        jQuery('.no-ubiquity', Application.activeWindow.activeTab.document).hide();
        jQuery('.ubiquity', Application.activeWindow.activeTab.document).show();
    }
}
</pre>
]]></content:encoded>
			<wfw:commentRss>http://ozten.com/psto/2009/04/18/user-didnt-install-your-commands-detection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title></title>
		<link>http://ozten.com/psto/2009/01/28/10/</link>
		<comments>http://ozten.com/psto/2009/01/28/10/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 03:25:49 +0000</pubDate>
		<dc:creator>ozten</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ubiquity]]></category>

		<guid isPermaLink="false">http://ozten.com/psto/?p=10</guid>
		<description><![CDATA[How do I update a &#8220;non auto-updating&#8221; subscription for Ubiquity?
I have been subscribing with auto-updating for most Ubiquity commands, but i wrote a really simple command copy-page-title-gist that I didn&#8217;t see updating very often, so I didn&#8217;t set it to auto-update. Later I added some description, but I couldn&#8217;t figure out how refresh the command.
I [...]]]></description>
			<content:encoded><![CDATA[<p><strong>How do I update a &#8220;non auto-updating&#8221; subscription for Ubiquity?</strong></p>
<p>I have been subscribing with auto-updating for most <a href="http://labs.mozilla.com/2008/08/introducing-ubiquity/">Ubiquity</a> commands, but i wrote a really simple command <a href="http://gist.github.com/53534">copy-page-title-gist</a> that I didn&#8217;t see updating very often, so I didn&#8217;t set it to auto-update. Later I added some description, but I couldn&#8217;t figure out how refresh the command.</p>
<p>I expected  it to be at  about:ubiquity &gt; <a href="chrome://ubiquity/content/cmdlist.html">Your Commands</a> and figured the feature wasn&#8217;t implemented yet.</p>
<p>I figured wrong! On the about:ubiquity page if you scroll way down there is <a href="about:ubiquity#command-feeds-div">Subscribed Feeds</a>. From here you can see updates in <span style="color: #008000;">green</span>.</p>
]]></content:encoded>
			<wfw:commentRss>http://ozten.com/psto/2009/01/28/10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

