<?xml version="1.0" encoding="iso-8859-1"?>
 <rss version="2.0">
   <channel>
     <title>cogdogblog: Build Your Own DeliciousFurlBagConnotea Marklet Maker Comments and Trackbacks</title>
     <link>http://cogdogblog.com/alan/archives/2005/01/13/maker.php</link>
     <description>I recently wrote of some JavaScript glue-ing I did to create a tool that allows my to take any web page in view, and submit it with one click to Furl, del.icio.us, Connotea, and our own Bag of URLs (see...</description>
     <language>en-us</language>
     <lastBuildDate>Fri, 07 Apr 2006 11:32:46 -0700</lastBuildDate>
     <generator>Movable Type v2.661</generator>
     <ttl>60</ttl>
    <item>
      <title>CDB Entry: Build Your Own DeliciousFurlBagConnotea Marklet Maker</title>
      <description>I recently wrote of some JavaScript glue-ing I did to create a tool that allows my to take any web page in view, and submit it with one click to Furl, del.icio.us, Connotea, and our own Bag of URLs (see...</description>
      <link>http://cogdogblog.com/alan/archives/2005/01/13/maker.php</link>
       <pubDate>Thu, 13 Jan 2005 23:08:17 -0700</pubDate>
    </item>
        <item>
     <title>comment by: Cheryl Colan</title>
     <description>&lt;p&gt;You have GOT to be kidding me. I remember you posting about this and decided I wanted in on it this very evening. So I searched cogdogblog for &quot;bookmarks&quot; but the first URL I found was for your post back in October when you rolled this out as a 3-in-one. I hacked your javascript to work the way I want it (rather than email and ask you to do it) and I've been happily playing with it for the last hour. I refresh my RSS feeds and you've build a handy tool! It seems I am always 30 seconds too impatient.&lt;/p&gt;</description>
     <link>http://cogdogblog.com/alan/archives/2005/01/14/maker.php#2023</link>
      <pubDate>Fri, 14 Jan 2005 00:44:12 -0700</pubDate>
     </item>
        <item>
     <title>comment by: Cheryl Colan</title>
     <description>&lt;p&gt;And another thing...&lt;/p&gt;

&lt;p&gt;You might include in your instructions that folk will have better luck with the del.icio.us part of your cool tool if they replace your username with their own before pasting into their bookmarks.&lt;/p&gt;

&lt;p&gt;Just a suggestion.&lt;/p&gt;</description>
     <link>http://cogdogblog.com/alan/archives/2005/01/14/maker.php#2024</link>
      <pubDate>Fri, 14 Jan 2005 00:49:25 -0700</pubDate>
     </item>
        <item>
     <title>comment by: Cheryl Colan</title>
     <description>&lt;p&gt;Yet again I chime in. Had you seen Ryan Tomayko's &quot;Experimental del.icio.us Posting Interface Thing Generator&quot;? It's here:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://naeblis.cx/rtomayko/2005/01/12/experimental-delicious-thing-generator&quot;&gt;http://naeblis.cx/rtomayko/2005/01/12/experimental-delicious-thing-generator&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;For some reason your javascript would not pull the URL into the del.icio.us popup for me using Firefox 1.0 on my Windows XP machine. I tweaked it and got it working, then found the above site.&lt;/p&gt;</description>
     <link>http://cogdogblog.com/alan/archives/2005/01/14/maker.php#2025</link>
      <pubDate>Fri, 14 Jan 2005 01:11:08 -0700</pubDate>
     </item>
        <item>
     <title>comment by: John Tropea</title>
     <description>&lt;p&gt;If i do replace the delicious username in the code with my own, i can't re-generate the bookmark...otherwise how do i cut n'paste the code and make it into a hyperlink so i can drag it to my links bar...I would ask the lazyweb.com but i don't have trackback&lt;/p&gt;</description>
     <link>http://cogdogblog.com/alan/archives/2005/01/14/maker.php#2027</link>
      <pubDate>Fri, 14 Jan 2005 02:04:01 -0700</pubDate>
     </item>
        <item>
     <title>comment by: Alan Levine</title>
     <description>&lt;p&gt;John,&lt;/p&gt;

&lt;p&gt;You should be able to edit the properties of the Favorite you have already created. I am not near a Windows machine right now, but I am sure the option is there.&lt;/p&gt;

&lt;p&gt;Cheryl- thanks for catching the user name goof-- I'll need to make that a form field option, and I need to test the JavaScript some more. I got  abit over confident I could whip it together in 30 minutes.  What changes did youy have to make to get it working???&lt;/p&gt;</description>
     <link>http://cogdogblog.com/alan/archives/2005/01/14/maker.php#2030</link>
      <pubDate>Fri, 14 Jan 2005 06:42:44 -0700</pubDate>
     </item>
        <item>
     <title>comment by: Cheryl</title>
     <description>&lt;p&gt;Sorry for the slow response, but I've been fiddling with this on and off as my own computer has begun randomly shutting off, generally at terribly inconvenient times.&lt;/p&gt;

&lt;p&gt;Anyway! I don't remember the initial changes I made, as I have modified them even further after looking at the javascript the del.icio.us site now generates. I just noticed an &quot;experimental post to del.icio.us,&quot; which they say works in internet explorer, mozilla, and safari, at &lt;a href=&quot;http://del.icio.us/about.&quot;&gt;http://del.icio.us/about.&lt;/a&gt; That code follows, with USERNAME substituted for mine:&lt;/p&gt;

&lt;p&gt;javascript:location.href='&lt;a href=&quot;http://del.icio.us/new/USERNAME?v=2&amp;url='+encodeURIComponent(location.href)+'&amp;title='+encodeURIComponent(document.title)&quot;&gt;http://del.icio.us/new/USERNAME?v=2&amp;url='+encodeURIComponent(location.href)+'&amp;title='+encodeURIComponent(document.title)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;What I like about the above favelet is that in addition to filling in the url field and putting the document title in the description field, it shows you your existing tags and generates a list of recommended tags.&lt;/p&gt;

&lt;p&gt;But I wanted a popup window to roll into yours, so I looked at the &quot;popup post to del.icio.us&quot; bookmarklet code as well (again with the USERNAME substitution):&lt;/p&gt;

&lt;p&gt;javascript:q=location.href;p=document.title;void(open('&lt;a href=&quot;http://del.icio.us/USERNAME?v=2&amp;noui=yes&amp;jump=close&amp;url='+encodeURIComponent(q)+'&amp;title='+encodeURIComponent(p),'delicious',&quot;&gt;http://del.icio.us/USERNAME?v=2&amp;noui=yes&amp;jump=close&amp;url='+encodeURIComponent(q)+'&amp;title='+encodeURIComponent(p),'delicious',&lt;/a&gt; 'toolbar=no,width=700,height=250'));&lt;/p&gt;

&lt;p&gt;What I ended up doing is rolling their popup favelet and their &quot;experimental post to del.icio.us&quot; favelet together to make the latter a popup. When that worked properly I rolled it into yours. What I got is below, though so far I have only tested it in Safari, and beware, I have tweaked the window size to suit myself:&lt;/p&gt;

&lt;p&gt;&lt;br /&gt;
javascript:t=getSelection();d=document;u=d.location.href;q=location.href;p=document.title;window.open('&lt;a href=&quot;http://www.mcli.dist.maricopa.edu/eye/bag/drop_bm.php?title='+escape(d.title)+&quot;&gt;http://www.mcli.dist.maricopa.edu/eye/bag/drop_bm.php?title='+escape(d.title)+&lt;/a&gt; '&amp;url='+escape(u)+'&amp;descrip='+escape(t),'_blank', 'scrollbars=yes,width=620,height=480,status=yes,resizable=yes,scrollbars=yes');void(open('&lt;a href=&quot;http://del.icio.us/new/USERNAME?v=2&amp;url='+encodeURIComponent(location.href)+'&amp;title='+encodeURIComponent(document.title),'delicious',&quot;&gt;http://del.icio.us/new/USERNAME?v=2&amp;url='+encodeURIComponent(location.href)+'&amp;title='+encodeURIComponent(document.title),'delicious',&lt;/a&gt; 'toolbar=no,resizable=yes,scrollbars=yes,width=800,height=400'));&lt;/p&gt;

&lt;p&gt;&lt;br /&gt;
Hope this has been helpful. Sorry it looks wonky. I can't stop your site from converting URLs to links.&lt;/p&gt;

&lt;p&gt;Cheryl&lt;/p&gt;</description>
     <link>http://cogdogblog.com/alan/archives/2005/01/15/maker.php#2037</link>
      <pubDate>Sat, 15 Jan 2005 11:52:43 -0700</pubDate>
     </item>
        <item>
     <title>comment by: Alan Levine</title>
     <description>&lt;p&gt;Thanks Cheryl for the tip on the new del.icio.us popup. Also added a new tool for Frassle (a new service). Only issue now is needing to find a way for Firefox to pop windows to front.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://cogdogblog.com/alan/marklet_maker.php&quot;&gt;http://cogdogblog.com/alan/marklet_maker.php&lt;/a&gt;&lt;br /&gt;
&lt;/p&gt;</description>
     <link>http://cogdogblog.com/alan/archives/2005/01/16/maker.php#2078</link>
      <pubDate>Sun, 16 Jan 2005 11:23:42 -0700</pubDate>
     </item>
        <item>
     <title>comment by: Cheryl Colan</title>
     <description>&lt;p&gt;Firefox popping behind doesn't bother me much but it would be nice to solve. I'll keep my eyes open.&lt;/p&gt;

&lt;p&gt;Since you keep adding more sites, you may have to change the page title to something short &amp; sweet, like &quot;Multi-Boomkarklet Tool.&quot; &lt;/p&gt;

&lt;p&gt;del.icio.us frassle-furled tea-bag?&lt;/p&gt;</description>
     <link>http://cogdogblog.com/alan/archives/2005/01/16/maker.php#2080</link>
      <pubDate>Sun, 16 Jan 2005 12:24:52 -0700</pubDate>
     </item>
        <item>
     <title>comment by: Mike Giles</title>
     <description>&lt;p&gt;Nice job, Alan!  You can also add a referrer field to your Furl pop-up.  The parameter to pass to Furl is &quot;r&quot; and you can grab the value with &quot;d.referrer&quot;.  We're rolling out new bookmarklets that will include that next week (but the backend has supported it for a month or two).  If you have any Furl questions, just let me know.&lt;/p&gt;</description>
     <link>http://cogdogblog.com/alan/archives/2005/01/20/maker.php#2119</link>
      <pubDate>Thu, 20 Jan 2005 11:13:22 -0700</pubDate>
     </item>
        <item>
     <title>comment by: marlene</title>
     <description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;Just wondering wether you plan to add CiteUlike [&lt;a href=&quot;http://www.citeulike.org/]&quot;&gt;http://www.citeulike.org/]&lt;/a&gt; to the list of open online bookmark managers available for the bookmarklet ?&lt;br /&gt;
Thanks for the tool anyway !&lt;/p&gt;</description>
     <link>http://cogdogblog.com/alan/archives/2005/02/03/maker.php#2268</link>
      <pubDate>Thu, 03 Feb 2005 05:03:31 -0700</pubDate>
     </item>
        <item>
     <title>comment by: Alan Levine</title>
     <description>&lt;p&gt;Thanks for the suggestion Marlene, CiteULike is now added to the toolset:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://cogdogblog.com/alan/marklet_maker.php&quot;&gt;http://cogdogblog.com/alan/marklet_maker.php&lt;/a&gt;&lt;/p&gt;</description>
     <link>http://cogdogblog.com/alan/archives/2005/02/03/maker.php#2269</link>
      <pubDate>Thu, 03 Feb 2005 09:47:10 -0700</pubDate>
     </item>
    

      <item>
     <title>Trackback from &quot;I have so much to learn.&quot;</title>
       <description>&lt;b&gt;Excerpt:&lt;/b&gt; There&apos;s a few blogs that I consider the &apos;dessert&apos; of every bloglines session.  If I find that there&apos;s new posts there, I save them until the end of the &lt;br /&gt;
       &lt;b&gt;Weblog:&lt;/b&gt; teachfourtwo&lt;br /&gt;
       &lt;b&gt;Tracked:&lt;/b&gt; January 14, 2005 10:46 AM</description>
     <link>http://www.dembo.org/teach42/index.php?id=P129</link>
     <pubDate>Fri, 14 Jan 2005 10:46:23 -0700</pubDate>
      </item>
 
  </channel>
</rss>