<?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: Krugle</title>
	<atom:link href="http://terrychay.com/blog/article/krugle.shtml/feed" rel="self" type="application/rss+xml" />
	<link>http://terrychay.com/blog/article/krugle.shtml</link>
	<description>You tell that other boy, not to touch the woodwork...</description>
	<pubDate>Fri, 21 Nov 2008 07:24:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7-hemorrhage</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: The Woodwork &#187; Blog Archive &#187; Stories about my wallet</title>
		<link>http://terrychay.com/blog/article/krugle.shtml#comment-126617</link>
		<dc:creator>The Woodwork &#187; Blog Archive &#187; Stories about my wallet</dc:creator>
		<pubDate>Thu, 19 Jul 2007 00:26:52 +0000</pubDate>
		<guid isPermaLink="false">http://terrychay.com/blog/article/krugle.shtml#comment-126617</guid>
		<description>[...] cappuccino (yes, that was what the chalkboard told me to order). I then pulled out my wallet to get the Starbucks card (I’m the only person in my family who isn’t a coffee drinker, I just keep the card refreshed so [...]</description>
		<content:encoded><![CDATA[<p>[...] cappuccino (yes, that was what the chalkboard told me to order). I then pulled out my wallet to get the Starbucks card (I’m the only person in my family who isn’t a coffee drinker, I just keep the card refreshed so [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Woodwork &#187; Blog Archive &#187; “Out-Googling” Google</title>
		<link>http://terrychay.com/blog/article/krugle.shtml#comment-18060</link>
		<dc:creator>The Woodwork &#187; Blog Archive &#187; “Out-Googling” Google</dc:creator>
		<pubDate>Mon, 01 Jan 2007 12:16:21 +0000</pubDate>
		<guid isPermaLink="false">http://terrychay.com/blog/article/krugle.shtml#comment-18060</guid>
		<description>[...] How does my dad get my coffee now and how did he get his coffee then. Somewhere along the way, Starbucks came and broke off coffee from McDonald’s, Dunkin’ Donuts and all-night diners. [...]</description>
		<content:encoded><![CDATA[<p>[...] How does my dad get my coffee now and how did he get his coffee then. Somewhere along the way, Starbucks came and broke off coffee from McDonald’s, Dunkin’ Donuts and all-night diners. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Krugle Blog &#187; We need to make our UI less mysterious</title>
		<link>http://terrychay.com/blog/article/krugle.shtml#comment-11329</link>
		<dc:creator>Krugle Blog &#187; We need to make our UI less mysterious</dc:creator>
		<pubDate>Tue, 21 Nov 2006 17:24:56 +0000</pubDate>
		<guid isPermaLink="false">http://terrychay.com/blog/article/krugle.shtml#comment-11329</guid>
		<description>[...] I just responded to a thoughtful blog post by Terry Chay. He had given Krugle a try, and then wrote up his impressions. [...]</description>
		<content:encoded><![CDATA[<p>[...] I just responded to a thoughtful blog post by Terry Chay. He had given Krugle a try, and then wrote up his impressions. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken Krugler</title>
		<link>http://terrychay.com/blog/article/krugle.shtml#comment-11328</link>
		<dc:creator>Ken Krugler</dc:creator>
		<pubDate>Tue, 21 Nov 2006 17:15:15 +0000</pubDate>
		<guid isPermaLink="false">http://terrychay.com/blog/article/krugle.shtml#comment-11328</guid>
		<description>Hi Terry,

Thanks for taking the time to give Krugle a try!

A few comments about specific comments you made in your post...

1. Using special strings to narrow the search. Actually you can do that, in two different ways.

First, you can use special terms such as language:xxx, project:xxx, site:xxx, etc.. Grant wrote a nice &lt;a href="http://blog.krugle.com/?p=187" rel="nofollow"&gt;blog post&lt;/a&gt; about this.

Or, for some languages, you can just enter the language name in the query as a shortcut. For example, searching on "php ecard" will return PHP source files that contain the term "ecard".

2. AJAX &#38; the tabbed interface. Yes, this is a common complaint we get. The problem is that for exploratory search, having a tabbed interface can be a real win. See &lt;a href="http://blog.krugle.com/?p=146" rel="nofollow"&gt;here&lt;/a&gt; for more discussion on this.

But to help alleviate the problems this causes, our most recent release adds support for static pages in most UI elements. Just about everywhere that you see a link, there will also be a "static page" icon that you can click on to open the page in a new browser tab/window, instead of a Krugle internal tab.

All links are also "link masked", where you can control/right-click the link to get the standard browser popup menu (which typically includes items to copy the link, open the link in a new tab/window, etc).

3. Back button. Sigh. Yeah, that's been a persistent bummer. Especially if you want it to work properly on Safari. But fixing this is on the roadmap.

4. IDE integration. Yes, that would be a beautiful thing. We actually implemented the entire site using a RESTful back-end service, which the web UI leverages to create a browser-based interface. So it's fairly straightforward, once we've resolved the monitoring/throttling issues, to open up the API.

Our big challenge is figuring out the "right" way to integrate...something more than just a lookup box with static search results comes to mind.

5. Search via URL. It is possible, with the most recent release. The URL format is:

http://krugle.com/kse/files?query=xxx

For example, try &lt;a href="http://krugle.com/kse/files?query=php+ecard" rel="nofollow"&gt;this search&lt;/a&gt;.

There are also plugins available for Firefox 1.5/2.0 and IE7 &lt;a href="http://corp.krugle.com/downloads/plugins.html" rel="nofollow"&gt;here&lt;/a&gt;.

Chris Burmester, our AJAX dude, wrote a lengthy &lt;a href="http://blog.krugle.com/?p=185" rel="nofollow"&gt;blog post&lt;/a&gt; with the gory details.

Anyway, hope this helps - thanks again for taking the time to try out &lt;a href="krugle.com" rel="nofollow"&gt;Krugle&lt;/a&gt;, and let us know if you have other questions or suggestions.</description>
		<content:encoded><![CDATA[<p>Hi Terry,</p>
<p>Thanks for taking the time to give Krugle a try!</p>
<p>A few comments about specific comments you made in your post&#8230;</p>
<p>1. Using special strings to narrow the search. Actually you can do that, in two different ways.</p>
<p>First, you can use special terms such as language:xxx, project:xxx, site:xxx, etc.. Grant wrote a nice <a href="http://blog.krugle.com/?p=187" rel="nofollow">blog post</a> about this.</p>
<p>Or, for some languages, you can just enter the language name in the query as a shortcut. For example, searching on &#8220;php ecard&#8221; will return PHP source files that contain the term &#8220;ecard&#8221;.</p>
<p>2. AJAX &amp; the tabbed interface. Yes, this is a common complaint we get. The problem is that for exploratory search, having a tabbed interface can be a real win. See <a href="http://blog.krugle.com/?p=146" rel="nofollow">here</a> for more discussion on this.</p>
<p>But to help alleviate the problems this causes, our most recent release adds support for static pages in most UI elements. Just about everywhere that you see a link, there will also be a &#8220;static page&#8221; icon that you can click on to open the page in a new browser tab/window, instead of a Krugle internal tab.</p>
<p>All links are also &#8220;link masked&#8221;, where you can control/right-click the link to get the standard browser popup menu (which typically includes items to copy the link, open the link in a new tab/window, etc).</p>
<p>3. Back button. Sigh. Yeah, that&#8217;s been a persistent bummer. Especially if you want it to work properly on Safari. But fixing this is on the roadmap.</p>
<p>4. IDE integration. Yes, that would be a beautiful thing. We actually implemented the entire site using a RESTful back-end service, which the web UI leverages to create a browser-based interface. So it&#8217;s fairly straightforward, once we&#8217;ve resolved the monitoring/throttling issues, to open up the API.</p>
<p>Our big challenge is figuring out the &#8220;right&#8221; way to integrate&#8230;something more than just a lookup box with static search results comes to mind.</p>
<p>5. Search via URL. It is possible, with the most recent release. The URL format is:</p>
<p><a href="http://krugle.com/kse/files?query=xxx" rel="nofollow">http://krugle.com/kse/files?query=xxx</a></p>
<p>For example, try <a href="http://krugle.com/kse/files?query=php+ecard" rel="nofollow">this search</a>.</p>
<p>There are also plugins available for Firefox 1.5/2.0 and IE7 <a href="http://corp.krugle.com/downloads/plugins.html" rel="nofollow">here</a>.</p>
<p>Chris Burmester, our AJAX dude, wrote a lengthy <a href="http://blog.krugle.com/?p=185" rel="nofollow">blog post</a> with the gory details.</p>
<p>Anyway, hope this helps - thanks again for taking the time to try out <a href="krugle.com" rel="nofollow">Krugle</a>, and let us know if you have other questions or suggestions.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
