<?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: &#8220;Sitewide Search On A Shoe String&#8221; &#8212; now with pages!</title>
	<atom:link href="http://tiffanybbrown.com/2009/02/20/sitewide-search-on-a-shoe-string-now-with-pages/feed/" rel="self" type="application/rss+xml" />
	<link>http://tiffanybbrown.com/2009/02/20/sitewide-search-on-a-shoe-string-now-with-pages/</link>
	<description>A web log about web development and internet culture with frequent detours into other stuff.</description>
	<lastBuildDate>Tue, 15 May 2012 22:15:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: tiffanybbrown</title>
		<link>http://tiffanybbrown.com/2009/02/20/sitewide-search-on-a-shoe-string-now-with-pages/comment-page-1/#comment-91635</link>
		<dc:creator>tiffanybbrown</dc:creator>
		<pubDate>Sun, 13 Sep 2009 01:03:33 +0000</pubDate>
		<guid isPermaLink="false">http://tiffanybbrown.com/?p=1794#comment-91635</guid>
		<description>I think it&#039;s a matter of adjusting the value of your domain to be foo.com/justthisdirectory/, but I haven&#039;t tried that yet. </description>
		<content:encoded><![CDATA[<p>I think it&#039;s a matter of adjusting the value of your domain to be foo.com/justthisdirectory/, but I haven&#039;t tried that yet. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tiffanybbrown</title>
		<link>http://tiffanybbrown.com/2009/02/20/sitewide-search-on-a-shoe-string-now-with-pages/comment-page-1/#comment-93423</link>
		<dc:creator>tiffanybbrown</dc:creator>
		<pubDate>Sun, 13 Sep 2009 01:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://tiffanybbrown.com/?p=1794#comment-93423</guid>
		<description>I think it&#039;s a matter of adjusting the value of your domain to be foo.com/justthisdirectory/, but I haven&#039;t tried that yet.</description>
		<content:encoded><![CDATA[<p>I think it&#039;s a matter of adjusting the value of your domain to be foo.com/justthisdirectory/, but I haven&#039;t tried that yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Minter</title>
		<link>http://tiffanybbrown.com/2009/02/20/sitewide-search-on-a-shoe-string-now-with-pages/comment-page-1/#comment-91633</link>
		<dc:creator>Greg Minter</dc:creator>
		<pubDate>Fri, 11 Sep 2009 20:38:55 +0000</pubDate>
		<guid isPermaLink="false">http://tiffanybbrown.com/?p=1794#comment-91633</guid>
		<description>Just a question...think I have this working, but I seem to get more results than I want...I want to limit my results from a portion of a tree (e.g. &lt;a href=&quot;http://www.foo.com/justthisdirectory/.&quot; target=&quot;_blank&quot;&gt;www.foo.com/justthisdirectory/.&lt;/a&gt; 
 
How can I do that? </description>
		<content:encoded><![CDATA[<p>Just a question&#8230;think I have this working, but I seem to get more results than I want&#8230;I want to limit my results from a portion of a tree (e.g. <a href="http://www.foo.com/justthisdirectory/." target="_blank"></a><a href="http://www.foo.com/justthisdirectory/" rel="nofollow">http://www.foo.com/justthisdirectory/</a>. </p>
<p>How can I do that? </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Minter</title>
		<link>http://tiffanybbrown.com/2009/02/20/sitewide-search-on-a-shoe-string-now-with-pages/comment-page-1/#comment-93422</link>
		<dc:creator>Greg Minter</dc:creator>
		<pubDate>Fri, 11 Sep 2009 20:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://tiffanybbrown.com/?p=1794#comment-93422</guid>
		<description>Just a question...think I have this working, but I seem to get more results than I want...I want to limit my results from a portion of a tree (e.g. &lt;a href=&quot;http://www.foo.com/justthisdirectory/.&quot; rel=&quot;nofollow&quot;&gt;www.foo.com/justthisdirectory/.&lt;/a&gt; 
 
How can I do that?</description>
		<content:encoded><![CDATA[<p>Just a question&#8230;think I have this working, but I seem to get more results than I want&#8230;I want to limit my results from a portion of a tree (e.g. <a href="http://www.foo.com/justthisdirectory/." rel="nofollow"></a><a href="http://www.foo.com/justthisdirectory/" rel="nofollow">http://www.foo.com/justthisdirectory/</a>. </p>
<p>How can I do that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tiffanybbrown</title>
		<link>http://tiffanybbrown.com/2009/02/20/sitewide-search-on-a-shoe-string-now-with-pages/comment-page-1/#comment-91255</link>
		<dc:creator>tiffanybbrown</dc:creator>
		<pubDate>Wed, 25 Feb 2009 02:05:55 +0000</pubDate>
		<guid isPermaLink="false">http://tiffanybbrown.com/?p=1794#comment-91255</guid>
		<description>But that would require reading the docs Chris and PFFFT! Who has time to do that? :)  
 
I weighed the pluses and minuses and did this in about an hour. I wanted the URL to be &quot;hackable&quot; -- users could build their own query string in the address bar. I guess that could be done by just setting the method to &quot;GET&quot; ... hmmm, I need to tinker some more. 
 
Would you be available for a beer while you&#039;re here? </description>
		<content:encoded><![CDATA[<p>But that would require reading the docs Chris and PFFFT! Who has time to do that? <img src='http://tiffanybbrown.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   </p>
<p>I weighed the pluses and minuses and did this in about an hour. I wanted the URL to be &quot;hackable&quot; &#8212; users could build their own query string in the address bar. I guess that could be done by just setting the method to &quot;GET&quot; &#8230; hmmm, I need to tinker some more. </p>
<p>Would you be available for a beer while you&#039;re here? </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tiffanybbrown</title>
		<link>http://tiffanybbrown.com/2009/02/20/sitewide-search-on-a-shoe-string-now-with-pages/comment-page-1/#comment-93421</link>
		<dc:creator>tiffanybbrown</dc:creator>
		<pubDate>Wed, 25 Feb 2009 02:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://tiffanybbrown.com/?p=1794#comment-93421</guid>
		<description>But that would require reading the docs Chris and PFFFT! Who has time to do that? :)  
 
I weighed the pluses and minuses and did this in about an hour. I wanted the URL to be &quot;hackable&quot; -- users could build their own query string in the address bar. I guess that could be done by just setting the method to &quot;GET&quot; ... hmmm, I need to tinker some more. 
 
Would you be available for a beer while you&#039;re here?</description>
		<content:encoded><![CDATA[<p>But that would require reading the docs Chris and PFFFT! Who has time to do that? <img src='http://tiffanybbrown.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   </p>
<p>I weighed the pluses and minuses and did this in about an hour. I wanted the URL to be &quot;hackable&quot; &#8212; users could build their own query string in the address bar. I guess that could be done by just setting the method to &quot;GET&quot; &#8230; hmmm, I need to tinker some more. </p>
<p>Would you be available for a beer while you&#039;re here?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Heilmann</title>
		<link>http://tiffanybbrown.com/2009/02/20/sitewide-search-on-a-shoe-string-now-with-pages/comment-page-1/#comment-91251</link>
		<dc:creator>Chris Heilmann</dc:creator>
		<pubDate>Fri, 20 Feb 2009 11:08:20 +0000</pubDate>
		<guid isPermaLink="false">http://tiffanybbrown.com/?p=1794#comment-91251</guid>
		<description>Good catch Tiffany! There&#039;s also a point that in the BOSS results you have a prevurl and nexturl parameter in the results. this means you can build your own pagination easily. I am coming to Atlanta soon for GA Tech hack day by the way - 1st to 8th of March :) 
 </description>
		<content:encoded><![CDATA[<p>Good catch Tiffany! There&#039;s also a point that in the BOSS results you have a prevurl and nexturl parameter in the results. this means you can build your own pagination easily. I am coming to Atlanta soon for GA Tech hack day by the way &#8211; 1st to 8th of March <img src='http://tiffanybbrown.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Heilmann</title>
		<link>http://tiffanybbrown.com/2009/02/20/sitewide-search-on-a-shoe-string-now-with-pages/comment-page-1/#comment-93420</link>
		<dc:creator>Chris Heilmann</dc:creator>
		<pubDate>Fri, 20 Feb 2009 11:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://tiffanybbrown.com/?p=1794#comment-93420</guid>
		<description>Good catch Tiffany! There&#039;s also a point that in the BOSS results you have a prevurl and nexturl parameter in the results. this means you can build your own pagination easily. I am coming to Atlanta soon for GA Tech hack day by the way - 1st to 8th of March :)</description>
		<content:encoded><![CDATA[<p>Good catch Tiffany! There&#039;s also a point that in the BOSS results you have a prevurl and nexturl parameter in the results. this means you can build your own pagination easily. I am coming to Atlanta soon for GA Tech hack day by the way &#8211; 1st to 8th of March <img src='http://tiffanybbrown.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

