<?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; Online Services</title>
	<atom:link href="http://www.libology.com/blog/category/online-services/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>PictureIt Rare Book Reader</title>
		<link>http://www.libology.com/blog/2010/03/11/pictureit-rare-book-reader.html</link>
		<comments>http://www.libology.com/blog/2010/03/11/pictureit-rare-book-reader.html#comments</comments>
		<pubDate>Thu, 11 Mar 2010 19:03:16 +0000</pubDate>
		<dc:creator>Rick Mason</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[Libraries]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Online Services]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[creative commons]]></category>
		<category><![CDATA[Electronic publishing]]></category>
		<category><![CDATA[John James Audubon]]></category>
		<category><![CDATA[Technology/Internet]]></category>
		<category><![CDATA[University of Michigan]]></category>

		<guid isPermaLink="false">http://www.libology.com/blog/?p=3295</guid>
		<description><![CDATA[The University of Michigan has unveiled the PictureIt Rare Book Reader, an on-screen reader that is similar to others that I have seen, but faster, smoother, and simply beautiful to see and use.
The first book available online is volume one of John James Audubon&#8217;s Birds of America:
The software will be released under a Creative Commons [...]]]></description>
			<content:encoded><![CDATA[<p>The University of Michigan has unveiled the <a href="http://www.lib.umich.edu/pictureit"><strong>PictureIt Rare Book Reader</strong></a>, an on-screen reader that is similar to others that I have seen, but faster, smoother, and simply beautiful to see and use.</p>
<p>The first book available online is volume one of John James Audubon&#8217;s Birds of America:</p>
<div id="attachment_3296" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.lib.umich.edu/pictureit/audubon_volume1.html"><img class="size-medium wp-image-3296" title="PictureIt" src="http://www.libology.com/blog/wp-content/uploads/2010/03/PictureIt-300x197.png" alt="PictureIt Rare Book Reader screenshot" width="300" height="197" /></a><p class="wp-caption-text">Click the image to open the reader</p></div>
<p>The software will be released under a <a href="http://creativecommons.org/licenses/by/3.0/deed.en">Creative Commons license</a> at some point in the future.</p>
<p><em>found via the <a href="http://mblog.lib.umich.edu/blt/archives/2010/03/pictureit_rare.html">Blog for Library Technology</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%2F2010%2F03%2F11%2Fpictureit-rare-book-reader.html&amp;linkname=PictureIt%20Rare%20Book%20Reader"><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/11/pictureit-rare-book-reader.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An Argument for Free High Speed Internet</title>
		<link>http://www.libology.com/blog/2010/01/28/an-argument-for-free-high-speed-internet.html</link>
		<comments>http://www.libology.com/blog/2010/01/28/an-argument-for-free-high-speed-internet.html#comments</comments>
		<pubDate>Thu, 28 Jan 2010 18:26:42 +0000</pubDate>
		<dc:creator>Rick Mason</dc:creator>
				<category><![CDATA[Libraries]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Online Services]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[Broadband Internet access]]></category>
		<category><![CDATA[Business/Finance]]></category>
		<category><![CDATA[Communication]]></category>
		<category><![CDATA[economy]]></category>
		<category><![CDATA[high-speed internet access]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[job search]]></category>
		<category><![CDATA[Labor]]></category>
		<category><![CDATA[Social Issues]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[Telecommunications]]></category>
		<category><![CDATA[unemployment]]></category>

		<guid isPermaLink="false">http://www.libology.com/blog/?p=3269</guid>
		<description><![CDATA[As the economy continues to remain weak and budgets tighten for public libraries, here is a study that should encourage any community of the value of high speed internet access via their libraries:
Internet Use and Job Search (pdf)
In a nutshell, the rate of &#8220;discouragement&#8221; (giving up hope for finding work) is reduced by 50% when [...]]]></description>
			<content:encoded><![CDATA[<p>As the economy continues to remain weak and budgets tighten for public libraries, here is a study that should encourage any community of the value of high speed internet access via their libraries:</p>
<p style="text-align: center;"><a href="http://www.phoenix-center.org/pcpp/PCPP39Final.pdf"><strong>Internet Use and Job Search </strong>(pdf)</a></p>
<p style="text-align: left;">In a nutshell, the rate of &#8220;discouragement&#8221; (giving up hope for finding work) is reduced by 50% when job seekers have high speed internet access, and is reduced by 30% when job seekers have access to dial-up internet.</p>
<p style="text-align: left;">This provides a justification for providing high speed access to the community, in that it will encourage not only a higher rate of employment, but also less desperation in those still seeking employment.</p>
<p style="text-align: left;">To take this one step further, I would suggest that providing training and support (perhaps through volunteers among job seekers) might improve a community&#8217;s results beyond the scope of the study.</p>
<p style="text-align: left;"><em>found via <a href="http://lisnews.org/npr_all_tech_considered_blog_study_finds_job_seekers_motivated_highspeed_internet">LISNews</a>, who found it via <a href="http://www.npr.org/blogs/alltechconsidered/2010/01/jobseekers_motivated_by_high_s.html">NPR</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%2F2010%2F01%2F28%2Fan-argument-for-free-high-speed-internet.html&amp;linkname=An%20Argument%20for%20Free%20High%20Speed%20Internet"><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/01/28/an-argument-for-free-high-speed-internet.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convergence</title>
		<link>http://www.libology.com/blog/2010/01/15/convergence-2.html</link>
		<comments>http://www.libology.com/blog/2010/01/15/convergence-2.html#comments</comments>
		<pubDate>Fri, 15 Jan 2010 18:35:29 +0000</pubDate>
		<dc:creator>Rick Mason</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Online Services]]></category>
		<category><![CDATA[cell phones]]></category>
		<category><![CDATA[Droid]]></category>
		<category><![CDATA[e-reader]]></category>
		<category><![CDATA[e-readers]]></category>
		<category><![CDATA[Fast Company]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Kit Eaton]]></category>
		<category><![CDATA[library technologies]]></category>
		<category><![CDATA[Nexus]]></category>
		<category><![CDATA[Smartphones]]></category>
		<category><![CDATA[Technology/Internet]]></category>
		<category><![CDATA[Touchscreens]]></category>
		<category><![CDATA[user devices]]></category>

		<guid isPermaLink="false">http://www.libology.com/blog/?p=3264</guid>
		<description><![CDATA[2010 : The Only Year of the E-Reader is a post on Kit Eaton&#8217;s blog at Fast Company.  He argues that the days (well, years) of the e-reader are nearly through, because the multi-function tablet seems to be coming into its own.
I agree, but will take it a step further:  we are in a period [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.fastcompany.com/blog/kit-eaton/technomix/2010-only-year-e-reader"><strong>2010 : The Only Year of the E-Reader</strong></a> is a post on Kit Eaton&#8217;s blog at Fast Company.  He argues that the days (well, years) of the e-reader are nearly through, because the multi-function tablet seems to be coming into its own.</p>
<p>I agree, but will take it a step further:  we are in a period of technological convergence.  Our cell phones are cameras, organizers, and many things once reserved for the realm of computers (such as web browsers and e-mail software).  Products like the iPhone, Droid, and Nexus have shown what can be done in a small form factor.</p>
<p>Take things a few steps further, and there is no reason that future devices won&#8217;t have larger screens (folding? flexible?) that will serve well as e-readers.  In fact, one can keep adding software functionality and see that these will be primarily limited by our ability to interact with them.  The best smartphone keyboards only approximate what we can do with a standard keyboard, and I suspect that fixing that problem will be a quantum leap for users.</p>
<p>I expect this convergence to continue, until we will be carrying our computers on our hips and simply connecting to whatever networks and user devices we need at a particular location.  This is a common thing for web browsing and e-mail, watch for it with other functionality.  And yes, the &#8220;<a href="http://en.wikipedia.org/wiki/Cloud_computing">cloud</a>&#8221; will play a big part (even though we are currently seeing a backlash against it).</p>
<p>When this day (year) arrives, will libraries be ready to integrate these new behaviors into our routines?  Will we see &#8220;reference as a service&#8221; or location based offerings become part of our forte?  I suspect that it will be like many current library technologies&#8230; we will get there eventually, with some leading the way.</p>
<p><em>found via Bobbi L. Newman at <a href="http://librarianbyday.net/2010/01/top-ten-links-week-2/">Library by Day</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%2F2010%2F01%2F15%2Fconvergence-2.html&amp;linkname=Convergence"><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/01/15/convergence-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Baker &amp; Taylor E-Book Technology</title>
		<link>http://www.libology.com/blog/2009/12/09/baker-taylor-e-book-technology.html</link>
		<comments>http://www.libology.com/blog/2009/12/09/baker-taylor-e-book-technology.html#comments</comments>
		<pubDate>Wed, 09 Dec 2009 18:15:43 +0000</pubDate>
		<dc:creator>Rick Mason</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[Cataloging]]></category>
		<category><![CDATA[Libraries]]></category>
		<category><![CDATA[Online Services]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Baker & Taylor]]></category>
		<category><![CDATA[e-books;]]></category>
		<category><![CDATA[Library]]></category>
		<category><![CDATA[Technology/Internet]]></category>

		<guid isPermaLink="false">http://www.libology.com/blog/?p=3236</guid>
		<description><![CDATA[Baker &#38; Taylor has the next big thing in ebooks. Really!
As with all of  the &#8220;next big things&#8221; we see in digital technology, we get to &#8220;wait and see&#8221;.
However, reading the post makes me marvel at the possibilities that this could provide to libraries that use Baker &#38; Taylor and their Yankee Book Peddler (YBP) [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.idealog.com/blog/baker-taylor-has-the-next-big-thing-in-ebooks-really"><strong>Baker &amp; Taylor has the next big thing in ebooks. Really!</strong></a></p>
<p>As with all of  the &#8220;next big things&#8221; we see in digital technology, we get to &#8220;wait and see&#8221;.</p>
<p>However, reading the post makes me marvel at the possibilities that this could provide to libraries that use Baker &amp; Taylor and their Yankee Book Peddler (YBP) subsidiary.  Imagine being able to offer e-books bundled with any print copies purchased, with cataloging services included.</p>
<p><em>found via <a href="http://lisnews.org/baker_amp_taylor_has_next_big_thing_ebooks_really">LISNews</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%2F12%2F09%2Fbaker-taylor-e-book-technology.html&amp;linkname=Baker%20%26%23038%3B%20Taylor%20E-Book%20Technology"><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/12/09/baker-taylor-e-book-technology.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Library Website Fails</title>
		<link>http://www.libology.com/blog/2009/12/08/library-website-fails.html</link>
		<comments>http://www.libology.com/blog/2009/12/08/library-website-fails.html#comments</comments>
		<pubDate>Tue, 08 Dec 2009 17:52:07 +0000</pubDate>
		<dc:creator>Rick Mason</dc:creator>
				<category><![CDATA[ILS]]></category>
		<category><![CDATA[Libraries]]></category>
		<category><![CDATA[OPAC]]></category>
		<category><![CDATA[Online Services]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[web technology]]></category>

		<guid isPermaLink="false">http://www.libology.com/blog/?p=3230</guid>
		<description><![CDATA[I see these types of messages all the time on library-related websites, and I agree that it sends the message that those who manage those sites don&#8217;t have a good grasp of current web technology:
Time to Update? by David Lee King.
Check the web sites that your library presents to the world.  If you see messages [...]]]></description>
			<content:encoded><![CDATA[<p>I see these types of messages all the time on library-related websites, and I agree that it sends the message that those who manage those sites don&#8217;t have a good grasp of current web technology:</p>
<p><strong><a href="http://www.davidleeking.com/2009/12/08/time-to-update/?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+davidleeking+%28David+Lee+King%29">Time to Update?</a> </strong>by <a href="http://www.davidleeking.com/">David Lee King</a>.</p>
<p>Check the web sites that your library presents to the world.  If you see messages like those highlighted by David, start talking to people about getting them up to date (or better yet, getting rid of them, since a good standards-designed site will work well across browsers and browser versions).</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.libology.com%2Fblog%2F2009%2F12%2F08%2Flibrary-website-fails.html&amp;linkname=Library%20Website%20Fails"><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/12/08/library-website-fails.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OCLC Policies Directory Preview</title>
		<link>http://www.libology.com/blog/2009/12/03/oclc-policies-directory-preview.html</link>
		<comments>http://www.libology.com/blog/2009/12/03/oclc-policies-directory-preview.html#comments</comments>
		<pubDate>Thu, 03 Dec 2009 18:31:11 +0000</pubDate>
		<dc:creator>Rick Mason</dc:creator>
				<category><![CDATA[ILL]]></category>
		<category><![CDATA[Libraries]]></category>
		<category><![CDATA[OCLC]]></category>
		<category><![CDATA[Online Services]]></category>
		<category><![CDATA[Interlibrary Loan]]></category>
		<category><![CDATA[Online Computer Library Center]]></category>

		<guid isPermaLink="false">http://www.libology.com/blog/?p=3228</guid>
		<description><![CDATA[OCLC is previewing their new Policies Directory site, which is set to go live on December 13th.  To try it out, point your browser to:
https://policies-preview.oclc.org/

Authorization:  100028264
Password:  oclc

Be sure to enter your OCLC Institution Symbol to view your library&#8217;s directory information.
Be sure to visit OCLC&#8217;s overview of changes to the directory, which includes the link to [...]]]></description>
			<content:encoded><![CDATA[<p>OCLC is previewing their new Policies Directory site, which is set to go live on December 13th.  To try it out, point your browser to:</p>
<p><strong><a href="https://policies-preview.oclc.org/">https://policies-preview.oclc.org/</a></strong></p>
<ul>
<li>Authorization:  100028264</li>
<li>Password:  oclc</li>
</ul>
<p>Be sure to enter your OCLC Institution Symbol to view your library&#8217;s directory information.</p>
<p>Be sure to visit <a href="http://www.oclc.org/info/policies/">OCLC&#8217;s overview of changes to the directory</a>, which includes the link to the live directory.</p>
<p><em>found via <a href="http://www.resourceshelf.com/2009/12/03/preview-the-new-oclc-policies-directory-interface-thats-set-to-go-live-in-ten-days/">ResourceShelf</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%2F12%2F03%2Foclc-policies-directory-preview.html&amp;linkname=OCLC%20Policies%20Directory%20Preview"><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/12/03/oclc-policies-directory-preview.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How College Students Seek Information in the Digital Age</title>
		<link>http://www.libology.com/blog/2009/12/02/how-college-students-seek-information-in-the-digital-age.html</link>
		<comments>http://www.libology.com/blog/2009/12/02/how-college-students-seek-information-in-the-digital-age.html#comments</comments>
		<pubDate>Wed, 02 Dec 2009 18:36:10 +0000</pubDate>
		<dc:creator>Rick Mason</dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[Libraries]]></category>
		<category><![CDATA[OPAC]]></category>
		<category><![CDATA[Online Databases]]></category>
		<category><![CDATA[Online Services]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[academic libraries]]></category>
		<category><![CDATA[Bill Drew]]></category>
		<category><![CDATA[Free Range Librarian]]></category>
		<category><![CDATA[Library]]></category>
		<category><![CDATA[Statistics]]></category>
		<category><![CDATA[students]]></category>

		<guid isPermaLink="false">http://www.libology.com/blog/?p=3222</guid>
		<description><![CDATA[How College Students Seek Information in the Digital Age (pdf) is a report from Project Information Literacy, maintained by the Information School at the University of Washington that contains a few surprises for libraries:

Course readings were the first place most students turn to for course-related research (97%).
Over 80% of students used library-provided research databases.
Usage of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://projectinfolit.org/pdfs/PIL_Fall2009_Year1Report_12_2009.pdf"><strong>How College Students Seek Information in the Digital Age</strong></a> (pdf) is a report from <a href="http://projectinfolit.org/">Project Information Literacy</a>, maintained by the <a href="http://ischool.uw.edu/">Information School at the University of Washington</a> that contains a few surprises for libraries:</p>
<ul>
<li>Course readings were the first place most students turn to for course-related research (97%).</li>
<li>Over 80% of students used library-provided research databases.</li>
<li>Usage of library offering (research databases, OPAC, print materials, and study areas) were all above 50%.</li>
</ul>
<p>Now the not so good:</p>
<ul>
<li>All interactive library research (talk to a librarian, attend a training session, use chat, e-mail or other online &#8220;Ask A Librarian&#8221; service) fell below 25%.</li>
<li>Students are missing out on potential resources (including library research assistance), simply because those resources are not within their range of research activity.</li>
</ul>
<p>Where are students going for assistance?  They tend to go to their instructors for guidance and assistance, but otherwise they simply use the resources they already know about, or discover in the course of their research.</p>
<p>What might this mean for libraries?  We should push for better interaction with instructors, so that they will be more likely to understand the full range of resources available for students to use, and will be more likely to refer students to an interactive library resource (which was only done 26% of the time &#8212; and the only result on the survey below 60%).</p>
<p>We also should examine our online presence.  How does it present research resources?  Will someone looking for a particular type of information be able to locate all the resources that the library has to offer?  Print and online library guides for these activities can also be very beneficial.</p>
<p>This report should be read, and reviewed, with each of our libraries in mind.  By understanding that the people we interact with are only one-fourth of the population using our resources, we can begin to re-focus our efforts to ensure that what we have to offer will be used effectively.</p>
<p><em>found via <a href="http://www.facebook.com/billdrew">Bill Drew</a>, who found it via the <a href="http://freerangelibrarian.com/2009/12/01/must-read-project-information-literacy-report/">Free Range Librarian</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%2F12%2F02%2Fhow-college-students-seek-information-in-the-digital-age.html&amp;linkname=How%20College%20Students%20Seek%20Information%20in%20the%20Digital%20Age"><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/12/02/how-college-students-seek-information-in-the-digital-age.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Springo</title>
		<link>http://www.libology.com/blog/2009/11/10/springo.html</link>
		<comments>http://www.libology.com/blog/2009/11/10/springo.html#comments</comments>
		<pubDate>Tue, 10 Nov 2009 18:15:44 +0000</pubDate>
		<dc:creator>Rick Mason</dc:creator>
				<category><![CDATA[Online Services]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[WebSearch]]></category>
		<category><![CDATA[Library Journal]]></category>
		<category><![CDATA[Springo]]></category>
		<category><![CDATA[Technology/Internet]]></category>
		<category><![CDATA[Web Search]]></category>

		<guid isPermaLink="false">http://www.libology.com/blog/?p=3212</guid>
		<description><![CDATA[I have always been a fan of the idea of creating a mediated search engine &#8211; one in which the results have been reviewed in order to ensure a lean, relevant results list.
The reality of the idea is, shall we say, a different matter.  The process is time-consuming, labor-intensive, and usually falls short in the [...]]]></description>
			<content:encoded><![CDATA[<p>I have always been a fan of the idea of creating a mediated search engine &#8211; one in which the results have been reviewed in order to ensure a lean, relevant results list.</p>
<p>The reality of the idea is, shall we say, a different matter.  The process is time-consuming, labor-intensive, and usually falls short in the relevance category.</p>
<p><a href="http://springo.com/"><strong>Springo</strong></a> may be the reality that falls closer to the ideal.  Focusing on topic-based searches, they provide results that reflect sites that people most use when they are seeking solutions to more generalized questions, such as <a href="http://springo.com/results.aspx?searchphrase=email software">e-mail software</a>, <a href="http://springo.com/results.aspx?searchphrase=movie reviews">movie reviews</a>, or <a href="http://springo.com/results.aspx?searchphrase=open source software">open source software</a>.</p>
<p>The results aren&#8217;t perfect, but they do appear relevant.  Most of what I notice are the sites I would expect to be top-tier, but aren&#8217;t.  It is a great resource, especially for those who might otherwise find it challenging to wade through several dozen results to find what they need.</p>
<p>My other observation is that I almost immediately began to use the URL to form my search strings, rather than use the provided interface.  It just seems faster and easier to do so.  Plus, it would be nice to be able to right-click (Windows-centric) in order to open results in a new tab.  Minor quibbles, though, for an effective tool that has been a long time coming.</p>
<p>found via Library Journal (print edition, 1 November 2009)</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.libology.com%2Fblog%2F2009%2F11%2F10%2Fspringo.html&amp;linkname=Springo"><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/11/10/springo.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>punypng</title>
		<link>http://www.libology.com/blog/2009/09/24/punypng.html</link>
		<comments>http://www.libology.com/blog/2009/09/24/punypng.html#comments</comments>
		<pubDate>Thu, 24 Sep 2009 12:00:20 +0000</pubDate>
		<dc:creator>Rick Mason</dc:creator>
				<category><![CDATA[Online Services]]></category>
		<category><![CDATA[Presenting]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Image file formats]]></category>
		<category><![CDATA[presentations]]></category>
		<category><![CDATA[punypng]]></category>
		<category><![CDATA[Technology/Internet]]></category>

		<guid isPermaLink="false">http://www.libology.com/blog/?p=3179</guid>
		<description><![CDATA[punypng is a great service for those who work with the .png image format.  If you work on web sites, presentations, or other projects that involve image files, this is really worth adding to your toolkit.
What it does is fairly straightforward:  you upload your .png image file to their site, their algorithm examines the file [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gracepointafterfive.com/punypng/"><strong>punypng</strong></a> is a great service for those who work with the .png image format.  If you work on web sites, presentations, or other projects that involve image files, this is really worth adding to your toolkit.</p>
<p>What it does is fairly straightforward:  you upload your .png image file to their site, their algorithm examines the file and determines what can be done to make the file smaller without sacrificing image quality, and offers you the file as a download.</p>
<p>I tried it, and got as much as a 48% reduction in file size, without any visible loss of quality.  Even if all you get is a 10% reduction in file size, it means that your web sites, presentations, etc. will load and run faster.  For a busy web site, like Google or WorldCat, every reduction in the data needed to be sent to each user can add up to large savings in time, energy, and ultimately money.</p>
<p><em>found via <a href="http://www.sitepoint.com/blogs/2009/09/18/squishing-the-last-drops-from-your-pngs/">SitePoint</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%2F09%2F24%2Fpunypng.html&amp;linkname=punypng"><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/09/24/punypng.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
