<?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: Ajax Search</title>
	<atom:link href="http://schinckel.net/2006/09/17/ajax-search/feed/" rel="self" type="application/rss+xml" />
	<link>http://schinckel.net/2006/09/17/ajax-search/</link>
	<description>Like a fortune cookie, only without the fortune, and not a cookie.</description>
	<pubDate>Thu, 20 Nov 2008 10:22:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: the occasional blog</title>
		<link>http://schinckel.net/2006/09/17/ajax-search/#comment-1364</link>
		<dc:creator>the occasional blog</dc:creator>
		<pubDate>Sun, 17 Sep 2006 22:18:07 +0000</pubDate>
		<guid isPermaLink="false">http://schinckel.blogsome.com/2006/09/17/ajax-search/#comment-1364</guid>
		<description>&lt;strong&gt;AJAX on blogsome&lt;/strong&gt;

	I am tingled. I was searching for ways to implement Elliot&#8217;s Better-than-live search . Based on this blogsome-forum post by the admins, it appears that blogsome does not have a separate page for search results. Which means we are stuck with long...</description>
		<content:encoded><![CDATA[<p><strong>AJAX on blogsome</strong></p>
<p>	I am tingled. I was searching for ways to implement Elliot&#8217;s Better-than-live search . Based on this blogsome-forum post by the admins, it appears that blogsome does not have a separate page for search results. Which means we are stuck with long&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rajeev karamchedu</title>
		<link>http://schinckel.net/2006/09/17/ajax-search/#comment-1363</link>
		<dc:creator>rajeev karamchedu</dc:creator>
		<pubDate>Sun, 17 Sep 2006 21:21:06 +0000</pubDate>
		<guid isPermaLink="false">http://schinckel.blogsome.com/2006/09/17/ajax-search/#comment-1363</guid>
		<description>
Gracias Amigo! 'Cause my understanding of the smarty/blogsome template system is very basic, I spent a whole day just trying to undertand the workflow... 

My original thought for blogsome's ajax search was just what you explained.

Keeping with &lt;a href="http://kreaper.blogsome.com" rel="nofollow"&gt;my blog's&lt;/a&gt; theme of blind up/down menus, once the search is conducted (I also agree with Elliot that a search should not be performed the moment someone types a letter...), the results window can be in a "blind down" box...

I would be concered about the weight of the page as a result of this JS hackery tho... 
</description>
		<content:encoded><![CDATA[<p>Gracias Amigo! &#8216;Cause my understanding of the smarty/blogsome template system is very basic, I spent a whole day just trying to undertand the workflow&#8230; </p>
<p>My original thought for blogsome&#8217;s ajax search was just what you explained.</p>
<p>Keeping with <a href="http://kreaper.blogsome.com" rel="nofollow">my blog&#8217;s</a> theme of blind up/down menus, once the search is conducted (I also agree with Elliot that a search should not be performed the moment someone types a letter&#8230;), the results window can be in a &#8220;blind down&#8221; box&#8230;</p>
<p>I would be concered about the weight of the page as a result of this JS hackery tho&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Schinckel</title>
		<link>http://schinckel.net/2006/09/17/ajax-search/#comment-1362</link>
		<dc:creator>Matthew Schinckel</dc:creator>
		<pubDate>Sun, 17 Sep 2006 14:18:22 +0000</pubDate>
		<guid isPermaLink="false">http://schinckel.blogsome.com/2006/09/17/ajax-search/#comment-1362</guid>
		<description>As far as I can tell, I should be able to hijack the POST/GET command, and get the file using XMLHttpRequest.  Then I can use the data that is returned by putting everything (except the code up to and including &lt;code&gt;&#60;body&#62;&lt;/code&gt; and the code starting with &lt;code&gt;&#60;/body&#62;&lt;/code&gt;) into a new HTML element, that isn't really part of the document.

Then, I can use JavaScript to grab the elements that have the required class, and create a list of title/url pairs that can be placed into the dynamically appearing results list.

I'm really quite excited about this.  I hope I have some time to do it this week.

I might come up with some other ideas that use AJAX to do cool stuff on the blog, too.</description>
		<content:encoded><![CDATA[<p>As far as I can tell, I should be able to hijack the POST/GET command, and get the file using XMLHttpRequest.  Then I can use the data that is returned by putting everything (except the code up to and including <code>&lt;body&gt;</code> and the code starting with <code>&lt;/body&gt;</code>) into a new HTML element, that isn&#8217;t really part of the document.</p>
<p>Then, I can use JavaScript to grab the elements that have the required class, and create a list of title/url pairs that can be placed into the dynamically appearing results list.</p>
<p>I&#8217;m really quite excited about this.  I hope I have some time to do it this week.</p>
<p>I might come up with some other ideas that use AJAX to do cool stuff on the blog, too.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
