<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Even simpler then my last Ubiquity examp&#8230;</title>
	<atom:link href="http://www.eriksmartt.com/blog/archives/547/feed" rel="self" type="application/rss+xml" />
	<link>http://www.eriksmartt.com/blog/archives/547</link>
	<description>my little chunk of bandwidth</description>
	<lastBuildDate>Tue, 17 Aug 2010 14:21:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-alpha</generator>
	<item>
		<title>By: Bhagwad Park</title>
		<link>http://www.eriksmartt.com/blog/archives/547#comment-38361</link>
		<dc:creator>Bhagwad Park</dc:creator>
		<pubDate>Wed, 22 Jul 2009 23:46:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.eriksmartt.com/blog/?p=547#comment-38361</guid>
		<description>You&#039;re welcome. I&#039;ve created a post with the rel=&quot;command&quot; so users can install it. I&#039;ve linked back to you as well.

Here it is: http://bhagwad.com/blog/2009/07/firefox-ubiquity-character-count-command.html</description>
		<content:encoded><![CDATA[<p>You&#8217;re welcome. I&#8217;ve created a post with the rel=&#8221;command&#8221; so users can install it. I&#8217;ve linked back to you as well.</p>
<p>Here it is: <a href="http://bhagwad.com/blog/2009/07/firefox-ubiquity-character-count-command.html" rel="nofollow">http://bhagwad.com/blog/2009/07/firefox-ubiquity-character-count-command.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: erik</title>
		<link>http://www.eriksmartt.com/blog/archives/547#comment-38360</link>
		<dc:creator>erik</dc:creator>
		<pubDate>Wed, 22 Jul 2009 17:03:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.eriksmartt.com/blog/?p=547#comment-38360</guid>
		<description>Hi, thanks for posting the update!</description>
		<content:encoded><![CDATA[<p>Hi, thanks for posting the update!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bhagwad Park</title>
		<link>http://www.eriksmartt.com/blog/archives/547#comment-38359</link>
		<dc:creator>Bhagwad Park</dc:creator>
		<pubDate>Wed, 22 Jul 2009 02:57:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.eriksmartt.com/blog/?p=547#comment-38359</guid>
		<description>I have updated the command for Ubiquity 0.5. Here it is - you can post it on your site:

CmdUtils.CreateCommand({
  names: [&#039;char-count&#039;],
  arguments: [ {role: &#039;object&#039;, nountype: noun_arb_text, label: &#039;text to count chars in&#039;}],
  preview: function( pblock, args ) {
    //pblock.innerHTML = argText.object.length;
  pblock.innerHTML = &quot;The number of characters is: &quot;+ args.object.text.length;
  }
});</description>
		<content:encoded><![CDATA[<p>I have updated the command for Ubiquity 0.5. Here it is &#8211; you can post it on your site:</p>
<p>CmdUtils.CreateCommand({<br />
  names: ['char-count'],<br />
  arguments: [ {role: 'object', nountype: noun_arb_text, label: 'text to count chars in'}],<br />
  preview: function( pblock, args ) {<br />
    //pblock.innerHTML = argText.object.length;<br />
  pblock.innerHTML = &#8220;The number of characters is: &#8220;+ args.object.text.length;<br />
  }<br />
});</p>
]]></content:encoded>
	</item>
</channel>
</rss>
