<?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; Web Design</title>
	<atom:link href="http://www.libology.com/blog/category/web-design/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>1</slash:comments>
<enclosure url="http://www.archive.org/download/MLKDream/MLKDream_64kb.mp3&amp;#34" length="7901102" type="audio/mpeg" />
		</item>
		<item>
		<title>Mash-Up is not a new term</title>
		<link>http://www.libology.com/blog/2010/03/11/mash-up-is-not-a-new-term.html</link>
		<comments>http://www.libology.com/blog/2010/03/11/mash-up-is-not-a-new-term.html#comments</comments>
		<pubDate>Thu, 11 Mar 2010 18:47:12 +0000</pubDate>
		<dc:creator>Rick Mason</dc:creator>
				<category><![CDATA[Definitions]]></category>
		<category><![CDATA[History]]></category>
		<category><![CDATA[Language]]></category>
		<category><![CDATA[Library 2.0]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[English languages]]></category>
		<category><![CDATA[Library]]></category>
		<category><![CDATA[Library of Congress]]></category>
		<category><![CDATA[Oxford English Dictionary]]></category>

		<guid isPermaLink="false">http://www.libology.com/blog/?p=3292</guid>
		<description><![CDATA[From the Oxford English Dictionary, via Ron Murray at the Library of Congress, through the Disruptive Library Technology Jester, comes the news that the term &#8220;Mash-Up&#8221;, with roughly the same meaning as today, is over 150 years old!
The modern re-birth of the term appears to begin around 1994.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://dictionary.oed.com/cgi/entry/50291914"><strong>From the Oxford English Dictionary</strong></a>, via Ron Murray at the Library of Congress, through the <a href="http://dltj.org/article/mash-up/">Disruptive Library Technology Jester</a>, comes the news that the term &#8220;Mash-Up&#8221;, with roughly the same meaning as today, is over 150 years old!</p>
<p>The modern re-birth of the term appears to begin around 1994.</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%2Fmash-up-is-not-a-new-term.html&amp;linkname=Mash-Up%20is%20not%20a%20new%20term"><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/mash-up-is-not-a-new-term.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Accent Folding</title>
		<link>http://www.libology.com/blog/2010/02/28/accent-folding.html</link>
		<comments>http://www.libology.com/blog/2010/02/28/accent-folding.html#comments</comments>
		<pubDate>Mon, 01 Mar 2010 03:40:47 +0000</pubDate>
		<dc:creator>Rick Mason</dc:creator>
				<category><![CDATA[ILS]]></category>
		<category><![CDATA[Language]]></category>
		<category><![CDATA[Libraries]]></category>
		<category><![CDATA[Library 2.0]]></category>
		<category><![CDATA[OPAC]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Character sets]]></category>
		<category><![CDATA[Regular expression]]></category>
		<category><![CDATA[Typography]]></category>
		<category><![CDATA[Unicode]]></category>

		<guid isPermaLink="false">http://www.libology.com/blog/?p=3285</guid>
		<description><![CDATA[A List Apart has been a steady source of thought-provoking inspiration over the years, not only from a website building perspective, but also because much of what they publish crosses boundaries and impacts other projects and interests in my life.
Their current article, Accent Folding, greatly impacts library data in general, and library catalogs in particular.  [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.alistapart.com/">A List Apart</a> has been a steady source of thought-provoking inspiration over the years, not only from a website building perspective, but also because much of what they publish crosses boundaries and impacts other projects and interests in my life.</p>
<p>Their current article, <a href="http://www.alistapart.com/articles/accent-folding-for-auto-complete/"><strong>Accent Folding</strong></a>, greatly impacts library data in general, and library catalogs in particular.  It deals with the issue of Unicode and pattern recognition, namely how one creates search tools that allow for variations in how words containing accents, stress marks, and other non-ascii characters.  The most succinct example:</p>
<blockquote><p>There is no excuse for your software to play dumb when the user types “<strong>cafe</strong>”  instead of “<strong>café</strong>.”</p></blockquote>
<p>The article presents methods of &#8220;normalizing&#8221; text to allow for proper matching, and should be read by anyone who gets to deal with library data for reports and searching aids.  If you know how to use <a href="http://en.wikipedia.org/wiki/Regular_expression">regular expressions</a>, you will likely be in for a treat.</p>
<p>The other example they present, this time to demonstrate the limitations of accent folding, uses Japanese to illustrate just how differently the same data can be presented:</p>
<blockquote><p>These four sentences all say “Children like to watch television” in  Japanese:</p>
<ul>
<li><strong>Kanji</strong>: 子供はテレビを見るのが好きです。</li>
<li><strong>Hiragana</strong>: こども は てれび を みる の が すき です 。</li>
<li><strong>Romaji</strong>: kodomo wa terebi o miru noga suki desu.</li>
<li><strong>Cyrillic</strong>: кодомо ва тэрэби о миру нога суки дэсу.</li>
</ul>
</blockquote>
<p>Even if you don&#8217;t end up applying this directly to your work, the information in this article will help your appreciation for the challenges contained within your data, and how tough it can be to make it &#8220;just work&#8221; sometimes.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.libology.com%2Fblog%2F2010%2F02%2F28%2Faccent-folding.html&amp;linkname=Accent%20Folding"><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/02/28/accent-folding.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>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>
		<item>
		<title>Social Your Site</title>
		<link>http://www.libology.com/blog/2009/08/23/social-your-site.html</link>
		<comments>http://www.libology.com/blog/2009/08/23/social-your-site.html#comments</comments>
		<pubDate>Mon, 24 Aug 2009 01:40:17 +0000</pubDate>
		<dc:creator>Rick Mason</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Libraries]]></category>
		<category><![CDATA[Library 2.0]]></category>
		<category><![CDATA[OPAC]]></category>
		<category><![CDATA[Online Services]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Promotions]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Cascading Style Sheets]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[Jenny Levine;]]></category>
		<category><![CDATA[mobile browser]]></category>
		<category><![CDATA[social networking]]></category>
		<category><![CDATA[social networks]]></category>
		<category><![CDATA[Technology/Internet]]></category>
		<category><![CDATA[The Shifted Librarian]]></category>
		<category><![CDATA[web browsers;]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.libology.com/blog/?p=3148</guid>
		<description><![CDATA[Jenny Levine makes a great case on The Shifted Librarian for adding a feature to your sites that allows users to easily share your content via social networks.  Not only will this offer a way for your users to help spread the work about services and activities that you offer, but it can help them [...]]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://theshiftedlibrarian.com/archives/2009/08/21/another-reason-for-libraries-to-make-their-sites-social.html">Jenny Levine makes a great case on The Shifted Librarian</a></strong> for adding a feature to your sites that allows users to easily share your content via social networks.  Not only will this offer a way for your users to help spread the work about services and activities that you offer, but it can help them keep track of information they find so that they can revisit it later.  This will be a benefit for users of mobile browsers, which are rapidly becoming a more significant portion of visitors to our web sites.</p>
<p>You may notice that I have followed her advice and have added the <a href="http://www.addtoany.com/">Add to Any</a> service to this blog, visible at the bottom of every post (and checked to ensure it validates against XHTML and CSS standards, of course; a requirement I have for any add-on).</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%2F23%2Fsocial-your-site.html&amp;linkname=Social%20Your%20Site"><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/23/social-your-site.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Center for History and New Media</title>
		<link>http://www.libology.com/blog/2009/08/17/center-for-history-and-new-media.html</link>
		<comments>http://www.libology.com/blog/2009/08/17/center-for-history-and-new-media.html#comments</comments>
		<pubDate>Mon, 17 Aug 2009 16:55:20 +0000</pubDate>
		<dc:creator>Rick Mason</dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[History]]></category>
		<category><![CDATA[Libraries]]></category>
		<category><![CDATA[Library 2.0]]></category>
		<category><![CDATA[Online Databases]]></category>
		<category><![CDATA[Online Services]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Center for History and New Media]]></category>
		<category><![CDATA[ECHO]]></category>
		<category><![CDATA[Omeka]]></category>
		<category><![CDATA[ScholarPress]]></category>
		<category><![CDATA[Syllabus Finder]]></category>
		<category><![CDATA[Technology/Internet]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Zotero]]></category>

		<guid isPermaLink="false">http://www.libology.com/blog/?p=3139</guid>
		<description><![CDATA[I have been aware of the Center for History and New Media for quite some time (even posted a link here), but only recently did I take a look at their site beyond the work they do with Zotero.  I was surprised, in a very good way, at all of the resources they have available:

Zotero [...]]]></description>
			<content:encoded><![CDATA[<p>I have been aware of the <a href="http://chnm.gmu.edu/"><strong>Center for History and New Media</strong></a> for quite some time (even <a href="http://www.libology.com/blog/2007/12/14/zotero-commons.html">posted a link here</a>), but only recently did I take a look at their site beyond the work they do with Zotero.  I was surprised, in a very good way, at all of the resources they have available:</p>
<ul>
<li><a href="http://www.zotero.org/"><strong>Zotero</strong></a> &#8211; One of the best Firefox add-ons available, this should be taught to every college freshman as an aid to research.</li>
<li><a href="http://omeka.org/"><strong>Omeka</strong></a> &#8211; Designed as a platform to create online exhibits and collections, this tool appears to be a great option for digital collection projects.</li>
<li><strong><a href="http://scholarpress.net/">ScholarPress</a></strong> &#8211; A collection of WordPress add-ons geared towards educational use, including <a href="http://wordpress.org/extend/plugins/scholarpress-courseware/">Courseware</a>, which offers an array of tools for instructors to connect with their students (although it would serve well for library instruction, I suspect).</li>
<li><a href="http://chnm.gmu.edu/syllabus-finder/syllabi/"><strong>Syllabus Finder</strong></a> &#8211; Nearly two million syllabi can be searched and viewed through this site.</li>
<li><a href="http://echo.gmu.edu/"><strong>ECHO</strong></a> &#8211; a directory of over 5,000 websites &#8220;concerning the history of science, technology, and industry.&#8221;</li>
</ul>
<p>These are just a portion of the resources under their <a href="http://chnm.gmu.edu/research-and-tools/">Research + Tools</a> tab.  When you consider their offerings under the <a href="http://chnm.gmu.edu/teaching-and-learning/">Teaching + Learning</a> and <a href="http://chnm.gmu.edu/collecting-and-exhibiting/">Collecting + Exhibiting</a> tabs as well, you can see that it would take hours to properly sample the useful items in this site.  Take some time to see what they can offer to help your projects.</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%2F17%2Fcenter-for-history-and-new-media.html&amp;linkname=Center%20for%20History%20and%20New%20Media"><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/17/center-for-history-and-new-media.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Virtual Bookplates</title>
		<link>http://www.libology.com/blog/2009/08/09/virtual-bookplates.html</link>
		<comments>http://www.libology.com/blog/2009/08/09/virtual-bookplates.html#comments</comments>
		<pubDate>Mon, 10 Aug 2009 02:52:53 +0000</pubDate>
		<dc:creator>Rick Mason</dc:creator>
				<category><![CDATA[Acquisitions]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[ILS]]></category>
		<category><![CDATA[Libraries]]></category>
		<category><![CDATA[Library 2.0]]></category>
		<category><![CDATA[OPAC]]></category>
		<category><![CDATA[Promotions]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[AcqNet-L]]></category>
		<category><![CDATA[Bookplate]]></category>
		<category><![CDATA[graphics software]]></category>
		<category><![CDATA[Technology/Internet]]></category>
		<category><![CDATA[Univesity of Florida Smathers Libraries]]></category>
		<category><![CDATA[Virtual Bookplates]]></category>

		<guid isPermaLink="false">http://www.libology.com/blog/?p=3120</guid>
		<description><![CDATA[With our increasing reliance on electronic record keeping, especially online records, it makes a lot of sense to consider the use of virtual bookplates for those items which would normally have a printed label affixed within the book:

An item with a Virtual Bookplate from the University of Florida Smathers Libraries, which utilizes an 856 MARC [...]]]></description>
			<content:encoded><![CDATA[<p>With our increasing reliance on electronic record keeping, especially online records, it makes a lot of sense to consider the use of virtual bookplates for those items which would normally have a printed label affixed within the book:</p>
<ul>
<li><a href="http://uf.catalog.fcla.edu/uf.jsp?Ntt=UF003737914&amp;Ntk=Number&amp;Nty=1&amp;N=20&amp;I=0&amp;V=D">An item with a Virtual Bookplate</a> from the University of Florida Smathers Libraries, which utilizes an <a href="http://uf.catalog.fcla.edu/uf.jsp?Ntt=UF003737914&amp;I=0&amp;N=20&amp;Ntk=Number&amp;V=U&amp;Nty=1">856 MARC field</a> link to the virtual bookplate.</li>
<li><a href="http://www.uflib.ufl.edu/giving/">A search box on their Donor web page</a> gives donors (and others) an easy way to locate the donated items.</li>
<li><a href="http://www.uflib.ufl.edu/tools/bookplate/donor.htm?donor=Gift%20in%20honor%20of:%20Chris%20A.%20Jimison:%20Class%20of%202003">The virtual bookplate</a> for the item.</li>
<li><a href="http://www.slideshare.net/jasonfleming73/virtual-bookplates-emerging-opportunities-for-gifts-endowments-presentation">A presentation on Slideshare</a> (14 slides) providing an overview of their process.</li>
</ul>
<p>This strikes me as an especially effective way to both recognize and promote donors.  The only real technical requirements are graphics software to create and edit the bookplate design, and the web space to store the finished graphics.  Neither should be a problem for any library willing to spend the time required to get the project rolling.</p>
<p>The people who created the above-linked presentation are <a href="http://www.surveymonkey.com/s.aspx?sm=KL_2fG_2fXcbWfnzJOtJFZJLZQ_3d_3d">conducting a survey</a> on library practices on bookplates.</p>
<p><em>found via <a href="http://serials.infomotions.com/acqnet/archive/2009/200908/0182.html">AcqNet-L</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%2F09%2Fvirtual-bookplates.html&amp;linkname=Virtual%20Bookplates"><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/09/virtual-bookplates.html/feed</wfw:commentRss>
		<slash:comments>2</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>
	</channel>
</rss>
