<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet href="/assets/atom.xsl" type="text/xsl"?><feed
	xmlns="http://www.w3.org/2005/Atom"
	xmlns:thr="http://purl.org/syndication/thread/1.0"
	xml:lang="en-US"
	><title>Sacha Chua - tag - bookmarklet</title>
	<subtitle>Emacs, sketches, and life</subtitle>
	<link rel="self" type="application/atom+xml" href="https://sachachua.com/blog/tag/bookmarklet/feed/atom/index.xml" />
  <link rel="alternate" type="text/html" href="https://sachachua.com/blog/tag/bookmarklet" />
  <id>https://sachachua.com/blog/tag/bookmarklet/feed/atom/index.xml</id>
  <generator uri="https://11ty.dev">11ty</generator>
	<updated>2010-01-26T20:38:17Z</updated>
<entry>
		<title type="html">Dogear and Delicious: Cross-posting your enterprise bookmarks (xpost)</title>
		<link rel="alternate" type="text/html" href="https://sachachua.com/blog/2010/01/dogear-and-delicious-cross-posting-your-enterprise-bookmarks-xpost/"/>
		<author><name><![CDATA[Sacha Chua]]></name></author>
		<updated>2010-01-27T01:38:17Z</updated>
    <published>2010-01-26T20:38:17Z</published>
    <category term="ibm" />
<category term="work" />
		<id>https://sachachua.com/blog/?p=7007</id>
		<content type="html"><![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>]]></content>
		</entry><entry>
		<title type="html">Bookmarklet for the Toronto Public Library</title>
		<link rel="alternate" type="text/html" href="https://sachachua.com/blog/2006/08/bookmarklet-for-the-toronto-public-library/"/>
		<author><name><![CDATA[Sacha Chua]]></name></author>
		<updated>2006-08-03T16:18:00Z</updated>
    <published>2006-08-03T12:18:00Z</published>
    <category term="library" />
		<id>https://sachachua.com/blog/?p=3725</id>
		<content type="html"><![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>]]></content>
		</entry>
</feed>