<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Making use of del.icio.us</title>
	<atom:link href="http://nickcowie.com/2006/making-use-of-delicious/feed/" rel="self" type="application/rss+xml" />
	<link>http://nickcowie.com/2006/making-use-of-delicious/</link>
	<description>Web standards, accessibility  and such like with a bias toward  Government web sites</description>
	<pubDate>Wed, 19 Nov 2008 03:41:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Otis Gospodnetic</title>
		<link>http://nickcowie.com/2006/making-use-of-delicious/#comment-237</link>
		<dc:creator>Otis Gospodnetic</dc:creator>
		<pubDate>Mon, 09 Jan 2006 19:00:18 +0000</pubDate>
		<guid isPermaLink="false">http://nickcowie.com/2006/making-use-of-delicious/#comment-237</guid>
		<description>Hi Nick,

Aha, 2 things, I only picked up on the first one.  If you have time, let me know what didn't work with the bookmarklet.  As for 2, if you do it, please let me know, so I can point to it on Simpy's blog and mailing list(s).  If you don't do it, I will. (a bit of JavaScript that you can embed in the page)</description>
		<content:encoded><![CDATA[<p>Hi Nick,</p>
<p>Aha, 2 things, I only picked up on the first one.  If you have time, let me know what didn&#8217;t work with the bookmarklet.  As for 2, if you do it, please let me know, so I can point to it on Simpy&#8217;s blog and mailing list(s).  If you don&#8217;t do it, I will. (a bit of JavaScript that you can embed in the page)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nick</title>
		<link>http://nickcowie.com/2006/making-use-of-delicious/#comment-236</link>
		<dc:creator>nick</dc:creator>
		<pubDate>Mon, 09 Jan 2006 15:13:01 +0000</pubDate>
		<guid isPermaLink="false">http://nickcowie.com/2006/making-use-of-delicious/#comment-236</guid>
		<description>Otis

There two parts to what I was looking at:
&lt;ol&gt;&lt;li&gt;A bookmarklet that would let me save and tag blog posts I left comments on.&lt;/li&gt;&lt;li&gt;A way of displaying the tagged blog posts on the home page of my blog.&lt;/li&gt;&lt;/ol&gt;

Your bookmarklet (which did not work for me) is only the first part, the second part is getting the information out of the Simpy API to display. It would not be hard and if I get the chance I will do it.  But it will take me time, unlike the del.icio.us solution, which was prepacked and ready to use.

I intend to keep using Simpy and del.icio.us, I love the comma delimited tags in Simpy and the sync with del.icio.us, but at the moment there are more extras for del.icio.us. And after the recent &lt;a href="http://bloglines.com/about/news" rel="nofollow"&gt;Bloglines adventures&lt;/a&gt; I will make use of two good services rather than one.</description>
		<content:encoded><![CDATA[<p>Otis</p>
<p>There two parts to what I was looking at:</p>
<ol>
<li>A bookmarklet that would let me save and tag blog posts I left comments on.</li>
<li>A way of displaying the tagged blog posts on the home page of my blog.</li>
</ol>
<p>Your bookmarklet (which did not work for me) is only the first part, the second part is getting the information out of the Simpy API to display. It would not be hard and if I get the chance I will do it.  But it will take me time, unlike the del.icio.us solution, which was prepacked and ready to use.</p>
<p>I intend to keep using Simpy and del.icio.us, I love the comma delimited tags in Simpy and the sync with del.icio.us, but at the moment there are more extras for del.icio.us. And after the recent <a href="http://bloglines.com/about/news" rel="nofollow">Bloglines adventures</a> I will make use of two good services rather than one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Otis Gospodnetic</title>
		<link>http://nickcowie.com/2006/making-use-of-delicious/#comment-235</link>
		<dc:creator>Otis Gospodnetic</dc:creator>
		<pubDate>Mon, 09 Jan 2006 01:15:18 +0000</pubDate>
		<guid isPermaLink="false">http://nickcowie.com/2006/making-use-of-delicious/#comment-235</guid>
		<description>Hi Nick,
Just to make sure I understand the essence here - you want to save+tag blog posts that you left comments on, right?

That should be SUPER easy with Simpy!
I would simply modify &lt;a href="http://blog.simpy.com/blojsom/blog/news/2006/01/05/Super-Fast-Simpy-This-Bookmarklet.html
"&gt;this bookmarklet&lt;/a&gt;.

Let me try modifying it right here...

javascript:q=location.href;e = ''+ (window.getSelection ? window.getSelection() : document.getSelection ? document.getSelection()  : document.selection.createRange().text);p=document.title;window.location.href='http://www.simpy.com/simpy/LinkAddSave.do?.doneURI='+encodeURIComponent(q)+&#38;href='+escape(q)+'&#38;title='+encodeURIComponent(p)+'&#38;accessType=1&#38;tags=SELF&#38;note='+encodeURIComponent(e).replace(/ /g, '+');

There, I _think_ that's all.
I simply added "&#38;tags=SELF" towards the end of the bookmarklet, and removed the old "&#38;tags=...." bit.

Now, just save this bookmarklet like any other bookmarklet.
When you leave a comment on a blog simply click on the bookmarklet in your browser, and the current page will be saved and tagged with the tag "SELF".
You will never even leave the page you are on! (i.e. no need to come to Simpy)

Easy.
Please let me know if you need any help or the above doesn't work.</description>
		<content:encoded><![CDATA[<p>Hi Nick,<br />
Just to make sure I understand the essence here - you want to save+tag blog posts that you left comments on, right?</p>
<p>That should be SUPER easy with Simpy!<br />
I would simply modify <a href="http://blog.simpy.com/blojsom/blog/news/2006/01/05/Super-Fast-Simpy-This-Bookmarklet.html<br />
">this bookmarklet</a>.</p>
<p>Let me try modifying it right here&#8230;</p>
<p>javascript:q=location.href;e = &#8221;+ (window.getSelection ? window.getSelection() : document.getSelection ? document.getSelection()  : document.selection.createRange().text);p=document.title;window.location.href=&#8217;http://www.simpy.com/simpy/LinkAddSave.do?.doneURI=&#8217;+encodeURIComponent(q)+&amp;href=&#8217;+escape(q)+&#8217;&amp;title=&#8217;+encodeURIComponent(p)+&#8217;&amp;accessType=1&amp;tags=SELF&amp;note=&#8217;+encodeURIComponent(e).replace(/ /g, &#8216;+&#8217;);</p>
<p>There, I _think_ that&#8217;s all.<br />
I simply added &#8220;&amp;tags=SELF&#8221; towards the end of the bookmarklet, and removed the old &#8220;&amp;tags=&#8230;.&#8221; bit.</p>
<p>Now, just save this bookmarklet like any other bookmarklet.<br />
When you leave a comment on a blog simply click on the bookmarklet in your browser, and the current page will be saved and tagged with the tag &#8220;SELF&#8221;.<br />
You will never even leave the page you are on! (i.e. no need to come to Simpy)</p>
<p>Easy.<br />
Please let me know if you need any help or the above doesn&#8217;t work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
