Updated: 3.2.2003; 21:30:12 GMT

blogattic
weblog mostly about security


daily link  Sunday, January 5, 2003

Looking up Borough of Camden libraries

Since I haven't been doing much hands-on work for some time, hacking is not very straightforward to me. Therefore when I decided to have a look at what I can do with Jon Udell's script for searching books to make it work with my local library's catalogue, I wasn't very hopeful. However, it looks that holidays added to my patience and in the end I have figured it out.

The result is my bookmarklet for Camden Libraries Catalogue.

Camden is not the only borough using the TalisWeb software. Google shows that some thousand other libraries are using it and as far as I can say they have the same URL syntax. Generalised HTML for the Talis LibraryLookup bookmarklet is as follows.

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('YOURBASEURL'+'YOURPATH?input='+isbn+'&execute=number-search&NUMBER_PROMPT_NAME=input&coll_name=Main+Catalogue','LibraryLookup',
'scrollbars=1,resizable=1,width=575,height=500'))}

In my case YOURBASEURL is http://cindex.camden.gov.uk:8001 and YOURPATH is /www-bin/www_cam32.

[UPDATE 8/1] Small fixes to make the bookmarklet actually work.

  8:06:30 PM  permalink  
New year, new name

After a year of blogging (actually a bit more, but I lost my archives when moving from Radio 7) I have decided that Security Weblog is bit too generic and that some innovation in the name of this weblog will not do much harm.

  8:00:35 PM  permalink  

 
January 2003
Sun Mon Tue Wed Thu Fri Sat
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31  
Dec   Feb

Click to see the XML version of this web page.

jenett.radio.simplicity.1.3R
Radio Userland



Copyright 2003 © Jiri Ludvik.
Last update: 3.2.2003; 21:30:12.