<?xml version="1.0" encoding="utf-8"?><!-- generator="wordpress/2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: My (Yahoo) Pipe Dream</title>
	<link>http://www.allpeers.com/blog/2007/05/29/my-yahoo-pipe-dream/</link>
	<description>The official AllPeers blog</description>
	<pubDate>Sun, 12 Oct 2008 05:23:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2</generator>

	<item>
		<title>By: Matt</title>
		<link>http://www.allpeers.com/blog/2007/05/29/my-yahoo-pipe-dream/#comment-65295</link>
		<author>Matt</author>
		<pubDate>Wed, 30 May 2007 14:20:47 +0000</pubDate>
		<guid>http://www.allpeers.com/blog/2007/05/29/my-yahoo-pipe-dream/#comment-65295</guid>
		<description>Thanks David, I'll make the changes you suggest.</description>
		<content:encoded><![CDATA[<p>Thanks David, I&#8217;ll make the changes you suggest.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Robarts</title>
		<link>http://www.allpeers.com/blog/2007/05/29/my-yahoo-pipe-dream/#comment-64893</link>
		<author>David Robarts</author>
		<pubDate>Tue, 29 May 2007 17:40:59 +0000</pubDate>
		<guid>http://www.allpeers.com/blog/2007/05/29/my-yahoo-pipe-dream/#comment-64893</guid>
		<description>I checked out your pipes. I can see a few optimizations. In your title lookup pipe, you defined a default title. It seems to me that your purposes would be better served by putting the title in the debug field. In the default feild, calling the pipe without input will yeild the value for the default. In your regex in the main module you seach for (.*) to capture the entire contents so that you can append a string to the title. Another way to do this is to match $ - the metacharacter for the end of a string - no need to capture what is there. You can match the beginning of s string with ^.</description>
		<content:encoded><![CDATA[<p>I checked out your pipes. I can see a few optimizations. In your title lookup pipe, you defined a default title. It seems to me that your purposes would be better served by putting the title in the debug field. In the default feild, calling the pipe without input will yeild the value for the default. In your regex in the main module you seach for (.*) to capture the entire contents so that you can append a string to the title. Another way to do this is to match $ - the metacharacter for the end of a string - no need to capture what is there. You can match the beginning of s string with ^.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
