<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Mashup Guide &#187; Chapter 14</title>
	<atom:link href="http://blog.mashupguide.net/category/chapter-14/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mashupguide.net</link>
	<description>A blog about Raymond Yee&#039;s Book Pro Web 2.0 Mashups: Remixing Data and Web Services</description>
	<lastBuildDate>Wed, 23 Feb 2011 13:35:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<image>
  <link>http://blog.mashupguide.net</link>
  <url>http://blog.mashupguide.net/favicon.ico</url>
  <title>Mashup Guide</title>
</image>
		<item>
		<title>Zotero REST API: early developments</title>
		<link>http://blog.mashupguide.net/2010/01/28/zotero-rest-api-early-developments/</link>
		<comments>http://blog.mashupguide.net/2010/01/28/zotero-rest-api-early-developments/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 18:58:59 +0000</pubDate>
		<dc:creator>raymond.yee</dc:creator>
				<category><![CDATA[Chapter 14]]></category>
		<category><![CDATA[Zotero]]></category>

		<guid isPermaLink="false">http://blog.mashupguide.net/?p=157</guid>
		<description><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=Zotero+REST+API%3A+early+developments&amp;rft.aulast=Yee&amp;rft.aufirst=Raymond&amp;rft.subject=Chapter+14&amp;rft.source=Mashup+Guide&amp;rft.date=2010-01-28&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://blog.mashupguide.net/2010/01/28/zotero-rest-api-early-developments/&amp;rft.language=English"></span>
Readers of my book know that I'm an avid user of social bookmarking and online bibliographic systems. As  a big fan of Zotero ("a free, easy-to-use Firefox extension to help you collect, manage, and cite your research sources"),  I have been looking for  ways to further integrate Zotero (both the client and the web front [...]]]></description>
			<content:encoded><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=Zotero+REST+API%3A+early+developments&amp;rft.aulast=Yee&amp;rft.aufirst=Raymond&amp;rft.subject=Chapter+14&amp;rft.source=Mashup+Guide&amp;rft.date=2010-01-28&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://blog.mashupguide.net/2010/01/28/zotero-rest-api-early-developments/&amp;rft.language=English"></span>
<p>Readers of my book know that I'm an avid user of <a href="http://mashupguide.net/1.0/html/ch14.xhtml">social bookmarking and online bibliographic systems</a>. As  a big fan of <a href="http://zotero.org">Zotero</a> ("a free, easy-to-use Firefox extension to help you collect, manage, and cite your  research sources"),  I have been looking for  ways to further integrate Zotero (both the client and the web front end) into my workflows.  Specifically, I would like to experiment with integrating Zotero into my <a href="http://blog.mixingandremixing.info">teaching</a> this semester,  specifically to help my students and I  share references.</p>
<p>I've played with <a href="http://blog.dataunbound.com/index.php?s=zotero">scripting Zotero from within the web browser using Chickenfoot</a>.  However, a fully fleshed out Zotero REST API will, I think, be even helpful in tying Zotero to other applications.   There is a Zotero REST API under development, though it is currently limited and not well publicized.</p>
<p>The best publicly available documentation of the API as it stands that I know of is <a href="http://clioweb.org/">Jeremy Boggs</a>' code <a href="http://github.com/clioweb/phpZotero/blob/master/phpZotero.php">phpZotero</a>.    Reading it taught me how to make some basic calls.</p>
<p>(Note: I currently have two separate Zotero accounts:  a personal one (<a href="http://www.zotero.org/rdhyee/items">rdhyee)</a> and one for my course (<a href="http://www.zotero.org/mixingandremixinginfo/items">mixingandremixinginfo</a>).  Ideally, I'd rather manage only one account but have two because, from what I understand, there is no fine-grained privacy control that would let me  keep some references private while leaving most public.    Moreover, it seems that the REST API can read only public items for now -- so I'll be applying it to mixingandremixinginfo for now. )</p>
<p>Let me write out what you can do with the API to get started.</p>
<ol>
<li>Create a key at  <a href="https://www.zotero.org/settings/keys">Zotero | Settings &gt;  Feeds/API</a> (Though I've used a key, I don't see any indication of key  usage in my panel -- is this a bug?)</li>
<li>Go to the <a href="https://www.zotero.org/settings/privacy">Zotero privacy tab</a> to check "Publish Entire Library" and "Publish Notes" to make the items (and optionally notes) visible to your API key.</li>
<li>Figure out the userID for the account.  You can do so but doing a HTTP GET on<br />
<code>http://www.zotero.org/api/users/{username}</code> e.g.,<br />
<a href="http://www.zotero.org/api/users/mixingandremixinginfo">http://www.zotero.org/api/users/mixingandremixinginfo</a> -- see</p>
<pre>&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;entry xmlns="http://www.w3.org/2005/Atom" xmlns:zapi="http://zotero.org/ns/api"&gt;
    &lt;title&gt;mixingandremixinginfo&lt;/title&gt;
    &lt;author&gt;
        &lt;name&gt;Zotero&lt;/name&gt;
        &lt;uri&gt;http://zotero.org&lt;/uri&gt;
    &lt;/author&gt;
    &lt;id&gt;http://zotero.org/users/119961&lt;/id&gt;
    &lt;published&gt;2010-01-26T22:43:38-05:00&lt;/published&gt;
    &lt;updated&gt;2010-01-26T22:46:11-05:00&lt;/updated&gt;
    &lt;link rel="self" type="application/atom+xml"
        href="http://api.zotero.org/users/119961"/&gt;
    &lt;link rel="alternate" type="text/html"
        href="<strong>http://zotero.org/mixingandremixinginfo/119961</strong>"/&gt;
    &lt;content type="application/xml"&gt;
        &lt;zapi:userslug&gt;mixingandremixinginfo&lt;/zapi:userslug&gt;
        &lt;zapi:profile&gt;
            &lt;zapi:affiliation&gt;&lt;![CDATA[UC Berkeley]]&gt;&lt;/zapi:affiliation&gt;
            &lt;zapi:bio&gt;&lt;![CDATA[&lt;p&gt;This is a public account associated with the Mixing and Remixing Information course at the UC Berkeley School of Information&lt;/p&gt;]]&gt;&lt;/zapi:bio&gt;
            &lt;zapi:disciplines&gt;&lt;![CDATA[Information Science and Technology]]&gt;&lt;/zapi:disciplines&gt;
            &lt;zapi:location&gt;&lt;![CDATA[Berkeley, CA]]&gt;&lt;/zapi:location&gt;
            &lt;zapi:realname&gt;&lt;![CDATA[Mixing and Remixing Information]]&gt;&lt;/zapi:realname&gt;
            &lt;zapi:website&gt;&lt;![CDATA[http://blog.mixingandremixing.info]]&gt;&lt;/zapi:website&gt;
        &lt;/zapi:profile&gt;
    &lt;/content&gt;
&lt;/entry&gt;
</pre>
<p>and then parse out for the id element   (e.g., <strong>119961</strong>)</li>
<li>Now to get items and collections, note that the base URL for the API is<code>https://api.zotero.org/</code><br />
and that you can use two<br />
parameters:  <code>username</code>,  <code>apiKey</code> in<br />
<code>curl -v -k -X GET "https://api.zotero.org/users/119961/items?username={username}&amp;apiKey={apiKey}"</code><br />
to return  publicly visible items.</li>
<li>You can get data about a  specific item (e.g.,<a href="http://www.zotero.org/mixingandremixinginfo/items/102472156">http://www.zotero.org/mixingandremixinginfo/items/102472156</a>)with
<p><code> curl -v -k -X GET "https://api.zotero.org/users/{userid}/items/{itemid}?username={username}&amp;apiKey={apiKey}" </code></p>
<p>e.g., <code>curl -v -k -X GET "https://api.zotero.org/users/119961/item/102472156?username=mixingandremixinginfo&amp;apiKey={apiKey}"</code></li>
<li>Jeremy's <a href="http://github.com/clioweb/phpZotero/blob/master/phpZotero.php">phpCode</a> hints at other things you can read from the API, including user collections and their  items, that I've not tried accessing.  However doing so should be straightforward.</li>
</ol>
<p>Don't consider what I've written here as definitive by any means since  I don't know of any publicly available official documentation.   I'm eager to see the further development of the API, including the ability to access more data (about users,  groups,  etc) and the ability to write to Zotero servers.</p>
<p>Comments welcome!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mashupguide.net/2010/01/28/zotero-rest-api-early-developments/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>delicious:  the name changed, but has the API?</title>
		<link>http://blog.mashupguide.net/2008/10/24/delicious-the-name-changed-but-has-the-api/</link>
		<comments>http://blog.mashupguide.net/2008/10/24/delicious-the-name-changed-but-has-the-api/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 21:40:39 +0000</pubDate>
		<dc:creator>raymond.yee</dc:creator>
				<category><![CDATA[Chapter 14]]></category>
		<category><![CDATA[del.icio.us]]></category>
		<category><![CDATA[name change]]></category>

		<guid isPermaLink="false">http://blog.mashupguide.net/?p=100</guid>
		<description><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=delicious%3A++the+name+changed%2C+but+has+the+API%3F&amp;rft.aulast=Yee&amp;rft.aufirst=Raymond&amp;rft.subject=Chapter+14&amp;rft.subject=del.icio.us&amp;rft.source=Mashup+Guide&amp;rft.date=2008-10-24&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://blog.mashupguide.net/2008/10/24/delicious-the-name-changed-but-has-the-api/&amp;rft.language=English"></span>
I'm looking forward to having the chance to teach my "Mixing and Remixing information" course for the fourth time In January 2009.  Since I plan to use my book on mashups as one of the primary texts, I'm going to have to update it.  Even though the book was published in February, a fair amount [...]]]></description>
			<content:encoded><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=delicious%3A++the+name+changed%2C+but+has+the+API%3F&amp;rft.aulast=Yee&amp;rft.aufirst=Raymond&amp;rft.subject=Chapter+14&amp;rft.subject=del.icio.us&amp;rft.source=Mashup+Guide&amp;rft.date=2008-10-24&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://blog.mashupguide.net/2008/10/24/delicious-the-name-changed-but-has-the-api/&amp;rft.language=English"></span>
<p>I'm looking forward to having the chance to teach my "<a href="http://www.ischool.berkeley.edu/programs/courses/290-mri">Mixing and Remixing information</a>" course for the fourth time In January 2009.  Since I plan to use my book on mashups as one of the primary texts, I'm going to have to update it.  Even though the book was published in February, a fair amount has changed in the world of mashups.   As a consequence,  I plan, over the next three months before class starts,  is to document some of those changes.</p>
<p>Let me start with something that should be straightforward. I wrote about delicious in Chapter 14 of my mashup  book,   a chapter about social bookmarking.    Since the book was published, delicious <a href="http://blog.delicious.com/blog/2008/07/oh-happy-day.html">underwent a change of name</a> -- from <a href="http://del.icio.us">http://del.icio.us</a> to <a href="http://delicious.com">http://delicious.com</a>.</p>
<p>In updating my book, I will have to make note this name change and any consequences.   My hope is that all the old URLs would continue to work.  Indeed, that is my experience during some casual testing.  For instance, the URL</p>
<p><a href="http://del.icio.us/url/53113b15b14c90292a02c24b55c316e5">http://del.icio.us/url/53113b15b14c90292a02c24b55c316e5</a></p>
<p>is redirected to</p>
<p><a href="http://delicious.com/url/53113b15b14c90292a02c24b55c316e5">http://delicious.com/url/53113b15b14c90292a02c24b55c316e5</a></p>
<p>as one would expect.</p>
<p>Curiously though, the URLs involved in the delicious API are still based on the old domain name -- according to the <a href="http://delicious.com/help/api">current documentation</a>.    Hence, all the URLs that look like</p>
<p>curl -u USER:PASSWORD https://api.del.icio.us/v1/tags/get</p>
<p>in my book are still correct.</p>
<p>After not had an opportunity to look at whether there are  changes in the API  that don't result from the name change -- that examination will have to come later.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mashupguide.net/2008/10/24/delicious-the-name-changed-but-has-the-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Notelets for 2007.09.25</title>
		<link>http://blog.mashupguide.net/2007/09/27/notelets-for-20070925/</link>
		<comments>http://blog.mashupguide.net/2007/09/27/notelets-for-20070925/#comments</comments>
		<pubDate>Thu, 27 Sep 2007 14:16:12 +0000</pubDate>
		<dc:creator>raymond.yee</dc:creator>
				<category><![CDATA[Chapter 03]]></category>
		<category><![CDATA[Chapter 07]]></category>
		<category><![CDATA[Chapter 14]]></category>
		<category><![CDATA[Chapter 17]]></category>
		<category><![CDATA[Notelets]]></category>

		<guid isPermaLink="false">http://blog.mashupguide.net/2007/09/27/notelets-for-20070925/</guid>
		<description><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=Notelets+for+2007.09.25&amp;rft.aulast=Yee&amp;rft.aufirst=Raymond&amp;rft.subject=Chapter+03&amp;rft.subject=Chapter+07&amp;rft.subject=Chapter+14&amp;rft.subject=Chapter+17&amp;rft.subject=Notelets&amp;rft.source=Mashup+Guide&amp;rft.date=2007-09-27&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://blog.mashupguide.net/2007/09/27/notelets-for-20070925/&amp;rft.language=English"></span>
I was going to try Google Presentation, the new Powerpoint-like subsystem of Google Docs, until I learned that it doesn't export presentations to Powerpoint or OpenDocument. (See Can I download a presentation to my local computer?.) Now, I might create my PPT or OpenDocument presentation and then upload it to see how good the importing [...]]]></description>
			<content:encoded><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=Notelets+for+2007.09.25&amp;rft.aulast=Yee&amp;rft.aufirst=Raymond&amp;rft.subject=Chapter+03&amp;rft.subject=Chapter+07&amp;rft.subject=Chapter+14&amp;rft.subject=Chapter+17&amp;rft.subject=Notelets&amp;rft.source=Mashup+Guide&amp;rft.date=2007-09-27&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://blog.mashupguide.net/2007/09/27/notelets-for-20070925/&amp;rft.language=English"></span>
<p container="http://blog.mashupguide.net/wp-admin/post.php?action=edit&amp;post=75">  I was going to try <a href="http://docs.google.com/" container="http://blog.mashupguide.net/wp-admin/post.php?action=edit&amp;post=75" class="external">Google Presentation</a>, the new Powerpoint-like subsystem of Google Docs, until I learned that it doesn't export presentations to Powerpoint or <a href="http://raymondyee.net/wiki/OpenDocument" container="http://blog.mashupguide.net/wp-admin/post.php?action=edit&amp;post=75">OpenDocument</a>.  (See <a href="http://documents.google.com/support/presentations/bin/answer.py?answer=69064&amp;topic=11977" container="http://blog.mashupguide.net/wp-admin/post.php?action=edit&amp;post=75" class="external">Can I download a presentation to my local computer?</a>.)  Now, I might create my PPT or <a href="http://raymondyee.net/wiki/OpenDocument" container="http://blog.mashupguide.net/wp-admin/post.php?action=edit&amp;post=75">OpenDocument</a> presentation and then upload it to see how good the importing facility is.</p>
<p container="http://blog.mashupguide.net/wp-admin/post.php?action=edit&amp;post=75">  There is a new <a href="http://raymondyee.net/wiki/YouTube" container="http://blog.mashupguide.net/wp-admin/post.php?action=edit&amp;post=75">YouTube</a> API based on GData, but there is still upload and write-capabilities:  <a href="http://apiblog.youtube.com/" container="http://blog.mashupguide.net/wp-admin/post.php?action=edit&amp;post=75" class="external">YouTube API Blog</a>:  We hear you - we know that upload and other write capabilities are  wanted by the community. These features are what we're focusing on  next. There is a PHP-based library that lets you do <a href="http://raymondyee.net/wiki/YouTube" container="http://blog.mashupguide.net/wp-admin/post.php?action=edit&amp;post=75">YouTube</a> uploading:  <a href="http://nonsmokingarea.com/blog/2007/06/16/phptube-youtube-api-for-video-upload-download/" container="http://blog.mashupguide.net/wp-admin/post.php?action=edit&amp;post=75" class="external">PHPTube - YouTube API for Video Upload &amp; Download » nonsmokingarea.com</a>.</p>
<p container="http://blog.mashupguide.net/wp-admin/post.php?action=edit&amp;post=75">  One specific questions I have had about tags is  how stable is the tagging for a given photo.  I think that <a href="http://cloudalicio.us/tagcloud.php?url=http://www.readwriteweb.com/archives/10_future_web_trends.php&amp;tables=1" container="http://blog.mashupguide.net/wp-admin/post.php?action=edit&amp;post=75" class="external">Cloudalicious - Watching Tag Clouds Over Time</a> does a pretty good job at showing me that there is quick convergence.  That's a rough take on what it shows....</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mashupguide.net/2007/09/27/notelets-for-20070925/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New chapters posted:  Seeking readers!</title>
		<link>http://blog.mashupguide.net/2007/05/02/new-chapters-posted-seeking-readers/</link>
		<comments>http://blog.mashupguide.net/2007/05/02/new-chapters-posted-seeking-readers/#comments</comments>
		<pubDate>Wed, 02 May 2007 17:20:27 +0000</pubDate>
		<dc:creator>raymond.yee</dc:creator>
				<category><![CDATA[Chapter 03]]></category>
		<category><![CDATA[Chapter 04]]></category>
		<category><![CDATA[Chapter 05]]></category>
		<category><![CDATA[Chapter 08]]></category>
		<category><![CDATA[Chapter 14]]></category>

		<guid isPermaLink="false">http://blog.mashupguide.net/2007/05/02/new-chapters-posted-seeking-readers/</guid>
		<description><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=New+chapters+posted%3A++Seeking+readers%21&amp;rft.aulast=Yee&amp;rft.aufirst=Raymond&amp;rft.subject=Chapter+03&amp;rft.subject=Chapter+04&amp;rft.subject=Chapter+05&amp;rft.subject=Chapter+08&amp;rft.subject=Chapter+14&amp;rft.source=Mashup+Guide&amp;rft.date=2007-05-02&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://blog.mashupguide.net/2007/05/02/new-chapters-posted-seeking-readers/&amp;rft.language=English"></span>
I posted today first drafts of 5 more chapters for my book.   Take a look -- I'd love to get some feedback on these drafts.   (Send me email at raymondyee AT mashupguide DOT net.): &#160; Chapter 3: "Tagging and Folksonomies." (2007-05-02 07:58:41) Chapter 4: "RSS and Atom and syndication; integration with news readers" (2007-04-24 17:52:20) [...]]]></description>
			<content:encoded><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=New+chapters+posted%3A++Seeking+readers%21&amp;rft.aulast=Yee&amp;rft.aufirst=Raymond&amp;rft.subject=Chapter+03&amp;rft.subject=Chapter+04&amp;rft.subject=Chapter+05&amp;rft.subject=Chapter+08&amp;rft.subject=Chapter+14&amp;rft.source=Mashup+Guide&amp;rft.date=2007-05-02&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://blog.mashupguide.net/2007/05/02/new-chapters-posted-seeking-readers/&amp;rft.language=English"></span>
<p class="MsoBodyText" style="text-indent: 0in">I posted today first drafts of 5 more chapters for my book.   Take a look -- I'd love to get some feedback on these drafts.   (Send me email at raymondyee AT mashupguide DOT net.):</p>
<p class="MsoBodyText" style="text-indent: 0in">&nbsp;</p>
<p class="MsoBodyText" style="text-indent: 0in">Chapter 3: "<a href="http://mashupguide.net/drafts/858Xch03__.pdf">Tagging and Folksonomies</a>." (2007-05-02 07:58:41)</p>
<p class="MsoBodyText" style="text-indent: 0in">Chapter 4: "<a href="http://mashupguide.net/drafts/858Xch04__.pdf">RSS and Atom and syndication; integration with news readers</a>" (2007-04-24 17:52:20)</p>
<p class="MsoBodyText" style="text-indent: 0in">Chapter 5: "<a href="http://mashupguide.net/drafts/858Xch05__.pdf">Integration with Weblogs and Wikis</a>" (2007-05-02 08:08:41)</p>
<p class="MsoBodyText" style="text-indent: 0in">Chapter 8: "<a href="http://mashupguide.net/drafts/858Xch08__.pdf">Learning AJAX/Javascript widgets and their APIs</a>" (2007-04-06)</p>
<p class="MsoBodyText" style="text-indent: 0in">Chapter 14:  "<a href="http://mashupguide.net/drafts/858Xch14__.pdf">Social Bookmarking and bibliographic systems</a>" (2007-05-02 08:33:09)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mashupguide.net/2007/05/02/new-chapters-posted-seeking-readers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exisiting pieces to draw on on social bookmarks for Chapter 14</title>
		<link>http://blog.mashupguide.net/2007/04/26/xisiting-pieces-to-draw-on-on-social-bookmarks-for-chapter-14/</link>
		<comments>http://blog.mashupguide.net/2007/04/26/xisiting-pieces-to-draw-on-on-social-bookmarks-for-chapter-14/#comments</comments>
		<pubDate>Fri, 27 Apr 2007 00:00:10 +0000</pubDate>
		<dc:creator>raymond.yee</dc:creator>
				<category><![CDATA[Chapter 14]]></category>
		<category><![CDATA[del.icio.us]]></category>

		<guid isPermaLink="false">http://blog.mashupguide.net/2007/04/26/xisiting-pieces-to-draw-on-on-social-bookmarks-for-chapter-14/</guid>
		<description><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=Exisiting+pieces+to+draw+on+on+social+bookmarks+for+Chapter+14&amp;rft.aulast=Yee&amp;rft.aufirst=Raymond&amp;rft.subject=Chapter+14&amp;rft.subject=del.icio.us&amp;rft.source=Mashup+Guide&amp;rft.date=2007-04-26&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://blog.mashupguide.net/2007/04/26/xisiting-pieces-to-draw-on-on-social-bookmarks-for-chapter-14/&amp;rft.language=English"></span>
If I weren't sick with a cold, I'd be energetically plowing away on Chapter 14 on the topic of social bookmarks. I'm trying to get through a first pass of the chapter this afternoon, which is likely to be way too optimistic. Fortunately, I am drawing from some work that I've already assembled: first of [...]]]></description>
			<content:encoded><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=Exisiting+pieces+to+draw+on+on+social+bookmarks+for+Chapter+14&amp;rft.aulast=Yee&amp;rft.aufirst=Raymond&amp;rft.subject=Chapter+14&amp;rft.subject=del.icio.us&amp;rft.source=Mashup+Guide&amp;rft.date=2007-04-26&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://blog.mashupguide.net/2007/04/26/xisiting-pieces-to-draw-on-on-social-bookmarks-for-chapter-14/&amp;rft.language=English"></span>
<p>  If I weren't sick with a cold, I'd be energetically plowing away on  Chapter 14 on the topic of social bookmarks. I'm trying to get through  a first pass of the chapter this afternoon, which is likely to be way  too optimistic. Fortunately, I am drawing from some work that I've  already assembled:</p>
<ul>
<li>   first of all, what I had already written in my book outline for Chapter 14, which runs about a page.</li>
<li> my notes from my Moleskine notebook on March 30, 2007. (I find that  writing by hand in my notebook to be extremely productive, which has  surprised me.)</li>
<li>   notes from my wiki on the topic from a year ago (I will have figure what has changed since last year.)
<ol type="1">
<li>  <a href="http://raymondyee.net/wiki/DailyNotes_2f2006_2f03_2f27_2fSocialBookmarking?action=highlight&amp;value=SocialBookmarkingNotesForRemixClass" class="external">DailyNotes/2006/03/27/SocialBookmarking - Raymond Yee's Wiki</a></li>
<li>  <a href="http://raymondyee.net/wiki/DailyNotes_2f2006_2f03_2f30_2fSocialBookmarkingNotes?action=highlight&amp;value=SocialBookmarkingNotesForRemixClass" class="external">DailyNotes/2006/03/30/SocialBookmarkingNotes - Raymond Yee's Wiki</a></li>
<li>  <a href="http://raymondyee.net/wiki/SocialBookmarkingNotesForRemixClass" class="external">SocialBookmarkingNotesForRemixClass - Raymond Yee's Wiki</a></li>
</ol>
</li>
<li>   some ideas from <a href="http://negatendo.net/%7Ebrett/" class="external">~brett  Brett O'Connor's</a>  book <a href="http://www.amazon.com/del-icio-us-Mashups-Brett-OConnor/dp/0470097760" class="external">del.icio.us Mashups</a>,  which from what I can see has lots of good ideas about what you can do  with social bookmarks, including, of course, del.icio.us</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.mashupguide.net/2007/04/26/xisiting-pieces-to-draw-on-on-social-bookmarks-for-chapter-14/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

