<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.talis.com/tdn" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Talis Developer Network - Amazon@Libraries - Firefox Extension - Comments</title>
 <link>http://www.talis.com/tdn/greasemonkey/amazon-libraries</link>
 <description>Comments for &quot;Amazon@Libraries - Firefox Extension&quot;</description>
 <language>en</language>
<item>
 <title>Updated Version!</title>
 <link>http://www.talis.com/tdn/greasemonkey/amazon-libraries#comment-422</link>
 <description>&lt;p&gt;You can now select your own subset of libraries, in addition to seeing all libraries that hold a copy.&lt;br /&gt;
Amazon@Libraries has now become a personalised library lookup tool for Amazon.co.uk.&lt;/p&gt;
&lt;p&gt;Richard Wallis&lt;br /&gt;
Technology Evangelist - Talis&lt;/p&gt;
</description>
 <pubDate>Tue, 12 Dec 2006 10:58:26 +0000</pubDate>
 <dc:creator>Richard Wallis</dc:creator>
 <guid isPermaLink="false">comment 422 at http://www.talis.com/tdn</guid>
</item>
<item>
 <title>All the identifiers should</title>
 <link>http://www.talis.com/tdn/greasemonkey/amazon-libraries#comment-324</link>
 <description>&lt;p&gt;All the identifiers should be lowercase, this one slipped through somehow and we&#039;ll change it and any others that we can find.&lt;/p&gt;
</description>
 <pubDate>Thu, 27 Jul 2006 10:41:00 +0100</pubDate>
 <dc:creator>Ian Davis</dc:creator>
 <guid isPermaLink="false">comment 324 at http://www.talis.com/tdn</guid>
</item>
<item>
 <title>That sounds like a bug to</title>
 <link>http://www.talis.com/tdn/greasemonkey/amazon-libraries#comment-322</link>
 <description>&lt;p&gt;That sounds like a bug to me. I&#039;ll investigate and see what&#039;s going on there. &lt;/p&gt;
&lt;p&gt;Ian&lt;/p&gt;
</description>
 <pubDate>Wed, 26 Jul 2006 21:57:14 +0100</pubDate>
 <dc:creator>Ian Davis</dc:creator>
 <guid isPermaLink="false">comment 322 at http://www.talis.com/tdn</guid>
</item>
<item>
 <title>identifier capitalization.</title>
 <link>http://www.talis.com/tdn/greasemonkey/amazon-libraries#comment-321</link>
 <description>&lt;p&gt;Hi,&lt;br /&gt;
I looked up a signalong book on amazon (1902317017), then saw Herefordshire appear in the list...&lt;/p&gt;
&lt;p&gt;But, although I know that herefordshire has a collection it is not being identified by the directory when I click on it.  The identifier embedded within the greasemonkey output is u116.inst while the identifer as it appears on the directory page is U116.inst the only difference being the capitalisation.&lt;/p&gt;
&lt;p&gt;I ammended the amazonlibraries.user.js script with the following  changes and all worked fine!&lt;/p&gt;
&lt;p&gt;replace --&amp;gt;&lt;br /&gt;
d.setAttribute(&#039;instCode&#039;,rows[i].getAttribute(&#039;identity&#039;));&lt;/p&gt;
&lt;p&gt;with --&amp;gt;&lt;br /&gt;
txt = rows[i].getAttribute(&#039;identity&#039;);&lt;br /&gt;
regexp = /\./&lt;br /&gt;
txt = txt.split(regexp);&lt;br /&gt;
id = txt[0].toUpperCase() + &quot;.&quot; + txt[1];&lt;br /&gt;
d.setAttribute(&#039;instCode&#039;,id);&lt;/p&gt;
&lt;p&gt;Your thoughts?&lt;/p&gt;
&lt;p&gt;Tim&lt;/p&gt;
&lt;p&gt;Tim Hodson&lt;br /&gt;
Herefordshire Libraries&lt;/p&gt;
&lt;p&gt;www.timhodson.com&lt;br /&gt;
informationtakesover.co.uk (blog)&lt;/p&gt;
</description>
 <pubDate>Wed, 26 Jul 2006 21:19:45 +0100</pubDate>
 <dc:creator>Tim Hodson</dc:creator>
 <guid isPermaLink="false">comment 321 at http://www.talis.com/tdn</guid>
</item>
<item>
 <title>Actually, even logged in,</title>
 <link>http://www.talis.com/tdn/greasemonkey/amazon-libraries#comment-294</link>
 <description>&lt;p&gt;Actually, even logged in, the first &#039;Greasemonkey&#039; link still only goes to the logged-in user&#039;s info page. . . .&lt;/p&gt;
</description>
 <pubDate>Fri,  7 Jul 2006 02:40:15 +0100</pubDate>
 <dc:creator>jswiders</dc:creator>
 <guid isPermaLink="false">comment 294 at http://www.talis.com/tdn</guid>
</item>
<item>
 <title>Greasemonkey ...</title>
 <link>http://www.talis.com/tdn/greasemonkey/amazon-libraries#comment-280</link>
 <description>&lt;p&gt;Hi Richard. I&#039;ve just installed Greasemonkey and the Amazon plug in - just for fun, so that I can look for books in our own catalogues and others! It&#039;s not software that I&#039;m familiar with, but I&#039;ve had fun searching for books in Amazon and seeing the libraries come up at the side ... time to finish for the day I think! Sharon, Aberdeenshire Libraries&lt;/p&gt;
</description>
 <pubDate>Sat, 24 Jun 2006 15:50:29 +0100</pubDate>
 <dc:creator>sharon_jamieson</dc:creator>
 <guid isPermaLink="false">comment 280 at http://www.talis.com/tdn</guid>
</item>
<item>
 <title>Amazon/Libraries Greasmonkey Plug-in variations</title>
 <link>http://www.talis.com/tdn/greasemonkey/amazon-libraries#comment-279</link>
 <description>&lt;p&gt;Hi Steve,&lt;/p&gt;
&lt;p&gt;The reason it took you to that page was so that if you came in cold to this page you would be able to find out about Greasemonkey and how we use it.  It is from that page you then get a link to the Greasemonkey site.&lt;/p&gt;
&lt;p&gt;Reading it again, I already give a link to that page at the start of the text, so I agree with you about where the link in question should take you.  I will change it.&lt;/p&gt;
&lt;p&gt;There is a general answer to your &quot;&lt;em&gt;Could you get this to work on other sites - can you change the A9 link to point at Amazon.co.uk?&lt;/em&gt;&quot; questions.  It is: Because Greasemonkey gives you access to the HTML that makes up the page you are viewing, and external access to Web Services, you could make it do almost anything.&lt;/p&gt;
&lt;p&gt;On the Greasemonkey site you will find URL checking examples which would give you a clue of how to scan a page and change any href that point at amazon.com to point at amazon.co.uk.&lt;/p&gt;
&lt;p&gt;Similarly, you could use my amazon.co.uk plug-in as an example to build your own version.  It already scans the page looking for ISBNs, the bit that is amazon.co.uk specific is how it inserts the @Libraries panel in the page.&lt;/p&gt;
&lt;p&gt;If you or anyone else produces variations on the plug-in for other sites which use library Web Services to add value of those sites let me know and we will publish them for others to see and use.  Better still you could enter them in to &lt;a href=&quot;http://www.talis.com/tdn/competition&quot;&gt;The Mashing Up The Library Competition&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Richard Wallis&lt;br /&gt;
Technology Evangelist - Talis&lt;/p&gt;
</description>
 <pubDate>Fri, 23 Jun 2006 15:48:02 +0100</pubDate>
 <dc:creator>Richard Wallis</dc:creator>
 <guid isPermaLink="false">comment 279 at http://www.talis.com/tdn</guid>
</item>
<item>
 <title>Greasemonkey links not working, but...</title>
 <link>http://www.talis.com/tdn/greasemonkey/amazon-libraries#comment-277</link>
 <description>&lt;p&gt;The Greasemonkey links in this post (e.g. &quot;[from within Firefox when you have loaded Greasemonkey]&quot;) take you to a TDN login page rather than to the Greasemonkey site. . .&lt;/p&gt;
&lt;p&gt;That said, once you&#039;ve installed Greasemonkey, and your script, it&#039;s great fun looking up books on Amazon UK. Could you get this to work from A9? The default Amazon site in A9 is Amazon.com. Can this be changed to point to Amazon.co.uk?&lt;/p&gt;
&lt;p&gt;Steve&lt;/p&gt;
&lt;p&gt;Steve Newman&lt;br /&gt;
University of Brighton&lt;/p&gt;
</description>
 <pubDate>Fri, 23 Jun 2006 14:46:10 +0100</pubDate>
 <dc:creator>Steve Newman</dc:creator>
 <guid isPermaLink="false">comment 277 at http://www.talis.com/tdn</guid>
</item>
<item>
 <title>Amazon@Libraries - Firefox Extension</title>
 <link>http://www.talis.com/tdn/greasemonkey/amazon-libraries</link>
 <description>&lt;p&gt;Amazon.co.uk Library Holdings Lookup - Firefox Extension&lt;/p&gt;
&lt;p&gt;This &lt;a href=&quot;/tdn2/www.getfirefox.com&quot;&gt;Firefox&lt;/a&gt; Extension/&lt;a href=&quot;http://www.talis.com/tdn/greasemonkey&quot;&gt;Greasemonkey&lt;/a&gt; plug-in script inserts a panel on to the book details page of Amazon.co.uk if the book, identified by ISBN, is held by libraries which have contributed their holdings data to the &lt;a href=&quot;http://www.talis.com/platform/&quot;&gt;Talis Platform&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Updated Version!&lt;/strong&gt;&lt;br /&gt;
You can now select your own subset of libraries, in addition to seeing all libraries that hold a copy.&lt;br /&gt;
Amazon@Libraries has now become a personalised library lookup tool for Amazon.co.uk.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.talis.com/tdn/greasemonkey/amazon-libraries&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.talis.com/tdn/greasemonkey/amazon-libraries#comments</comments>
 <pubDate>Tue, 12 Dec 2006 09:25:23 +0000</pubDate>
 <dc:creator>Richard Wallis</dc:creator>
 <guid isPermaLink="false">1464 at http://www.talis.com/tdn</guid>
</item>
</channel>
</rss>
