<?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: Bloglines experimental command line interface</title>
	<atom:link href="http://www.techopus.com/bloglines-experimental-command-line-interface/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techopus.com/bloglines-experimental-command-line-interface/</link>
	<description>a technology notebook</description>
	<lastBuildDate>Thu, 04 Feb 2010 11:50:11 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: sandrar</title>
		<link>http://www.techopus.com/bloglines-experimental-command-line-interface/comment-page-1/#comment-154</link>
		<dc:creator>sandrar</dc:creator>
		<pubDate>Thu, 10 Sep 2009 14:42:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.techopus.com/bloglines-experimental-command-line-interface/#comment-154</guid>
		<description>Hi! I was surfing and found your blog post... nice! I love your blog.  :) Cheers! Sandra. R.</description>
		<content:encoded><![CDATA[<p>Hi! I was surfing and found your blog post&#8230; nice! I love your blog.  <img src='http://www.techopus.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Cheers! Sandra. R.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Homage to Icarus &#187; Blog Archive &#187; Bloglines Beta Easter&#160;Egg</title>
		<link>http://www.techopus.com/bloglines-experimental-command-line-interface/comment-page-1/#comment-130</link>
		<dc:creator>Homage to Icarus &#187; Blog Archive &#187; Bloglines Beta Easter&#160;Egg</dc:creator>
		<pubDate>Sun, 02 Nov 2008 01:46:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.techopus.com/bloglines-experimental-command-line-interface/#comment-130</guid>
		<description>[...] It appears as though this is 13 months old.   Tags: bloglines, easter eggs, tubes  2008-11-01 [...]</description>
		<content:encoded><![CDATA[<p>[...] It appears as though this is 13 months old.   Tags: bloglines, easter eggs, tubes  2008-11-01 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#187; Bloglines Console Continues To Develop &#187; InsideGoogle-part of the Blog News Channel</title>
		<link>http://www.techopus.com/bloglines-experimental-command-line-interface/comment-page-1/#comment-28</link>
		<dc:creator>&#187; Bloglines Console Continues To Develop &#187; InsideGoogle-part of the Blog News Channel</dc:creator>
		<pubDate>Wed, 24 Oct 2007 04:39:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.techopus.com/bloglines-experimental-command-line-interface/#comment-28</guid>
		<description>[...] Lowery and Bjorn Tipling explain at TechOpus that it&#8217;s a javascript Read-eval-print loop running inside the browser’s Javascript VM, and [...]</description>
		<content:encoded><![CDATA[<p>[...] Lowery and Bjorn Tipling explain at TechOpus that it&#8217;s a javascript Read-eval-print loop running inside the browser’s Javascript VM, and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bjorn Tipling</title>
		<link>http://www.techopus.com/bloglines-experimental-command-line-interface/comment-page-1/#comment-17</link>
		<dc:creator>Bjorn Tipling</dc:creator>
		<pubDate>Sat, 22 Sep 2007 06:10:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.techopus.com/bloglines-experimental-command-line-interface/#comment-17</guid>
		<description>Try:

dojo.require(&quot;bl.login&quot;);

and then:

bl.login(&quot;userName&quot;,&quot;password&quot;) to login to an account. ;)</description>
		<content:encoded><![CDATA[<p>Try:</p>
<p>dojo.require(&#8221;bl.login&#8221;);</p>
<p>and then:</p>
<p>bl.login(&#8221;userName&#8221;,&#8221;password&#8221;) to login to an account. <img src='http://www.techopus.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.techopus.com/bloglines-experimental-command-line-interface/comment-page-1/#comment-8</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Mon, 17 Sep 2007 13:29:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.techopus.com/bloglines-experimental-command-line-interface/#comment-8</guid>
		<description>It&#039;s actually a full javascript REPL running inside the browser&#039;s Javascript VM, so you can call into any part of the Bloglines or Dojo API.  For instance:
  bl.feeds.refreshCounts() will update your unread counts
  bl.feeds.load() will reload the feed tree

This is all stuff you could do through firebug&#039;s console instead (or greasemonkey), but we like having our own version of it for x-browser support. However, our console isn&#039;t as fleshed out as Firebug&#039;s, so you might want to poke around in Firebug a bit, explore the api and find things you can do. I&#039;ll be documenting bits and pieces of this stuff on my website (http://blog.blowery.org), though it&#039;s all totally unsupported and the api may change at any time. We&#039;re not committed to supporting it at the moment...</description>
		<content:encoded><![CDATA[<p>It&#8217;s actually a full javascript REPL running inside the browser&#8217;s Javascript VM, so you can call into any part of the Bloglines or Dojo API.  For instance:<br />
  bl.feeds.refreshCounts() will update your unread counts<br />
  bl.feeds.load() will reload the feed tree</p>
<p>This is all stuff you could do through firebug&#8217;s console instead (or greasemonkey), but we like having our own version of it for x-browser support. However, our console isn&#8217;t as fleshed out as Firebug&#8217;s, so you might want to poke around in Firebug a bit, explore the api and find things you can do. I&#8217;ll be documenting bits and pieces of this stuff on my website (<a href="http://blog.blowery.org)" rel="nofollow">http://blog.blowery.org)</a>, though it&#8217;s all totally unsupported and the api may change at any time. We&#8217;re not committed to supporting it at the moment&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bloglines Has A Console &#187; InsideGoogle » part of the Blog News Channel</title>
		<link>http://www.techopus.com/bloglines-experimental-command-line-interface/comment-page-1/#comment-7</link>
		<dc:creator>Bloglines Has A Console &#187; InsideGoogle » part of the Blog News Channel</dc:creator>
		<pubDate>Mon, 17 Sep 2007 06:34:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.techopus.com/bloglines-experimental-command-line-interface/#comment-7</guid>
		<description>[...] I discovered the console last week and didn&#8217;t have enough time to play around with it, credit goes to TechOpus for discovering the &#8220;help&#8221; command that really got the ball rolling. If you can find [...]</description>
		<content:encoded><![CDATA[<p>[...] I discovered the console last week and didn&#8217;t have enough time to play around with it, credit goes to TechOpus for discovering the &#8220;help&#8221; command that really got the ball rolling. If you can find [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
