Entries Tagged as 'Code'

Back in Action on AMO!

February 19th, 2015

July 17th, 2012 was the last time we were able to successfully update our browser extension on AMO, Mozilla’s extension directory. That was version 3.4.3. Many things have obviously happened since then, including new features, bug fixes and optimizations. We’re therefore now happy to announce that Surf Canyon version 5.4.0, fully compatible with Firefox 35.0 […]

[Read more →]

Tags: Announcements · Code

Some Java to Search Etsy for Matching Products

January 15th, 2014

To put together a demonstration of Surf Canyon’s search technology with Etsy’s products, we needed some Java code that would search Etsy and return a list of matching products.  We assumed that this could probably be done in about 100 lines of Java code. We also figured someone must have done this before, but after […]

[Read more →]

Tags: Code

Panel Participation at Add-on-Con

January 25th, 2010

Once again, Mike Wertheim, our Chief Architect, participated in a panel discussion at the 2009 Add-on-Con on December 11th at the Computer History Museum in Mountain View. Like last year’s topic, this one was related to cross-browser development. For everyone who missed it, you can watch the video either below or on the Add-on-Con blog. […]

[Read more →]

Tags: Code · Media · Presentations · Tutorials

Fast & Easy Wordnet Java

July 21st, 2008

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 […]

[Read more →]

Tags: Code