PageRenderTime 61ms CodeModel.GetById 25ms RepoModel.GetById 0ms app.codeStats 0ms

/ResultSet4/pages/http:::help.blekko.com:?p=678

https://github.com/charnugagoo/WebCrawler
Unknown | 319 lines | 287 code | 32 blank | 0 comment | 0 complexity | f3ba8295b7b7ffaedfaf4f27f7b7205a MD5 | raw file
Possible License(s): LGPL-2.0
  1. <!DOCTYPE html>
  2. <html lang="en-US">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <title>A tutorial for searching with blekko | Blekko Help Blog</title>
  6. <meta name="description" content="Have a question about blekko? Ask blekko help and support." />
  7. <link rel="profile" href="http://gmpg.org/xfn/11" />
  8. <link rel="stylesheet" type="text/css" media="all" href="/wp-content/themes/helpblog/style.css" />
  9. <script type="text/javascript" src="http://code.jquery.com/jquery-1.5.1.min.js"></script>
  10. <script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
  11. <script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script>
  12. <link rel="pingback" href="/xmlrpc.php" />
  13. <link rel="alternate" type="application/rss+xml" title="Blekko Help Blog &raquo; Feed" href="/index.php/feed/" />
  14. <link rel="alternate" type="application/rss+xml" title="Blekko Help Blog &raquo; Comments Feed" href="/index.php/comments/feed/" />
  15. <script type='text/javascript' src='http://help.blekko.com/wp-includes/js/comment-reply.min.js?ver=3.5'></script>
  16. <link rel="EditURI" type="application/rsd+xml" title="RSD" href="/xmlrpc.php?rsd" />
  17. <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="/wp-includes/wlwmanifest.xml" />
  18. <link rel='prev' title='Advanced Search Features' href='http://help.blekko.com/index.php/advanced-search-features/' />
  19. <meta name="generator" content="WordPress 3.5" />
  20. <link rel='canonical' href='http://help.blekko.com/index.php/a-tutorial-for-searching-with-blekko/' />
  21. <link rel='shortlink' href='http://help.blekko.com/?p=678' />
  22. <meta name="_awb_version" content="2.0.3" /><script type="text/javascript">
  23. $(document).ready(function(){
  24. $.fn.clearsearch = function() {
  25. return this.focus(function() {
  26. if( this.value == this.defaultValue ) {
  27. this.value = "";
  28. $(this).removeClass('dimtext');
  29. }
  30. }).blur(function() {
  31. if( !this.value.length ) {
  32. this.value = this.defaultValue;
  33. $(this).addClass('dimtext');
  34. }
  35. });
  36. };
  37. $("#searchBox").clearsearch();
  38. });
  39. </script>
  40. </head>
  41. <body class="single single-post postid-678 single-format-standard">
  42. <div id="wrapper" class="hfeed">
  43. <a href="http://help.blekko.com"><img width="984" height="88" id="logo" title="home" alt="blekko logo" src="/wp-content/uploads/2012/05/head_bar_help.png"></a>
  44. <div id="search-blekko">
  45. <form action="http://blekko.com/ws/" name="searchbar" id="searchForm" target="_blank">
  46. <input type="text" name="q" id="searchBox" value="search blekko..." class="dimtext"/>
  47. <input type="submit" id="submitSearch" value=""/>
  48. </form>
  49. </div>
  50. <div id="main">
  51. <div id="container">
  52. <div id="content" role="main">
  53. <div id="post-678" class="post-678 post type-post status-publish format-standard hentry category-customization category-getting-started category-search category-slashtags tag-advanced">
  54. <h1 class="entry-title">A tutorial for searching with blekko</h1>
  55. <div class="entry-meta">
  56. <span class="meta-prep meta-prep-author">Posted on</span> <a href="/index.php/a-tutorial-for-searching-with-blekko/" title="8:48 pm" rel="bookmark"><span class="entry-date">September 21, 2012</span></a> <span class="meta-sep">by</span> <span class="author vcard"><a class="url fn n" href="/index.php/author/greg/" title="View all posts by greg">greg</a></span> </div><!-- .entry-meta -->
  57. <div class="entry-content">
  58. <p>Welcome! This tutorial is intended to teach you some of the unique features of the blekko search engine. It starts with search basics, explains blekko&#8217;s special slashtag feature, and finishes up by discussing privacy and safe searching.</p>
  59. <p>For more general help, please see <a href="https://help.blekko.com/">our help pages</a>.</p>
  60. <h2>Search basics</h2>
  61. <p>Asking blekko to search for <a href="https://blekko.com/ws/?q=several+words" target="_blank">several words</a> means that we will interpret these two words liberally. We?ll include results with both singular and plural forms of words, for example we will match &#8220;word&#8221; as well as &#8220;words&#8221;. We might return results containing &#8220;multiple&#8221; instead of &#8220;several,&#8221; because these words are similar. And we will include results where &#8220;several&#8221; and &#8220;words&#8221; aren&#8217;t next to one another. This is the way all search engines do normal searches.</p>
  62. <p><a href="/wp-content/uploads/2012/10/tutorial-several-words.png"><img class="alignnone size-full wp-image-753" title="tutorial-several-words" src="/wp-content/uploads/2012/10/tutorial-several-words.png" alt="Results for [several words]" width="567" height="344" /></a></p>
  63. <p>If you add quotes around individual words: <a href="https://blekko.com/ws/?q=%22several%22+%22words%22" target="_blank">&#8220;several&#8221; &#8220;words&#8221;</a>, we will return results containing only these exact words, without synonyms or plurals. If you add quotes around a phrase: <a href="https://blekko.com/ws/?q=%22several+words%22" target="_blank">&#8220;several words&#8221;</a>, we will require the words to be next to each other, in that order, in the results.</p>
  64. <p><a href="/wp-content/uploads/2012/10/tutorial-several-words-quoted.png"><img class="alignnone size-full wp-image-754" title="tutorial-several-words-quoted" src="/wp-content/uploads/2012/10/tutorial-several-words-quoted.png" alt="Results for &quot;several words&quot;" width="545" height="341" /></a></p>
  65. <p>You can ask for results that do not include a particular word by adding a minus sign before it: <a href="https://blekko.com/ws/?q=pie+recipes+-apple" target="_blank">pie recipes -apple</a>. This is useful if you&#8217;ve done a search and it returned many unwanted results containing the same word, in this example &#8220;apple&#8221;. You can negate several words: <a href="https://blekko.com/ws/?q=debate+tips+-obama+-romney" target="_blank">debate tips -obama -romney</a>.</p>
  66. <h2>Slashtags</h2>
  67. <p>Slashtags are blekko&#8217;s way of giving you access to the full power of our search engine, without making you wade through lots of graphical UI or menus. In fact, the main feature of slashtags is that they let blekko ship features that our graphics designers could never think up a pretty interface for. Think of them as the command line of search engines.</p>
  68. <p>Slashtags are expressed by typing additional words into the search box. As an example, searching for <a href="https://blekko.com/ws/?q=blekko+/blogs" target="_blank">blekko /blogs</a> will return only results that are blogs, and <a href="https://blekko.com/ws/?q=blekko+/blogs+/date" target="_blank">blekko /blogs /date</a> will sort that result by date. <a href="https://blekko.com/ws/?q=blekko+/blogs+/ps=100" target="_blank">blekko /blogs /ps=100</a> will show 100 results instead of the usual 10. The most interesting uses of slashtags can produce results that are impossible to generate in other search engines.</p>
  69. <p><a href="/wp-content/uploads/2012/10/tutorial-blekko-blogs.png"><img class="alignnone size-full wp-image-762" title="tutorial-blekko-blogs" src="/wp-content/uploads/2012/10/tutorial-blekko-blogs.png" alt="" width="550" height="345" /></a></p>
  70. <p>Slashtags are divided into 4 main types.</p>
  71. <p>/ps=N is an example of a <strong>utility slashtag</strong>; it modifies the number of results blekko will display.</p>
  72. <p><strong>Topical slashtags</strong> are built by human editors, and power blekko&#8217;s human curation and anti-spam features. For example, the /health slashtag contains around 200 websites with high-quality health information.</p>
  73. <p><a href="/wp-content/uploads/2012/10/cure-for-headaches-explicit-health.png"><img class="alignnone size-full wp-image-773" title="cure-for-headaches-explicit-health" src="/wp-content/uploads/2012/10/cure-for-headaches-explicit-health.png" alt="cure for headaches /health" width="666" height="358" /></a></p>
  74. <p>To see the full list of websites in /health, type <a href="https://blekko.com/ws/?q=/view+/health" target="_blank">/view /health</a> into the search box.</p>
  75. <p><a href="/wp-content/uploads/2012/10/tutorial-view-health-websites.png"><img class="alignnone size-full wp-image-759" title="tutorial-view-health-websites" src="/wp-content/uploads/2012/10/tutorial-view-health-websites.png" alt="" width="709" height="339" /></a></p>
  76. <p>The websites in /health are selected by blekko&#8217;s in-house librarian team, working with volunteer medical professional editors. Our policy for this slashtag is that it is limited to websites with conventional medicine content where 100% of the content is doctor-reviewed. If you&#8217;re interested in non-conventional medicine, we also have</p>
  77. <ul>
  78. <li><a href="https://blekko.com/ws/?q=headaches+/acupuncture" target="_&quot;blank&quot;">headaches /acupuncture</a></li>
  79. <li><a href="https://blekko.com/ws/?q=headaches+/alternative-medicine" target="_&quot;blank&quot;">headaches /alternative-medicine</a></li>
  80. <li><a href="https://blekko.com/ws/?q=headaches+/aromatherapy" target="_&quot;blank&quot;">headaches /aromatherapy</a></li>
  81. <li><a href="https://blekko.com/ws/?q=headaches+/ayurveda" target="_&quot;blank&quot;">headaches /ayurveda</a></li>
  82. </ul>
  83. <p>And that&#8217;s just the alternatives beginning with the letter &#8220;a&#8221;! This focus on source authority and categorized search is basically impossible to replicate with an algorithm, or by typing words into the search box.</p>
  84. <p>Topical slashtags can also be combined with /date, to change the sort order. For example:</p>
  85. <p><a href="/wp-content/uploads/2012/10/debate-libertarian-date.png"><img class="alignnone size-full wp-image-772" title="debate-libertarian-date" src="/wp-content/uploads/2012/10/debate-libertarian-date.png" alt="debate /libertarian /date" width="598" height="416" /></a></p>
  86. <p>A complete list of high-quality blekko-built topical slashtags can be found by clicking on the &#8220;<a href="https://blekko.com/tag/show#tab3" target="_blank">slashtag directory</a>&#8221; link on any results page. A few important ones include: /topnews, /sports, /politics, /gossip, /arts, /business, /culture, and /fashion. If you&#8217;re wondering why we chose some of these categories (like /fashion and /home), the reason is that in order to reduce spam for searchers who don&#8217;t explicitly use slashtags, we needed to create slashtags for every category on the Internet that has a lot of advertising money behind it. Advertising money causes webspam to spring into existence, and our anti-spam goal requires us to be able to clean up searches in all of the major spammed-up categories.</p>
  87. <p>As an example of how these slashtags can be useful, look at the difference between the search results for:</p>
  88. <ul>
  89. <li><a href="https://blekko.com/ws/?q=tiger+woods+/topnews" target="_blank">tiger woods /topnews</a></li>
  90. <li><a href="https://blekko.com/ws/?q=tiger+woods+/sports" target="_blank">tiger woods /sports</a></li>
  91. <li><a href="https://blekko.com/ws/?q=tiger+woods+/gossip" target="_blank">tiger woods /gossip</a></li>
  92. <li><a href="https://blekko.com/ws/?q=tiger+woods+/politics" target="_blank">tiger woods /politics</a></li>
  93. </ul>
  94. <p>Another example of using topical slashtags to slice-and-dice the web into different viewpoints are searches about the controversial topic of climate change. Compare:</p>
  95. <ul>
  96. <li><a href="https://blekko.com/ws/?q=climate+change+/politics" target="_blank">climate change /politics</a></li>
  97. <li><a href="https://blekko.com/ws/?q=climate+change+/liberal" target="_blank">climate change /liberal</a></li>
  98. <li><a href="https://blekko.com/ws/?q=climate+change+/conservative" target="_blank">climate change /conservative</a></li>
  99. <li><a href="https://blekko.com/ws/?q=climate+change+/science" target="_blank">climate change /science</a></li>
  100. <li><a href="https://blekko.com/ws/?q=climate+change+/climate" target="_blank">climate change /climate</a></li>
  101. <li><a href="https://blekko.com/ws/?q=climate+change+/progressive" target="_blank">climate change /progressive</a></li>
  102. <li><a href="https://blekko.com/ws/?q=climate+change+/libertarian" target="_blank">climate change /libertarian</a></li>
  103. </ul>
  104. <p>Topical slashtags can be included within each other. In addition to the 200 general health websites in the /health slashtag, /health also includes a bunch of specialist slashtags named /cardiology, /diabetes, and so on. These specialist slashtags can be used directly, and are also included in /health. (You can view the list of included slashtags in /health by looking at the top of <a href="https://blekko.com/ws/?q=/view+/health" target="_blank">/view /health</a>.)</p>
  105. <p><strong>Algorithmic slashtags</strong> are generated by algorithms built into blekko&#8217;s crawler. For example, websites and parts of websites that are blogs are identified in our crawler. Additional examples of algorithmic slashtags include /forums and /people. /people is used to search pages that are resumes, biographies, and personal homepages. /forums limits your search to forum websites.</p>
  106. <p><strong>Shortcut slashtags</strong> are used to access 3rd party services. Examples include:</p>
  107. <ul>
  108. <li><a href="https://blekko.com/ws/?q=cats+/images" target="_blank">cats /images</a></li>
  109. <li><a href="https://blekko.com/ws/?q=boston+/maps" target="_blank">boston /maps</a></li>
  110. <li><a href="https://blekko.com/ws/?q=dancing+baby+/video" target="_blank">dancing baby /video</a></li>
  111. <li><a href="https://blekko.com/ws/?q=san+francisco+/weather" target="_blank">san francisco /weather</a></li>
  112. <li><a href="https://blekko.com/ws/?q=sin%28x%29+/alpha" target="_blank">sin(x) /alpha</a> (Wolfram Alpha)</li>
  113. <li><a href="https://blekko.com/ws/?q=twilight+movie+/ebay" target="_blank">twilight movie /ebay</a></li>
  114. <li><a href="https://blekko.com/ws/?q=cats+dogs+/flickr" target="_blank">cats dogs /flickr</a></li>
  115. </ul>
  116. <p>These searches are farmed out to bing image search, bing maps, YouTube, Yahoo Finance, Weather Underground, Wolfram Alpha, and so forth.</p>
  117. <p>If you use multiple slashtags together in a single search, the results will have to be in all of the slashtags. For example <a href="https://blekko.com/ws/?q=obama+/topnews+/conservative" target="_blank">obama /topnews /conservative</a> will only include results from websites which are included in both the /topnews and /conservative slashtags. Some combinations, however, do not work: 3rd party services slashtags such as /images and /videos cannot be combined with topical slashtags like /politics.</p>
  118. <p>You can create your own topical slashtags. This is discussed in the 2nd half of this tutorial.</p>
  119. <h2>Boosted and auto?boosted slashtags</h2>
  120. <p>Topical slashtags can be used in 2 different ways: exclusively within a slashtag <a href="https://blekko.com/ws/?q=headache+/health" target="_blank">headache /health</a> or as a boost <a href="https://blekko.com/ws/?q=headache+%2B/health" target="_blank">headache +/health</a>. In the exclusive form, all results will be from the curated sites in the /health slashtag. In the boosted form, the entire web will be searched, but any results in the /health slashtag will have their rank boosted. Boosting allows highly-ranked results that are not in the slashtag to still be included in the final results. A search with exclusive /health will never contain spam if /health is kept spam-free; the boosted +/health is unlikely to contain spam, but it&#8217;s always possible that queries like <a href="https://blekko.com/ws/?q=autism+cure+%2B/health" target="_blank">autism cure +/health</a> will contain a highly ranked result from outside of /health which may be considered spam or off-topic by a human curator.</p>
  121. <p>A mainly non-health keyword combined with boosted +/health (such as <a href="https://blekko.com/ws/?q=obama+%2B/health" target="_blank">obama +/health</a>) will frequently include results from outside the /health slashtag. (Compare to <a href="https://blekko.com/ws/?q=obama+/health" target="_blank">obama /health</a>.)</p>
  122. <p>In order to fight spam for users uninterested in explicitly using slashtags, we attempt to guess the topic of every slashtag-less search, and boost a slashtag for it. This is called auto-boosting, and it currently happens about 1/3 of the time for non-navigational searches. For example, searching for <a href="https://blekko.com/ws/?q=cure+for+headaches" target="_blank">cure for headaches</a> will auto-boost +/health. If you find the auto-boosted slashtag to be unhelpful, you can turn off auto-boost by adding /web to your search: <a href="https://blekko.com/ws/?q=cure+for+headaches+/web" target="_blank">cure for headaches /web</a>.</p>
  123. <h2>Negating slashtags</h2>
  124. <p>Topical and algorithmic slashtags can be negated by using the minus sign: <a href="https://blekko.com/ws/?q=blekko-/tech" target="_blank">blekko -/blog</a> will return non-blog webpages mentioning blekko, while <a href="https://blekko.com/ws/?q=blekko+-/tech" target="_blank">blekko -/tech</a> will return results from websites which are not in the /tech slashtag. Negating slashtags work better with broad slashtags (such as /blog) than with narrow ones (like /gossip).</p>
  125. <p>Every logged-in user has a personal /spam slashtag which is negated in every search that they do. Adding a website to this slashtag means it will disappear from your personal results.</p>
  126. <p>Other examples of interesting uses of negating slashtags include searching less-popular news websites, e.g. <a href="https://blekko.com/ws/?q=romney+/news+-/topnews" target="_blank">romney /news -/topnews</a>, or looking at popular but not liberal news websites: <a href="https://blekko.com/ws/?q=romney+-/liberal+/topnews" target="_blank">romney -/liberal /topnews</a>.</p>
  127. <p>We&#8217;ve even created slashtags intended to always be used in a negative fashion &#8212; there are a series of slashtags containing the most popular 10, 100, 1,000, 10,000, and 100,000 websites on the Internet. It can be very interesting to exclude these websites from searches, in order to deliberately avoid popular websites. These slashtags have names like /top10/top10, /top10/top1000, /top10/top10k, and /top10/top100k. (Why are these slashtag names more complicated than usual? It&#8217;s because they are owned by the user named &#8220;top10&#8243;. This is fully explained in the 2nd half of this tutorial.) An example search using these slashtags is searching for news about Obama that&#8217;s not in the most popular 100,000 websites: <a href="https://blekko.com/ws/?q=obama+/news+-/top10/top100k" target="_blank">obama /news -/top10/top100k</a>.</p>
  128. <h2>A few search tips</h2>
  129. <p>If you&#8217;ve arrived at a result webpage and can&#8217;t see one of your search terms, try using control-f (PC, Linux) or command-f (Mac) to search within the webpage. If you still can&#8217;t find the search term, remember that it might be present only in the <a href="http://en.wikipedia.org/wiki/Anchor_text" target="_blank">anchortext</a> of an incoming link.</p>
  130. <p>Search engines usually ignore capitalization and punctuation. There are a few terms, like C++ and C#, for which punctuation can be searched for, but in most cases punctuation is completely ignored. For example, if you&#8217;re searching for a phone number, <a href="https://blekko.com/ws/?q=%28650%29+555-1212" target="_blank">(650) 555-1212</a> is the same as <a href="https://blekko.com/ws/?q=650+555-1212" target="_blank">650 555 1212</a>. Punctuation in quoted phrases is also ignored, but the order of the words is preserved. <a href="https://blekko.com/ws/?q=%22650+555-1212%22" target="_blank">&#8220;650 555 1212&#8243;</a> will successfully match variations of the phone number written with parentheses and dashes.</p>
  131. <p>The order of words in your query is somewhat ignored. If you wish to enforce word order, use quotes: compare <a href="https://blekko.com/ws/?q=rare+phrase" target="_blank">rare phrase</a> to <a href="https://blekko.com/ws/?q=%22rare+phrase%22" target="_blank">&#8220;rare phrase&#8221;</a>. Since blekko indexes pairs and triples of adjacent words, you should put words together that belong together. If you&#8217;re interested in webpages mentioning John Smith and Fred Brown, searching for <a href="https://blekko.com/ws/?q=John+Smith+Fred+Brown" target="_blank">John Smith Fred Brown</a> will return much better results than searching for <a href="https://blekko.com/ws/?q=John+Fred+Smith+Brown" target="_blank">John Fred Smith Brown</a>.</p>
  132. <p>Search engines mainly work on words, not sentences. Compare:</p>
  133. <ul>
  134. <li><a href="https://blekko.com/ws/?q=set+a+table" target="_blank">set a table</a></li>
  135. <li><a href="https://blekko.com/ws/?q=how+to+set+a+table" target="_blank">how to set a table</a></li>
  136. <li><a href="https://blekko.com/ws/?q=instructions+to+set+a+table" target="_blank">instructions to set a table</a></li>
  137. <li><a href="https://blekko.com/ws/?q=etiquette+how+to+set+a+table" target="_blank">etiquette how to set a table</a></li>
  138. </ul>
  139. <h2>Safe Searching</h2>
  140. <p>blekko&#8217;s safe-search features are similar to the safe-search offered by other search engines. By default, safe search is set to &#8220;moderate&#8221;, which means that porny results will be visible only if a majority of results are porn. If you wish to always see all results, click on &#8220;prefs&#8221; in the upper right and set safe-search to &#8220;disabled&#8221;. Alternately, you can set safe-search to &#8220;strict&#8221;, and porny results will never be shown. Keep in mind that our porn classifier is not 100% accurate, and naughty search terms can return occasional porny results even when safe-search is set to strict. Also, remember that if autoboosted slashtags are getting in the way of the results you want, add /web to disable autoboosting.</p>
  141. <p><a href="/wp-content/uploads/2012/10/tutorial-prefs.png"><img class="alignnone size-full wp-image-752" title="tutorial-prefs" src="/wp-content/uploads/2012/10/tutorial-prefs.png" alt="The blekko user preferences menu" width="393" height="347" /></a></p>
  142. <h2>Privacy</h2>
  143. <p>blekko is committed to search privacy, and uses &#8220;<a href="http://en.wikipedia.org/wiki/Privacy_by_Design" target="_blank">privacy by design</a>&#8221; to retain minimal information. We discard almost all personal information, such as your IP address, after 48 hours. Please see our <a href="https://blekko.com/about/privacy-policy" target="_blank">privacy policy</a> for full details.</p>
  144. <p>To increase your privacy, we recommend that you click on the &#8220;prefs&#8221; menu in the upper right, and select &#8220;Always use HTTPS on blekko&#8221;, which keeps your searches more private against the bad guy listening to the insecure WiFi in the coffee shop, and your Internet Service Provider (ISP). Many ISPs collect data on your browsing habits, and sell this data to marketing companies.</p>
  145. <p>Our &#8220;HTTPS Preferred&#8221; feature defaults on, and means that we will send you to the HTTPS (encrypted) version of a result page, if we know that one exists.</p>
  146. <p>We already do not track you in the way the DoNotTrack initiative recommends, but if you have DoNotTrack enabled in your browser, or select &#8220;Less Logging&#8221;, we will not include your searches in our fully anonymized search summaries, even in the data that we use to study and improve results of our search engine.</p>
  147. <p>You can turn off ads if you like; we can&#8217;t guarantee that our ad providers are respecting your privacy. Finally, selecting &#8220;Super Privacy&#8221; will keep you as private as possible, although you should note that the &#8220;No External DYM&#8221; option will degrade your search results, sometimes significantly.</p>
  148. <h2>Personalization</h2>
  149. <p>Aside from the use of private slashtags and the /spam slashtag, blekko currently does no personalization of results. If we do so in the future, we will provide a way to know personalization is happening, and to disable the feature. We do sometimes localize results; if so, it will be obvious, and adding /web will disable localization.</p>
  150. <h2>Making blekko the default or optional search engine in your web browser</h2>
  151. <p>You can <a href="https://help.blekko.com/index.php/how-do-i-set-blekko-as-my-default-search-engine/" target="_blank">make blekko your default search engine</a> in most browsers, including Firefox, Chrome, Safari, and Internet Explorer.</p>
  152. <h2>For more information</h2>
  153. <p>Please see <a href="https://help.blekko.com/index.php/advanced-search-features/">Advanced Search Features</a> for further information about searching with blekko. If you have questions or wish to offer feedback about how good or bad our results are, please use the &#8220;file bugs/feedback&#8221; link on any search result, or send email to support@blekko.com. Thank you for your interest in blekko, and thank you for reading this tutorial!</p>
  154. </div><!-- .entry-content -->
  155. <div id="entry-author-info">
  156. <div id="author-avatar">
  157. <img alt='' src='http://0.gravatar.com/avatar/a3ad4c29bc2aa53f457ac2a60d423850?s=60&amp;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D60&amp;r=G' class='avatar avatar-60 photo' height='60' width='60' /> </div><!-- #author-avatar -->
  158. <div id="author-description">
  159. <h2>About greg</h2>
  160. I'm the CTO at blekko <div id="author-link">
  161. <a href="/index.php/author/greg/">
  162. View all posts by greg <span class="meta-nav">&rarr;</span> </a>
  163. </div><!-- #author-link -->
  164. </div><!-- #author-description -->
  165. </div><!-- #entry-author-info -->
  166. <div class="entry-utility">
  167. This entry was posted in <a href="/index.php/category/customization/" title="View all posts in customization" rel="category tag">customization</a>, <a href="/index.php/category/getting-started/" title="View all posts in getting started" rel="category tag">getting started</a>, <a href="/index.php/category/search/" title="View all posts in search" rel="category tag">search</a>, <a href="/index.php/category/slashtags/" title="View all posts in slashtags" rel="category tag">slashtags</a> and tagged <a href="/index.php/tag/advanced/" rel="tag">advanced</a>. Bookmark the <a href="/index.php/a-tutorial-for-searching-with-blekko/" title="Permalink to A tutorial for searching with blekko" rel="bookmark">permalink</a>. <div style="float:right">
  168. <a href="http://twitter.com/share" class="twitter-share-button" data-url="/index.php/a-tutorial-for-searching-with-blekko/" data-count="horizontal">Tweet</a>
  169. <fb:like href="/index.php/a-tutorial-for-searching-with-blekko/" layout="button_count" show_faces="false" ></fb:like>
  170. </div>
  171. </div><!-- .entry-utility -->
  172. </div><!-- #post-## -->
  173. <div id="nav-below" class="navigation">
  174. <div class="nav-previous"><a href="/index.php/advanced-search-features/" rel="prev"><span class="meta-nav">&larr;</span> Advanced Search Features</a></div>
  175. <div class="nav-next"></div>
  176. </div><!-- #nav-below -->
  177. <div id="comments">
  178. <p class="nocomments">Comments are closed.</p>
  179. </div><!-- #comments -->
  180. </div><!-- #content -->
  181. </div><!-- #container -->
  182. <div id="primary" class="widget-area" role="complementary">
  183. <ul class="xoxo">
  184. <li id="search-2" class="widget-container widget_search"><h3 class="widget-title">Search blekko help</h3><form role="search" method="get" id="searchform" action="/" >
  185. <div><label class="screen-reader-text" for="s">Search for:</label>
  186. <input type="text" value="" name="s" id="s" />
  187. <input type="submit" id="searchsubmit" value="Search" />
  188. </div>
  189. </form></li><li id="categories-2" class="widget-container widget_categories"><h3 class="widget-title">Categories</h3> <ul>
  190. <li class="cat-item cat-item-25"><a href="/index.php/category/account/" title="View all posts filed under account">account</a>
  191. </li>
  192. <li class="cat-item cat-item-6"><a href="/index.php/category/customization/" title="View all posts filed under customization">customization</a>
  193. </li>
  194. <li class="cat-item cat-item-26"><a href="/index.php/category/facebook/" title="View all posts filed under Facebook">Facebook</a>
  195. </li>
  196. <li class="cat-item cat-item-44"><a href="/index.php/category/getting-started/" title="View all posts filed under getting started">getting started</a>
  197. </li>
  198. <li class="cat-item cat-item-21"><a href="/index.php/category/mobile/" title="View all posts filed under mobile">mobile</a>
  199. </li>
  200. <li class="cat-item cat-item-24"><a href="/index.php/category/privacy/" title="View all posts filed under privacy">privacy</a>
  201. </li>
  202. <li class="cat-item cat-item-8"><a href="/index.php/category/search/" title="View all posts filed under search">search</a>
  203. </li>
  204. <li class="cat-item cat-item-11"><a href="/index.php/category/seo/" title="View all posts filed under seo">seo</a>
  205. </li>
  206. <li class="cat-item cat-item-29"><a href="/index.php/category/slashtags/" title="View all posts filed under slashtags">slashtags</a>
  207. </li>
  208. <li class="cat-item cat-item-19"><a href="/index.php/category/toolbar/" title="View all posts filed under toolbar">toolbar</a>
  209. </li>
  210. <li class="cat-item cat-item-3"><a href="/index.php/category/webmasters/" title="View all posts filed under webmasters">webmasters</a>
  211. </li>
  212. </ul>
  213. </li><li id="tag_cloud-3" class="widget-container widget_tag_cloud"><h3 class="widget-title">Tags</h3><div class="tagcloud"><a href='http://help.blekko.com/index.php/tag/date/' class='tag-link-34' title='3 topics' style='font-size: 16.75pt;'>/date</a>
  214. <a href='http://help.blekko.com/index.php/tag/likes/' class='tag-link-28' title='3 topics' style='font-size: 16.75pt;'>/likes</a>
  215. <a href='http://help.blekko.com/index.php/tag/add/' class='tag-link-41' title='1 topic' style='font-size: 8pt;'>add</a>
  216. <a href='http://help.blekko.com/index.php/tag/advanced/' class='tag-link-52' title='2 topics' style='font-size: 13.25pt;'>advanced</a>
  217. <a href='http://help.blekko.com/index.php/tag/android/' class='tag-link-22' title='1 topic' style='font-size: 8pt;'>android</a>
  218. <a href='http://help.blekko.com/index.php/tag/api/' class='tag-link-45' title='1 topic' style='font-size: 8pt;'>API</a>
  219. <a href='http://help.blekko.com/index.php/tag/boosting/' class='tag-link-32' title='2 topics' style='font-size: 13.25pt;'>boosting</a>
  220. <a href='http://help.blekko.com/index.php/tag/built-in/' class='tag-link-35' title='5 topics' style='font-size: 22pt;'>built-in</a>
  221. <a href='http://help.blekko.com/index.php/tag/chrome/' class='tag-link-17' title='3 topics' style='font-size: 16.75pt;'>chrome</a>
  222. <a href='http://help.blekko.com/index.php/tag/compare/' class='tag-link-13' title='1 topic' style='font-size: 8pt;'>compare</a>
  223. <a href='http://help.blekko.com/index.php/tag/content-box/' class='tag-link-33' title='1 topic' style='font-size: 8pt;'>content box</a>
  224. <a href='http://help.blekko.com/index.php/tag/crawler/' class='tag-link-4' title='3 topics' style='font-size: 16.75pt;'>crawler</a>
  225. <a href='http://help.blekko.com/index.php/tag/create/' class='tag-link-42' title='2 topics' style='font-size: 13.25pt;'>create</a>
  226. <a href='http://help.blekko.com/index.php/tag/default-search/' class='tag-link-18' title='4 topics' style='font-size: 19.666666666667pt;'>default search</a>
  227. <a href='http://help.blekko.com/index.php/tag/delete/' class='tag-link-39' title='2 topics' style='font-size: 13.25pt;'>delete</a>
  228. <a href='http://help.blekko.com/index.php/tag/directory/' class='tag-link-43' title='1 topic' style='font-size: 8pt;'>directory</a>
  229. <a href='http://help.blekko.com/index.php/tag/editors/' class='tag-link-38' title='5 topics' style='font-size: 22pt;'>editors</a>
  230. <a href='http://help.blekko.com/index.php/tag/firefox/' class='tag-link-14' title='4 topics' style='font-size: 19.666666666667pt;'>firefox</a>
  231. <a href='http://help.blekko.com/index.php/tag/homepage/' class='tag-link-49' title='4 topics' style='font-size: 19.666666666667pt;'>homepage</a>
  232. <a href='http://help.blekko.com/index.php/tag/ie/' class='tag-link-15' title='4 topics' style='font-size: 19.666666666667pt;'>ie</a>
  233. <a href='http://help.blekko.com/index.php/tag/iphone/' class='tag-link-23' title='1 topic' style='font-size: 8pt;'>iPhone</a>
  234. <a href='http://help.blekko.com/index.php/tag/links/' class='tag-link-12' title='1 topic' style='font-size: 8pt;'>links</a>
  235. <a href='http://help.blekko.com/index.php/tag/link-tools/' class='tag-link-36' title='1 topic' style='font-size: 8pt;'>link tools</a>
  236. <a href='http://help.blekko.com/index.php/tag/mac/' class='tag-link-54' title='1 topic' style='font-size: 8pt;'>mac</a>
  237. <a href='http://help.blekko.com/index.php/tag/negation/' class='tag-link-37' title='1 topic' style='font-size: 8pt;'>negation</a>
  238. <a href='http://help.blekko.com/index.php/tag/password/' class='tag-link-27' title='1 topic' style='font-size: 8pt;'>password</a>
  239. <a href='http://help.blekko.com/index.php/tag/prefs/' class='tag-link-10' title='5 topics' style='font-size: 22pt;'>prefs</a>
  240. <a href='http://help.blekko.com/index.php/tag/rss/' class='tag-link-53' title='1 topic' style='font-size: 8pt;'>rss</a>
  241. <a href='http://help.blekko.com/index.php/tag/safari/' class='tag-link-16' title='3 topics' style='font-size: 16.75pt;'>safari</a>
  242. <a href='http://help.blekko.com/index.php/tag/safe-search/' class='tag-link-7' title='1 topic' style='font-size: 8pt;'>safe search</a>
  243. <a href='http://help.blekko.com/index.php/tag/scoutjet/' class='tag-link-5' title='3 topics' style='font-size: 16.75pt;'>scoutjet</a>
  244. <a href='http://help.blekko.com/index.php/tag/search-bar/' class='tag-link-50' title='1 topic' style='font-size: 8pt;'>search bar</a>
  245. <a href='http://help.blekko.com/index.php/tag/slashtag-directory/' class='tag-link-51' title='1 topic' style='font-size: 8pt;'>slashtag directory</a>
  246. <a href='http://help.blekko.com/index.php/tag/slashtag-of-the-day/' class='tag-link-30' title='1 topic' style='font-size: 8pt;'>slashtag of the day</a>
  247. <a href='http://help.blekko.com/index.php/tag/sources/' class='tag-link-48' title='1 topic' style='font-size: 8pt;'>sources</a>
  248. <a href='http://help.blekko.com/index.php/tag/spam-slashtag/' class='tag-link-31' title='2 topics' style='font-size: 13.25pt;'>spam slashtag</a>
  249. <a href='http://help.blekko.com/index.php/tag/top-bar/' class='tag-link-9' title='2 topics' style='font-size: 13.25pt;'>top bar</a>
  250. <a href='http://help.blekko.com/index.php/tag/uninstall/' class='tag-link-47' title='4 topics' style='font-size: 19.666666666667pt;'>uninstall</a>
  251. <a href='http://help.blekko.com/index.php/tag/widgets/' class='tag-link-46' title='1 topic' style='font-size: 8pt;'>widgets</a>
  252. <a href='http://help.blekko.com/index.php/tag/wildcards/' class='tag-link-40' title='1 topic' style='font-size: 8pt;'>wildcards</a></div>
  253. </li> <li id="recent-posts-2" class="widget-container widget_recent_entries"> <h3 class="widget-title">Recent Posts</h3> <ul>
  254. <li>
  255. <a href="/index.php/a-tutorial-for-searching-with-blekko/" title="A tutorial for searching with blekko">A tutorial for searching with blekko</a>
  256. </li>
  257. <li>
  258. <a href="/index.php/advanced-search-features/" title="Advanced Search Features">Advanced Search Features</a>
  259. </li>
  260. <li>
  261. <a href="/index.php/how-do-i-remove-blekko-from-my-safari-browser/" title="How do I remove blekko from my Safari browser?">How do I remove blekko from my Safari browser?</a>
  262. </li>
  263. <li>
  264. <a href="/index.php/slashtag-list/" title="Is there a slashtag directory or list?">Is there a slashtag directory or list?</a>
  265. </li>
  266. <li>
  267. <a href="/index.php/blekko-sources/" title="About blekko&#8217;s Search Results">About blekko&#8217;s Search Results</a>
  268. </li>
  269. </ul>
  270. </li> </ul>
  271. </div><!-- #primary .widget-area -->
  272. </div><!-- #main -->
  273. <div id="footer">
  274. <p style="font-size:11px !important;color:#fff;">
  275. <a href="http://blekko.com/ws/+/contact">contact</a>&nbsp;&middot;
  276. <a href="http://blekko.com/ws/+/about">about</a>&nbsp;&middot;
  277. <a href="http://blekko.com/ws/+/privacy">privacy policy</a>&nbsp;&middot;
  278. <a href="http://blekko.com/ws/+/terms">terms &amp; conditions</a>&nbsp;&middot;
  279. <a href="http://blekko.com/toolbar">toolbar</a>&nbsp;&middot;
  280. <a href="http://blekko.com/ws/+/blekkojobs">jobs</a>&nbsp;&middot;
  281. <a href="http://blekko.com/ws/+/webmaster">webmaster</a>&nbsp;&middot;
  282. <a href="http://blekko.com/ws/+/help">help</a>&nbsp;&middot;
  283. <a href="http://twitter.com/#!/blekko">follow @blekko on twitter</a>&nbsp;&middot;
  284. &copy; 2011 <a href="http://blekko.com">blekko, inc.</a></p>
  285. </div>
  286. </body>
  287. </html>