<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet href="/assets/rss.xsl" type="text/xsl"?><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>Sacha Chua - tag - bookmarklet</title>
	<atom:link href="https://sachachua.com/blog/tag/bookmarklet/feed/index.xml" rel="self" type="application/rss+xml" />
	<atom:link href="https://sachachua.com/blog/tag/bookmarklet" rel="alternate" type="text/html" />
	<link>https://sachachua.com/blog/tag/bookmarklet/feed/index.xml</link>
	<description>Emacs, sketches, and life</description>
  
	<lastBuildDate>Fri, 29 May 2026 19:00:42 GMT</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>daily</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>11ty</generator>
  <item>
		<title>Dogear and Delicious: Cross-posting your enterprise bookmarks (xpost)</title>
		<link>https://sachachua.com/blog/2010/01/dogear-and-delicious-cross-posting-your-enterprise-bookmarks-xpost/</link>
		<dc:creator><![CDATA[Sacha Chua]]></dc:creator>
		<pubDate>Tue, 26 Jan 2010 20:38:17 GMT</pubDate>
    <category>ibm</category>
<category>work</category>
		<guid isPermaLink="false">https://sachachua.com/blog/?p=7007</guid>
		<description><![CDATA[<p>I love sharing my bookmarks. Tagging helps me find things again, and other people tell me they occasionally find useful websites in my collection. Here's a bookmarklet that makes it easy for me to share on our internal Lotus Connections Dogear bookmarking service at work as well as on the <a href="http://del.icio.us">del.icio.us</a> bookmarking service outside the firewall. In order to avoid bookmarking internal sites publicly, I check the domain name for the presence of ibm.com. This results in false positives on the external IBM.com domain, but that's okay. It works most of the time.  </p>
<p>To use, drag &#8220;tag this&#8221; to your bookmark bar.</p>
<p><strong><a href="javascript:var h='http://w3.ibm.com/connections/dogear';var d=document;var b=d.body;var e=encodeURIComponent;var t=setTimeout;var dw;(function(){if(b){var p=d.createElement('script');p.charset='UTF-8';p.src=h+'/bookmarklet/tools/blet.js';b.appendChild(p);}var u=d.getElementById('dogear_postUrl');if(u){u=u.href;}else{u=h+'/bookmarklet/post?url='+e(location.href)+'&amp;title='+e(d.title);}a=function(){dw=window.open(u+'&amp;ver=','dogear','toolbars=no,resizable=yes,scrollbars=yes,width=670,height=750');if(!(dw==null||typeof(dw)=='undefined')){dw.focus()};};if(/Firefox/.test(navigator.userAgent)){setTimeout(a,0)}else{a();}if(!location.href.match('.ibm.com')){f='http://delicious.com/save?url='+encodeURIComponent(window.location.href)+'&amp;title='+encodeURIComponent(document.title)+'&amp;v=5&amp;';a=function(){if(!window.open(f+'noui=1&amp;jump=doclose','deliciousuiv5','location=yes,links=no,scrollbars=no,toolbar=no,width=550,height=550'))location.href=f+'jump=yes'};if(/Firefox/.test(navigator.userAgent)){setTimeout(a,0)}else{a();}}})();">tag this</a></strong>  </p>
<p>I've modified the Lotus Connections Dogear script so that it wouldn't show a lot of pop-up warnings on Chrome, which is my default browser.</p>
<p>Enjoy!</p>

<p>You can <a href="mailto:sacha@sachachua.com?subject=Comment%20on%20https%3A%2F%2Fsachachua.com%2Fblog%2F2010%2F01%2Fdogear-and-delicious-cross-posting-your-enterprise-bookmarks-xpost%2F&body=Name%20you%20want%20to%20be%20credited%20by%20(if%20any)%3A%20%0AMessage%3A%20%0ACan%20I%20share%20your%20comment%20so%20other%20people%20can%20learn%20from%20it%3F%20Yes%2FNo%0A">e-mail me at sacha@sachachua.com</a>.</p>]]></description>
		</item><item>
		<title>Bookmarklet for the Toronto Public Library</title>
		<link>https://sachachua.com/blog/2006/08/bookmarklet-for-the-toronto-public-library/</link>
		<dc:creator><![CDATA[Sacha Chua]]></dc:creator>
		<pubDate>Thu, 03 Aug 2006 12:18:00 GMT</pubDate>
    <category>library</category>
		<guid isPermaLink="false">https://sachachua.com/blog/?p=3725</guid>
		<description><![CDATA[<p>Thanks to <a href="http://uc.org/simon">Simon Ditner</a> for this totally cool bookmarklet!</p>
<blockquote><p>
Did Dan mention the bookmarklet creator compatible with the TPL? This will suck up ISBN numbers on a page (i.e. Amazon), and search the TPL catalog:</p>
<p><a href="javascript:var%20re=/([/-]|is[bs]n=)(d{7,9}[dX])/i;if(re.test(location.href)==true){var%20isbn=RegExp.$2;void(win=window.open('<a href=" http:="" hip.tpl.toronto.on.ca"="">http://hip.tpl.toronto.on.ca</a>&#8216;+'/ipac20/ipac.jsp?index=ISBN&#038;term='+isbn,'LibraryLookup','scrollbars=1,resizable=1,location=1,width=575,height=500&#8242;))}&#8221;>Library Lookup bookmarklet</p>
<p>Created from:<br>
<a href="http://weblog.infoworld.com/udell/stories/2002/12/11/librarylookupGenerator.html">http://weblog.infoworld.com/udell/stories/2002/12/11/librarylookupGenerator.html</a>
</p></blockquote>
<p>(Awwww, he reads my blog! ^_^)</p>


<p>You can <a href="mailto:sacha@sachachua.com?subject=Comment%20on%20https%3A%2F%2Fsachachua.com%2Fblog%2F2006%2F08%2Fbookmarklet-for-the-toronto-public-library%2F&body=Name%20you%20want%20to%20be%20credited%20by%20(if%20any)%3A%20%0AMessage%3A%20%0ACan%20I%20share%20your%20comment%20so%20other%20people%20can%20learn%20from%20it%3F%20Yes%2FNo%0A">e-mail me at sacha@sachachua.com</a>.</p>]]></description>
		</item>
	</channel>
</rss>