<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.5" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>Pipes Blog</title>
	<link>http://blog.pipes.yahoo.com</link>
	<description>The latest news about Pipes</description>
	<pubDate>Wed, 02 Apr 2008 23:23:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.5</generator>
	<language>en</language>
			<item>
		<title>New Yahoo! Pipes PHP serialized output renderer</title>
		<link>http://blog.pipes.yahoo.com/2008/04/02/new-yahoo-pipes-php-serialized-output-renderer/</link>
		<comments>http://blog.pipes.yahoo.com/2008/04/02/new-yahoo-pipes-php-serialized-output-renderer/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 23:23:49 +0000</pubDate>
		<dc:creator>donnelly</dc:creator>
		
		<category>Announcements</category>

		<category>Features</category>

		<category>News</category>

		<category>Developers</category>

		<guid isPermaLink="false">http://blog.pipes.yahoo.com/2008/04/02/new-yahoo-pipes-php-serialized-output-renderer/</guid>
		<description><![CDATA[Until now JSON output has been the only way to obtain all the data flowing through a Pipe. Starting today we&#8217;ve added a second way of getting all the data - serialized PHP Pipe output.
To get this, go to your Pipe -> More options -> Get as PHP. Right click the &#8220;Get as PHP&#8221; link [...]]]></description>
			<content:encoded><![CDATA[<p>Until now JSON output has been the only way to obtain all the data flowing through a Pipe. Starting today we&#8217;ve added a second way of getting all the data - serialized PHP Pipe output.</p>
<p>To get this, go to your Pipe -> More options -> Get as PHP. Right click the &#8220;Get as PHP&#8221; link to copy link location (or copy shortcut if using IE).</p>
<p><a target="_blank" href="http://blog.pipes.yahoo.com/wp-content/uploads/2008/04/phpdropdown.png"><img width="129" height="157" id="image151" alt="phpdropdown.png" src="http://blog.pipes.yahoo.com/wp-content/uploads/2008/04/phpdropdown.png" /></a></p>
<p>After obtaining the link location, you can do something as simple as this to get Pipe output data as an array into your PHP script.</p>
<pre style="font-size: 11px; margin-bottom: 10px">// Pipes Request
$req = 'http://pipes.yahoo.com/pipes/pipe.run?_id=ZKJobpaj3BGZOew9G8evXg&#038;<strong>_render=php</strong>&#8216;;
// Make the request
$phpserialized = file_get_contents($req);
// Parse the serialized response
$phparray = unserialize($phpserialized);</pre>
<p>To view the array in your web browser, use this piece of PHP code to help visualize the array.</p>
<pre style="font-size: 11px; margin-bottom: 10px">print_r($phparray);</pre>
<p><a target="_blank" href="http://blog.pipes.yahoo.com/wp-content/uploads/2008/04/print_r.png"><img style="width: 135px; height: 154px" alt="print_r.png" id="image154" src="http://blog.pipes.yahoo.com/wp-content/uploads/2008/04/print_r.png" /></a></p>
<p>To view a code sample on how to do a request go <a target="_blank" href="http://developer.yahoo.com/php/samples/parse/parsePHP.txt">here</a>. To read more about serialized PHP at Yahoo!, go <a target="_blank" href="http://developer.yahoo.com/common/phpserial.html">here</a>.</p>
<p>It&#8217;s then up to you on how you want to display or use the Pipe data. The possibilities are endless.
</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fblog.pipes.yahoo.com%2F2008%2F04%2F02%2Fnew-yahoo-pipes-php-serialized-output-renderer%2F';
  addthis_title  = 'New+Yahoo%21+Pipes+PHP+serialized+output+renderer';
  addthis_pub    = 'pipesteam';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://blog.pipes.yahoo.com/2008/04/02/new-yahoo-pipes-php-serialized-output-renderer/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Introducing - Pipe Badges!</title>
		<link>http://blog.pipes.yahoo.com/2008/03/24/introducing-pipe-badges/</link>
		<comments>http://blog.pipes.yahoo.com/2008/03/24/introducing-pipe-badges/#comments</comments>
		<pubDate>Mon, 24 Mar 2008 23:10:20 +0000</pubDate>
		<dc:creator>donnelly</dc:creator>
		
		<category>Announcements</category>

		<category>Features</category>

		<category>News</category>

		<category>Developers</category>

		<guid isPermaLink="false">http://blog.pipes.yahoo.com/2008/03/24/introducing-pipe-badges/</guid>
		<description><![CDATA[Did you ever want an easy way of putting Pipes output onto your website or blog?
Introducing - Pipes badges!
We currently have three types of badges - map, image and list. Map badges are available if there is geocoded data in the feed. Image badges are available if there are media images in the feed. List [...]]]></description>
			<content:encoded><![CDATA[<p>Did you ever want an easy way of putting Pipes output onto your website or blog?</p>
<p>Introducing - Pipes badges!</p>
<p>We currently have three types of badges - map, image and list. Map badges are available if there is geocoded data in the feed. Image badges are available if there are media images in the feed. List badges will always be present if there is valid data.</p>
<p><a style="margin-right: 5px" target="_blank" href="http://blog.pipes.yahoo.com/wp-content/uploads/2008/03/mapbadge.jpg"><img width="109" height="96" alt="Yahoo! Pipes Map Badge" id="image148" src="http://blog.pipes.yahoo.com/wp-content/uploads/2008/03/mapbadge.jpg" /></a><a style="margin-right: 5px" target="_blank" href="http://blog.pipes.yahoo.com/wp-content/uploads/2008/03/imagebadge.jpg"><img width="92" height="96" alt="Yahoo! Pipes Image Badge" id="image146" src="http://blog.pipes.yahoo.com/wp-content/uploads/2008/03/imagebadge.jpg" /></a><a target="_blank" href="http://blog.pipes.yahoo.com/wp-content/uploads/2008/03/listbadge.jpg"><img width="85" height="96" alt="Yahoo! Pipes List Badge" id="image147" src="http://blog.pipes.yahoo.com/wp-content/uploads/2008/03/listbadge.jpg" /></a></p>
<p>Read more about how to configure them <a target="_blank" href="http://pipes.yahoo.com/pipes/badgedocs">here</a>.</p>
<p>You&#8217;ll notice that on the Pipe info pages there is a new link called &#8220;Get as a Badge.&#8221;</p>
<p><a target="_blank" href="http://blog.pipes.yahoo.com/wp-content/uploads/2008/03/getasbadgelink.jpg"><img width="470" height="65" id="image149" alt="Get as a Badge" src="http://blog.pipes.yahoo.com/wp-content/uploads/2008/03/getasbadgelink.jpg" /></a><br />
Click on the &#8220;Get as a Badge&#8221; link and a wizard will guide you on adding it to certain destinations like your WordPress blog, iGoogle page or any web site (that supports Javascript).</p>
<p><a target="_blank" href="http://blog.pipes.yahoo.com/wp-content/uploads/2008/03/wizard.jpg"><img width="128" height="85" alt="Yahoo! Pipes Badge Wizard" id="image150" src="http://blog.pipes.yahoo.com/wp-content/uploads/2008/03/wizard.jpg" /></a></p>
<p>For those of you that are more technically inclined, we are using a script node replacement technique that uses JSON embedded configuration (This is based on Kent Brewsters “<a target="_blank" href="http://kentbrewster.com/case-hardened-javascript/">Case Harded Javascript</a>”).
</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fblog.pipes.yahoo.com%2F2008%2F03%2F24%2Fintroducing-pipe-badges%2F';
  addthis_title  = 'Introducing+-+Pipe+Badges%21';
  addthis_pub    = 'pipesteam';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://blog.pipes.yahoo.com/2008/03/24/introducing-pipe-badges/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Our one year anniversary</title>
		<link>http://blog.pipes.yahoo.com/2008/02/07/our-one-year-anniversary/</link>
		<comments>http://blog.pipes.yahoo.com/2008/02/07/our-one-year-anniversary/#comments</comments>
		<pubDate>Thu, 07 Feb 2008 22:01:48 +0000</pubDate>
		<dc:creator>donnelly</dc:creator>
		
		<category>News</category>

		<guid isPermaLink="false">http://blog.pipes.yahoo.com/2008/02/07/our-one-year-anniversary/</guid>
		<description><![CDATA[It&#8217;s Pipes first birthday and we&#8217;ve grown so much!
We&#8217;d like to thank our users and developers for making Pipes so successful. It really makes us enjoy getting up in the morning and coming to work.
Since our launch (way back in 07), we have been focused on listening to what you want and prioritizing those features [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s Pipes first birthday and we&#8217;ve grown so much!</p>
<p>We&#8217;d like to thank our users and developers for making Pipes so successful. It really makes us enjoy getting up in the morning and coming to work.</p>
<p>Since our launch (way back in 07), we have been focused on listening to what you want and prioritizing those features in each release. This has meant adding over 20 new modules, redesigning our site to make Pipes easier to find and use, and numerous backend enhancements. As always, please give us your suggestions <a title="here" target="_blank" href="http://suggestions.yahoo.com/?prop=Pipes">here</a>.</p>
<p>It&#8217;s amazing to see the variety of Pipes that people have been building using the simple visual editor we provide. These range from translating text from one language to another, to searching for the best apartments near a park, to monitoring hundreds of RSS feeds for certain topics.</p>
<p>In the past year we&#8217;ve adding some cool features such as, <a title="Flash" target="_blank" href="http://blog.pipes.yahoo.com/2007/03/10/pipes-adds-flash-developer-support/">Flash</a> support (<a title="tutorial link" target="_blank" href="http://www.yswfblog.com/blog/2007/09/19/yahoo-pipes-flash-smokin-good/">tutorial link</a>), <a target="_blank" href="http://blog.pipes.yahoo.com/2007/10/23/iphonepipesyahoocom-access-your-mashup-while-mobile/">iPhone</a> support (<a title="buzz" target="_blank" href="http://blog.wired.com/monkeybites/2007/10/yahoo-pipes-for.html">wired buzz</a>),<a title="Private Field" target="_blank" href="http://blog.pipes.yahoo.com/2007/11/19/new-private-field-support-for-passwords-application-ids-and-more/"> Private Field</a> support (<a title="tutorial link" target="_blank" href="http://www.byronappelt.com/?p=27">external tutorial link</a>) and <a title="Fetch Page" target="_blank" href="http://blog.pipes.yahoo.com/2007/12/06/new-fetch-page-module-and-nice-web-path-enhancement/">Fetch Page</a> module (<a title="tutorial link" target="_blank" href="http://daybarr.com/blog/2007/12/11/yahoo-pipes-tutorial-an-example-using-the-fetch-page-module-to-make-a-web-scraper">external tutorial link</a>) just to name a few.</p>
<p>We also have had some awesome tutorials created by our amazing users. Here are some recent articles:</p>
<ul>
<li><a target="_blank" href="http://www.metafluence.com/a-brief-reintroduction-to-yahoo-pipes-part-1-of-5/">A brief reintroduction to Yahoo! Pipes - Part 1 of 5</a></li>
<li><a title="Yahoo Pipes - A case study of using the Regex Module" target="_blank" href="http://theytookmystapler.blogspot.com/2007/09/yahoo-pipes-case-study-of-using-regex.html">Yahoo Pipes - A case study of using the Regex Module</a></li>
</ul>
<p>Pipes Books! Download these and print them out for your bleary eyes:</p>
<ul>
<li><a target="_blank" href="http://www.lulu.com/content/1974260">Working with Yahoo! Pipes, No Programming Required</a></li>
<li><a target="_blank" href="http://www.oreilly.com/catalog/9780596514532/">O&#8217;Reilly Short Cuts - Yahoo! Pipes</a></li>
</ul>
<p>We have some new cool features coming in the near future - find out about them on this blog!</p>
<p>In the mean time, check out these recent Pipes we&#8217;ve made.  <a target="_blank" href="http://pipes.yahoo.com/jonathan/yimagesearch">yahoo.search.image</a> - by Jonathan (our fearless co-founder of Pipes) - shows how a Pipe can be used to wrap REST-style APIs and <a target="_blank" href="http://pipes.yahoo.com/jonathan/feedsearch">Feed Item Search</a> that looks at the search results of any query and finds RSS items in those results. <a target="_blank" href="http://pipes.yahoo.com/31337/craigslistzillowmash">craigslist / zillow mashup</a> - created by Paul (gui gluer) - cross references Zillow and craigslist to find out what Zillow thinks the estimated price should be in craigslist and <a target="_blank" href="http://pipes.yahoo.com/31337/ybuzzimagesearch">yahoo buzz image search</a> shows 5 images associated with each Yahoo! buzz item.
</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fblog.pipes.yahoo.com%2F2008%2F02%2F07%2Four-one-year-anniversary%2F';
  addthis_title  = 'Our+one+year+anniversary';
  addthis_pub    = 'pipesteam';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://blog.pipes.yahoo.com/2008/02/07/our-one-year-anniversary/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Pipes Camp!</title>
		<link>http://blog.pipes.yahoo.com/2008/01/04/pipes-camp/</link>
		<comments>http://blog.pipes.yahoo.com/2008/01/04/pipes-camp/#comments</comments>
		<pubDate>Fri, 04 Jan 2008 20:09:16 +0000</pubDate>
		<dc:creator>donnelly</dc:creator>
		
		<category>News</category>

		<guid isPermaLink="false">http://blog.pipes.yahoo.com/2008/01/04/pipes-camp/</guid>
		<description><![CDATA[We were delighted to hear about the first ever pipesCamp that was recently held in Chennai, India.
The event had approximately 50 hackers and hobbyists attending. The event not only allowed experienced users to share new ideas, techniques and pipes - but also provided a community for new users to tap into the power of Yahoo! [...]]]></description>
			<content:encoded><![CDATA[<p>We were delighted to hear about the first ever <a title="pipesCamp" target="_blank" href="http://pipescamp.pbwiki.com/">pipesCamp</a> that was recently held in Chennai, India.</p>
<p>The event had approximately 50 hackers and hobbyists attending. The event not only allowed experienced users to share new ideas, techniques and pipes - but also provided a community for new users to tap into the power of Yahoo! Pipes.</p>
<p>The agenda of pipesCamp covered the history and evolution of Pipes, the usage of Pipes from a blogger&#8217;s and developer&#8217;s perspective, experiments with Pipes, workshops / tutorials and feature request discussions. There was also a running contest for &#8220;Best Pipe&#8221; during this camp with prizes announced at the end of the day. In the afternoon a &#8220;hackday&#8221; event was held where people formed into groups and created a pipe.</p>
<p>Here are some of the pipes that were popular from the hack event:</p>
<ul>
<li>Pipe which can map a bus route in Chennai, India</li>
<ul>
<li><a title="http://pipes.yahoo.com/siddhi/mtcmashup" target="_blank" href="http://pipes.yahoo.com/siddhi/mtcmashup">http://pipes.yahoo.com/siddhi/mtcmashup</a></li>
</ul>
</ul>
<ul>
<li>Ego Search using pipes</li>
<ul>
<li><a title="http://pipes.yahoo.com/pipes/pipe.info?_id=ff3f0342dc7d98890f78cc78bb642e83" target="_blank" href="http://pipes.yahoo.com/pipes/pipe.info?_id=ff3f0342dc7d98890f78cc78bb642e83">http://pipes.yahoo.com/pipes/pipe.info?_id=ff3f0342dc7d98890f78cc78bb642e83</a></li>
</ul>
</ul>
<p>Overall the pipesCamp was a success! We hope to see more pipesCamps in the future and congratulate the organizers Prabhu &#038; Bhasker for putting it all together.</p>
<p>More links from the event:</p>
<ul>
<li><a title="http://pipescamp.pbwiki.com/" target="_blank" href="http://pipescamp.pbwiki.com/">http://pipescamp.pbwiki.com/</a></li>
<li><a title="http://prabhu.wordpress.com/2007/12/24/my-presentation-on-pipescamp-2007/" target="_blank" href="http://prabhu.wordpress.com/2007/12/24/my-presentation-on-pipescamp-2007/">http://prabhu.wordpress.com/2007/12/24/my-presentation-on-pipescamp-2007/</a></li>
<li><a title="http://blog.hover.in/2007/12/17/see-you-the-first-yahoo-pipes-unconference/" target="_blank" href="http://blog.hover.in/2007/12/17/see-you-the-first-yahoo-pipes-unconference/">http://blog.hover.in/2007/12/17/see-you-the-first-yahoo-pipes-unconference/</a></li>
<li><a title="http://static.slideshare.net/bosky101/end-user-programming-yahoo-pipes/" target="_blank" href="http://static.slideshare.net/bosky101/end-user-programming-yahoo-pipes/">http://static.slideshare.net/bosky101/end-user-programming-yahoo-pipes/</a></li>
<li><a title="http://coolsrini.blogspot.com/2007/12/my-visit-to-pipescamp.html" target="_blank" href="http://coolsrini.blogspot.com/2007/12/my-visit-to-pipescamp.html">http://coolsrini.blogspot.com/2007/12/my-visit-to-pipescamp.html</a></li>
</ul>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fblog.pipes.yahoo.com%2F2008%2F01%2F04%2Fpipes-camp%2F';
  addthis_title  = 'Pipes+Camp%21';
  addthis_pub    = 'pipesteam';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://blog.pipes.yahoo.com/2008/01/04/pipes-camp/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New &#8220;Fetch Page&#8221; module and nice web path enhancement&#8230;</title>
		<link>http://blog.pipes.yahoo.com/2007/12/06/new-fetch-page-module-and-nice-web-path-enhancement/</link>
		<comments>http://blog.pipes.yahoo.com/2007/12/06/new-fetch-page-module-and-nice-web-path-enhancement/#comments</comments>
		<pubDate>Thu, 06 Dec 2007 23:14:20 +0000</pubDate>
		<dc:creator>The Pipes Team</dc:creator>
		
		<category>Announcements</category>

		<category>Editor</category>

		<category>Bug Fixes</category>

		<category>Developers</category>

		<guid isPermaLink="false">http://blog.pipes.yahoo.com/2007/12/06/new-fetch-page-module-and-nice-web-path-enhancement/</guid>
		<description><![CDATA[This week we have two updates to our site: A new module to fetch a pages source and a small fix for easy web paths when running a Pipe.
This weeks release incorporates a new module named &#8220;Fetch Page&#8221;. The new module will fetch the source of a given web site as a string. This data [...]]]></description>
			<content:encoded><![CDATA[<p>This week we have two updates to our site: A new module to fetch a pages source and a small fix for easy web paths when running a Pipe.</p>
<p>This weeks release incorporates a new module named &#8220;Fetch Page&#8221;. The new module will fetch the source of a given web site as a string. This data can then be converted into a RSS feed or merged with other data in your Pipe using the Regex module. The module is located under the &#8220;Sources&#8221; menu in the editor.<br />
<a href="http://blog.pipes.yahoo.com/wp-content/uploads/2007/12/fetch-page-blog-image-2.png"><img id="image140" alt="Thumbnail for fetch page" src="http://blog.pipes.yahoo.com/wp-content/uploads/2007/12/fetch-page-blog-image-2-thumb.png" /></a><br />
The module can fetch an entire page or you can specify a &#8220;starting&#8221; and &#8220;ending&#8221; point. We also offer support for specifying a delimiter to allow you to easily separate the text into strings.<br />
<a href="http://blog.pipes.yahoo.com/wp-content/uploads/2007/12/fetch-page-blog-image-1.png"><img id="image142" alt="fetch-page-blog-image-1-thumb.png" src="http://blog.pipes.yahoo.com/wp-content/uploads/2007/12/fetch-page-blog-image-1-thumb.png" /></a><br />
Our team as also created a few examples:<br />
1) <a href="http://pipes.yahoo.com/pipes/pipe.info?_id=1qoLq6ai3BGv06982R2EvQ">Fetch Page Example #1</a> is our first example. The goal of this Pipe is to extract train schedules from a local train scheduled provided in the San Francisco Bay Area.<br />
2) <a href="http://pipes.yahoo.com/pipes/pipe.info?_id=NKz22H2j3BGUAKanyjUFzw">Fetch Page Example #2</a> is a simple example that utilizes the first example as a sub-Pipe to obtain addition train stops.</p>
<p>Additional information about this new module along with its limitations can be found in the <a href="http://pipes.yahoo.com/pipes/docs?doc=sources#FetchPage">documentation modules/sources section</a>.</p>
<p>Our second change to the site this week is a minor fix/enhancement to allow for easy web paths of all Pipe.runs page. This will allow you to use the easy paths you created for your Pipes. For example, the Pipe above &#8220;Fetch Page Example #1&#8243; would look like the following below (please note the &#8220;?&#8221; instead of the &#8220;&#038;&#8221;):</p>
<p>Original name:<br />
&#8220;http://pipes.yahoo.com/pipes/pipe.run?_id=1qoLq6ai3BGv06982R2EvQ<span style="font-weight: bold">&#038;</span>_render=rss&#038;station=Palo+Alto&#8221;</p>
<p>Easy web address name:<br />
&#8220;http://pipes.yahoo.com/pipes_team/fetch_page_example<span style="font-weight: bold">?</span>_render=rss&#038;station=Palo+Alto&#8221;
</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fblog.pipes.yahoo.com%2F2007%2F12%2F06%2Fnew-fetch-page-module-and-nice-web-path-enhancement%2F';
  addthis_title  = 'New+%22Fetch+Page%22+module+and+nice+web+path+enhancement...';
  addthis_pub    = 'pipesteam';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://blog.pipes.yahoo.com/2007/12/06/new-fetch-page-module-and-nice-web-path-enhancement/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New &#8220;Private&#8221; field support for passwords, application IDs and more</title>
		<link>http://blog.pipes.yahoo.com/2007/11/19/new-private-field-support-for-passwords-application-ids-and-more/</link>
		<comments>http://blog.pipes.yahoo.com/2007/11/19/new-private-field-support-for-passwords-application-ids-and-more/#comments</comments>
		<pubDate>Mon, 19 Nov 2007 19:07:37 +0000</pubDate>
		<dc:creator>The Pipes Team</dc:creator>
		
		<category>Editor</category>

		<category>Developers</category>

		<guid isPermaLink="false">http://blog.pipes.yahoo.com/2007/11/19/new-private-field-support-for-passwords-application-ids-and-more/</guid>
		<description><![CDATA[Four nice changes to Pipes this week.
First, ever wanted to share your Pipe but not your username, password or application ID? Now you can! Pipes now supports &#8220;private&#8221; fields in two new modules, the private input module and the private string module. Private fields are not visible to anyone but the Pipe creator, and are [...]]]></description>
			<content:encoded><![CDATA[<p>Four nice changes to Pipes this week.</p>
<p>First, ever wanted to share your Pipe but not your username, password or application ID? Now you can! Pipes now supports &#8220;private&#8221; fields in two new modules, the private input module and the private string module. Private fields are not visible to anyone but the Pipe creator, and are not copied if the Pipe is cloned. If a Pipe user doesn&#8217;t provide a value for a private input field, then any &#8220;default&#8221; value provided by the Pipe creator continues to be used - so your Pipes will run for anyone but only you can see the private values.</p>
<p><img width="329" height="283" alt="privateinput.jpg" id="image132" src="http://blog.pipes.yahoo.com/wp-content/uploads/2007/11/privateinput.jpg" />   <img width="309" height="309" alt="privatestring.jpg" id="image133" src="http://blog.pipes.yahoo.com/wp-content/uploads/2007/11/privatestring.jpg" /></p>
<p>Secondly, in addition to the new private modules we&#8217;ve added a &#8220;source&#8221; view for HTML formatted data in the editor&#8217;s debugger. So now those filters and regexes get a lot easier to write when you can easily browse the source directly:</p>
<p><img width="515" height="233" alt="html.jpg" id="image135" src="http://blog.pipes.yahoo.com/wp-content/uploads/2007/11/html.jpg" /></p>
<p><img width="516" height="221" alt="source.jpg" id="image134" src="http://blog.pipes.yahoo.com/wp-content/uploads/2007/11/source.jpg" /><br />
Thirdly, we&#8217;ve enabled direct editing for the field selection drop down controls in the editor. This doesn&#8217;t sounds like a big deal until you realize you can now add array offsets to dig down into sub-arrays in the data, in any module (not just regex), or work on fields that aren&#8217;t currently flowing through the Pipe. For example, want to get at the first link in your raw ATOM feed? Rather than referring to the field as item.link.href, just type item.link.0.href<br />
<img width="246" height="150" alt="array.jpg" id="image136" src="http://blog.pipes.yahoo.com/wp-content/uploads/2007/11/array.jpg" /></p>
<p>Finally, the Google feed issues we started experiencing last week should now be thing of the past. No more captchas. Yay!
</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fblog.pipes.yahoo.com%2F2007%2F11%2F19%2Fnew-private-field-support-for-passwords-application-ids-and-more%2F';
  addthis_title  = 'New+%22Private%22+field+support+for+passwords%2C+application+IDs+and+more';
  addthis_pub    = 'pipesteam';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://blog.pipes.yahoo.com/2007/11/19/new-private-field-support-for-passwords-application-ids-and-more/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Nice web paths, RSS (and JSON) everywhere, and easier bookmarking</title>
		<link>http://blog.pipes.yahoo.com/2007/11/06/nice-web-paths-rss-and-json-everywhere-and-easier-bookmarking/</link>
		<comments>http://blog.pipes.yahoo.com/2007/11/06/nice-web-paths-rss-and-json-everywhere-and-easier-bookmarking/#comments</comments>
		<pubDate>Tue, 06 Nov 2007 22:10:07 +0000</pubDate>
		<dc:creator>The Pipes Team</dc:creator>
		
		<category>Announcements</category>

		<category>Site Updates</category>

		<guid isPermaLink="false">http://blog.pipes.yahoo.com/2007/11/06/nice-web-paths-rss-and-json-everywhere-and-easier-bookmarking/</guid>
		<description><![CDATA[This week we&#8217;ve got three more updates to our site: Give you and your Pipes easy to read URLs; RSS and JSON output from most pages; and quick links to various social bookmarking sites.
First, are you fed up with those impossible to remember Pipe URLs? We certainly were, so now we&#8217;ve implemented a way for [...]]]></description>
			<content:encoded><![CDATA[<p>This week we&#8217;ve got three more updates to our site: Give you and your Pipes easy to read URLs; RSS and JSON output from most pages; and quick links to various social bookmarking sites.</p>
<p>First, are you fed up with those impossible to remember Pipe URLs? We certainly were, so now we&#8217;ve implemented a way for you to create nice human readable (and memorable!) URLs for your Pipe page, and all of your Pipes. It&#8217;s as simple as two clicks for yourself - find the web path URL at the top of your &#8220;My Pipes&#8221; page, click &#8220;edit&#8221;, choose a nice name for yourself, and hit &#8220;Save&#8221;. Done!<br />
<a style="border: 0pt none " href="http://blog.pipes.yahoo.com/wp-content/uploads/2007/11/picture-20.png"><img width="584" height="247" alt="picture-20.png" id="image127" src="http://blog.pipes.yahoo.com/wp-content/uploads/2007/11/picture-20.png" /></a></p>
<p>Once you&#8217;ve got a nice name, its time to move on to your Pipes. Again, it&#8217;s as easy as two clicks. Go to your Pipe&#8217;s page, press  &#8220;edit&#8221; next to the web path shown just above the actions, type in the nice name for the Pipe, and press &#8220;Save&#8221;.<br />
<a style="border: 0pt none " href="http://blog.pipes.yahoo.com/wp-content/uploads/2007/11/picture-19.png"><img width="588" height="201" alt="picture-19.png" id="image128" src="http://blog.pipes.yahoo.com/wp-content/uploads/2007/11/picture-19.png" /></a></p>
<p>Secondly, wherever you can find a list of Pipes on our site, such as our search pages or anyones &#8220;My Pipes&#8221; page, you can now get that same list as JSON or RSS. So now you can keep up to date with Pipes being created by other great developers, or mash them up in Pipes!<br />
<a style="border: 0pt none " href="http://blog.pipes.yahoo.com/wp-content/uploads/2007/11/picture-17.png"><img width="645" height="115" alt="picture-17.png" id="image130" src="http://blog.pipes.yahoo.com/wp-content/uploads/2007/11/picture-17.png" /></a></p>
<p>Finally, once you find a Pipe you find interesting, why not share it with others outside of your fellow developers? Just to left of each Pipe&#8217;s run page you can find quick links to add the Pipe into various social bookmarking sites.</p>
<p><a style="border: 0pt none " href="http://blog.pipes.yahoo.com/wp-content/uploads/2007/11/picture-18.png"><img width="199" height="205" alt="picture-18.png" id="image129" src="http://blog.pipes.yahoo.com/wp-content/uploads/2007/11/picture-18.png" /></a>
</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fblog.pipes.yahoo.com%2F2007%2F11%2F06%2Fnice-web-paths-rss-and-json-everywhere-and-easier-bookmarking%2F';
  addthis_title  = 'Nice+web+paths%2C+RSS+%28and+JSON%29+everywhere%2C+and+easier+bookmarking+';
  addthis_pub    = 'pipesteam';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://blog.pipes.yahoo.com/2007/11/06/nice-web-paths-rss-and-json-everywhere-and-easier-bookmarking/feed/</wfw:commentRss>
		</item>
		<item>
		<title>iphone.pipes.yahoo.com: Access your mashup while mobile</title>
		<link>http://blog.pipes.yahoo.com/2007/10/23/iphonepipesyahoocom-access-your-mashup-while-mobile/</link>
		<comments>http://blog.pipes.yahoo.com/2007/10/23/iphonepipesyahoocom-access-your-mashup-while-mobile/#comments</comments>
		<pubDate>Tue, 23 Oct 2007 18:53:22 +0000</pubDate>
		<dc:creator>The Pipes Team</dc:creator>
		
		<category>Announcements</category>

		<category>Features</category>

		<guid isPermaLink="false">http://blog.pipes.yahoo.com/2007/10/23/iphonepipesyahoocom-access-your-mashup-while-mobile/</guid>
		<description><![CDATA[The Pipes team spent a hectic 24 hours as part of the recent internal Y! hack day (video coming soon) creating an iPhone interface for Pipes. We thought it was so useful we wanted to get it out as soon as possible. Now everyone can access their mash-ups while mobile by going to iphone.pipes.yahoo.com.  [...]]]></description>
			<content:encoded><![CDATA[<p>The Pipes team spent a hectic 24 hours as part of the recent internal Y! hack day (video coming soon) creating an iPhone interface for Pipes. We thought it was so useful we wanted to get it out as soon as possible. Now everyone can access their mash-ups while mobile by going to <a href="http://iphone.pipes.yahoo.com/">iphone.pipes.yahoo.com</a>.  In addition to running any of your pipes and getting the output in a suitably styled interface, one of the coolest parts of our hack was integrating Pipes with the built-in iPhone mapping application. You can put any of your geo Pipe results on the iPhone just by pressing the &#8220;Map&#8221; button:</p>
<p><img style="width: 150px; height: 295px" id="image115" alt="picture-19.png" src="http://blog.pipes.yahoo.com/wp-content/uploads/2007/10/picture-19.png" />  <img style="width: 150px; height: 297px" id="image114" alt="picture-20.png" src="http://blog.pipes.yahoo.com/wp-content/uploads/2007/10/picture-20.png" />  <img style="width: 150px; height: 296px" id="image113" alt="picture-21.png" src="http://blog.pipes.yahoo.com/wp-content/uploads/2007/10/picture-21.png" />  <img style="width: 150px; height: 295px" id="image105" alt="picture-22.png" src="http://blog.pipes.yahoo.com/wp-content/uploads/2007/10/picture-22.png" /><br />
<img width="150" height="294" id="image115" alt="picture-19.png" src="http://blog.pipes.yahoo.com/wp-content/uploads/2007/10/picture-19.png" />  <img width="153" height="293" id="image117" alt="picture-25.png" src="http://blog.pipes.yahoo.com/wp-content/uploads/2007/10/picture-25.png" />  <img style="width: 152px; height: 294px" id="image110" alt="picture-26.png" src="http://blog.pipes.yahoo.com/wp-content/uploads/2007/10/picture-26.png" />  <img style="width: 150px; height: 295px" id="image116" alt="picture-27.png" src="http://blog.pipes.yahoo.com/wp-content/uploads/2007/10/picture-27.png" /><br />
So you can display results from Y! local, as well as answering the question posed by one of our more &#8220;urgent&#8221; Pipes: <a href="http://pipes.yahoo.com/pipes/pipe.info?_id=OhFRy_t43BGpiyl___OGHw">the restroom locator</a>. Some other featured pipes that work well while mobile include <a href="http://pipes.yahoo.com/pipes/pipe.info?_id=2qRMVuiA3BGGDplen0artA">Live Traffic Results</a> (what exactly is causing that snarl up), and <a href="http://pipes.yahoo.com/pipes/pipe.info?_id=2ndkDkLB2xGOIvh6HxeTaQ">Price watcher</a> - for those of us standing in Frys to work out if that really is a good deal&#8230;</p>
<p>We suggest tagging your pipes with <a href="http://pipes.yahoo.com/pipes/search?r=tag%3Aiphoneapp">&#8220;iphoneapp&#8221;</a> so we can find and feature the best mobile mashups in the future.
</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fblog.pipes.yahoo.com%2F2007%2F10%2F23%2Fiphonepipesyahoocom-access-your-mashup-while-mobile%2F';
  addthis_title  = 'iphone.pipes.yahoo.com%3A+Access+your+mashup+while+mobile';
  addthis_pub    = 'pipesteam';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://blog.pipes.yahoo.com/2007/10/23/iphonepipesyahoocom-access-your-mashup-while-mobile/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Find those pipes!</title>
		<link>http://blog.pipes.yahoo.com/2007/10/23/find-those-pipes/</link>
		<comments>http://blog.pipes.yahoo.com/2007/10/23/find-those-pipes/#comments</comments>
		<pubDate>Tue, 23 Oct 2007 16:17:09 +0000</pubDate>
		<dc:creator>The Pipes Team</dc:creator>
		
		<category>Features</category>

		<category>Site Updates</category>

		<guid isPermaLink="false">http://blog.pipes.yahoo.com/2007/10/23/find-those-pipes/</guid>
		<description><![CDATA[We&#8217;ve added far more advanced searching, querying, and ranking capabilities to Pipes. Now you can find the types of Pipes that interest you by refining your search on a number of criteria, including the types of output they produce, what tags they have, what data sources they are mashing up, and in any combination! Pipes [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve added far more advanced searching, querying, and ranking capabilities to Pipes. Now you can find the types of Pipes that interest you by refining your search on a number of criteria, including the types of output they produce, what tags they have, what data sources they are mashing up, and in any combination! Pipes are also now ranked and sorted in a new way, allowing more &#8220;interesting&#8221; Pipes to appear earlier in each search.</p>
<p><img width="306" height="366" id="image125" alt="picture-24.png" src="http://blog.pipes.yahoo.com/wp-content/uploads/2007/10/picture-24.png" />    <img width="294" height="365" id="image122" alt="picture-30.png" src="http://blog.pipes.yahoo.com/wp-content/uploads/2007/10/picture-30.png" /><br />
<img width="305" height="368" id="image123" alt="picture-29.png" src="http://blog.pipes.yahoo.com/wp-content/uploads/2007/10/picture-29.png" />   <img width="306" height="364" id="image124" alt="picture-28.png" src="http://blog.pipes.yahoo.com/wp-content/uploads/2007/10/picture-28.png" /><br />
Simply start searching in the usual way (type some text into the search box or hit &#8220;Browse&#8221;) and then you&#8217;ll get a list of attribute values down the left hand side of the page that are common to one or more of the search results. These values show you how many of the items in your search contain a particular tag, or access a certain data source, or output a given type of data and so on. Clicking on a particular value (e.g. the tag) will re-search and show only those items in your original search that also have that value. You can keep refining your search by adding more and more attribute values until you find the right Pipes. Refined too much? No problem, just go to the &#8220;Current Search&#8221; box and click on the &#8220;x&#8221; next to that value to stop restricting the results that way.</p>
<p>When there are more than 10 values for an attribute they become hidden. Press &#8220;More +&#8221; to the right of the attribute name (e.g. Tag, or  Source) to show them all.
</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fblog.pipes.yahoo.com%2F2007%2F10%2F23%2Ffind-those-pipes%2F';
  addthis_title  = 'Find+those+pipes%21';
  addthis_pub    = 'pipesteam';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://blog.pipes.yahoo.com/2007/10/23/find-those-pipes/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Squishing Bugs + module and site enhancements</title>
		<link>http://blog.pipes.yahoo.com/2007/10/23/squishing-bugs-module-and-site-enhancements/</link>
		<comments>http://blog.pipes.yahoo.com/2007/10/23/squishing-bugs-module-and-site-enhancements/#comments</comments>
		<pubDate>Tue, 23 Oct 2007 16:16:14 +0000</pubDate>
		<dc:creator>The Pipes Team</dc:creator>
		
		<category>Features</category>

		<category>Bug Fixes</category>

		<guid isPermaLink="false">http://blog.pipes.yahoo.com/2007/10/23/squishing-bugs-module-and-site-enhancements/</guid>
		<description><![CDATA[While every release of Pipes fixes many bugs, we don&#8217;t often talk about them. However the latest Pipes update addresses one of the biggest problems reported on the message boards and now Pipes supports a wider diversity language encodings and character sets found in many feeds. We still have a few remaining types to nail [...]]]></description>
			<content:encoded><![CDATA[<p>While every release of Pipes fixes many bugs, we don&#8217;t often talk about them. However the latest Pipes update addresses one of the biggest problems reported on the message boards and now Pipes supports a wider diversity language encodings and character sets found in many feeds. We still have a few remaining types to nail down but many more feeds should now work well.</p>
<p>Another frequently requested enhancement finally arrives on the Regex module, now our power users (you know who you are) can make use of the &#8220;m&#8221; &#8220;i&#8221; &#8220;g&#8221; and &#8220;s&#8221; flags.</p>
<div style="text-align: center"><img style="width: 686px; height: 110px" alt="The new regex module" id="image98" src="http://blog.pipes.yahoo.com/wp-content/uploads/2007/10/regex.png" /></div>
<p>We&#8217;ve also enabled run counting - yes, finally they&#8217;re back! We&#8217;ve re-counted all those hanging chads, errr, runs, and updated the statistics on each Pipe. Take a look at your Pipes and see how popular they have been.</p>
<div style="text-align: center"><img width="274" height="230" id="image101" alt="Runs are back" src="http://blog.pipes.yahoo.com/wp-content/uploads/2007/10/runshighlighted.png" /></div>
<p>Fed up with that avatar? You can now use any picture or yourself so other developers can see how pretty you really are. You can change your picture without even leaving your Pipes page:</p>
<div style="text-align: center"><img width="256" height="196" alt="Full page screenshot of the inline picture picker in action" id="image99" src="http://blog.pipes.yahoo.com/wp-content/uploads/2007/10/picturepiclg.png" /> <img width="301" height="197" alt="The inline picture picker in action" id="image100" src="http://blog.pipes.yahoo.com/wp-content/uploads/2007/10/picturepic.png" /></div>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fblog.pipes.yahoo.com%2F2007%2F10%2F23%2Fsquishing-bugs-module-and-site-enhancements%2F';
  addthis_title  = 'Squishing+Bugs+%2B+module+and+site+enhancements';
  addthis_pub    = 'pipesteam';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://blog.pipes.yahoo.com/2007/10/23/squishing-bugs-module-and-site-enhancements/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
