<?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; MOBhat</title>
	<atom:link href="http://ozten.com/psto/tag/mobhat/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>Introducing MOBhat</title>
		<link>http://ozten.com/psto/2009/04/15/introducing-mobhat/</link>
		<comments>http://ozten.com/psto/2009/04/15/introducing-mobhat/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 04:33:40 +0000</pubDate>
		<dc:creator>ozten</dc:creator>
				<category><![CDATA[MOBhat]]></category>
		<category><![CDATA[oface]]></category>
		<category><![CDATA[screencast]]></category>

		<guid isPermaLink="false">http://ozten.com/psto/?p=38</guid>
		<description><![CDATA[
It&#8217;s been a long time coming, 2 hours here and 2 hours there, but I am ready to launch my Lifestreaming experiment&#8230; and I need your help.
Introducing MOBhat from Austin King on Vimeo.
I&#8217;ve changed the name of the project from OFace to MOBhat. MOB &#8211; like a gang of people and hat &#8211; like your [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://mobhat.restservice.org/static/images/MobHatLogoBig.png" width="415" height="83" alt="MOBhat logo" /></p>
<p>It&#8217;s been a long time coming, 2 hours here and 2 hours there, but I am ready to launch my Lifestreaming experiment&#8230; and I need your help.</p>
<p><object width="400" height="300"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=4166841&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=4166841&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="300"></embed></object><br /><a href="http://vimeo.com/4166841">Introducing MOBhat</a> from <a href="http://vimeo.com/user1242210">Austin King</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>I&#8217;ve changed the name of the project from OFace to MOBhat. MOB &#8211; like a gang of people and hat &#8211; like your different social identities throughout the day. Also it sounds tough but is the name of the old timey hat in the logo next to the Bowler. Watch the video then signup at <a href="http://mobhat.restservice.org">MOBhat.restservice.org</a>. Have questions or feedback? Let&#8217;s play together and figure out if &#8220;faceting&#8221; your Activity Stream is a worthwhile technique. Definitely join the <a href="http://friendfeed.com/rooms/mobhat">MOBhat FriendFeed Room</a> and we can build on this experiment together.</p>
<h4>Background Posts</h4>
<ul>
<li><a href="http://ozten.com/psto/2009/02/01/a-sketch-of-oface-on-vimeo/">A Sketch of Oface</a> Feb 2009</li>
<li><a href="http://ozten.com/psto/2008/10/09/faceting-social-identity-it%E2%80%99s-all-about-the-audience/">Faceting Social Identity? It’s All About the Audience</a> Oct 2008</li>
<li><a href="http://ozten.com/psto/2008/09/oface-imagining-identity-faceting-web.html">OFace &mdash; Imagining an Identity Faceting Web Service</a> Sept 2008</li>
<li><a href="http://www.ozten.com/psto/2008/09/intended-audience-and-faceted-social.html">Intended Audience and Faceted Social Identities</a> Sept 2008</li>
</ul>
<p> <a rel="license" href="http://creativecommons.org/licenses/by/3.0/us/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by/3.0/us/88x31.png" /></a><br /><span xmlns:dc="http://purl.org/dc/elements/1.1/" href="http://purl.org/dc/dcmitype/MovingImage" property="dc:title" rel="dc:type">Introducing MOBhat</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="http://mobhat.restservice.org" property="cc:attributionName" rel="cc:attributionURL">Austin King</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/3.0/us/">Creative Commons Attribution 3.0 United States License</a>.<br />Based on a work at <a xmlns:dc="http://purl.org/dc/elements/1.1/" href="http://www.vimeo.com/4166841" rel="dc:source">www.vimeo.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://ozten.com/psto/2009/04/15/introducing-mobhat/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

