<?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>Libology Blog &#187; Tutorials</title>
	<atom:link href="http://www.libology.com/blog/category/tutorials/feed" rel="self" type="application/rss+xml" />
	<link>http://www.libology.com/blog</link>
	<description>Libraries::Technology::Ideas</description>
	<lastBuildDate>Wed, 17 Mar 2010 02:44:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Mash-Up the OPAC</title>
		<link>http://www.libology.com/blog/2010/03/16/mash-up-the-opac.html</link>
		<comments>http://www.libology.com/blog/2010/03/16/mash-up-the-opac.html#comments</comments>
		<pubDate>Wed, 17 Mar 2010 02:44:50 +0000</pubDate>
		<dc:creator>Rick Mason</dc:creator>
				<category><![CDATA[Cataloging]]></category>
		<category><![CDATA[ILS]]></category>
		<category><![CDATA[Libraries]]></category>
		<category><![CDATA[Library 2.0]]></category>
		<category><![CDATA[Online Services]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[HTML element]]></category>
		<category><![CDATA[Innovative]]></category>
		<category><![CDATA[Marc]]></category>
		<category><![CDATA[Millennium]]></category>
		<category><![CDATA[OPAC]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[Technology/Internet]]></category>
		<category><![CDATA[ticTOCs]]></category>
		<category><![CDATA[TOC]]></category>

		<guid isPermaLink="false">http://www.libology.com/blog/?p=3298</guid>
		<description><![CDATA[ILS user groups can be one of the greatest sources of tips, tricks and inspiration for tech-oriented library staff.  There was a recent discussion on the Innovative User&#8217;s Group that has led to an interesting way to embed various media into OPAC search results.
Each of these work in Innovative&#8217;s Millennium OPAC.  I have [...]]]></description>
			<content:encoded><![CDATA[<p>ILS user groups can be one of the greatest sources of tips, tricks and inspiration for tech-oriented library staff.  There was a recent discussion on the Innovative User&#8217;s Group that has led to an interesting way to embed various media into OPAC search results.</p>
<p>Each of these work in Innovative&#8217;s Millennium OPAC.  I have not had a chance to check whether this will work in other systems, but would greatly enjoy hearing whether or not it works for others.</p>
<p>The key to this is the MARC 970 field, using the subfield |t, which is used for Table of Contents display information.  It was observed that the contents of the field were passed along to the browser, and that html code could be passed to the bibliographic display.</p>
<p>It works well, and is a perfect example of a &#8220;hack&#8221;, utilizing existing functionality in new and creative ways.  To date, there are six ways to extend the OPAC.</p>
<p>To try out these examples, simply copy the html code, starting with the |t, and paste it into a 970 field in a bibliographic record.  Each of the examples should work as is; some information about how to modify the code, as well as a screenshot of the example is provided.</p>
<p><strong>Displaying an Image:</strong><br />
This is fairly straightforward insertion of an image stored on <a href="http://www.flickr.com/">Flickr</a>.  Change the URLs to whatever you need, adjust the pixel height and width, and this will serve you well. </p>
<blockquote><p>|t&lt;center&gt;&lt;object data=&#34;http:&#47;&#47;farm4.static.flickr.com&#47;3433&#47;3694927599_039309b2e6_o.jpg&#34; type=&#34;image&#47;jpg&#34; width=&#34;400&#34; height=&#34;600&#34;&gt;&lt;img src=&#34;http:&#47;&#47;farm4.static.flickr.com&#47;3433&#47;3694927599_039309b2e6_o.jpg&#34;&gt;&lt;&#47;img&gt;&lt;&#47;object&gt;&lt;&#47;center&gt;</p></blockquote>
<div id="attachment_3306" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.libology.com/blog/wp-content/uploads/2010/03/image-screenshot.jpg"><img src="http://www.libology.com/blog/wp-content/uploads/2010/03/image-screenshot-300x224.jpg" alt="Screenshot of inserted image" title="image-screenshot" width="300" height="224" class="size-medium wp-image-3306" /></a><p class="wp-caption-text">Image Screenshot</p></div>
<p><strong>Embedding a Search Form:</strong><br />
This code embeds a search form for <a href="http://openlibrary.org/">OpenLibrary</a>, including a selector check box and link to an advanced search page.  Search forms can be tricky, and it can be very challenging to get even basic search functionality for some services.</p>
<blockquote><p>|t&lt;br &#47;&gt;Search OpenLibrary:&lt;form method=&#34;get&#34; action=&#34;http:&#47;&#47;www.openlibrary.org&#47;search&#34;&gt;&lt;input border: 1px solid #ccc; width: 100%&#34; type=&#34;text&#34; name=&#34;q&#34; value=&#34;&#34; title=&#34;type_search.&#34; &#47;&gt;&lt;button class=&#34;go&#34; type=&#34;submit&#34;&gt;Go&lt;&#47;button&gt;&lt;br &#47;&gt;&lt;input tabindex=&#34;9&#34; type=&#34;checkbox&#34; value=&#34;mhsncqbxgkup&#34; name=&#34;ftokens&#34;&gt;Scanned books only&lt;br &#47;&gt;&lt;a href=&#34;http:&#47;&#47;www.openlibrary.org&#47;advanced&#34; style=&#34;text-decoration: underline&#34;&gt;OpenLibrary Advanced Search Page&lt;&#47;a&gt;&lt;&#47;form&gt;</p></blockquote>
<div id="attachment_3308" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.libology.com/blog/wp-content/uploads/2010/03/search-openlibrary-screenshot.jpg"><img src="http://www.libology.com/blog/wp-content/uploads/2010/03/search-openlibrary-screenshot-300x156.jpg" alt="OpenLibrary search box screenshot" title="search-openlibrary-screenshot" width="300" height="156" class="size-medium wp-image-3308" /></a><p class="wp-caption-text">Search Box Screenshot</p></div>
<p><strong>Embedding a Video:</strong><br />
This example embeds a YouTube video, specifically the preview for the film &#8220;A Streetcar Named Desire&#8221;.  Previews of videos available in the library, library instructional videos, and author interviews are examples of the types of embedded video that add can value to your OPAC.</p>
<p>The embedding information comes from the &#8220;Embed&#8221; information from the YouTube result page.  You can also simply replace the URL information in the code below:</p>
<blockquote><p>|t&lt;center&gt;&lt;embed src=&#34;http:&#47;&#47;www.youtube.com&#47;v&#47;ilW32IKJoM0&#038;hl=en_US&#038;fs=1&#038;&#34; type=&#34;application&#47;x-shockwave-flash&#34; allowscriptaccess=&#34;always&#34; allowfullscreen=&#34;true&#34; width=&#34;720&#34; height=&#34;578&#34;&gt;&lt;&#47;embed&gt;&lt;&#47;center&gt;</p></blockquote>
<div id="attachment_3309" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.libology.com/blog/wp-content/uploads/2010/03/video-preview-screenshot.jpg"><img src="http://www.libology.com/blog/wp-content/uploads/2010/03/video-preview-screenshot-300x219.jpg" alt="Embedded Video Screenshot" title="video-preview-screenshot" width="300" height="219" class="size-medium wp-image-3309" /></a><p class="wp-caption-text">Embedded Video Screenshot</p></div>
<p><strong>Streaming Audio:</strong><br />
This example uses a third-party service called <a href="http://www.odeo.com/">Odeo</a> to stream the MP3 audio of Martin Luther King Jr&#8217;s &#8220;I Have a Dream&#8221; speech.  The audio file lives on the <a href="http://www.archive.org/index.php">Internet Archive</a>.</p>
<blockquote><p>|tTo listen to the speech, click the &#34;Play&#34; button:&lt;br /&gt;&lt;center&gt;&lt;embed src= &#34;http://www.odeo.com/flash/audio_player_standard_gray.swf&#34; quality=&#34;high&#34; width=&#34;300&#34; height=&#34;52&#34; allowScriptAccess=&#34;always&#34; wmode=&#34;transparent&#34; type=&#34;application/x-shockwave-flash&#34; flashvars= &#34;valid_sample_rate=true&amp;external_url=http://www.archive.org/download/MLKDream/MLKDream_64kb.mp3&#34; pluginspage=&#34;http://www.macromedia.com/go/getflashplayer&#34;&gt;&lt;/embed&gt;&lt;/center&gt;</p></blockquote>
<div id="attachment_3310" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.libology.com/blog/wp-content/uploads/2010/03/audio-screenshot.jpg"><img src="http://www.libology.com/blog/wp-content/uploads/2010/03/audio-screenshot-300x146.jpg" alt="Streaming Audio Screenshot" title="audio-screenshot" width="300" height="146" class="size-medium wp-image-3310" /></a><p class="wp-caption-text">Streaming Audio Screenshot</p></div>
<p><strong>Journal Table of Contents</strong><br />
This example utilizes two separate third-party services.  First, the <a href="http://www.tictocs.ac.uk/">ticTOCs Journal Tables of Contents</a> service is used to locate an RSS feed for a table of contents, in this case &#8220;<a href="http://www.informaworld.com/smpp/title~db=all~content=t713699076">Educational Research</a>&#8220;.</p>
<p>After this, the feed URL is entered into the <a href="http://feed2js.org/index.php?s=build">Feed2js</a> service, which generates the code.  To display any RSS feed, simply use the Feed2js service with a feed&#8217;s URL.</p>
<blockquote><p>|t&lt;script language=&#34;JavaScript&#34; src=&#34;http:&#47;&#47;feed2js.org&#47;&#47;feed2js.php?src=http%3A%2F%2Fwww.informaworld.com%2Fampp%2Frss%7Econtent%3D0013-1881&amp;chan=y&amp;tz=-5&amp;targ=y&amp;utf=y&amp;html=a&#34;  charset=&#34;UTF-8&#34; type=&#34;text&#47;javascript&#34;&gt;&lt;&#47;script&gt;  &lt;noscript&gt; &lt;a href=&#34;http:&#47;&#47;feed2js.org&#47;&#47;feed2js.php?src=http%3A%2F%2Fwww.informaworld.com%2Fampp%2Frss%7Econtent%3D0013-1881&amp;chan=y&amp;tz=-5&amp;targ=y&amp;utf=y&amp;html=y&#34;&gt;View RSS feed&lt;&#47;a&gt; &lt;&#47;noscript&gt;</p></blockquote>
<div id="attachment_3311" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.libology.com/blog/wp-content/uploads/2010/03/journal-toc-screenshot.jpg"><img src="http://www.libology.com/blog/wp-content/uploads/2010/03/journal-toc-screenshot-300x244.jpg" alt="Journal Table of Contents Screenshot" title="journal-toc-screenshot" width="300" height="244" class="size-medium wp-image-3311" /></a><p class="wp-caption-text">Journal Table of Contents Screenshot</p></div>
<p><strong>Virtual Bookplate</strong><br />
This example is simply a proof of concept, but I especially enjoyed putting this one together and hope to create a more polished version in the future.  It uses a background image of an open book with blank pages (credit to <a href="http://www.flickr.com/photos/happysweetmama/3205811376/">happysweetmama</a> via Flickr), and then applies Relative Positioning to place text on top of the image.</p>
<p>The text position, font, size, and content are all able to be controlled for each record.  This can be a great way to honor those who add to a collection, or to highlight items from a particular collection.</p>
<blockquote><p>|t&lt;center&gt;&lt;object data=&#34;http:&#47;&#47;www.libology.com&#47;capital&#47;OpenBook500.jpg&#34; type=&#34;image&#47;jpg&#34; width=&#34;500&#34; height=&#34;364&#34;&gt; &lt;img src=&#34;http:&#47;&#47;www.libology.com&#47;capital&#47;OpenBook500.jpg&#34; width=&#34;500&#34; height=&#34;364&#34;&gt;&lt;&#47;img&gt; &lt;&#47;object&gt;&lt;div style=&#34;position: relative; top:-225px; left:-125px&#34;&gt;&lt;font size=&#34;+1&#34; font-family:&#34;Times New Roman&#34;,Georgia,Serif;&gt;A Gift from:&lt;&#47;font&gt;&lt;&#47;div&gt;&lt;div style=&#34;position: relative; top:-260px; left:125px&#34;&gt;&lt;font size=&#34;+2&#34; font-family:&#34;Times New Roman&#34;,Georgia,Serif;&gt;Josiah H.&lt;br &#47;&gt;Blackmore II&lt;&#47;font&gt;&lt;&#47;div&gt;&lt;&#47;center&gt;</p></blockquote>
<div id="attachment_3312" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.libology.com/blog/wp-content/uploads/2010/03/virtual-bookplate-screenshot.jpg"><img src="http://www.libology.com/blog/wp-content/uploads/2010/03/virtual-bookplate-screenshot-300x225.jpg" alt="Virtual Bookplate Screenshot" title="virtual-bookplate-screenshot" width="300" height="225" class="size-medium wp-image-3312" /></a><p class="wp-caption-text">Virtual Bookplate Screenshot</p></div>
<p>There are, I am sure, dozens of ways that one can use this hack to enhance the OPAC&#8230; these are just a start.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.libology.com%2Fblog%2F2010%2F03%2F16%2Fmash-up-the-opac.html&amp;linkname=Mash-Up%20the%20OPAC"><img src="http://www.libology.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.libology.com/blog/2010/03/16/mash-up-the-opac.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
<enclosure url="http://www.archive.org/download/MLKDream/MLKDream_64kb.mp3&amp;#34" length="7901102" type="audio/mpeg" />
		</item>
		<item>
		<title>Ohio on iTunes U</title>
		<link>http://www.libology.com/blog/2009/08/27/ohio-on-itunes-u.html</link>
		<comments>http://www.libology.com/blog/2009/08/27/ohio-on-itunes-u.html#comments</comments>
		<pubDate>Thu, 27 Aug 2009 12:00:11 +0000</pubDate>
		<dc:creator>Rick Mason</dc:creator>
				<category><![CDATA[Audio]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[Government]]></category>
		<category><![CDATA[Groups]]></category>
		<category><![CDATA[Lecture]]></category>
		<category><![CDATA[Libraries]]></category>
		<category><![CDATA[Library 2.0]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Online Services]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Drmc]]></category>
		<category><![CDATA[ITunes]]></category>
		<category><![CDATA[iTunes software]]></category>
		<category><![CDATA[Ohio]]></category>
		<category><![CDATA[OhioLINK]]></category>
		<category><![CDATA[Technology/Internet]]></category>

		<guid isPermaLink="false">http://www.libology.com/blog/?p=3159</guid>
		<description><![CDATA[The State of Ohio has launched an iTunes site that is designed &#8220;to share educational resources, professional development materials, and student videos which have been produced by members of higher education, the K-12 community, and community partners free of charge with unlimited access.&#8221;
There is a wide range of material available, and it is great to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.etech.ohio.gov/ohioonitunesu/ohioonitunesu.dot"><strong>The State of Ohio has launched an iTunes site</strong></a> that is designed &#8220;to share educational resources, professional development materials, and student videos which have been produced by members of higher education, the K-12 community, and community partners free of charge with unlimited access.&#8221;</p>
<p>There is a wide range of material available, and it is great to see them open to everyone, with the only requirement being the <a href="http://www.apple.com/itunes/download/">iTunes software</a>.</p>
<p><a href="http://deimos3.apple.com/WebObjects/Core.woa/Browse/eTech-ohio-gov-public">Launch the site within your installed iTunes</a>, and see a model for what other states, educational institutions, and libraries can do with their media content.</p>
<p><em>discovered via the <a href="http://ohiolink.edu/mailman/listinfo/drmc">OhioLINK Digital Resources Management Committee (Drmc)</a> list</em></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.libology.com%2Fblog%2F2009%2F08%2F27%2Fohio-on-itunes-u.html&amp;linkname=Ohio%20on%20iTunes%20U"><img src="http://www.libology.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.libology.com/blog/2009/08/27/ohio-on-itunes-u.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Source Documentation</title>
		<link>http://www.libology.com/blog/2009/08/10/open-source-documentation.html</link>
		<comments>http://www.libology.com/blog/2009/08/10/open-source-documentation.html#comments</comments>
		<pubDate>Mon, 10 Aug 2009 17:01:41 +0000</pubDate>
		<dc:creator>Rick Mason</dc:creator>
				<category><![CDATA[Groups]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Wiki]]></category>
		<category><![CDATA[Computer software]]></category>
		<category><![CDATA[Open Source Software]]></category>
		<category><![CDATA[software needs]]></category>
		<category><![CDATA[software project]]></category>
		<category><![CDATA[Technology/Internet]]></category>
		<category><![CDATA[William Shields]]></category>

		<guid isPermaLink="false">http://www.libology.com/blog/?p=3124</guid>
		<description><![CDATA[One of the more frustrating things about open source software is the fact that many projects have little-to-no documentation.  William Shields, a software developer from Australia, posts about his experiences and concludes that he isn&#8217;t going to patronize projects that don&#8217;t pay attention to their documentation.
He is correct.  Any mature software project, whether open-source or [...]]]></description>
			<content:encoded><![CDATA[<p>One of the more frustrating things about open source software is the fact that many projects have little-to-no documentation.  William Shields, a software developer from Australia,<a href="http://www.cforcoding.com/2009/08/its-time-we-stopped-rewarding-projects.html"> <strong>posts about his experiences</strong></a> and concludes that he isn&#8217;t going to patronize projects that don&#8217;t pay attention to their documentation.</p>
<p>He is correct.  Any mature software project, whether open-source or proprietary, should have resources available to provide information, specifications, options, and assistance to users.  This doesn&#8217;t mean that every piece of software needs a manual and a call desk; there should be options available to provide assistance.</p>
<p>For a smaller, lesser-used product, a brief overview and contact information for further questions may suffice.  As the user base grows, group maintained resources (wiki, lists, forums) can allow those with more experience aid novices.</p>
<p>The ultimate goal with any software is for people to use it, and use it effectively to improve their lives.  Good information on using the software is part of that picture.  When you find an open source project that needs documentation, consider how you might be able to add your knowledge and experience to the project (i.e. when life hands you lemons, make lemonade).</p>
<p><em>found via <a href="http://networkedblogs.com/p8650301?ref=nf">What I Learned Today&#8230;</a></em></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.libology.com%2Fblog%2F2009%2F08%2F10%2Fopen-source-documentation.html&amp;linkname=Open%20Source%20Documentation"><img src="http://www.libology.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.libology.com/blog/2009/08/10/open-source-documentation.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Talon</title>
		<link>http://www.libology.com/blog/2009/07/09/talon.html</link>
		<comments>http://www.libology.com/blog/2009/07/09/talon.html#comments</comments>
		<pubDate>Fri, 10 Jul 2009 03:18:46 +0000</pubDate>
		<dc:creator>Rick Mason</dc:creator>
				<category><![CDATA[Online Services]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Aviary]]></category>
		<category><![CDATA[online image editor]]></category>
		<category><![CDATA[presentations]]></category>
		<category><![CDATA[screenshot]]></category>
		<category><![CDATA[Talon]]></category>
		<category><![CDATA[TechCrunch]]></category>
		<category><![CDATA[Technology/Internet]]></category>

		<guid isPermaLink="false">http://www.libology.com/blog/?p=3086</guid>
		<description><![CDATA[Talon is a Firefox add-on that enhances the way you can grab images from your web browser.  The neatest aspect of this is the ability to create an image that contains the entire web page you are viewing.  The benefits of this for presentations and training guides are plentiful.
Talon was created to work with  [...]]]></description>
			<content:encoded><![CDATA[<p><a href="https://addons.mozilla.org/en-US/firefox/addon/11587"><strong>Talon</strong></a> is a Firefox add-on that enhances the way you can grab images from your web browser.  The neatest aspect of this is the ability to create an image that contains the entire web page you are viewing.  The benefits of this for presentations and training guides are plentiful.</p>
<p>Talon was created to work with  online image editor <a href="http://aviary.com"><strong>Aviary</strong></a>, which is also well worth exploring!</p>
<p>Want to grab that web page screenshot without installing Talon?  Simply add Aviary.com/ to the beginning of the URL you wish to copy.  Example:  <a href="Aviary.com/http://saveohiolibraries.com/">Aviary.com/http://saveohiolibraries.com/</a></p>
<p><em>found via <a href="http://www.techcrunch.com/2009/06/17/aviary-launches-falcon-a-lightweight-browser-based-image-editor/">TechCrunch</a>, nearly a month ago</em></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.libology.com%2Fblog%2F2009%2F07%2F09%2Ftalon.html&amp;linkname=Talon"><img src="http://www.libology.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.libology.com/blog/2009/07/09/talon.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DIY Book Scanner</title>
		<link>http://www.libology.com/blog/2009/04/21/diy-book-scanner.html</link>
		<comments>http://www.libology.com/blog/2009/04/21/diy-book-scanner.html#comments</comments>
		<pubDate>Tue, 21 Apr 2009 17:01:55 +0000</pubDate>
		<dc:creator>Rick Mason</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[book scanner]]></category>
		<category><![CDATA[Librarian.net]]></category>

		<guid isPermaLink="false">http://www.libology.com/blog/?p=2914</guid>
		<description><![CDATA[I enjoy building things, especially if there is a &#8220;let&#8217;s see what we can find to make this work&#8221; factor involved.
With that in mind, it should be obvious why Building a High Speed Scanner from Trash and Cheap Cameras has me salivating.  I think I shall have to examine the materials and time needed for [...]]]></description>
			<content:encoded><![CDATA[<p>I enjoy building things, especially if there is a &#8220;let&#8217;s see what we can find to make this work&#8221; factor involved.</p>
<p>With that in mind, it should be obvious why <a href="http://www.instructables.com/id/DIY-High-Speed-Book-Scanner-from-Trash-and-Cheap-C/"><strong>Building a High Speed Scanner from Trash and Cheap Cameras</strong></a> has me salivating.  I think I shall have to examine the materials and time needed for this&#8230;</p>
<p><em>found via <a href="http://www.librarian.net/stax/2786/diy-book-scanners-on-instructables/">Librarian.net</a></em></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.libology.com%2Fblog%2F2009%2F04%2F21%2Fdiy-book-scanner.html&amp;linkname=DIY%20Book%20Scanner"><img src="http://www.libology.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.libology.com/blog/2009/04/21/diy-book-scanner.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Understanding Library Bar Code Structure</title>
		<link>http://www.libology.com/blog/2009/03/31/understanding-library-bar-code-structure.html</link>
		<comments>http://www.libology.com/blog/2009/03/31/understanding-library-bar-code-structure.html#comments</comments>
		<pubDate>Tue, 31 Mar 2009 17:03:14 +0000</pubDate>
		<dc:creator>Rick Mason</dc:creator>
				<category><![CDATA[Libraries]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Bar Code]]></category>
		<category><![CDATA[barcode]]></category>
		<category><![CDATA[check digit]]></category>
		<category><![CDATA[JerseyCat]]></category>
		<category><![CDATA[New Jersey]]></category>

		<guid isPermaLink="false">http://www.libology.com/blog/?p=2876</guid>
		<description><![CDATA[Understanding the Bar Code Structure is a description of the structure of the standardized bar code used by many libraries for both their patrons and their materials.  It resides on the website of JerseyCat, New Jersey&#8217;s nicely named &#8220;statewide virtual catalog and interlibrary loan system.&#8221;
Of added interest is the inclusion of the formula for calculating [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jerseycat.org/faq/bar_codes.php"><strong>Understanding the Bar Code Structure</strong></a> is a description of the structure of the standardized bar code used by many libraries for both their patrons and their materials.  It resides on the website of <a href="http://www.jerseycat.org/about/">JerseyCat</a>, New Jersey&#8217;s nicely named &#8220;statewide virtual catalog and interlibrary loan system.&#8221;</p>
<p>Of added interest is the inclusion of the formula for calculating the check digit.</p>
<p>Even if you never need this type of information for your job, it is good to know the basic philosophy behind the bar code structure.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.libology.com%2Fblog%2F2009%2F03%2F31%2Funderstanding-library-bar-code-structure.html&amp;linkname=Understanding%20Library%20Bar%20Code%20Structure"><img src="http://www.libology.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.libology.com/blog/2009/03/31/understanding-library-bar-code-structure.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MathTV</title>
		<link>http://www.libology.com/blog/2009/03/22/mathtv.html</link>
		<comments>http://www.libology.com/blog/2009/03/22/mathtv.html#comments</comments>
		<pubDate>Mon, 23 Mar 2009 00:00:37 +0000</pubDate>
		<dc:creator>Rick Mason</dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[Online Services]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[algebra]]></category>
		<category><![CDATA[calculus]]></category>
		<category><![CDATA[calculus applications]]></category>
		<category><![CDATA[mathematics]]></category>
		<category><![CDATA[MathTV]]></category>
		<category><![CDATA[trigonometry]]></category>

		<guid isPermaLink="false">http://www.libology.com/blog/?p=2843</guid>
		<description><![CDATA[MathTV is a collection of video tutorials, ranging from basic mathematical concepts to complex calculus applications, meant to assist students by providing a demonstration of how to work a type of problem.
This is a great resource for anyone needing a refresher on a particular mathematical concept.
A video from the main page of the site:
found via [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mathtv.com/"><strong>MathTV</strong></a> is a collection of video tutorials, ranging from basic mathematical concepts to complex calculus applications, meant to assist students by providing a demonstration of how to work a type of problem.</p>
<p>This is a great resource for anyone needing a refresher on a particular mathematical concept.</p>
<p>A video from the main page of the site:</p>
<p><a href="http://www.libology.com/blog/2009/03/22/mathtv.html"><em>Click here to view the embedded video.</em></a></p>
<p><em>found via <a href="http://www.metafilter.com/80193/I-want-my-MathTV">MetaFilter </a></em></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.libology.com%2Fblog%2F2009%2F03%2F22%2Fmathtv.html&amp;linkname=MathTV"><img src="http://www.libology.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.libology.com/blog/2009/03/22/mathtv.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Middlespot Search Interface</title>
		<link>http://www.libology.com/blog/2008/12/31/middlespot-search-interface.html</link>
		<comments>http://www.libology.com/blog/2008/12/31/middlespot-search-interface.html#comments</comments>
		<pubDate>Wed, 31 Dec 2008 22:04:51 +0000</pubDate>
		<dc:creator>Rick Mason</dc:creator>
				<category><![CDATA[Online Services]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[WebSearch]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Middlespot]]></category>
		<category><![CDATA[search results]]></category>
		<category><![CDATA[web searches]]></category>
		<category><![CDATA[Zotero]]></category>

		<guid isPermaLink="false">http://www.libology.com/blog/?p=2609</guid>
		<description><![CDATA[Think of Middlespot as a Zotero-like organization tool for web searches.  Perform a search, and you have several ways to explore the search results, as well as saving collections of results in what they call a &#8220;Workpad&#8221;.
The fastest way to learn what this can do is to view their slideshow tutorial.  If you think it [...]]]></description>
			<content:encoded><![CDATA[<p>Think of <strong><a href="http://middlespot.com/">Middlespot</a></strong> as a <a href="http://www.zotero.org/">Zotero</a>-like organization tool for web searches.  Perform a search, and you have several ways to explore the search results, as well as saving collections of results in what they call a &#8220;Workpad&#8221;.</p>
<p>The fastest way to learn what this can do is to view their <a href="http://middlespot.com/help.php">slideshow tutorial</a>.  If you think it has potential, then don&#8217;t forget to check out their <a href="http://middlespot.com/tools.php">tools</a> (including a way to incorporate Google search results into your workpad).</p>
<p><em>from <a href="http://www.metafilter.com/77861/Where-Search-Meets-Research">MetaFilter </a></em></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.libology.com%2Fblog%2F2008%2F12%2F31%2Fmiddlespot-search-interface.html&amp;linkname=Middlespot%20Search%20Interface"><img src="http://www.libology.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.libology.com/blog/2008/12/31/middlespot-search-interface.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Open Courseware Open Source Classes</title>
		<link>http://www.libology.com/blog/2008/11/04/free-open-courseware-open-source-classes.html</link>
		<comments>http://www.libology.com/blog/2008/11/04/free-open-courseware-open-source-classes.html#comments</comments>
		<pubDate>Tue, 04 Nov 2008 17:50:47 +0000</pubDate>
		<dc:creator>Rick Mason</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Business School]]></category>
		<category><![CDATA[China]]></category>
		<category><![CDATA[Ivy League]]></category>
		<category><![CDATA[Kelly Sonora]]></category>

		<guid isPermaLink="false">http://www.libology.com/blog/?p=2558</guid>
		<description><![CDATA[100 Free Open Courseware Classes About Open Source Everything is a post on the BSchool.com Blog.  Their list is quite comprehensive, with something for just about anyone.
In addition, the blog has a thing for &#8220;100 Free&#8230;&#8221; lists, from resource for doing business in China, to Ivy League business courses.  They just started up last month, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.bschool.com/blog/2008/100-free-open-courseware-classes-about-open-source-everything/"><strong>100 Free Open Courseware Classes About Open Source Everything</strong></a> is a post on the <a href="http://www.bschool.com/blog/">BSchool.com Blog</a>.  Their list is quite comprehensive, with something for just about anyone.</p>
<p>In addition, the blog has a thing for &#8220;100 Free&#8230;&#8221; lists, from resource for doing business in China, to Ivy League business courses.  They just started up last month, but I think this might be one of those resources that will provide answers for questions beyond the obvious business school related information.</p>
<p>found via an e-mail from Kelly Sonora (affiliated with BSchool.com blog)</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.libology.com%2Fblog%2F2008%2F11%2F04%2Ffree-open-courseware-open-source-classes.html&amp;linkname=Free%20Open%20Courseware%20Open%20Source%20Classes"><img src="http://www.libology.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.libology.com/blog/2008/11/04/free-open-courseware-open-source-classes.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Three Great Book Repair Guides</title>
		<link>http://www.libology.com/blog/2008/08/25/three-great-book-repair-guides.html</link>
		<comments>http://www.libology.com/blog/2008/08/25/three-great-book-repair-guides.html#comments</comments>
		<pubDate>Tue, 26 Aug 2008 01:55:22 +0000</pubDate>
		<dc:creator>Rick Mason</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[Language]]></category>
		<category><![CDATA[Libraries]]></category>
		<category><![CDATA[Online Services]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Alaska Heritage Museum]]></category>
		<category><![CDATA[Artemis BonaDea]]></category>
		<category><![CDATA[book repair]]></category>
		<category><![CDATA[Conservation Technician]]></category>
		<category><![CDATA[Curator]]></category>
		<category><![CDATA[Dartmouth College Library]]></category>
		<category><![CDATA[Dartmouth College;]]></category>
		<category><![CDATA[Stanford University]]></category>
		<category><![CDATA[web-based guide]]></category>

		<guid isPermaLink="false">http://www.libology.com/blog/?p=2451</guid>
		<description><![CDATA[A Simple Book Repair Manual is a web-based guide created and hosted by the Dartmouth College Library.  It covers what a library needs to set up a toolkit and make straightforward repairs.
Conservation Book Repair : A training manual by Artemis BonaDea is a pdf formatted book from 1995 (200 pages &#8211; complete 12MB pdf here) [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.dartmouth.edu/~preserve/repair/repairindex.htm"><strong>A Simple Book Repair Manual</strong></a> is a web-based guide created and hosted by the Dartmouth College Library.  It covers what a library needs to set up a toolkit and make straightforward repairs.</p>
<p><a href="http://www.library.state.ak.us/hist/conman.html"><strong>Conservation Book Repair : A training manual by Artemis BonaDea</strong></a> is a pdf formatted book from 1995 (200 pages &#8211; <a href="http://www.library.state.ak.us/hist/hist_docs/conman/conman.pdf">complete 12MB pdf here</a>) written by a Conservation Technician (who is now Curator of the Alaska Heritage Museum).</p>
<p><a href="http://palimpsest.stanford.edu/don/don.html"><strong>Bookbinding and the Conservation of books : A Dictionary of Descriptive Terminology</strong></a>, hosted on the Stanford University web site, is exactly as described, a dictionary of terminology.</p>
<p>Add these to your collection of useful links!</p>
<p>found via <a href="http://www.metafilter.com/74393/Book-repair">MetaFilter</a> (warning : as addictive a blog as exists anywhere)</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.libology.com%2Fblog%2F2008%2F08%2F25%2Fthree-great-book-repair-guides.html&amp;linkname=Three%20Great%20Book%20Repair%20Guides"><img src="http://www.libology.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.libology.com/blog/2008/08/25/three-great-book-repair-guides.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
