<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.2" -->
<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>Surf Canyon</title>
	<link>http://blog.surfcanyon.com</link>
	<description>Discovery Unlocks the Power of Search</description>
	<pubDate>Wed, 23 Jul 2008 20:56:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>
	<language>en</language>
			<item>
		<title>v1.1.2 - The &#8220;Google Preview&#8221; Edition</title>
		<link>http://blog.surfcanyon.com/2008/07/22/v112-the-google-preview-edition/</link>
		<comments>http://blog.surfcanyon.com/2008/07/22/v112-the-google-preview-edition/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 16:21:20 +0000</pubDate>
		<dc:creator>Surf Canyon</dc:creator>
		
		<category><![CDATA[Announcements]]></category>

		<category><![CDATA[Testimonials]]></category>

		<category><![CDATA[Media]]></category>

		<guid isPermaLink="false">http://blog.surfcanyon.com/2008/07/22/v112-the-google-preview-edition/</guid>
		<description><![CDATA[Today the latest release of Surf Canyon was unleashed upon the world. The most important development is the enhanced compatibility with the Firefox version of Google Preview, which is available on addons.Mozilla.org. Google Preview &#8220;inserts preview images (thumbnails) of web sites into the Google and Yahoo search results pages&#8221; and these previews are now available [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "v1.1.2 - The \"Google Preview\" Edition", url: "http://blog.surfcanyon.com/2008/07/22/v112-the-google-preview-edition/" });</script>]]></description>
			<content:encoded><![CDATA[<p>Today the <a href="http://www.surfcanyon.com/search/versions.jsp" target="_blank">latest release</a> of <a href="http://www.SurfCanyon.com" target="_blank">Surf Canyon</a> was unleashed upon the world. The most important development is the enhanced compatibility with the Firefox version of <a href="http://ackroyd.de/googlepreview/" target="_blank">Google Preview</a>, which is available on <a href="https://addons.mozilla.org/en-US/firefox/addon/189" target="_blank">addons.Mozilla.org</a>. Google Preview &#8220;inserts preview images (thumbnails) of web sites into the Google and Yahoo search results pages&#8221; and these previews are now available with Surf Canyon&#8217;s recommend results as well.</p>
<p><img src="http://blog.surfcanyon.com/wp-content/uploads/2008/07/darth-vader-with-google-preview-2.jpg" alt="Darth Vader with Google Preview" /></p>
<p>We&#8217;re unaware to what extent there is precedent for two Firefox add-ons collaborating to produce an enhanced experience that is greater than the sum of its parts, but Edward Ackroyd at Google Preview provided us with code and instructions that enabled our application to first identify whether or not Google Preview is installed and, if so, insert the appropriate previews in the correct places. We&#8217;re pleased to be working with him.</p>
<p>Additionally,  the UI for the new version has been translated into Russian, which looks very cool.</p>
<p><img src="http://blog.surfcanyon.com/wp-content/uploads/2008/07/russian-ui-yahoo.jpg" alt="Yahoo! Russian UI" /></p>
<p>David Shaw at <a href="http://bloggle.typepad.com/bloggle/2008/07/surf-canyon-is.html" target="_blank">Bloggle</a> announced the new release and had this to say:</p>
<blockquote><p> &#8220;[Surf Canyon] really does improve on Google&#8217;s search results in real time&#8230; Best of all, you don&#8217;t move from Google - no new web page&#8230; It works extremely well, quickly and smoothly. The results are there if you want them, but if you choose not to use Surf Canyon&#8217;s recommendations, your page hardly looks different.&#8221;</p></blockquote>
<p>In other news, Surf Canyon was selected as the <a href="http://www.pctoptips.co.uk/toptips/tt02net.html" target="_blank">Tip of the Day</a> for July 17th by <a href="http://www.rickmaybury.com/" target="_blank">BootLog.co.uk</a>, which has this to say:</p>
<blockquote><p>&#8220;Obviously it can’t work miracles but after trying it for a couple of weeks I have to say it’s quite impressive and more often than not its suggested results get you to where you want to go a lot quicker then trudging through pages of hits.&#8221;</p></blockquote>
<p><a href="http://sharethis.com/item?&wp=2.2.2&amp;publisher=0646157e-d77d-102a-861d-00161729a8a2&amp;title=v1.1.2+-+The+%22Google+Preview%22+Edition&amp;url=http%3A%2F%2Fblog.surfcanyon.com%2F2008%2F07%2F22%2Fv112-the-google-preview-edition%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.surfcanyon.com/2008/07/22/v112-the-google-preview-edition/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Fast &#038; Easy Wordnet Java</title>
		<link>http://blog.surfcanyon.com/2008/07/21/fast-easy-wordnet-java/</link>
		<comments>http://blog.surfcanyon.com/2008/07/21/fast-easy-wordnet-java/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 22:18:18 +0000</pubDate>
		<dc:creator>Surf Canyon</dc:creator>
		
		<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://blog.surfcanyon.com/2008/07/21/fast-easy-wordnet-java/</guid>
		<description><![CDATA[One of the techniques that Surf Canyon uses to determine if a search result is relevant to your query is to examine synonyms.  Princeton University provides Wordnet, a structured lexicon that acts as a dictionary and thesaurus.  There are a few open source Java libraries that provide a Java API to Wordnet.  [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Fast &#038; Easy Wordnet Java", url: "http://blog.surfcanyon.com/2008/07/21/fast-easy-wordnet-java/" });</script>]]></description>
			<content:encoded><![CDATA[<p>One of the techniques that Surf Canyon uses to determine if a search result is relevant to your query is to examine synonyms.  Princeton University provides Wordnet, a structured lexicon that acts as a dictionary and thesaurus.  There are a few open source Java libraries that provide a Java API to Wordnet.  We tried using both JAWS and JWNL, but neither of them provided the response time that the Surf Canyon algorithm requires.  JWNL supposedly provides an in-memory map version of the lexicon, but it seems that no one, including us, has been able to get it to work.</p>
<p>These open source libraries implement much more functionality than what we required. All we want to do is pass in a word and get back a Set of Sets of synonyms for that word. For example, if you pass in the word “fair,” the returned Sets should include the Set of synonyms that mean “evenhanded,” another Set of synonyms that mean “carnival,” and another set of synonyms that mean “attractive.”</p>
<p>Following is a 100-line Java class that implements this functionality very quickly.  First, make sure your CLASSPATH includes the directory that contains the Wordnet database files. The class reads in 4 of the Wordnet database files. (The file names it uses are the file names from the UNIX distribution.  The Windows distribution uses different file names. For example, the UNIX data.verb file is called verb.dat on Windows.)</p>
<p> <a href="http://blog.surfcanyon.com/2008/07/21/fast-easy-wordnet-java/#more-105" class="more-link">(more&#8230;)</a></p>
<p><a href="http://sharethis.com/item?&wp=2.2.2&amp;publisher=0646157e-d77d-102a-861d-00161729a8a2&amp;title=Fast+%26+Easy+Wordnet+Java&amp;url=http%3A%2F%2Fblog.surfcanyon.com%2F2008%2F07%2F21%2Ffast-easy-wordnet-java%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.surfcanyon.com/2008/07/21/fast-easy-wordnet-java/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Enter Your Friends to Win!</title>
		<link>http://blog.surfcanyon.com/2008/07/16/enter-your-friends-to-win/</link>
		<comments>http://blog.surfcanyon.com/2008/07/16/enter-your-friends-to-win/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 22:09:30 +0000</pubDate>
		<dc:creator>Surf Canyon</dc:creator>
		
		<category><![CDATA[Contest]]></category>

		<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://blog.surfcanyon.com/2008/07/16/enter-your-friends-to-win/</guid>
		<description><![CDATA[Weekly Prize - $25 Gift Certificate from Amazon.com
This week Surf Canyon is initiating a contest to promote the new &#8220;Email This&#8221; feature. A $25 gift certificate to Amazon.com will be distributed to a lucky winner, selected every Wednesday via a weekly drawing, for as long as the contest runs. To enter a friend to win, [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Enter Your Friends to Win!", url: "http://blog.surfcanyon.com/2008/07/16/enter-your-friends-to-win/" });</script>]]></description>
			<content:encoded><![CDATA[<p align="center"><strong>Weekly Prize - $25 Gift Certificate from Amazon.com</strong></p>
<p><img src="http://blog.surfcanyon.com/wp-content/uploads/2008/07/amazon-gift-card-2.jpg" title="Amazon Gift Card" alt="Amazon Gift Card" align="left" />This week <a href="http://www.SurfCanyon.com" target="_blank">Surf Canyon</a> is initiating a contest to promote the new &#8220;<a href="http://blog.surfcanyon.com/2008/06/20/email-this-to-your-friends/" target="_blank">Email This</a>&#8221; feature. A $25 gift certificate to Amazon.com will be distributed to a lucky winner, selected every Wednesday via a weekly drawing, for as long as the contest runs. To enter a friend to win, simply use the &#8220;Email This&#8221; feature to send him or her a search result, with contest@surfcanyon.com on copy. Have a friend email you a result and you&#8217;ll be entered to win, too!</p>
<p>Additionally, you can enter your friends to win by adding contest@surfcanyon.com on copy to the email using the &#8220;Invite your friends to use Surf Canyon&#8221; link.</p>
<p>Only one entry per person per day. If you&#8217;re not interested in participating, simply delete contest@surfcanyon.com from the &#8220;CC:&#8221; field. We never spam. We loathe spam.</p>
<p>Continue for the detailed rules &amp; instructions&#8230;</p>
<p align="center"> <a href="http://blog.surfcanyon.com/2008/07/16/enter-your-friends-to-win/#more-99" class="more-link">(more&#8230;)</a></p>
<p><a href="http://sharethis.com/item?&wp=2.2.2&amp;publisher=0646157e-d77d-102a-861d-00161729a8a2&amp;title=Enter+Your+Friends+to+Win%21&amp;url=http%3A%2F%2Fblog.surfcanyon.com%2F2008%2F07%2F16%2Fenter-your-friends-to-win%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.surfcanyon.com/2008/07/16/enter-your-friends-to-win/feed/</wfw:commentRss>
		</item>
		<item>
		<title>v1.1.1 - Toss Your Cookies</title>
		<link>http://blog.surfcanyon.com/2008/07/02/v111-toss-your-cookies/</link>
		<comments>http://blog.surfcanyon.com/2008/07/02/v111-toss-your-cookies/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 00:34:27 +0000</pubDate>
		<dc:creator>Surf Canyon</dc:creator>
		
		<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://blog.surfcanyon.com/2008/07/02/v111-toss-your-cookies/</guid>
		<description><![CDATA[v1.1.1 of the extension was released today. Here are the major improvements:

Now works if your browser does not accept cookies
User interface translated to Deutsch and Português
Craigslist enhancements
Various patches and performance enhancements

<script type="text/javascript">SHARETHIS.addEntry({ title: "v1.1.1 - Toss Your Cookies", url: "http://blog.surfcanyon.com/2008/07/02/v111-toss-your-cookies/" });</script>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.surfcanyon.com/search/versions.jsp" target="_blank">v1.1.1</a> of the extension was released today. Here are the major improvements:</p>
<ul>
<li>Now works if your browser does not accept cookies</li>
<li>User interface translated to <em>Deutsch </em>and <em>Português</em></li>
<li>Craigslist enhancements</li>
<li>Various patches and performance enhancements</li>
</ul>
<p><a href="http://sharethis.com/item?&wp=2.2.2&amp;publisher=0646157e-d77d-102a-861d-00161729a8a2&amp;title=v1.1.1+-+Toss+Your+Cookies&amp;url=http%3A%2F%2Fblog.surfcanyon.com%2F2008%2F07%2F02%2Fv111-toss-your-cookies%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.surfcanyon.com/2008/07/02/v111-toss-your-cookies/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Givin&#8217; &#8216;em What They Want</title>
		<link>http://blog.surfcanyon.com/2008/07/01/givin-em-what-they-want/</link>
		<comments>http://blog.surfcanyon.com/2008/07/01/givin-em-what-they-want/#comments</comments>
		<pubDate>Tue, 01 Jul 2008 18:08:15 +0000</pubDate>
		<dc:creator>Surf Canyon</dc:creator>
		
		<category><![CDATA[Testimonials]]></category>

		<category><![CDATA[Media]]></category>

		<guid isPermaLink="false">http://blog.surfcanyon.com/2008/07/01/givin-em-what-they-want/</guid>
		<description><![CDATA[Kaila Colbin, who blogs for VortexDNA, had some very flattering comments in a MediaPost Search Insider article entitled &#8220;Speculating in (Online) Real Estate&#8221;:
 &#8220;I love this idea [Surf Canyon] for a few reasons. It fits neatly into what the user is already doing at the time: no upskilling or behavioral change necessary. It integrates beautifully [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Givin' 'em What They Want", url: "http://blog.surfcanyon.com/2008/07/01/givin-em-what-they-want/" });</script>]]></description>
			<content:encoded><![CDATA[<p>Kaila Colbin, who blogs for <a href="http://blog.vortexdna.com" target="_blank">VortexDNA</a>, had some very flattering comments in a MediaPost <a href="http://blogs.mediapost.com/search_insider/?p=820" target="_blank">Search Insider</a> article entitled &#8220;Speculating in (Online) Real Estate&#8221;:</p>
<blockquote><p> &#8220;I love this idea [Surf Canyon] for a few reasons. It fits neatly into what the user is already doing at the time: no upskilling or behavioral change necessary. It integrates beautifully with the existing real estate. It offers something of genuine value to the consumer.</p>
<p>I don’t know if Surf Canyon is making any money off its plug-in, but its approach exemplifies what made Google so successful: delivering <em>what</em> people want, <em>when</em> and <em>how</em> they want it.&#8221;</p></blockquote>
<p><a href="http://sharethis.com/item?&wp=2.2.2&amp;publisher=0646157e-d77d-102a-861d-00161729a8a2&amp;title=Givin%27+%27em+What+They+Want&amp;url=http%3A%2F%2Fblog.surfcanyon.com%2F2008%2F07%2F01%2Fgivin-em-what-they-want%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.surfcanyon.com/2008/07/01/givin-em-what-they-want/feed/</wfw:commentRss>
		</item>
		<item>
		<title>John McCain has an SEO Problem</title>
		<link>http://blog.surfcanyon.com/2008/06/27/john-mccain-has-an-seo-problem/</link>
		<comments>http://blog.surfcanyon.com/2008/06/27/john-mccain-has-an-seo-problem/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 18:09:54 +0000</pubDate>
		<dc:creator>Surf Canyon</dc:creator>
		
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://blog.surfcanyon.com/2008/06/27/john-mccain-has-an-seo-problem/</guid>
		<description><![CDATA[In our continuing entirely unscientific look at the search result pages for the presidential candidates, we now turn our attention to the presumptive nominee for the Republican party. John McCain has joked that he uses Google during his search for a running mate, so let&#8217;s take a look at what we find when we search [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "John McCain has an SEO Problem", url: "http://blog.surfcanyon.com/2008/06/27/john-mccain-has-an-seo-problem/" });</script>]]></description>
			<content:encoded><![CDATA[<p>In our continuing entirely unscientific look at the search result pages for the presidential candidates, we now turn our attention to the presumptive nominee for the Republican party. John McCain has <a href="http://news.yahoo.com/s/nm/20080609/wr_nm/usa_politics_mccain_google_dc" target="_blank">joked</a> that he uses Google during his search for a running mate, so let&#8217;s take a look at what we find when we search for him.</p>
<p>If the &#8220;<a href="http://blog.surfcanyon.com/2008/05/29/what-is-hillary-clinton-hiding/" target="_blank">Hillary Clinton</a>&#8221; search results that we reviewed a month ago could be considered &#8220;on message,&#8221; with many of her official sites lined up on page 1 and only one mishap on the first two pages (position #16), then John McCain has got an SEO (Search Engine Optimization) problem. It doesn&#8217;t help either, we imagine, that some people have deployed &#8220;<a href="http://www.computerworld.com/action/article.do?command=viewArticleBasic&amp;articleId=9101218&amp;intsrc=hm_list" target="_blank">Google bombs</a>&#8221; to sabotage his results. The outcome, however, consists of three panics in a row on the very first page of results and two Google bombs on the second. Furthermore, the top 100 results are filled with far fewer &#8220;official&#8221; sites (24 vs 10).</p>
<p>Below we take a light-hearted look at the top 100 results for &#8220;John McCain&#8221; on Google. We added the &#8220;bomb&#8221; icons to the results based strictly on information from a <a href="http://searchengineland.com/080623-084854.php" target="_blank">Search Engine Land</a> post, however, it&#8217;s entirely possible that, unknown to us, there were people bombing Hillary Clinton&#8217;s results as well.</p>
<p>(Note: the &#8220;bomb&#8221; results are perhaps considered as such not necessarily because of the political stance, but because of the perceived unfavorable slant with which the stance is portrayed.)</p>
<p><img src="http://blog.surfcanyon.com/wp-content/uploads/2008/06/mccain-2.jpg" alt="Top 100 Google Results for “John McCain”" /></p>
<p>Now you&#8217;ll be asked to forgive us for demonstrating how our application makes all of this searching stuff better.</p>
<p>With almost 40 million results for John McCain, most of which are probably not relevant to your specific needs, how could you hope to dig through them all? Certainly you could page, page, page, or reformulate your query, but all of this is hard work. Fortunately, <a href="http://www.SurfCanyon.com" target="_blank">Surf Canyon</a> has developed a search application to do the heavy lifting for you.</p>
<p>After you install the software, when you enter a search on one of your favorite search engines (currently Google, Yahoo!, MSN Live and Craigslist) small bull&#8217;s eyes will appear next to each result. Click a bull&#8217;s eye next to the result you like, or the result itself for that matter, and Surf Canyon will figure out what you&#8217;re looking for and then dig deep into the result set (up to page 100!) and find what you need.</p>
<p>Here&#8217;s a quick example of what might happen if, using the search above, you click on result #2 (John McCain 2008&#8230;) and then the 3rd result recommended by Surf Canyon (McCain Agrees With Bush&#8217;s Remarks on Appeasement&#8230;):</p>
<p><img src="http://blog.surfcanyon.com/wp-content/uploads/2008/06/mccrain-recs-ff.jpg" alt="Surf Canyon Recommendations for “John McCain”" /></p>
<p>Once again, with virtually no effort at all, relevant results, based on your actions as you search, are pulled out of the result set. If you would like this to happen for you, <a href="http://www.SurfCanyon.com" target="_blank">download and enjoy</a> our search application.</p>
<p>Please let us know how did! Stay tuned for more&#8230;</p>
<p><a href="http://sharethis.com/item?&wp=2.2.2&amp;publisher=0646157e-d77d-102a-861d-00161729a8a2&amp;title=John+McCain+has+an+SEO+Problem&amp;url=http%3A%2F%2Fblog.surfcanyon.com%2F2008%2F06%2F27%2Fjohn-mccain-has-an-seo-problem%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.surfcanyon.com/2008/06/27/john-mccain-has-an-seo-problem/feed/</wfw:commentRss>
		</item>
		<item>
		<title>&#8220;Email This&#8221; to Your Friends</title>
		<link>http://blog.surfcanyon.com/2008/06/20/email-this-to-your-friends/</link>
		<comments>http://blog.surfcanyon.com/2008/06/20/email-this-to-your-friends/#comments</comments>
		<pubDate>Fri, 20 Jun 2008 15:18:41 +0000</pubDate>
		<dc:creator>Surf Canyon</dc:creator>
		
		<category><![CDATA[Announcements]]></category>

		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://blog.surfcanyon.com/2008/06/20/email-this-to-your-friends/</guid>
		<description><![CDATA[This handy feature has been around for a few weeks, but it&#8217;s worth pointing out now. Ever wish there was an easy way to email results you find directly off search results page? Wish no more!
Next to every search result Surf Canyon has added an &#8220;Email This&#8221; link (indicated by the red circles below) that, [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "\"Email This\" to Your Friends", url: "http://blog.surfcanyon.com/2008/06/20/email-this-to-your-friends/" });</script>]]></description>
			<content:encoded><![CDATA[<p>This handy feature has been around for a few weeks, but it&#8217;s worth pointing out now. Ever wish there was an easy way to email results you find directly off search results page? Wish no more!</p>
<p>Next to every search result Surf Canyon has added an &#8220;Email This&#8221; link (indicated by the red circles below) that, when clicked, will open up your email client and load up the result for easy delivery. Simply enter the email addresses of whoever you like and press &#8220;Send.&#8221;</p>
<p><img src="http://blog.surfcanyon.com/wp-content/uploads/2008/06/email-this-link.jpg" alt="“Email This” link on SERP" /></p>
<p><em>Important Note: </em>Surf Canyon does not collect email addresses and will never spam.  We loathe spam. As a matter of fact, unless you put Surf Canyon on copy, we can&#8217;t even know your email address, the addresses of the recipients or even that you sent the email.</p>
<p>Update (7/16/08): You can now use the &#8220;Email This&#8221; link to <a href="http://blog.surfcanyon.com/2008/07/16/enter-your-friends-to-win/" target="_blank">enter your friends to win</a> a weekly gift certificate from Amazon.com.</p>
<p><a href="http://sharethis.com/item?&wp=2.2.2&amp;publisher=0646157e-d77d-102a-861d-00161729a8a2&amp;title=%22Email+This%22+to+Your+Friends&amp;url=http%3A%2F%2Fblog.surfcanyon.com%2F2008%2F06%2F20%2Femail-this-to-your-friends%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.surfcanyon.com/2008/06/20/email-this-to-your-friends/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Vator.tv Interview</title>
		<link>http://blog.surfcanyon.com/2008/06/14/vatortv-interview/</link>
		<comments>http://blog.surfcanyon.com/2008/06/14/vatortv-interview/#comments</comments>
		<pubDate>Sun, 15 Jun 2008 05:44:10 +0000</pubDate>
		<dc:creator>Surf Canyon</dc:creator>
		
		<category><![CDATA[Media]]></category>

		<guid isPermaLink="false">http://blog.surfcanyon.com/2008/06/14/vatortv-interview/</guid>
		<description><![CDATA[John Shinal at Vator.tv sat down with Mark Cramer to discuss Surf Canyon. Charles Knight, at Alt Search Engines, who never misses anything, also posted the interview.

<script type="text/javascript">SHARETHIS.addEntry({ title: "Vator.tv Interview", url: "http://blog.surfcanyon.com/2008/06/14/vatortv-interview/" });</script>]]></description>
			<content:encoded><![CDATA[<p align="left">John Shinal at <a href="http://www.vator.tv/news/show/surf-canyon-interview-08-10" target="_blank">Vator.tv</a> sat down with Mark Cramer to discuss Surf Canyon. Charles Knight, at <a href="http://altsearchengines.com/2008/06/14/surf-canyon-ceo-cramer-improving-search-results/" target="_blank">Alt Search Engines</a>, who never misses anything, also posted the interview.</p>
<p><embed src="http://www.vator.tv/embed/player.swf?videoSrc=http://s3.amazonaws.com/vator_production_out/3267_Surf-Canyon-Int--08-10.flv&amp;fillColor=0xFFFFFF&amp;videoMode=embed&amp;pitchURL=http://www.vator.tv/news/show/surf-canyon-interview-08-10" allowscriptaccess="always" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" height="300" width="320"></embed></p>
<p><a href="http://sharethis.com/item?&wp=2.2.2&amp;publisher=0646157e-d77d-102a-861d-00161729a8a2&amp;title=Vator.tv+Interview&amp;url=http%3A%2F%2Fblog.surfcanyon.com%2F2008%2F06%2F14%2Fvatortv-interview%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.surfcanyon.com/2008/06/14/vatortv-interview/feed/</wfw:commentRss>
		</item>
		<item>
		<title>v1.1.0 - The Craigslist Edition</title>
		<link>http://blog.surfcanyon.com/2008/06/12/v110-the-craigslist-edition/</link>
		<comments>http://blog.surfcanyon.com/2008/06/12/v110-the-craigslist-edition/#comments</comments>
		<pubDate>Thu, 12 Jun 2008 18:33:55 +0000</pubDate>
		<dc:creator>Surf Canyon</dc:creator>
		
		<category><![CDATA[Announcements]]></category>

		<category><![CDATA[Testimonials]]></category>

		<category><![CDATA[Media]]></category>

		<guid isPermaLink="false">http://blog.surfcanyon.com/2008/06/12/v110-the-craigslist-edition/</guid>
		<description><![CDATA[Anthony Ha at VentureBeat helped us announce the latest version, and first major upgrade, of Surf Canyon.
v1.1.0 for Firefox includes support for the release version of Firefox 3 and both the Internet Explorer and Firefox extensions are now integrated with Craigslist. When searching through classified listings on Craigslist, in addition to benefiting from Surf Canyon&#8217;s [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "v1.1.0 - The Craigslist Edition", url: "http://blog.surfcanyon.com/2008/06/12/v110-the-craigslist-edition/" });</script>]]></description>
			<content:encoded><![CDATA[<p>Anthony Ha at <a href="http://venturebeat.com/2008/06/12/surf-canyon-adds-craigslist-support-to-help-you-find-your-next-apartment/" target="_blank">VentureBeat</a> helped us announce the latest version, and first major upgrade, of <a href="http://www.SurfCanyon.com" target="_blank">Surf Canyon</a>.</p>
<p><a href="http://www.surfcanyon.com/search/versions.jsp" target="_blank">v1.1.0</a> for Firefox includes support for the release version of Firefox 3 and both the Internet Explorer and Firefox extensions are now integrated with Craigslist. When searching through classified listings on Craigslist, in addition to benefiting from Surf Canyon&#8217;s real-time relevancy calculations that pull forward pertinent results, displayed as &#8220;recommendations,&#8221; users can get &#8220;preview&#8221; images of the listings on the results page, as depicted below. Both of these enhancements provide an enhanced search experience while trying to find the apartment, automobile or knick-knack desired. (If Surf Canyon recommends your future spouse, please let us know.)</p>
<p><img src="http://blog.surfcanyon.com/wp-content/uploads/2008/06/craigslist-recommendation.jpg" alt="Craigslist Recommendation and Image Previews" /></p>
<p><em>Above: Screen shot of Surf Canyon &#8220;recommending&#8221; a laptop on Craigslist.</em></p>
<p>The Preferences menu (under the &#8220;Tools&#8221; drop-down) has also been updated to enable turning the Craigslist integration on and off as well as adding the preview images.</p>
<p style="text-align: center"><img src="http://blog.surfcanyon.com/wp-content/uploads/2008/06/preferences-window.jpg" alt="Preferences Window" /></p>
<p><em>Above: Screen shot of new &#8220;Preferences&#8221; menu.</em></p>
<p><a href="http://www.jeanmariegall.com/2008/06/13/surf-canyon-disponibilit-de-la-nouvelle-version-1101-mj" target="_blank">Jean-Marie Gall</a>, from France, had this to say about the update:</p>
<blockquote><p>&#8220;Frankly, I could not do without Surf Canyon&#8230;&#8221;</p></blockquote>
<p style="text-align: center" align="left">&nbsp;</p>
<p><a href="http://sharethis.com/item?&wp=2.2.2&amp;publisher=0646157e-d77d-102a-861d-00161729a8a2&amp;title=v1.1.0+-+The+Craigslist+Edition&amp;url=http%3A%2F%2Fblog.surfcanyon.com%2F2008%2F06%2F12%2Fv110-the-craigslist-edition%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.surfcanyon.com/2008/06/12/v110-the-craigslist-edition/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Mozilla &#8220;Recommends&#8221; Surf Canyon</title>
		<link>http://blog.surfcanyon.com/2008/06/04/mozilla-recommends-surf-canyon/</link>
		<comments>http://blog.surfcanyon.com/2008/06/04/mozilla-recommends-surf-canyon/#comments</comments>
		<pubDate>Wed, 04 Jun 2008 16:42:18 +0000</pubDate>
		<dc:creator>Surf Canyon</dc:creator>
		
		<category><![CDATA[Announcements]]></category>

		<category><![CDATA[Testimonials]]></category>

		<guid isPermaLink="false">http://blog.surfcanyon.com/2008/06/04/mozilla-recommends-surf-canyon/</guid>
		<description><![CDATA[Less than one month after being &#8220;approved&#8221; by Mozilla, we&#8217;re thrilled to announce that our extension has been added to their list of &#8220;recommended add-ons,&#8221; an honor bestowed to a mere 3% of those available. Drew Olanoff at Download Squad picked up the news with the following:
&#8220;When we saw Surf Canyon, we figured it was [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Mozilla \"Recommends\" Surf Canyon", url: "http://blog.surfcanyon.com/2008/06/04/mozilla-recommends-surf-canyon/" });</script>]]></description>
			<content:encoded><![CDATA[<p>Less than one month after being &#8220;approved&#8221; by Mozilla, we&#8217;re thrilled to announce that our extension has been added to their list of &#8220;<a href="https://addons.mozilla.org/en-US/firefox/search?q=surf+canyon&amp;cat=all" target="_blank">recommended add-ons</a>,&#8221; an honor bestowed to a mere 3% of those available. Drew Olanoff at <a href="http://www.downloadsquad.com/2008/06/04/dont-let-search-results-fall-off-of-the-cliff-climb-the-surf" target="_blank">Download Squad</a> picked up the news with the following:</p>
<blockquote><p>&#8220;When we saw Surf Canyon, we figured it was just another search add-on. It was obvious after installing it and searching around on Google for about 3 minutes that we were wrong&#8230; This is one to watch.&#8221;</p></blockquote>
<p><img src="http://blog.surfcanyon.com/wp-content/uploads/2008/06/mozilla-recommended-screen-shot-with-circle.jpg" alt="Surf Canyon “Recommended” on Mozilla" /></p>
<p><em>Above: Screen shot of Surf Canyon as a &#8220;recommended&#8221; add-on on Mozilla.org. We added the circle.</em></p>
<p>Update (6/6/08): Today Mozilla added Surf Canyon to the rotation for the top slot on their add-on home page!</p>
<p><img src="http://blog.surfcanyon.com/wp-content/uploads/2008/06/mozilla-home-page-cropped.jpg" alt="Surf Canyon on Mozilla’s Add-ons Home Page" /></p>
<p><em>Above: Screen shot of Surf Canyon in the top position on Mozilla&#8217;s add-on home page. No circle required.<br />
</em></p>
<p><a href="http://sharethis.com/item?&wp=2.2.2&amp;publisher=0646157e-d77d-102a-861d-00161729a8a2&amp;title=Mozilla+%22Recommends%22+Surf+Canyon&amp;url=http%3A%2F%2Fblog.surfcanyon.com%2F2008%2F06%2F04%2Fmozilla-recommends-surf-canyon%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.surfcanyon.com/2008/06/04/mozilla-recommends-surf-canyon/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
