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>
Further Reading on Productivity
- CSSsprite: Photoshop script combines two images for CSS hover
- Secondary Browser: I've been using Chrome for months
- Create reading list in WordPress from Amazon Wish List using Yahoo! Pipes






July 26th, 2007 at 9:01 am
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?