<?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: Yahoo! Pipes Support in Dojo</title>
	<atom:link href="http://ajaxian.com/archives/yahoo-pipes-support-in-dojo/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/yahoo-pipes-support-in-dojo</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Sat, 20 Mar 2010 11:03:44 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kent Brewster</title>
		<link>http://ajaxian.com/archives/yahoo-pipes-support-in-dojo/comment-page-1#comment-247564</link>
		<dc:creator>Kent Brewster</dc:creator>
		<pubDate>Mon, 26 Feb 2007 19:06:06 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2150#comment-247564</guid>
		<description>Hey, thanks for the link.  Pipes plus JSON-P opens up all sorts of interesting possibilities; here&#039;s &lt;a title=&quot;Badge the Ajaxian Feed with Pipes&quot; href=&quot;http://kentbrewster.com/badger/?cb=666&amp;ch=fff&amp;cf=fff&amp;bh=e00&amp;bf=555&amp;fh=Ajaxian&amp;fp=http%3A%2F%2Fwww.ajaxian.com%2F&amp;fu=http%3A%2F%2Ffeeds.feedburner.com%2Fajaxian&amp;bw=240&quot; rel=&quot;nofollow&quot;&gt;the Ajaxian feed&lt;/a&gt; all badged up and ready to include on the page of your choice.</description>
		<content:encoded><![CDATA[<p>Hey, thanks for the link.  Pipes plus JSON-P opens up all sorts of interesting possibilities; here&#8217;s <a title="Badge the Ajaxian Feed with Pipes" href="http://kentbrewster.com/badger/?cb=666&amp;ch=fff&amp;cf=fff&amp;bh=e00&amp;bf=555&amp;fh=Ajaxian&amp;fp=http%3A%2F%2Fwww.ajaxian.com%2F&amp;fu=http%3A%2F%2Ffeeds.feedburner.com%2Fajaxian&amp;bw=240" rel="nofollow">the Ajaxian feed</a> all badged up and ready to include on the page of your choice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michele Mader</title>
		<link>http://ajaxian.com/archives/yahoo-pipes-support-in-dojo/comment-page-1#comment-247551</link>
		<dc:creator>Michele Mader</dc:creator>
		<pubDate>Mon, 26 Feb 2007 12:19:32 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2150#comment-247551</guid>
		<description>I tried  the following code:



 // get news results for Cometd
dojo.require(â€dojo.io.ScriptSrcIOâ€); // the x-domain magic
dojo.require(â€dojo.debug.consoleâ€); // firebug integration
dojo.io.bind({
  // grab this URL from the pipe youâ€™re interested in
  url: â€œhttp://pipes.yahoo.com/pipes/fELaGmGz2xGtBTC3qe5lkA/runâ€,
  mimetype: â€œtext/jsonâ€,
  transport: â€œScriptSrcTransportâ€,
  jsonParamName: â€œcallbackâ€, // aha!
  content: {
    â€œ_renderâ€: â€œjsonâ€,
    â€œtextinput1â€³: â€œcometdâ€
  },
  load: function(type, data, evt){ dojo.require(â€dojo.jsonâ€);  dojo.debug(dojo.json.serialize(arguments));  }
});
    

But i obtain an â€œinvalid labelâ€ error on run line 1, debugging it with firebug.
Whatâ€™s wrong?</description>
		<content:encoded><![CDATA[<p>I tried  the following code:</p>
<p> // get news results for Cometd<br />
dojo.require(â€dojo.io.ScriptSrcIOâ€); // the x-domain magic<br />
dojo.require(â€dojo.debug.consoleâ€); // firebug integration<br />
dojo.io.bind({<br />
  // grab this URL from the pipe youâ€™re interested in<br />
  url: â€œhttp://pipes.yahoo.com/pipes/fELaGmGz2xGtBTC3qe5lkA/runâ€,<br />
  mimetype: â€œtext/jsonâ€,<br />
  transport: â€œScriptSrcTransportâ€,<br />
  jsonParamName: â€œcallbackâ€, // aha!<br />
  content: {<br />
    â€œ_renderâ€: â€œjsonâ€,<br />
    â€œtextinput1â€³: â€œcometdâ€<br />
  },<br />
  load: function(type, data, evt){ dojo.require(â€dojo.jsonâ€);  dojo.debug(dojo.json.serialize(arguments));  }<br />
});</p>
<p>But i obtain an â€œinvalid labelâ€ error on run line 1, debugging it with firebug.<br />
Whatâ€™s wrong?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
