<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" 
      xmlns:thr="http://purl.org/syndication/thread/1.0">
  <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/build_a_custom_search_engine_using_social_bookmarks.php" />
  <link rel="self" type="application/atom+xml" href="http://www.readwriteweb.com/atom.xml" />
  <id>tag:,2009:/1/tag:www.readwriteweb.com,2008://1.6950-</id>
  <updated>2009-11-23T18:55:26Z</updated>
  <title>Comments for Build A Custom Search Engine Using Your Social Bookmarks</title>
  
  <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.23-en</generator>
  <entry>
    <id>tag:www.readwriteweb.com,2008://1.6950</id>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/build_a_custom_search_engine_using_social_bookmarks.php" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.readwriteweb.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=1/entry_id=6950" title="Build A Custom Search Engine Using Your Social Bookmarks" />
    <published>2008-08-05T17:00:00Z</published>
    <updated>2008-08-06T03:56:40Z</updated>
    <title>Build A Custom Search Engine Using Your Social Bookmarks</title>
    <summary>Build A Custom Search Engine Using Your Social Bookmarks</summary>
    <author>
      <name>Sarah Perez</name>
      <uri>http://www.sarahintampa.com</uri>
    </author>
    
    <category term="Features" />
    
    <category term="Google" />
    
    <content type="html" xml:lang="en" xml:base="http://www.readwriteweb.com/">
      <![CDATA[<p><img src="http://www.readwriteweb.com/images/cse_bookmarks.jpg">Last week, <a href="http://www.readwriteweb.com/archives/delicious_finally_launches_ver.php">Yahoo finally unveiled</a> the long-awaited new version of the social bookmarking site Delicious. Along with the new URL, simply <a href="http://delicious.com/">delicious.com</a>, the site got a revamped UI and added new features like selectable detail levels and alphabetical sorting of bookmarks. However, amid the delighted oohs and ahhs from the tech community over the new-and-improved site, some people were raising the valid question: "<a href="http://www.mathewingram.com/work/2008/07/31/delicious-20-who-bookmarks-any-more/">Who bookmarks anymore?</a>" Besides bookmarking for the sake of making sure a site gets seen in your FriendFeed stream, the truth is that many people bookmark, but then turn to Google search when they actually want to find something. </p> ]]>
      <![CDATA[<p><font style="float: right; margin-left: 10px;"><script type="text/javascript">digg_url = 'http://digg.com/software/Build_A_Custom_Search_Engine_Using_Your_Social_Bookmarks';digg_bgcolor = '#ffffff';digg_skin = 'normal';</script><script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></font>If that's the case, then why are we bothering to bookmark at all? Instead, why not just build a Google Custom Search Engine that searches your Delicious bookmarks as well as any other sites you find interesting? The process is actually surprisingly simple.</p>

<p>Here at RWW, we're big fans of Custom Search Engines, and we use them regularly, so it just made sense to make one from our bookmarks. </p>  

<h2>Getting Started</h2>  

<p>The first step to building a custom search engine is to go to the <a href="http://www.google.com/cse ">Google Custom Search Engine site</a>. Building a CSE is pretty simple - just click the button on the homepage to start and then fill in the search engine details (name, description, etc.). We're not going to hold your hand through this process step-by-step - it's very straightforward and Google provides documentation on how to do this. To get through the initial setup, you'll have to include at least one URL to search (we suggest <a href="http://www.readwriteweb.com">www.readwriteweb.com</a>, of course). You can remove it later on if you would like, though.</p>  

<p>Once the engine has been configured, click the link to go into the engine's "Control Panel." You'll be on a page with links across the top that let you manage various aspects of your engine. Click the link that reads "Sites:" </p>  

<p><img src="http://www.readwriteweb.com/images/cse_sites_link.png"></p>  

<h2>Get Your Bookmarks</h2>  

<p>Now, in a separate tab of your browser, login to your social bookmarking account (delicious, ma.gnol.ia, etc.) and export your bookmarks through the option provided in your settings.</p>

<p>The reason we're doing this is because, in order to proceed, we need to get all the bookmarks to appear on one page on the web, so unless your particular service offers that as an option, just proceed with the export. </p>  

<p>Once exported, you'll need to upload your bookmarks back to the web so that they all appear on one page. If you want to post them to your blog or use a simple page creator program to do so, that's your choice. However, I found that the absolute easiest way to get them on the web fast was to use the new service from <a href="http://posterous.com/">Posterous</a>. </p>  

<p>Posterous is a lightweight blogging service that lets you blog without even setting up an account. You just email <a href="mailto:post@posterous.com">post@posterous.com</a>. Compose an email to that account and copy-and-paste the content from the HTML file that contains your exported bookmarks. Posterous will quickly email you back with a link to that page on the web. (This is also a handy way to back up your bookmarks, too.)</p>  

<p>Now click the link emailed to you to go to your Posterous page on the web. You'll want to actually click the permalink to the blog post you created, for example: <a title="" href="http://sarah_calle.posterous.com/my-first-blog-post-1159">http://myblogname.posterous.com/my-first-blog-post-1159</a></p> 

<p><img src="http://www.readwriteweb.com/images/cse_posterous.png"></p> 

<h2>Add Your Links to Your CSE</h2>  

<p>The final step is to return to the tab where your CSE control panel is loaded. Click the "Add Sites" button and a dialog box will appear. Paste in the URL (the permalink) from Posterous and choose the 3rd bullet ("Dynamically extract links from this page..."). Then choose the first bullet underneath that ("Include all pages this page links to."). Click "Save." (Now you see why I made you put all the links on one page, right?) </p>

<p><img src="http://www.readwriteweb.com/images/cse_extract.png"></p>  

<p>You're done! You can now test out your engine. If you did everything correctly, your search engine will just search through the sites you've bookmarked. </p>  

<h2>But Wait...There's One More Thing!</h2>  

<p>OK, great, you now have your own custom search engine up-and-running, but what if you want to add to it in the future? Luckily, there's an easy browser bookmarklet you can use to do so: the <a href="http://www.google.com/coop/cse/marker">Google Marker</a>. As with any bookmarklet, you simply drag it to your bookmarks toolbar to install it. </p>  

<p>Now, when you come across a site you want to add to your search engine, you just click the bookmarklet. If you have more than one engine, you can choose the one you want from the drop-down box provided. You also have to option to bookmark either everything on that site or just the page that you're currently on. When you're done, click "Save." </p>  

<p><img src="http://www.readwriteweb.com/images/google_marker.png"></p> 

 <p>There you have it - instead of bookmarking and tagging, you can just search instead. </p>]]>
    </content>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.6950-comment:62851</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.6950" type="text/html" href="http://www.readwriteweb.com/archives/build_a_custom_search_engine_using_social_bookmarks.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/build_a_custom_search_engine_using_social_bookmarks.php#c62851" />
    <title>Comment from gatt on 2008-08-05</title>
    <author>
        <name>gatt</name>
        <uri>http://www.digitalpurview.com/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.digitalpurview.com/">
        <![CDATA[<p>This is very innovative idea. Searching is easier. I am going to try this for some time and see if it is more productive habit.</p>]]>
    </content>
    <published>2008-08-05T17:31:11Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.6950-comment:62855</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.6950" type="text/html" href="http://www.readwriteweb.com/archives/build_a_custom_search_engine_using_social_bookmarks.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/build_a_custom_search_engine_using_social_bookmarks.php#c62855" />
    <title>Comment from Filipe Gatti on 2008-08-05</title>
    <author>
        <name>Filipe Gatti</name>
        <uri>http://www.filipegatti.com/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.filipegatti.com/">
        <![CDATA[<p>Thanks for the information! I'll translate some of it and post in my blog.</p>]]>
    </content>
    <published>2008-08-05T17:41:02Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.6950-comment:62857</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.6950" type="text/html" href="http://www.readwriteweb.com/archives/build_a_custom_search_engine_using_social_bookmarks.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/build_a_custom_search_engine_using_social_bookmarks.php#c62857" />
    <title>Comment from thejeshgn.com on 2008-08-05</title>
    <author>
        <name>thejeshgn.com</name>
        <uri>http://thejeshgn.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://thejeshgn.com">
        <![CDATA[<p>why can we just use <a href="http://www.nsyght.com/" rel="nofollow">http://www.nsyght.com/</a></p>]]>
    </content>
    <published>2008-08-05T17:50:43Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.6950-comment:62859</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.6950" type="text/html" href="http://www.readwriteweb.com/archives/build_a_custom_search_engine_using_social_bookmarks.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/build_a_custom_search_engine_using_social_bookmarks.php#c62859" />
    <title>Comment from Daniel Bachhuber on 2008-08-05</title>
    <author>
        <name>Daniel Bachhuber</name>
        <uri>http://www.danielbachhuber.com/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.danielbachhuber.com/">
        <![CDATA[<p>Smart workaround, but I think it would be painful to not be able to easily add more bookmarks from delicious.  I demoed NSyght too, though it doesn't do what I thought it would.  Ideally, the coolest new search engine for me would be one that indexes all of my social properties (i.e. everything I've bookmarked with delicious, everything I've twittered about, etc.).  The value in this is that I am indirectly recording everything I'm interested in.  The ability to search back through that history would certainly be valuable.</p>]]>
    </content>
    <published>2008-08-05T18:03:01Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.6950-comment:62861</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.6950" type="text/html" href="http://www.readwriteweb.com/archives/build_a_custom_search_engine_using_social_bookmarks.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/build_a_custom_search_engine_using_social_bookmarks.php#c62861" />
    <title>Comment from andy brudtkuhl on 2008-08-05</title>
    <author>
        <name>andy brudtkuhl</name>
        <uri>http://friendfeed.com/abrudtkuhl</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://friendfeed.com/abrudtkuhl">
        <![CDATA[<p>With the enhanced search built into the latest rev of delicious, what's the point of this?</p>]]>
    </content>
    <published>2008-08-05T18:05:22Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.6950-comment:62862</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.6950" type="text/html" href="http://www.readwriteweb.com/archives/build_a_custom_search_engine_using_social_bookmarks.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/build_a_custom_search_engine_using_social_bookmarks.php#c62862" />
    <title>Comment from Alex the Freelance Twin on 2008-08-05</title>
    <author>
        <name>Alex the Freelance Twin</name>
        <uri>http://freelancetwins.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://freelancetwins.com">
        <![CDATA[<p>I've done this with a few of my websites. For example I own 3 different photo blogs on different niches, but my search engine searches all of them to give them cross-site exposure. Good tips</p>]]>
    </content>
    <published>2008-08-05T18:09:17Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.6950-comment:62867</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.6950" type="text/html" href="http://www.readwriteweb.com/archives/build_a_custom_search_engine_using_social_bookmarks.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/build_a_custom_search_engine_using_social_bookmarks.php#c62867" />
    <title>Comment from Tom on 2008-08-05</title>
    <author>
        <name>Tom</name>
        <uri>http://www.tompimental.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.tompimental.com">
        <![CDATA[<p>It would be great if I could add my Google Reader OPML file to this to just search the blogs I keep track of (or use it to manage a custom search on my site).</p>]]>
    </content>
    <published>2008-08-05T18:36:40Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.6950-comment:62871</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.6950" type="text/html" href="http://www.readwriteweb.com/archives/build_a_custom_search_engine_using_social_bookmarks.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/build_a_custom_search_engine_using_social_bookmarks.php#c62871" />
    <title>Comment from ying on 2008-08-05</title>
    <author>
        <name>ying</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>this <a href="http://basundi.com:8000/login.html" rel="nofollow">tool</a> already does this<br />
and builds refinements into your cse</p>]]>
    </content>
    <published>2008-08-05T19:30:13Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.6950-comment:62875</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.6950" type="text/html" href="http://www.readwriteweb.com/archives/build_a_custom_search_engine_using_social_bookmarks.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/build_a_custom_search_engine_using_social_bookmarks.php#c62875" />
    <title>Comment from Eddie Truman on 2008-08-05</title>
    <author>
        <name>Eddie Truman</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>I'll give this a miss if that's okay.<br />
I'll just keep clicking the icon in Firefox that lets me instantly tag any page to Delicious and use the time I've saved jumping through the hoops outlined here for some productive work.</p>]]>
    </content>
    <published>2008-08-05T19:48:07Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.6950-comment:62877</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.6950" type="text/html" href="http://www.readwriteweb.com/archives/build_a_custom_search_engine_using_social_bookmarks.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/build_a_custom_search_engine_using_social_bookmarks.php#c62877" />
    <title>Comment from kbac70 on 2008-08-05</title>
    <author>
        <name>kbac70</name>
        <uri>http://kbac70.blogspot.com/2007/07/custom-search-engine-builder.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://kbac70.blogspot.com/2007/07/custom-search-engine-builder.html">
        <![CDATA[<p>...and here is another prototype doing exactly this, with some comments:</p>

<p>- proto: <a href="http://gadgets.kbac70.googlepages.com/csebuilder.html" rel="nofollow">http://gadgets.kbac70.googlepages.com/csebuilder.html</a><br />
- comments: <a href="http://kbac70.blogspot.com/2007/07/custom-search-engine-builder.html" rel="nofollow">http://kbac70.blogspot.com/2007/07/custom-search-engine-builder.html</a></p>]]>
    </content>
    <published>2008-08-05T20:12:54Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.6950-comment:62880</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.6950" type="text/html" href="http://www.readwriteweb.com/archives/build_a_custom_search_engine_using_social_bookmarks.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/build_a_custom_search_engine_using_social_bookmarks.php#c62880" />
    <title>Comment from Todd Vernon on 2008-08-05</title>
    <author>
        <name>Todd Vernon</name>
        <uri>http://lijit.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://lijit.com">
        <![CDATA[<p>Sahara,</p>

<p>You could also try Lijit.  Rather then going through all the problem of creating and updating your CSE engine everytime something changes just let Lijit find all your content and index it.  Lijit also leverages your network of people (and their blogs, bookmarks, photos, etc) to create a larger body of relevant content.</p>

<p>A search of my vacations at the Broadmoor in Colorado including del.icio.us and flickr photos..</p>

<p><a href="http://www.lijit.com/search/toddvernon?q=Broadmoor&type=content" rel="nofollow">http://www.lijit.com/search/toddvernon?q=Broadmoor&type=content</a><br />
</p>]]>
    </content>
    <published>2008-08-05T20:48:14Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.6950-comment:62884</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.6950" type="text/html" href="http://www.readwriteweb.com/archives/build_a_custom_search_engine_using_social_bookmarks.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/build_a_custom_search_engine_using_social_bookmarks.php#c62884" />
    <title>Comment from Lars Teigen on 2008-08-05</title>
    <author>
        <name>Lars Teigen</name>
        <uri>http://secondbrain.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://secondbrain.com">
        <![CDATA[<p>@Daniel Bachhuber: You should check out http:// Secondbrain.com. We import many of your social properties so that you can organize and search in everything. </p>]]>
    </content>
    <published>2008-08-05T21:53:47Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.6950-comment:62888</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.6950" type="text/html" href="http://www.readwriteweb.com/archives/build_a_custom_search_engine_using_social_bookmarks.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/build_a_custom_search_engine_using_social_bookmarks.php#c62888" />
    <title>Comment from Nova Spivack on 2008-08-05</title>
    <author>
        <name>Nova Spivack</name>
        <uri>http://www.twine.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.twine.com">
        <![CDATA[<p>You can use Twine.com to do this as well. We will soon enable you to import your bookmarks and search them in Twine. You can also email content into to Twine to quickly add it.</p>]]>
    </content>
    <published>2008-08-05T22:28:52Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.6950-comment:62890</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.6950" type="text/html" href="http://www.readwriteweb.com/archives/build_a_custom_search_engine_using_social_bookmarks.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/build_a_custom_search_engine_using_social_bookmarks.php#c62890" />
    <title>Comment from Jonny on 2008-08-05</title>
    <author>
        <name>Jonny</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Will you marry me?</p>]]>
    </content>
    <published>2008-08-05T23:11:33Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.6950-comment:62906</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.6950" type="text/html" href="http://www.readwriteweb.com/archives/build_a_custom_search_engine_using_social_bookmarks.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/build_a_custom_search_engine_using_social_bookmarks.php#c62906" />
    <title>Comment from Kevin Rose on 2008-08-05</title>
    <author>
        <name>Kevin Rose</name>
        <uri>http://friendfeed.com/kevinrose</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://friendfeed.com/kevinrose">
        <![CDATA[<p>Great article, dugg.</p>]]>
    </content>
    <published>2008-08-06T04:46:42Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.6950-comment:62909</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.6950" type="text/html" href="http://www.readwriteweb.com/archives/build_a_custom_search_engine_using_social_bookmarks.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/build_a_custom_search_engine_using_social_bookmarks.php#c62909" />
    <title>Comment from Bookmarking Bill on 2008-08-05</title>
    <author>
        <name>Bookmarking Bill</name>
        <uri>http://www.vmoptions.com/social-networking-list.php</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.vmoptions.com/social-networking-list.php">
        <![CDATA[<p>That is a neat way to share all your bookmarks with visitors to your Website.  Thanks for sharing this info!</p>]]>
    </content>
    <published>2008-08-06T05:21:10Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.6950-comment:62911</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.6950" type="text/html" href="http://www.readwriteweb.com/archives/build_a_custom_search_engine_using_social_bookmarks.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/build_a_custom_search_engine_using_social_bookmarks.php#c62911" />
    <title>Comment from Tech Search Maniac on 2008-08-05</title>
    <author>
        <name>Tech Search Maniac</name>
        <uri>http://www.google.com/coop/cse?cx=012637369834019564726:c0l3mrytnxu</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.google.com/coop/cse?cx=012637369834019564726:c0l3mrytnxu">
        <![CDATA[<p>I built this search engine <a href="http://www.google.com/coop/cse?cx=012637369834019564726:c0l3mrytnxu" rel="nofollow">http://www.google.com/coop/cse?cx=012637369834019564726:c0l3mrytnxu</a><br />
on technology after I read your previous post on Search Engines and it helps me do my tech search very easily . Thanks</p>]]>
    </content>
    <published>2008-08-06T05:49:29Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.6950-comment:62920</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.6950" type="text/html" href="http://www.readwriteweb.com/archives/build_a_custom_search_engine_using_social_bookmarks.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/build_a_custom_search_engine_using_social_bookmarks.php#c62920" />
    <title>Comment from Andrew BRUTH on 2008-08-06</title>
    <author>
        <name>Andrew BRUTH</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>You not use Jamespot or Twine to do that ?</p>]]>
    </content>
    <published>2008-08-06T09:07:03Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.6950-comment:63033</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.6950" type="text/html" href="http://www.readwriteweb.com/archives/build_a_custom_search_engine_using_social_bookmarks.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/build_a_custom_search_engine_using_social_bookmarks.php#c63033" />
    <title>Comment from friarminor on 2008-08-06</title>
    <author>
        <name>friarminor</name>
        <uri>http://friendfeed.com/friarminor</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://friendfeed.com/friarminor">
        <![CDATA[<p>Wide-eyed again, Sarah and to all those who gave their comments...  Thanks.</p>

<p>Things you can do with bookmarksIt just never ends</p>

<p>Best.<br />
alain<br />
www.mor.ph</p>]]>
    </content>
    <published>2008-08-07T00:17:24Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.6950-comment:63168</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.6950" type="text/html" href="http://www.readwriteweb.com/archives/build_a_custom_search_engine_using_social_bookmarks.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/build_a_custom_search_engine_using_social_bookmarks.php#c63168" />
    <title>Comment from Richard Lalleman on 2008-08-07</title>
    <author>
        <name>Richard Lalleman</name>
        <uri>http://www.focuss.info</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.focuss.info">
        <![CDATA[<p>Since 1 1/2 years the Focuss.Info Initiative has started the same idea. This initiative is a collaborative platform where, on one side, regional, national and international institutions are storing their favorite websites in social bookmark accounts (such as del.icio.us). On the other side we ask researcher, students and practitioners to do the same. The similarity between these institutions and individuals is that they are all working or interested in the field of international development co-operation.</p>

<p>Consequently, these handpicked websites stored in the social bookmark accounts are being indexed by our Google CSE search engine. </p>

<p>Thus, this initiative stores knowledge of valuable websites in the field of international development co-operation, shares this knowledge through the specific search engine and consequently let people create new knowledge within this specific field by letting them search through the knowledge of their peers.</p>

<p>If you require extra information about this Initiative, please do not hesitate to contact me.</p>

<p>Richard</p>]]>
    </content>
    <published>2008-08-07T23:44:23Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.6950-comment:63350</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.6950" type="text/html" href="http://www.readwriteweb.com/archives/build_a_custom_search_engine_using_social_bookmarks.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/build_a_custom_search_engine_using_social_bookmarks.php#c63350" />
    <title>Comment from genevieve on 2008-08-09</title>
    <author>
        <name>genevieve</name>
        <uri>http://austlit.typepad.com/cfn</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://austlit.typepad.com/cfn">
        <![CDATA[<p>Sarah, I was going to blog this but now I think I will comment instead.<br />
Why would you willingly turn all your own bookmarks over to Google, when you've handpicked them and Yahoo bought them from you? Sounds a bit strange to me.</p>

<p>Is there a reason why Google doesn't already search delicious, or Furl for that matter, anyway? I'm afraid I'm with the commenter who noted that there is enhanced search in delicious now. </p>

<p>It also ought to be possible to build customised SEs for this purpose with other tools? just wondering...</p>]]>
    </content>
    <published>2008-08-10T04:25:55Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.6950-comment:63360</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.6950" type="text/html" href="http://www.readwriteweb.com/archives/build_a_custom_search_engine_using_social_bookmarks.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/build_a_custom_search_engine_using_social_bookmarks.php#c63360" />
    <title>Comment from Mike on 2008-08-10</title>
    <author>
        <name>Mike</name>
        <uri>http://tmiket.wordpress.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://tmiket.wordpress.com">
        <![CDATA[<p>Deligoo is great for this.</p>

<p><a href="http://www.deligoo.com/en/" rel="nofollow">http://www.deligoo.com/en/</a></p>]]>
    </content>
    <published>2008-08-10T10:59:40Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.6950-comment:63373</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.6950" type="text/html" href="http://www.readwriteweb.com/archives/build_a_custom_search_engine_using_social_bookmarks.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/build_a_custom_search_engine_using_social_bookmarks.php#c63373" />
    <title>Comment from Freelance Web Design on 2008-08-10</title>
    <author>
        <name>Freelance Web Design</name>
        <uri>http://www.alfredfox.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.alfredfox.com">
        <![CDATA[<p>Congrats on the marriage proposal from Jonny btw.</p>

<p>Very interesting idea. Google CSE is a great tool and free to all. If you haven't you should look into it.</p>]]>
    </content>
    <published>2008-08-10T15:51:16Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.6950-comment:63553</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.6950" type="text/html" href="http://www.readwriteweb.com/archives/build_a_custom_search_engine_using_social_bookmarks.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/build_a_custom_search_engine_using_social_bookmarks.php#c63553" />
    <title>Comment from John Tropea on 2008-08-12</title>
    <author>
        <name>John Tropea</name>
        <uri>http://libraryclips.blogsome.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://libraryclips.blogsome.com">
        <![CDATA[<p>I have about 5000 delicious bookmarks, but when I sent a Gmail to Posterous, my first blog post has not even a 1000</p>

<p><a href="http://john_7rrds.posterous.com/johnts-bookmarks" rel="nofollow">http://john_7rrds.posterous.com/johnts-bookmarks</a></p>

<p>Also what about new bookmarks I add to delicious, will they also be included auto-magically</p>]]>
    </content>
    <published>2008-08-12T23:20:34Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.6950-comment:63562</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.6950" type="text/html" href="http://www.readwriteweb.com/archives/build_a_custom_search_engine_using_social_bookmarks.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/build_a_custom_search_engine_using_social_bookmarks.php#c63562" />
    <title>Comment from Mike Borozdin on 2008-08-12</title>
    <author>
        <name>Mike Borozdin</name>
        <uri>http://www.mikeborozdin.com/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.mikeborozdin.com/">
        <![CDATA[<p>Really good idea indeed!</p>]]>
    </content>
    <published>2008-08-13T02:22:17Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.6950-comment:63688</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.6950" type="text/html" href="http://www.readwriteweb.com/archives/build_a_custom_search_engine_using_social_bookmarks.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/build_a_custom_search_engine_using_social_bookmarks.php#c63688" />
    <title>Comment from zuko on 2008-08-13</title>
    <author>
        <name>zuko</name>
        <uri>http://friendfeed.com/zuko</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://friendfeed.com/zuko">
        <![CDATA[<p>Great! But what if you want to export only selected bookmarks? For example, you want to use some bookmarks for one CSE, some â for another, and some you don't want to add to search at all.<br />
I haven't found how to work with selections of bookmarks at Delicious. Though, you can make this via Diigo. This service has great Send to Blog feature (under More Actions... menu), which allows us to get HTML code of the list with selected bookmarks. Then you can post this code to Posterous and add links to CSE, as described in the article above.<br />
By the way, if you're Delicious user, don't worry, Diigo can import your Delicious bookmarks.</p>]]>
    </content>
    <published>2008-08-14T05:37:52Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.6950-comment:64002</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.6950" type="text/html" href="http://www.readwriteweb.com/archives/build_a_custom_search_engine_using_social_bookmarks.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/build_a_custom_search_engine_using_social_bookmarks.php#c64002" />
    <title>Comment from ThisRedKnight on 2008-08-18</title>
    <author>
        <name>ThisRedKnight</name>
        <uri>http://url.ie/h1b?87125604</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://url.ie/h1b?87125604">
        <![CDATA[<p>Love the concept of searching among the nearly 400 bookmarks I ve saved.</p>]]>
    </content>
    <published>2008-08-18T07:25:52Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.6950-comment:64070</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.6950" type="text/html" href="http://www.readwriteweb.com/archives/build_a_custom_search_engine_using_social_bookmarks.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/build_a_custom_search_engine_using_social_bookmarks.php#c64070" />
    <title>Comment from Adrian CB on 2008-08-18</title>
    <author>
        <name>Adrian CB</name>
        <uri>http://www.delizzy.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.delizzy.com">
        <![CDATA[<p><a href="http://www.delizzy.com" rel="nofollow"><a href="http://www.delizzy.com" rel="nofollow">http://www.delizzy.com</a></a> is quick and easy to use for searching through your delicious bookmarks.</p>]]>
    </content>
    <published>2008-08-18T23:00:33Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.6950-comment:64071</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.6950" type="text/html" href="http://www.readwriteweb.com/archives/build_a_custom_search_engine_using_social_bookmarks.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/build_a_custom_search_engine_using_social_bookmarks.php#c64071" />
    <title>Comment from paulin on 2008-08-18</title>
    <author>
        <name>paulin</name>
        <uri>http://hexainfosoft.in</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://hexainfosoft.in">
        <![CDATA[<p>We are professional web development company providing customized solution in php, dot net, oracle and java. We have qualified professional team for development and marketing. You can allow us to link to your website. Please refer we are following theory of no spammin. Thanks<br />
</p>]]>
    </content>
    <published>2008-08-18T23:16:28Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.6950-comment:64595</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.6950" type="text/html" href="http://www.readwriteweb.com/archives/build_a_custom_search_engine_using_social_bookmarks.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/build_a_custom_search_engine_using_social_bookmarks.php#c64595" />
    <title>Comment from Sudhir Mangla on 2008-08-23</title>
    <author>
        <name>Sudhir Mangla</name>
        <uri>http://tips.developersvoice.com/devsearch</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://tips.developersvoice.com/devsearch">
        <![CDATA[<p>Hi I would like to mention another search engine for dot net developers which cover all good sites for dot net and related technologies as of August, 2008.</p>

<p><a href="http://tips.developersvoice.com/devsearch" rel="nofollow">http://tips.developersvoice.com/devsearch</a></p>

<p>This developers search engine is inspired by searchdotnet.com and I try my best achieve even batter results. Both these developers search engines would greatly help the developer’s community.</p>

<p>DO test it yourself and let me know your comments.</p>]]>
    </content>
    <published>2008-08-23T12:57:25Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.6950-comment:64883</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.6950" type="text/html" href="http://www.readwriteweb.com/archives/build_a_custom_search_engine_using_social_bookmarks.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/build_a_custom_search_engine_using_social_bookmarks.php#c64883" />
    <title>Comment from Charlie Zhu on 2008-08-27</title>
    <author>
        <name>Charlie Zhu</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>This is my implementation <a href="http://charliezhu.com/cse/index.cgi" rel="nofollow">CSE for del.icio.us</a></p>]]>
    </content>
    <published>2008-08-27T13:23:01Z</published>
  </entry>

</feed>