<?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"
	>
<channel>
	<title>Comments on: PipeJax - pure javascript version, Yahoo Pipes to Ajax Bridge</title>
	<atom:link href="http://comments.deasil.com/2007/02/19/pipejax-pure-javascript-version-yahoo-pipes-to-ajax-bridge/feed/" rel="self" type="application/rss+xml" />
	<link>http://comments.deasil.com/2007/02/19/pipejax-pure-javascript-version-yahoo-pipes-to-ajax-bridge/</link>
	<description>escape colon w q</description>
	<pubDate>Mon, 08 Sep 2008 05:07:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Andy</title>
		<link>http://comments.deasil.com/2007/02/19/pipejax-pure-javascript-version-yahoo-pipes-to-ajax-bridge/#comment-6165</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Sun, 07 Oct 2007 21:35:32 +0000</pubDate>
		<guid isPermaLink="false">http://comments.deasil.com/2007/02/19/pipejax-pure-javascript-version-yahoo-pipes-to-ajax-bridge/#comment-6165</guid>
		<description>Hi Felix, your suggestion in the last comment worked well in getting the description of a feed displayed, but I haven't had any luck trying to restrict the output.  I looked into the code you wrote in pipes-pure.js, and noticed you have a function in there that does something similar to the title.  I couldn't figure out how it worked though, especially what you set the limit to be.  I attempted to duplicate it for the description, but that didn't quite work.  Do you have any suggestions on how to proceed on this?  Ideally, the solution would limit the description output to around 250 characters while also stripping out any images that may appear.</description>
		<content:encoded><![CDATA[<p>Hi Felix, your suggestion in the last comment worked well in getting the description of a feed displayed, but I haven&#8217;t had any luck trying to restrict the output.  I looked into the code you wrote in pipes-pure.js, and noticed you have a function in there that does something similar to the title.  I couldn&#8217;t figure out how it worked though, especially what you set the limit to be.  I attempted to duplicate it for the description, but that didn&#8217;t quite work.  Do you have any suggestions on how to proceed on this?  Ideally, the solution would limit the description output to around 250 characters while also stripping out any images that may appear.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: felix</title>
		<link>http://comments.deasil.com/2007/02/19/pipejax-pure-javascript-version-yahoo-pipes-to-ajax-bridge/#comment-2886</link>
		<dc:creator>felix</dc:creator>
		<pubDate>Mon, 30 Jul 2007 19:48:41 +0000</pubDate>
		<guid isPermaLink="false">http://comments.deasil.com/2007/02/19/pipejax-pure-javascript-version-yahoo-pipes-to-ajax-bridge/#comment-2886</guid>
		<description>Prentiss - huh, that's probably a good idea! I'm about to leave on my honeymoon, so I can't update the code just yet but I'll add that in when I get back. If you're interested to take a shot I think all you'll need to do is add more fields (i.e. add in deasil_pipe_description, or whichever fields you want to pull from rss) into your html and then edit in the deasil.doit() function where you see things like var Link = $('#' + id + '.deasil_pipe_link') - add a new one for the new fields and then set it below, with something like description.append(cur.description). Something along those lines. But I'll also give it a whack when I get back. :)</description>
		<content:encoded><![CDATA[<p>Prentiss - huh, that&#8217;s probably a good idea! I&#8217;m about to leave on my honeymoon, so I can&#8217;t update the code just yet but I&#8217;ll add that in when I get back. If you&#8217;re interested to take a shot I think all you&#8217;ll need to do is add more fields (i.e. add in deasil_pipe_description, or whichever fields you want to pull from rss) into your html and then edit in the deasil.doit() function where you see things like var Link = $(&#8217;#&#8217; + id + &#8216;.deasil_pipe_link&#8217;) - add a new one for the new fields and then set it below, with something like description.append(cur.description). Something along those lines. But I&#8217;ll also give it a whack when I get back. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prentiss Riddle</title>
		<link>http://comments.deasil.com/2007/02/19/pipejax-pure-javascript-version-yahoo-pipes-to-ajax-bridge/#comment-2862</link>
		<dc:creator>Prentiss Riddle</dc:creator>
		<pubDate>Mon, 30 Jul 2007 00:41:17 +0000</pubDate>
		<guid isPermaLink="false">http://comments.deasil.com/2007/02/19/pipejax-pure-javascript-version-yahoo-pipes-to-ajax-bridge/#comment-2862</guid>
		<description>Nice! Now, though, I'm looking for a simple solution for incorporating the full text of a Pipes RSS feed, not just a list of links.  I thought about trying to extend your solution, but I quickly got in over my head.  Suggestions?

-- Prentiss Riddle riddle@io.com</description>
		<content:encoded><![CDATA[<p>Nice! Now, though, I&#8217;m looking for a simple solution for incorporating the full text of a Pipes RSS feed, not just a list of links.  I thought about trying to extend your solution, but I quickly got in over my head.  Suggestions?</p>
<p>&#8211; Prentiss Riddle <a href="mailto:riddle@io.com">riddle@io.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nitin</title>
		<link>http://comments.deasil.com/2007/02/19/pipejax-pure-javascript-version-yahoo-pipes-to-ajax-bridge/#comment-2068</link>
		<dc:creator>Nitin</dc:creator>
		<pubDate>Wed, 20 Jun 2007 06:32:43 +0000</pubDate>
		<guid isPermaLink="false">http://comments.deasil.com/2007/02/19/pipejax-pure-javascript-version-yahoo-pipes-to-ajax-bridge/#comment-2068</guid>
		<description>Yahoo pipes team have posted something similar on
http://blog.pipes.yahoo.com/examples/example.01.html</description>
		<content:encoded><![CDATA[<p>Yahoo pipes team have posted something similar on<br />
<a href="http://blog.pipes.yahoo.com/examples/example.01.html" rel="nofollow">http://blog.pipes.yahoo.com/examples/example.01.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: christophe</title>
		<link>http://comments.deasil.com/2007/02/19/pipejax-pure-javascript-version-yahoo-pipes-to-ajax-bridge/#comment-523</link>
		<dc:creator>christophe</dc:creator>
		<pubDate>Tue, 27 Mar 2007 08:52:07 +0000</pubDate>
		<guid isPermaLink="false">http://comments.deasil.com/2007/02/19/pipejax-pure-javascript-version-yahoo-pipes-to-ajax-bridge/#comment-523</guid>
		<description>Thanks,
I have download the new tar.gz file above.
In the file "test.html", i have replace "pipes-pure-test.js" by "pipes-pure.js", class="d easil_pipe" by class="deasil_pipe", class="dei asil_pipe" by class="deasil_pipe".

It works fine.</description>
		<content:encoded><![CDATA[<p>Thanks,<br />
I have download the new tar.gz file above.<br />
In the file &#8220;test.html&#8221;, i have replace &#8220;pipes-pure-test.js&#8221; by &#8220;pipes-pure.js&#8221;, class=&#8221;d easil_pipe&#8221; by class=&#8221;deasil_pipe&#8221;, class=&#8221;dei asil_pipe&#8221; by class=&#8221;deasil_pipe&#8221;.</p>
<p>It works fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: felix</title>
		<link>http://comments.deasil.com/2007/02/19/pipejax-pure-javascript-version-yahoo-pipes-to-ajax-bridge/#comment-459</link>
		<dc:creator>felix</dc:creator>
		<pubDate>Sat, 24 Mar 2007 02:26:43 +0000</pubDate>
		<guid isPermaLink="false">http://comments.deasil.com/2007/02/19/pipejax-pure-javascript-version-yahoo-pipes-to-ajax-bridge/#comment-459</guid>
		<description>ok, yahoo changed something so they were not liking array notation in the callback function. I updated that to dot notation and all seems well again, please give it another shot! 

Just redownload the new tar.gz file above and that should give you the slightly modified pipes-pure.js.</description>
		<content:encoded><![CDATA[<p>ok, yahoo changed something so they were not liking array notation in the callback function. I updated that to dot notation and all seems well again, please give it another shot! </p>
<p>Just redownload the new tar.gz file above and that should give you the slightly modified pipes-pure.js.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: felix</title>
		<link>http://comments.deasil.com/2007/02/19/pipejax-pure-javascript-version-yahoo-pipes-to-ajax-bridge/#comment-443</link>
		<dc:creator>felix</dc:creator>
		<pubDate>Fri, 23 Mar 2007 13:45:34 +0000</pubDate>
		<guid isPermaLink="false">http://comments.deasil.com/2007/02/19/pipejax-pure-javascript-version-yahoo-pipes-to-ajax-bridge/#comment-443</guid>
		<description>Yes, something seems to have changed on the Pipes side about yesterday or the day before. I haven't had a chance to look into this yet. Sad.</description>
		<content:encoded><![CDATA[<p>Yes, something seems to have changed on the Pipes side about yesterday or the day before. I haven&#8217;t had a chance to look into this yet. Sad.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: christophe</title>
		<link>http://comments.deasil.com/2007/02/19/pipejax-pure-javascript-version-yahoo-pipes-to-ajax-bridge/#comment-441</link>
		<dc:creator>christophe</dc:creator>
		<pubDate>Fri, 23 Mar 2007 13:22:03 +0000</pubDate>
		<guid isPermaLink="false">http://comments.deasil.com/2007/02/19/pipejax-pure-javascript-version-yahoo-pipes-to-ajax-bridge/#comment-441</guid>
		<description>Thanks, nice app

I have got these errors on Firefox (it doesn't work on IE either)
deasil.pipe_callbacks_0_  is not a function
deasil.pipe_callbacks_1_  is not a function

With the "web developer" add on of Firefox, when I view javascript, i can see (with "_callback=deasil.pipe_callbacks[0]", yahoo pipes returns "deasil.pipe_callbacks_0_") :

http://pipes.yahoo.com/pipes/AHaR2Y242xGwcHpiZFUMqA/run?_render=json&#38;_callback=deasil.pipe_callbacks[0]&#38;num=2&#38;text=snowboarding
deasil.pipe_callbacks_0_({"count":2,"value":{"title":"technorati ...
....

http://pipes.yahoo.com/pipes/AHaR2Y242xGwcHpiZFUMqA/run?_render=json&#38;_callback=deasil.pipe_callbacks[1]&#38;num=4&#38;text=jquery
deasil.pipe_callbacks_1_({"count":4,"value":{"title":"technorati ....</description>
		<content:encoded><![CDATA[<p>Thanks, nice app</p>
<p>I have got these errors on Firefox (it doesn&#8217;t work on IE either)<br />
deasil.pipe_callbacks_0_  is not a function<br />
deasil.pipe_callbacks_1_  is not a function</p>
<p>With the &#8220;web developer&#8221; add on of Firefox, when I view javascript, i can see (with &#8220;_callback=deasil.pipe_callbacks[0]&#8220;, yahoo pipes returns &#8220;deasil.pipe_callbacks_0_&#8221;) :</p>
<p><a href="http://pipes.yahoo.com/pipes/AHaR2Y242xGwcHpiZFUMqA/run?_render=json&amp;_callback=deasil.pipe_callbacks0&amp;num=2&amp;text=snowboarding" rel="nofollow">http://pipes.yahoo.com/pipes/AHaR2Y242xGwcHpiZFUMqA/run?_render=json&amp;_callback=deasil.pipe_callbacks0&amp;num=2&amp;text=snowboarding</a><br />
deasil.pipe_callbacks_0_({&#8221;count&#8221;:2,&#8221;value&#8221;:{&#8221;title&#8221;:&#8221;technorati &#8230;<br />
&#8230;.</p>
<p><a href="http://pipes.yahoo.com/pipes/AHaR2Y242xGwcHpiZFUMqA/run?_render=json&amp;_callback=deasil.pipe_callbacks1&amp;num=4&amp;text=jquery" rel="nofollow">http://pipes.yahoo.com/pipes/AHaR2Y242xGwcHpiZFUMqA/run?_render=json&amp;_callback=deasil.pipe_callbacks1&amp;num=4&amp;text=jquery</a><br />
deasil.pipe_callbacks_1_({&#8221;count&#8221;:4,&#8221;value&#8221;:{&#8221;title&#8221;:&#8221;technorati &#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: felix</title>
		<link>http://comments.deasil.com/2007/02/19/pipejax-pure-javascript-version-yahoo-pipes-to-ajax-bridge/#comment-292</link>
		<dc:creator>felix</dc:creator>
		<pubDate>Thu, 15 Mar 2007 22:32:12 +0000</pubDate>
		<guid isPermaLink="false">http://comments.deasil.com/2007/02/19/pipejax-pure-javascript-version-yahoo-pipes-to-ajax-bridge/#comment-292</guid>
		<description>Thanks, stringle looks pretty sweet, too!</description>
		<content:encoded><![CDATA[<p>Thanks, stringle looks pretty sweet, too!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony Hirst</title>
		<link>http://comments.deasil.com/2007/02/19/pipejax-pure-javascript-version-yahoo-pipes-to-ajax-bridge/#comment-286</link>
		<dc:creator>Tony Hirst</dc:creator>
		<pubDate>Thu, 15 Mar 2007 19:01:09 +0000</pubDate>
		<guid isPermaLink="false">http://comments.deasil.com/2007/02/19/pipejax-pure-javascript-version-yahoo-pipes-to-ajax-bridge/#comment-286</guid>
		<description>Nice app :-)
I took a different approach and tried to hand the rendering work over to Grazr by generating grazrscript UIs (for example, some are here: http://blogs.open.ac.uk/Maths/ajh59/009993.html)

I only just came across your blog (via cleverclogs) and can already see my weekend disappearing trying some of your pipework out!

tony</description>
		<content:encoded><![CDATA[<p>Nice app :-)<br />
I took a different approach and tried to hand the rendering work over to Grazr by generating grazrscript UIs (for example, some are here: <a href="http://blogs.open.ac.uk/Maths/ajh59/009993.html" rel="nofollow">http://blogs.open.ac.uk/Maths/ajh59/009993.html</a>)</p>
<p>I only just came across your blog (via cleverclogs) and can already see my weekend disappearing trying some of your pipework out!</p>
<p>tony</p>
]]></content:encoded>
	</item>
</channel>
</rss>
