<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Interactive Llama :: Interactive media tutorials and tips &#187; search_plugin</title>
	<atom:link href="http://www.interactivellama.com/blog/archives/tag/search_plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.interactivellama.com/blog</link>
	<description>Interactive media tutorials and tips</description>
	<lastBuildDate>Thu, 05 Aug 2010 18:54:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Library book lookup from your browser</title>
		<link>http://www.interactivellama.com/blog/archives/library-book-lookup-from-your-browser/</link>
		<comments>http://www.interactivellama.com/blog/archives/library-book-lookup-from-your-browser/#comments</comments>
		<pubDate>Wed, 25 Jul 2007 19:40:04 +0000</pubDate>
		<dc:creator>Stephen James</dc:creator>
				<category><![CDATA[Productivity & Workflow]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[county_public_library]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[imcpl]]></category>
		<category><![CDATA[indianapolis_marion_county_public_library]]></category>
		<category><![CDATA[ipac]]></category>
		<category><![CDATA[libraries]]></category>
		<category><![CDATA[marion_county_public_library]]></category>
		<category><![CDATA[search_plugin]]></category>

		<guid isPermaLink="false">http://www.smjdesign.com/designwell/archives/library-book-lookup-from-your-browser/</guid>
		<description><![CDATA[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&#8217;s URL session ids and timeouts and JavaScript linking! [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever seen a book on Amazon or another website and wondered whether your local library had a copy of it?</p>
<p>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&#8217;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 <a href="http://www.43folders.com/2007/07/10/amazon-library-bookmarklet/">LibraryLookup on 43 Folders</a>. I tried <a href="http://weblog.infoworld.com/udell/stories/2002/12/11/librarylookup.html">LibraryLookup</a>, but was annoyed with the ISBN interface. <a href="http://www.bookburro.org/">BookBurro</a> looked promising but it only worked on 20-some library. I&#8217;m not a member of any of those libraries.</p>
<p>I decided to roll my own Firefox Search Plugin&#8211;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 &#8220;UTL&#8221; for its title keyword. Just drop this <a href="http://www.smjdesign.com/public/public_library/imcpl-firefox-search.src">Firefox Search Plugin for IMCPL Title Browsing</a> or this <a href="http://www.smjdesign.com/public/public_library/imcpl-keyword-firefox-search.src">Firefox Search Plugin for IMCPL Keyword Search</a> in your Firefox Search Plugins folder and restart Firefox. You will need <a href="http://www.mozilla.com/en-US/firefox/">Mozilla Firefox 2.0</a> or greater for this.</p>
<blockquote><p>The Firefox Search Plugins folder for PC is C:\Program Files\Mozilla Firfox\SearchPlugins</p>
<p>The Firefox Search Plugins folder for PC is for OS-X that&#8217;s /Volumes/Macintosh HD/Users/{user name}/Library/Application Support/Firefox/Profiles/{profile number}.default/searchplugins/</p></blockquote>
<p>That&#8217;s all there is to it. Here are the few lines of the code for the Indianapolis Marion County Public Library for title browsing:</p>
<pre><code>
&lt;search
name="IMCPL"
method="GET"
action="http://catalog.imcpl.org/ipac20/ipac.jsp"
queryCharset="utf-8"&gt;

&lt;input name="term" user&gt;
&lt;input name="index" value="UTL"&gt;
&lt;input name="spp" value="50"&gt;
&lt;/search&gt;</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://www.interactivellama.com/blog/archives/library-book-lookup-from-your-browser/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
