Library book lookup from your browser

Have you ever seen a book on Amazon or another website and wondered whether your local library had a copy of it?

I have to admit as much as I like my library, Indianapolis Marion County Public Library. I do not care for the web interface with it’s URL session ids and timeouts and JavaScript linking! So I try to stay out of the website until I want the book. I saw LibraryLookup on 43 Folders. I tried LibraryLookup, but was annoyed with the ISBN interface. BookBurro looked promising but it only worked on 20-some library. I’m not a member of any of those libraries.

I decided to roll my own Firefox Search Plugin–which is very simple to do. You just have to know the query keywords for your library (such as isbn, keyword, title). The IMCPL is an IPAC system and uses “UTL” for its title keyword. Just drop this Firefox Search Plugin for IMCPL Title Browsing or this Firefox Search Plugin for IMCPL Keyword Search in your Firefox Search Plugins folder and restart Firefox. You will need Mozilla Firefox 2.0 or greater for this.

The Firefox Search Plugins folder for PC is C:\Program Files\Mozilla Firfox\SearchPlugins

The Firefox Search Plugins folder for PC is for OS-X that’s /Volumes/Macintosh HD/Users/{user name}/Library/Application Support/Firefox/Profiles/{profile number}.default/searchplugins/

That’s all there is to it. Here are the few lines of the code for the Indianapolis Marion County Public Library for title browsing:


<search
name="IMCPL"
method="GET"
action="http://catalog.imcpl.org/ipac20/ipac.jsp"
queryCharset="utf-8">

<input name="term" user>
<input name="index" value="UTL">
<input name="spp" value="50">
</search>
If you have found this post valuable, please share it with others: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • Facebook
  • del.icio.us
  • Google
  • StumbleUpon
  • TwitThis

A note about the author

Photograph of Stephen JamesMedia designer with experience in interactive, print and video. I have a marketing and advertising agency background and currently work full-time at a full-service agency. Visit my contact page, even if you would just like to say hello. To stay in touch, follow me on Twitter or connect on a variety of other social networks. Thanks for stopping by!

One Response to “Library book lookup from your browser”

  1. Barrett Says:

    This is great! I’m just not savvy enough to get it working. Not sure what I’m doing wrong. What program do I need to create the file?

Leave a Reply


My Sites