<?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 - the Yahoo Pipes to AJAX bridge</title>
	<atom:link href="http://comments.deasil.com/2007/02/19/pipejax-the-yahoo-pipes-to-ajax-bridge/feed/" rel="self" type="application/rss+xml" />
	<link>http://comments.deasil.com/2007/02/19/pipejax-the-yahoo-pipes-to-ajax-bridge/</link>
	<description>escape colon w q</description>
	<pubDate>Sat, 30 Aug 2008 16:31:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: knut</title>
		<link>http://comments.deasil.com/2007/02/19/pipejax-the-yahoo-pipes-to-ajax-bridge/#comment-4682</link>
		<dc:creator>knut</dc:creator>
		<pubDate>Mon, 10 Sep 2007 00:38:34 +0000</pubDate>
		<guid isPermaLink="false">http://comments.deasil.com/2007/02/19/pipejax-the-yahoo-pipes-to-ajax-bridge/#comment-4682</guid>
		<description>hi felix, and thanks so much for your response.

i've checked out the web service, and i suppose it could be what would do the trick.  what i want to do is slightly different from what you've had understood (my bad completely), so i figure i'd put it straight, in case there is another solution.  

what i want to do is to use predefined search terms and search through specific websites (ie. the articles from certain websites which are fed through their respective rss-feeds) and return simply whether the search term was found in the articles or not.  for example, let's say i would like to know if the string 'police' is contained in any of the articles of, say, three different newspapers today.  i figured i could list three rss-feeds from these websites, not search the feed description itself, but the actual articles which the feed links to, by picking up the links (to articles) in the feed and doing the search on these url's.  i would like to return simply how many occurrences the string has - ie. not simple string occurences, but how many articles the string occurs in (once or more).  

like i said, i guess the web service module could do the trick, but there might be an even simpler solution?  i don't know how i'd write the java script for it, however - would it have to be done 'manually,' ie. a script that actually goes out and does the search itself, or do you know if there are solutions made already that could be called upon to do this?

again, thank you so much for your response and concern.  hope to crack this problem wide open soon, and your help is greatly appreciated.

knut</description>
		<content:encoded><![CDATA[<p>hi felix, and thanks so much for your response.</p>
<p>i&#8217;ve checked out the web service, and i suppose it could be what would do the trick.  what i want to do is slightly different from what you&#8217;ve had understood (my bad completely), so i figure i&#8217;d put it straight, in case there is another solution.  </p>
<p>what i want to do is to use predefined search terms and search through specific websites (ie. the articles from certain websites which are fed through their respective rss-feeds) and return simply whether the search term was found in the articles or not.  for example, let&#8217;s say i would like to know if the string &#8216;police&#8217; is contained in any of the articles of, say, three different newspapers today.  i figured i could list three rss-feeds from these websites, not search the feed description itself, but the actual articles which the feed links to, by picking up the links (to articles) in the feed and doing the search on these url&#8217;s.  i would like to return simply how many occurrences the string has - ie. not simple string occurences, but how many articles the string occurs in (once or more).  </p>
<p>like i said, i guess the web service module could do the trick, but there might be an even simpler solution?  i don&#8217;t know how i&#8217;d write the java script for it, however - would it have to be done &#8216;manually,&#8217; ie. a script that actually goes out and does the search itself, or do you know if there are solutions made already that could be called upon to do this?</p>
<p>again, thank you so much for your response and concern.  hope to crack this problem wide open soon, and your help is greatly appreciated.</p>
<p>knut</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: felix</title>
		<link>http://comments.deasil.com/2007/02/19/pipejax-the-yahoo-pipes-to-ajax-bridge/#comment-4495</link>
		<dc:creator>felix</dc:creator>
		<pubDate>Fri, 07 Sep 2007 21:19:15 +0000</pubDate>
		<guid isPermaLink="false">http://comments.deasil.com/2007/02/19/pipejax-the-yahoo-pipes-to-ajax-bridge/#comment-4495</guid>
		<description>Knut, if I understand what you're asking you want to take an rss feed, from which you will extract some sort of search term. Then you want to use that search term and search through specific urls that you have to see if that appears?

If that's what you are looking to do, as you suggest there's no way to do this strictly within the bounds of pipes. But the good folks at Brickhouse have developed a &lt;a href="http://blog.pipes.yahoo.com/2007/08/13/power-your-own-module/" rel="nofollow"&gt;web services module&lt;/a&gt; that sends out the rss from pipes to a url you specify which can do the searching you are looking for and then return rss/json back to pipes to finish it's way.

Is that what you were looking to do? If not let me know and I'll try and suggest something else. :)</description>
		<content:encoded><![CDATA[<p>Knut, if I understand what you&#8217;re asking you want to take an rss feed, from which you will extract some sort of search term. Then you want to use that search term and search through specific urls that you have to see if that appears?</p>
<p>If that&#8217;s what you are looking to do, as you suggest there&#8217;s no way to do this strictly within the bounds of pipes. But the good folks at Brickhouse have developed a <a href="http://blog.pipes.yahoo.com/2007/08/13/power-your-own-module/" rel="nofollow">web services module</a> that sends out the rss from pipes to a url you specify which can do the searching you are looking for and then return rss/json back to pipes to finish it&#8217;s way.</p>
<p>Is that what you were looking to do? If not let me know and I&#8217;ll try and suggest something else. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Knut</title>
		<link>http://comments.deasil.com/2007/02/19/pipejax-the-yahoo-pipes-to-ajax-bridge/#comment-4378</link>
		<dc:creator>Knut</dc:creator>
		<pubDate>Thu, 06 Sep 2007 23:07:41 +0000</pubDate>
		<guid isPermaLink="false">http://comments.deasil.com/2007/02/19/pipejax-the-yahoo-pipes-to-ajax-bridge/#comment-4378</guid>
		<description>hi, 

thanks for quality posts!  found your blog (and this entry) looking around for ways to tweak the yahoo! pipes...  very specifically, i'm looking for a way to integrate string searches of entire pages (url's, you know, normal pages) - not just RSS feeds.  There is no functionality for this in the pipes themselves (as far as i can see - and i've looked real hard), but it seems to me to write some ajax might be the trick?

would you have any idea or comment on where i could even begin to work around this?  what specifically i would like to do is to search for keywords in the respective articles that the RSS feed entries link to.  that means gathering a rss feed, and probing each "link" url for a certain string, and returning simply whether the string was found or not.

not sure if im making myself v clear here tho...  but since you obviously have a pretty good hang of it, i thought maybe you'd have some insights to share.

keep up the good work, 
knut.
(email: theosloexperience [howdy!] gmail.com  i'll check back here tho, of course... )</description>
		<content:encoded><![CDATA[<p>hi, </p>
<p>thanks for quality posts!  found your blog (and this entry) looking around for ways to tweak the yahoo! pipes&#8230;  very specifically, i&#8217;m looking for a way to integrate string searches of entire pages (url&#8217;s, you know, normal pages) - not just RSS feeds.  There is no functionality for this in the pipes themselves (as far as i can see - and i&#8217;ve looked real hard), but it seems to me to write some ajax might be the trick?</p>
<p>would you have any idea or comment on where i could even begin to work around this?  what specifically i would like to do is to search for keywords in the respective articles that the RSS feed entries link to.  that means gathering a rss feed, and probing each &#8220;link&#8221; url for a certain string, and returning simply whether the string was found or not.</p>
<p>not sure if im making myself v clear here tho&#8230;  but since you obviously have a pretty good hang of it, i thought maybe you&#8217;d have some insights to share.</p>
<p>keep up the good work,<br />
knut.<br />
(email: theosloexperience [howdy!] gmail.com  i&#8217;ll check back here tho, of course&#8230; )</p>
]]></content:encoded>
	</item>
</channel>
</rss>
