<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>DigInit :: digital initiatives</title>
	<atom:link href="http://diginit.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://diginit.wordpress.com</link>
	<description>building the digital commons for libraries</description>
	<lastBuildDate>Fri, 13 Nov 2009 15:18:05 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='diginit.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/e4beb2286778f11feb7338d9f2b0f5af?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>DigInit :: digital initiatives</title>
		<link>http://diginit.wordpress.com</link>
	</image>
			<item>
		<title>Mobile Web Design &#8211; Working Code, Tips, Best Practices</title>
		<link>http://diginit.wordpress.com/2009/11/13/mobile-web-design-working-code-tips-best-practices/</link>
		<comments>http://diginit.wordpress.com/2009/11/13/mobile-web-design-working-code-tips-best-practices/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 09:58:10 +0000</pubDate>
		<dc:creator>Jason A. Clark</dc:creator>
				<category><![CDATA[code/files]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://diginit.wordpress.com/?p=107</guid>
		<description><![CDATA[Taking a web site to the small screen comes with a host of considerations: device width, available bandwidth, touch versus click interfaces, browsers with limited functionality, etc. At the same time, the simplicity of these mobile browsing environments lowers the barrier to entry for developers. Some basic HTML and CSS is all that is required [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=diginit.wordpress.com&blog=32913&post=107&subd=diginit&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Taking a web site to the small screen comes with a host of considerations: device width, available bandwidth, touch versus click interfaces, browsers with limited functionality, etc. At the same time, the simplicity of these mobile browsing environments lowers the barrier to entry for developers. Some basic HTML and CSS is all that is required to get started. In my research, I have learned a few things and decided to put the learning into action by creating a mobile web template available for anyone to download, remix, and reuse.</p>
<p>Demo: <a href="http://www.lib.montana.edu/~jason/files/m/">http://www.lib.montana.edu/~jason/files/m/</a><br />
Download: <a href="http://www.lib.montana.edu/~jason/files/m.zip">http://www.lib.montana.edu/~jason/files/m.zip</a><br />
Read Me: <a href="http://www.lib.montana.edu/~jason/files/m/_readme.txt">http://www.lib.montana.edu/~jason/files/m/_readme.txt</a></p>
<p>The above template is using HTML, CSS, Javascript, and PHP, but you could substitute any server side language for the programming logic. I also have it in my head that I can build an even simpler template with just HTML and CSS. I&#8217;ll keep people updated&#8230;</p>
<p>Here are some tips, best practices, and design conventions I learned along the way.</p>
<ul>
<li> One column is a design convention worth following (See m.facebook.com, or m.youtube.com, or m.twitter.com).</li>
<li>Pick the essence or core pieces of your site to deliver to your mobile users. Think abridged version.</li>
<li>Follow the &#8220;m&#8221; URL conventions (m.delicious.com OR amazon.mobi OR lifeonterra.com/m/).</li>
<li>Minify and optimize your CSS (See <a href="http://www.cleancss.com/">Clean CSS</a> ).</li>
<li> Minify and optimize your javascript (see <a href="http://www.jslint.com/">JSLint</a>).</li>
<li> Plan for low bandwidth &#8211; Keep images close to 1KB or under.</li>
<li> Test on multiple mobile browsers and emulators.</li>
<li>Don&#8217;t plan on javascript being available &#8211; the above template still works when it&#8217;s turned off.</li>
<li> Build your app so that it loads only necessary data when requested (Use Ajax or Server-Side includes).</li>
</ul>
<p>I&#8217;m interested in any feedback or questions so please share in the comments. I&#8217;ve also created a more robust mobile application example for TERRA: The Nature of Our World available at <a href="http://www.lifeonterra.com/m/">lifeonterra.com/m/</a>. If anyone is interested, I&#8217;m happy to share some of that code as well.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/diginit.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/diginit.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/diginit.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/diginit.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/diginit.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/diginit.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/diginit.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/diginit.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/diginit.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/diginit.wordpress.com/107/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=diginit.wordpress.com&blog=32913&post=107&subd=diginit&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://diginit.wordpress.com/2009/11/13/mobile-web-design-working-code-tips-best-practices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e9c3e8cd1eecfd6a197f17ede70b82a1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">diginit</media:title>
		</media:content>
	</item>
		<item>
		<title>Wordle View of Internet Librarian 2009</title>
		<link>http://diginit.wordpress.com/2009/10/28/wordle-view-of-internet-librarian-2009/</link>
		<comments>http://diginit.wordpress.com/2009/10/28/wordle-view-of-internet-librarian-2009/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 05:00:13 +0000</pubDate>
		<dc:creator>Jason A. Clark</dc:creator>
				<category><![CDATA[conferences/events]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[il2009]]></category>

		<guid isPermaLink="false">http://diginit.wordpress.com/?p=99</guid>
		<description><![CDATA[I like me some Wordle. For quick visualizations of trends in text, it can provide a quick snapshot. I&#8217;m heading home tomorrow as the Internet Librarian conference winds down, but I wanted to see what trends might appear if the Internet Librarian 2009 conference program was given the Wordle treatment. The result is below with [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=diginit.wordpress.com&blog=32913&post=99&subd=diginit&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I like me some Wordle. For quick visualizations of trends in text, it can provide a quick snapshot. I&#8217;m heading home tomorrow as the Internet Librarian conference winds down, but I wanted to see what trends might appear if the Internet Librarian 2009 conference program was given the Wordle treatment. The result is below with stop words and some noise removed (e.g., library, libraries, time notations, conference track numbers, etc.).</p>
<p><a href="http://www.wordle.net/show/wrdl/1273607/%23il2009" title="Wordle: #il2009"><img src="http://www.wordle.net/thumb/wrdl/1273607/%23il2009" alt="Wordle: #il2009" style="border:1px solid #ddd;padding:4px;"></a></p>
<p>Some of my quick observations: Google and books appear at about the same size. Mobile looks like it&#8217;s gaining some ground. Twitter makes an appearance. What else does this word cloud communicate about the tech side of the profession? Click on the thumbnail to get the full view.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/diginit.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/diginit.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/diginit.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/diginit.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/diginit.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/diginit.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/diginit.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/diginit.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/diginit.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/diginit.wordpress.com/99/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=diginit.wordpress.com&blog=32913&post=99&subd=diginit&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://diginit.wordpress.com/2009/10/28/wordle-view-of-internet-librarian-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e9c3e8cd1eecfd6a197f17ede70b82a1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">diginit</media:title>
		</media:content>

		<media:content url="http://www.wordle.net/thumb/wrdl/1273607/%23il2009" medium="image">
			<media:title type="html">Wordle: #il2009</media:title>
		</media:content>
	</item>
		<item>
		<title>Blip.tv API and YouTube API Code Samples &#8211; Library Mashups</title>
		<link>http://diginit.wordpress.com/2009/09/08/blip-tv-api-and-youtube-api-code-samples-library-mashups/</link>
		<comments>http://diginit.wordpress.com/2009/09/08/blip-tv-api-and-youtube-api-code-samples-library-mashups/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 23:09:58 +0000</pubDate>
		<dc:creator>Jason A. Clark</dc:creator>
				<category><![CDATA[code/files]]></category>
		<category><![CDATA[libraries]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[blip.tv]]></category>
		<category><![CDATA[mashup]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://diginit.wordpress.com/?p=85</guid>
		<description><![CDATA[My chapter &#8220;Blip.tv and Digital Video Collections in the Library&#8221; for the recently released Library Mashups edited by Nicole Engard was in need of some code samples. I wanted to show how to use the APIs I kept mentioning in the writing which focused on the digital library mashup of TERRApod. So&#8230; here they are [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=diginit.wordpress.com&blog=32913&post=85&subd=diginit&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>My chapter &#8220;<strong><a href="http://mashups.web2learning.net/toc/chapter-15">Blip.tv and Digital Video Collections in the Library</a></strong>&#8221; for the recently released <em><a href="http://mashups.web2learning.net/">Library Mashups</a> </em>edited by <a href="http://www.web2learning.net/">Nicole Engard</a> was in need of some code samples. I wanted to show how to use the APIs I kept mentioning in the writing which focused on the digital library mashup of <a href="http://www.terrapodcast.com">TERRApod</a>. So&#8230; here they are in their basic, rudimentary glory.</p>
<ul>
<li>blip.tv API demo &#8211; <a href="http://www.lib.montana.edu/~jason/files/api/bliptv/">http://www.lib.montana.edu/~jason/files/api/bliptv/</a></li>
<li>blip.tv API code &#8211; <a href="http://www.lib.montana.edu/~jason/files/api/bliptv/index.phps">http://www.lib.montana.edu/~jason/files/api/bliptv/index.phps</a></li>
</ul>
<ul>
<li>YouTube API demo &#8211; <a href="http://www.lib.montana.edu/~jason/files/api/youtube/">http://www.lib.montana.edu/~jason/files/api/youtube/</a></li>
<li>YouTube API code &#8211; <a href="http://www.lib.montana.edu/~jason/files/api/youtube/index.phps">http://www.lib.montana.edu/~jason/files/api/youtube/index.phps</a></li>
</ul>
<p>The complete code is available for download from <a href="http://www.lib.montana.edu/~jason/files.php">my code archive</a>. Think of these examples as the raw materials for building mashups with the blip.tv API and YouTube API. The blip.tv example relies on PHP 5, but I made the YouTube PHP4 compatible and you could adapt the code from there for the blip.tv API. I also included some CURL code in the comments of the files just in case your host requires it. If you have questions or improvements, drop a comment.</p>
<p>A quick word about the book: If you are at all interested in mashups and web services, take a closer look. The book covers one profession&#8217;s (the librarian) application of web services to library data problems. Contributions from industry leader&#8217;s like <a href="http://www.blyberg.net/">John Blyberg</a>, <a href="http://dilettantes.code4lib.org/">Ross Singer</a> and <a href="http://www.librarywebchic.net/">Karen Coombs</a> make this an interesting read for anyone interested in how web services and open data are changing the nature of web development for libraries.</p>
<p>&lt;end bookplug /&gt;</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/diginit.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/diginit.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/diginit.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/diginit.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/diginit.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/diginit.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/diginit.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/diginit.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/diginit.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/diginit.wordpress.com/85/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=diginit.wordpress.com&blog=32913&post=85&subd=diginit&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://diginit.wordpress.com/2009/09/08/blip-tv-api-and-youtube-api-code-samples-library-mashups/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e9c3e8cd1eecfd6a197f17ede70b82a1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">diginit</media:title>
		</media:content>
	</item>
		<item>
		<title>Aggregator of Data &#8211; Role of Web Developer and Librarian</title>
		<link>http://diginit.wordpress.com/2009/04/12/aggregator-of-data-role-of-web-developer-and-librarian/</link>
		<comments>http://diginit.wordpress.com/2009/04/12/aggregator-of-data-role-of-web-developer-and-librarian/#comments</comments>
		<pubDate>Sun, 12 Apr 2009 17:47:23 +0000</pubDate>
		<dc:creator>Jason A. Clark</dc:creator>
				<category><![CDATA[trends]]></category>
		<category><![CDATA[web services]]></category>

		<guid isPermaLink="false">http://diginit.wordpress.com/?p=82</guid>
		<description><![CDATA[In taking a survey of my info gathering and recent web dev activities, I noticed something. First, there is a lot of data in my daily channels of news and info. Raging river of data is probably a better description. Second, the trend in our local library development and app building has been to bring [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=diginit.wordpress.com&blog=32913&post=82&subd=diginit&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>In taking a survey of my info gathering and recent web dev activities, I noticed something. First, there is a lot of data in my daily channels of news and info. Raging river of data is probably a better description. Second, the trend in our local library development and app building has been to bring these data bits into manageable streams. Witness:</p>
<p><a title="Library Lifestream" href="http://www.lib.montana.edu/%7Ejason/files/api/stream/">Library Lifestream</a></p>
<p><a title="Feed Me Some Worldcat" href="http://spirs.lib.montana.edu/worldcat/">Feed Me Some Worldcat</a></p>
<p><a title="libTweets" href="http://spirs.lib.montana.edu/tweets/">libTweets</a></p>
<p><a href="http://spirs.lib.montana.edu/twitsearch/">cil2009-TwitSearch</a></p>
<p><a title="journal table of contents service" href="http://www.lib.montana.edu/toc/appmath/">Journal Table of Contents (TOC) Service</a></p>
<p><a title="mobile view of MSU blog feed" href="http://www.lib.montana.edu/%7Ejason/dev/google-ajax-feed/">Mobile view of MSU blog feed</a></p>
<p>And these are just local library apps at Montana State&#8230; There are open web services and desktop clients (FriendFeed and TweetDeck) that make similar attempts to aggregate data and add value. Wheat from the chaff&#8230; Signal from noise&#8230; By and large, this has been a role that libraries have played within the physical (our selection of books and relevant, vaild info). I&#8217;m wondering how well we can latch onto this trend of aggregation and extend ourselves into the virtual.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/diginit.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/diginit.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/diginit.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/diginit.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/diginit.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/diginit.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/diginit.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/diginit.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/diginit.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/diginit.wordpress.com/82/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=diginit.wordpress.com&blog=32913&post=82&subd=diginit&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://diginit.wordpress.com/2009/04/12/aggregator-of-data-role-of-web-developer-and-librarian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e9c3e8cd1eecfd6a197f17ede70b82a1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">diginit</media:title>
		</media:content>
	</item>
		<item>
		<title>A Wordle View of Computers in Libraries 2009</title>
		<link>http://diginit.wordpress.com/2009/04/01/a-wordle-view-of-computers-in-libraries-2009/</link>
		<comments>http://diginit.wordpress.com/2009/04/01/a-wordle-view-of-computers-in-libraries-2009/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 17:23:44 +0000</pubDate>
		<dc:creator>Jason A. Clark</dc:creator>
				<category><![CDATA[conferences/events]]></category>
		<category><![CDATA[libraries]]></category>
		<category><![CDATA[cil09]]></category>
		<category><![CDATA[cil2009]]></category>

		<guid isPermaLink="false">http://diginit.wordpress.com/?p=76</guid>
		<description><![CDATA[So, I&#8217;m back at home while the Computers in Libraries 2009 conference is wrapping up. On the flight home, I got to thinking about major themes and it struck me that there might be a way to represent the themes visually. Enter wordle. If you aren&#8217;t familiar with wordle, you can paste source text or [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=diginit.wordpress.com&blog=32913&post=76&subd=diginit&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>So, I&#8217;m back at home while the Computers in Libraries 2009 conference is wrapping up. On the flight home, I got to thinking about major themes and it struck me that there might be a way to represent the themes visually. Enter <a href="http://www.wordle.net/">wordle</a>. If you aren&#8217;t familiar with wordle, you can paste source text or even pass URLs of feeds to a simple web form and get a &#8220;wordcloud&#8221; of major terms. I thought I might try pasting the Computers in Libraries 2009 program text into wordle. Here&#8217;s the <a href="http://www.wordle.net/gallery/wrdl/712283/Computers_in_Libraries_2009_Program">wordle representation of cil2009</a>. (I removed some basic noise words like keynote, track A, 11:30, etc.)</p>
<pre><a href="http://www.wordle.net/gallery/wrdl/712283/Computers_in_Libraries_2009_Program"><img class="alignnone" title="wordle view of cil2009" src="http://www.wordle.net/thumb/wrdl/712283/Computers_in_Libraries_2009_Program" alt="" width="160" height="120" /></a> (click on thumbnail for full image)</pre>
<p>Not surprising to see &#8220;Library&#8221;, &#8220;Libraries&#8221;, &#8220;Search&#8221; and &#8220;Social&#8221; as some top terms. But, I am glad to see the terms around the edges making some headway. Terms like &#8220;mobile&#8221;, &#8220;development&#8221;, and &#8220;innovative&#8221; suggest that the profession is moving forward.  One missing term that I&#8217;m hearing more and more is &#8220;embed&#8221; or embedding&#8221;. I think it&#8217;s an important concept and starts to get at a new mode of library services: embedded library instruction, embedded reference services, embedded library web services in the form of widgets and gadgets, etc. Just my thoughts from a cursory scanning&#8230; If you have other thoughts about the cil2009 wordcloud, feel free to leave a comment.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/diginit.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/diginit.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/diginit.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/diginit.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/diginit.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/diginit.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/diginit.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/diginit.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/diginit.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/diginit.wordpress.com/76/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=diginit.wordpress.com&blog=32913&post=76&subd=diginit&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://diginit.wordpress.com/2009/04/01/a-wordle-view-of-computers-in-libraries-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e9c3e8cd1eecfd6a197f17ede70b82a1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">diginit</media:title>
		</media:content>

		<media:content url="http://www.wordle.net/thumb/wrdl/712283/Computers_in_Libraries_2009_Program" medium="image">
			<media:title type="html">wordle view of cil2009</media:title>
		</media:content>
	</item>
		<item>
		<title>Computers in Libraries 2009</title>
		<link>http://diginit.wordpress.com/2009/03/29/computers-in-libraries-2009/</link>
		<comments>http://diginit.wordpress.com/2009/03/29/computers-in-libraries-2009/#comments</comments>
		<pubDate>Sun, 29 Mar 2009 02:41:53 +0000</pubDate>
		<dc:creator>Jason A. Clark</dc:creator>
				<category><![CDATA[code/files]]></category>
		<category><![CDATA[conferences/events]]></category>
		<category><![CDATA[cil09]]></category>
		<category><![CDATA[cil2009]]></category>
		<category><![CDATA[web-services mobile gadgets widgets]]></category>

		<guid isPermaLink="false">http://diginit.wordpress.com/?p=74</guid>
		<description><![CDATA[Computers in Libraries starts tomorrow and it&#8217;s always a great time. I arrived in DC earlier today from an uneventful flight which is always a good thing.  Met up with Karen Coombs and Michael Sauers for some SuperHappyTerrific sushi and now I&#8217;m collecting my thoughts regarding my upcoming workshops and presentation.
Web Services for Libraries (with [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=diginit.wordpress.com&blog=32913&post=74&subd=diginit&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Computers in Libraries starts tomorrow and it&#8217;s always a great time. I arrived in DC earlier today from an uneventful flight which is always a good thing.  Met up with <a href="http://www.librarywebchic.net/wordpress/">Karen Coombs</a> and <a href="http://www.travelinlibrarian.info/">Michael Sauers</a> for some SuperHappyTerrific sushi and now I&#8217;m collecting my thoughts regarding my upcoming workshops and presentation.</p>
<p><strong>Web Services for Libraries (with Karen)</strong><br />
Sunday, March 30 from 1:00PM – 4:00 PM<br />
Delicious for subject guides, Flickr for library displays, YouTube for library orientation …Mashups and APIs (application programming interfaces) are becoming staples of modern web design. Libraries, as repositories of data, have a wealth of information that could be placed within the mashup context. With new tools and scripts available daily, it’s becoming easier and easier to bring pieces of the web together and enable users to find and build new web services with library data. This workshop focuses on what an API is and what it can do, the standard components of web services, how to build a simple mashup with JavaScript, how to work with PHP to consume a web service and create a mashup, what web services and mashups mean for libraries, and how to start consuming and creating web services for your library with available tools and scripts. Come learn how open data standards and a little “know-how” can change your library services. Hear what others are doing and what you can do too. (Participants should be comfortable with HTML markup and have an interest in learning about web scripting and programming.)</p>
<p><strong>Widgets, Gadgets, and Mobie Apps for Libraries (with Karen and Michael)</strong><br />
Sunday, March 30 from 9:00 AM – 12:00 PM<br />
As web content continues to grow and the noise-to-signal ratio increases, it has become important for libraries to find ways to get into users’ common web paths: the social networking sites such as Facebook, the web portals such as iGoogle, learning management systems such as Blackboard, even mobile devices such as the iPhone. Our panel of experts looks at creating widgets or gadgets that allow users to have basic library search and browse functions in these new user environments free from the catalog or library website. They demo and teach how to build live applications that provide gateway searching for library journals, books, articles, and much more. Come learn how to play in these new environments and to give users options for searching and consuming library materials in their own learning spaces.</p>
<p><strong>The Portable Library: Going &#8220;Atomic&#8221; with Library Web Services</strong><br />
Monday, March 30 from 10:30 AM – 11:45 AM<br />
There is an opportunity for libraries to braodcast into our users’ common web paths (like Facebook and iGoogle) and to create mobile library apps that allow users to have basic library search functions in these new user environments.  Live applications from MSU Libraries illustrate: a Google Gadget that allows gateway searching for library journals, books, and articles and a series of OpenSearch plugins that let patrons search library content from within the web browser. Come learn about the simple steps you can take to make these widgets and research tools happen at your library.</p>
<p><strong>Presentation files and handouts for all sessions are available</strong> at http://www.lib.montana.edu/~jason/talks.php.</p>
<p><strong>Demos and &#8220;Downloadables&#8221; for all sessions are available</strong> at http://www.lib.montana.edu/~jason/files.php.</p>
<p>I&#8217;m also trying to track the official tags and hashtags for the conference.  It&#8217;s looking like &#8220;#cil2009&#8243; for twitter and &#8220;cil2009&#8243; for all other tagging.  See everyone around Crystal City or teh Internets&#8230;</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/diginit.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/diginit.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/diginit.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/diginit.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/diginit.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/diginit.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/diginit.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/diginit.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/diginit.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/diginit.wordpress.com/74/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=diginit.wordpress.com&blog=32913&post=74&subd=diginit&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://diginit.wordpress.com/2009/03/29/computers-in-libraries-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e9c3e8cd1eecfd6a197f17ede70b82a1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">diginit</media:title>
		</media:content>
	</item>
		<item>
		<title>YouTube as a Medium for Conversation</title>
		<link>http://diginit.wordpress.com/2008/05/30/youtube-as-a-medium-for-conversation/</link>
		<comments>http://diginit.wordpress.com/2008/05/30/youtube-as-a-medium-for-conversation/#comments</comments>
		<pubDate>Fri, 30 May 2008 05:25:15 +0000</pubDate>
		<dc:creator>Jason A. Clark</dc:creator>
				<category><![CDATA[education]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[media youtube]]></category>

		<guid isPermaLink="false">http://diginit.wordpress.com/?p=55</guid>
		<description><![CDATA[Ever since I watched SNL&#8217;s digital short, &#8220;Lazy Sunday&#8221; on YouTube, I recognized the fun potential of this online video thing.  In time, YouTube would deliver other priceless moments. Try a Google search for &#8220;boom goes the dynamite&#8221; or &#8220;chocolate rain&#8221; to see what I&#8217;m talking about.  I say, &#8220;priceless&#8221;, with tongue firmly [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=diginit.wordpress.com&blog=32913&post=55&subd=diginit&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Ever since I watched SNL&#8217;s digital short, &#8220;<a href="http://en.wikipedia.org/wiki/Lazy_Sunday">Lazy Sunday</a>&#8221; on YouTube, I recognized the fun potential of this online video thing.  In time, YouTube would deliver other priceless moments. Try a Google search for &#8220;boom goes the dynamite&#8221; or &#8220;chocolate rain&#8221; to see what I&#8217;m talking about.  I say, &#8220;priceless&#8221;, with tongue firmly planted in cheek.  YouTube moments are usually viewed within a certain frame of satire and in the spirit of lampooning the &#8220;everyone is a star&#8221; meme that this great Internet enables.</p>
<p>So, it was with a high level of interest that I decided to participate in an experiment to use YouTube to promote discourse and civic debate. The idea comes from some local independent filmmakers and several academics from Montana State University who ask a series of questions about the emerging video platform by creating a YouTube video. Among the questions asked: <span>How are people thinking about the effects of YouTube on society? What is unique about this new age of video sharing? Is it just a game that kids play to create alter-egos to insult others? Are hate speech and acts of violence a necessary consequence of allowing free video sharing? Does YouTube have far wider implications for social justice, religion and disenfranchised groups?</span></p>
<p>But enough with my writing&#8230; It&#8217;s all very meta, so have a watch and leave a comment if you have something to say.</p>
<p><span style="text-align:center; display: block;"><a href="http://diginit.wordpress.com/2008/05/30/youtube-as-a-medium-for-conversation/"><img src="http://img.youtube.com/vi/nWa0l-YxvO8/2.jpg" alt="" /></a></span></p>
<p>Full details and descriptions available at <a href="http://www.youtube.com/watch?v=nWa0l-YxvO8">http://www.youtube.com/watch?v=nWa0l-YxvO8</a>.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/diginit.wordpress.com/55/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/diginit.wordpress.com/55/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/diginit.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/diginit.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/diginit.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/diginit.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/diginit.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/diginit.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/diginit.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/diginit.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/diginit.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/diginit.wordpress.com/55/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=diginit.wordpress.com&blog=32913&post=55&subd=diginit&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://diginit.wordpress.com/2008/05/30/youtube-as-a-medium-for-conversation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e9c3e8cd1eecfd6a197f17ede70b82a1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">diginit</media:title>
		</media:content>

		<media:content url="http://img.youtube.com/vi/nWa0l-YxvO8/2.jpg" medium="image" />
	</item>
		<item>
		<title>Unix Global Find and Replace (using find, grep, and sed)</title>
		<link>http://diginit.wordpress.com/2008/04/23/unix-global-find-and-replace-using-find-grep-and-sed/</link>
		<comments>http://diginit.wordpress.com/2008/04/23/unix-global-find-and-replace-using-find-grep-and-sed/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 11:10:01 +0000</pubDate>
		<dc:creator>Jason A. Clark</dc:creator>
				<category><![CDATA[code/files]]></category>
		<category><![CDATA[webdev]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://diginit.wordpress.com/?p=54</guid>
		<description><![CDATA[Finding and replacing strings and characters can be a dicey operation for a web developer.  Too much can lead to breaking your web site.  Too little can lead to missing that piece of HTML needing to be updated or deleted. Many tools exist that can help you in the process &#8211; Dreamweaver, Homesite, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=diginit.wordpress.com&blog=32913&post=54&subd=diginit&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Finding and replacing strings and characters can be a dicey operation for a web developer.  Too much can lead to breaking your web site.  Too little can lead to missing that piece of HTML needing to be updated or deleted. Many tools exist that can help you in the process &#8211; Dreamweaver, Homesite, and many text editors have powerful interfaces for searching and replacing. (E.g., Use cntrl-f on windows or cmd-f on mac to see the Find and Replace window in Dreamweaver.) But there&#8217;s some really great functionality on the command line for Unix/Linux users that shouldn&#8217;t be overlooked. I&#8217;ve been experimenting with a procedure for making these global matches and replaces within the Unix shell environment and I wanted to document the process somewhere.  This seems like as good a place as any&#8230;</p>
<p>Important: All the commands below must be run from the shell environment on a Unix or Linux system. If you aren&#8217;t sure what I&#8217;m talking about, <a href="http://en.wikipedia.org/wiki/Unix_shell">check the wikipedia reference for shell</a>.</p>
<p><strong>Step 1: </strong>Find the pattern needing to be replaced or updated, print out files needing change</p>
<p>find . -exec grep &#8216;ENTER STRING OR TEXT TO SEARCH FOR&#8217; &#8216;{}&#8217; \; -print</p>
<p>*Note: I&#8217;m using the &#8220;find&#8221; and &#8220;grep&#8221; commands to search for a matching pattern which will print out a list of files and directories that need changes. If I&#8217;m at the top level of my web site the &#8220;.&#8221; in the find command will search for the pattern down through any directories below.  On a large site, the process can take some time.</p>
<p><strong>Step 2: </strong>Move/copy files into test directory to test expression; preserve owners, groups, timestamps<strong><br />
</strong></p>
<p>cp -p -r test test-backup</p>
<p>*Note: These directories would be named according to the directories or files you need to change based on the results from Step 1. The &#8220;-p&#8221; will preserve owners groups and timestamps in the copied directory. The &#8220;-r&#8221; will copy recursively down through any associated sub-directories. I do this so I can compare the new directory to the original directory after I&#8217;ve test run the global changes.</p>
<p><strong>Step 3: </strong>Run test on find and replace expression in /test-backup/ directory</p>
<p>find . \( -name &#8220;*.php&#8221; -or -name &#8220;*.html&#8221; \) | xargs grep -l &#8216;ENTER STRING OR TEXT TO SEARCH FOR&#8217; | xargs sed -i -e &#8217;s/ENTER OLD STRING OR TEXT TO REPLACE/ENTER REPLACEMENT STRING OR TEXT/g</p>
<p>*Note: I&#8217;m using the &#8220;find .&#8221; command to search for .php and html files in the current working directory as I only want to target the files that need to be touched (you should change according to your requirements), next I&#8217;m piping that result to the &#8220;grep&#8221; command which searches for the string or text specified and holds only the matched files in memory, and finally I&#8217;m passing the grep result to the &#8220;sed&#8221; command which matches the string or text and replaces it with the new string or text value.</p>
<p><strong>Step 4: </strong>Test files and applications to ensure changes didn&#8217;t break functionality and that owners, groups, timestamps were preserved</p>
<p><strong>Step 5:</strong> After testing, run expression from Step 3 in ALL the directories or files needing the changes. Delete /test-backup/ directory</p>
<p>Steps 1 and 3 are the heart of the matter. I&#8217;m learning the power of these commands, so I&#8217;m pretty cautious about backing up and testing on directories and files that aren&#8217;t live.  Once I have the expression dialed in, I&#8217;ll run it on a more global scale.  So, there you have it &#8211; my find and replace process in a nutshell. Use at your own discretion and feel free to share your thoughts in the comments.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/diginit.wordpress.com/54/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/diginit.wordpress.com/54/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/diginit.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/diginit.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/diginit.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/diginit.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/diginit.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/diginit.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/diginit.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/diginit.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/diginit.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/diginit.wordpress.com/54/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=diginit.wordpress.com&blog=32913&post=54&subd=diginit&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://diginit.wordpress.com/2008/04/23/unix-global-find-and-replace-using-find-grep-and-sed/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e9c3e8cd1eecfd6a197f17ede70b82a1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">diginit</media:title>
		</media:content>
	</item>
		<item>
		<title>Computers in Libraries 2008 &#8211; Trends and Highlights</title>
		<link>http://diginit.wordpress.com/2008/04/18/computers-in-libraries-2008-trends-and-highlights/</link>
		<comments>http://diginit.wordpress.com/2008/04/18/computers-in-libraries-2008-trends-and-highlights/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 10:30:09 +0000</pubDate>
		<dc:creator>Jason A. Clark</dc:creator>
				<category><![CDATA[conferences/events]]></category>
		<category><![CDATA[cil2008]]></category>

		<guid isPermaLink="false">http://diginit.wordpress.com/?p=53</guid>
		<description><![CDATA[It&#8217;s been just over a week since I returned from Computers in Libraries. The InfoToday crew usually puts together a nice set of speakers and ideas and this year was more of the same. I&#8217;m not even going to try and summarize everything &#8211; check LibrarianInBlack for some of the best summaries or the Technorati [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=diginit.wordpress.com&blog=32913&post=53&subd=diginit&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>It&#8217;s been just over a week since I returned from Computers in Libraries. The InfoToday crew usually puts together a nice set of speakers and ideas and this year was more of the same. I&#8217;m not even going to try and summarize everything &#8211; <a href="http://librarianinblack.typepad.com/librarianinblack/2008/04/cil-2008-lee-ra.html">check LibrarianInBlack for some of the best summaries</a> or the <a href="http://technorati.com/tag/CIL2008">Technorati CIL2008 tag</a> to follow along from home. As I mentioned in a previous post, I arrived as the conference was winding down, but I was still able to pick up some tips, teach a couple of workshops, and spot some library trends. I&#8217;m going to focus on the trends part as the week has given me some time to collect my thoughts. So, here they are, the library trends I&#8217;m seeing (based on CIL&#8217;s programming and my interests).</p>
<p><a href="http://twitter.com/jaclark">Twitter and Libraries</a> &#8211; Microblogging and its associated platforms are starting to be noticed and utilized in some library settings. Right now, the emphasis is on connecting to friends, but as more info gets shared in 140 character bits &#8211; the Twitter channel is becoming a resource. It&#8217;s all about following keywords and topics and choosing your Twitter network of followers (aka &#8220;friends&#8221;) <a href="http://pownce.com/">Pownce</a> and <a href="http://www.tumblr.com/">Tumblr</a> are two similar services to watch.</p>
<p>Web Services for Everybody &#8211; When <a href="http://pipes.yahoo.com/pipes/">Yahoo Pipes</a> came on the scene about a year ago, I wondered when it might start showing up as a tool for library mashups. It&#8217;s actually a pretty simple way to use web services in a graphical user interface. Pipes seems limited to pretty simple formats (RSS and ATOM) generally, but it introduces the power and concepts behind web services intuitively. In the long term, it&#8217;s still best to learn web services, XML, and some scripting for truly robust mashups, but Pipes lowers the bar for entry in a really nice way.</p>
<p>The Portable Library &#8211; At MSU libraries, we&#8217;ve been looking at ways to bring library resources into a user&#8217;s networked environment. <a href="http://www.lib.montana.edu/tools/">See our widgets and tools for some examples</a>. It was great to meet other developers and libraries pursuing similar efforts. I got to have an extended discussion with <a href="http://www.personal.psu.edu/ful105/blogs/binkys_blog/2008/04/post.html">Binky Lush</a>, lead web developer at Penn State University Libraries, about her efforts to place library web services into users&#8217; working environments. It&#8217;s refreshing to see some of these attempts to move away from the gatekeeping model of web sites as single points of service. Leveraging the network and learning to broadcast bits and pieces of the library into multiple web spaces &#8211; iGoogle, iTunes, Course Management Systems &#8211; will be an important move for libraries going forward.</p>
<p>Open Source and Learning Outside the Profession &#8211; Open source solutions for libraries are becoming easier to implement, but it was nice to see the balanced conversation and practical examples of Open source possibilities for libraries that were part of the <a href="http://www.infotoday.com/CIL2008/day.asp?day=Wednesday#TrackB">&#8220;Open Source&#8221;</a> track moderated by <a href="http://www.web2learning.net/categories/conferences/cil2008">Nicole Engard</a>.  I wasn&#8217;t able to see the <a href="http://www.infotoday.com/CIL2008/day.asp?day=Monday#TrackE">&#8220;Beyond Libraries: Industries Using Hot Tech&#8221;</a>, but the idea of looking outside our comfort zone and learning from other industries really resonates with me as an essential trend to follow. <a href="http://www.librarystuff.net/">Steven Cohen</a> (the track organizer) is onto something here. Innovation frequently happens elsewhere; let&#8217;s hear more about it.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/diginit.wordpress.com/53/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/diginit.wordpress.com/53/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/diginit.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/diginit.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/diginit.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/diginit.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/diginit.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/diginit.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/diginit.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/diginit.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/diginit.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/diginit.wordpress.com/53/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=diginit.wordpress.com&blog=32913&post=53&subd=diginit&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://diginit.wordpress.com/2008/04/18/computers-in-libraries-2008-trends-and-highlights/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e9c3e8cd1eecfd6a197f17ede70b82a1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">diginit</media:title>
		</media:content>
	</item>
		<item>
		<title>Ajax and Web Services Workshops</title>
		<link>http://diginit.wordpress.com/2008/04/11/ajax-and-web-services-workshops/</link>
		<comments>http://diginit.wordpress.com/2008/04/11/ajax-and-web-services-workshops/#comments</comments>
		<pubDate>Fri, 11 Apr 2008 14:15:20 +0000</pubDate>
		<dc:creator>Jason A. Clark</dc:creator>
				<category><![CDATA[conferences/events]]></category>
		<category><![CDATA[cil2008]]></category>

		<guid isPermaLink="false">http://diginit.wordpress.com/?p=52</guid>
		<description><![CDATA[I came a bit late to the Computers in Libraries 2008 party by arriving on Tuesday night, but I was stilI able to catch up with a few people and make some new friends. It was interesting presenting to a group as they were eating lunch (never done that one before), but the presentations went [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=diginit.wordpress.com&blog=32913&post=52&subd=diginit&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I came a bit late to the Computers in Libraries 2008 party by arriving on Tuesday night, but I was stilI able to catch up with a few people and make some new friends. It was interesting presenting to a group as they were eating lunch (never done that one before), but the presentations went well.  I also had a great time teaching the workshops yesterday.  For those that are interested, all the files and code samples from my talks are available below.</p>
<p><span style="font-size:x-small;">Workshop: &#8220;Web Services for Libraries.&#8221;<br />
Computers in Libraries, Crystal City, VA, 10 April 2008.<br />
<a href="http://www.lib.montana.edu/~jason/talks/cil2008-workshop-webservices.pdf">http://www.lib.montana.edu/~jason/talks/cil2008-workshop-webservices.pdf</a><br />
<a href="http://www.lib.montana.edu/~jason/talks/cil2008-workshop-webservices-handout.pdf">http://www.lib.montana.edu/~jason/talks/cil2008-workshop-webservices-handout.pdf</a></span></p>
<p>Workshop: &#8220;Ajax (Asynchronous Javascript and XML) for Libraries.&#8221;<br />
Computers in Libraries, Crystal City, VA, 10 April 2008.<br />
<a href="http://www.lib.montana.edu/~jason/talks/cil2008-workshop-ajax.pdf">http://www.lib.montana.edu/~jason/talks/cil2008-workshop-ajax.pdf</a><br />
<a href="http://www.lib.montana.edu/~jason/talks/cil2008-workshop-ajax-handout.pdf">http://www.lib.montana.edu/~jason/talks/cil2008-workshop-ajax-handout.pdf</a></p>
<p>Cybertour: &#8220;Next-Generation Digital Libraries.&#8221;<br />
Computers in Libraries, Crystal City, VA, 09 April 2008.<br />
<a href="http://www.lib.montana.edu/%7Ejason/talks/cil2008-session-diglib.pdf" target="_blank">http://www.lib.montana.edu/~jason/talks/cil2008-session-diglib.pdf</a></p>
<p>Cybertour: &#8220;What To Do When Interface Design Goes Bad.&#8221;<br />
Computers in Libraries, Crystal City, VA, 09 April 2008.<br />
<a href="http://www.lib.montana.edu/%7Ejason/talks/cil2008-session-interface.pdf" target="_blank">http://www.lib.montana.edu/~jason/talks/cil2008-session-interface.pdf</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/diginit.wordpress.com/52/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/diginit.wordpress.com/52/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/diginit.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/diginit.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/diginit.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/diginit.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/diginit.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/diginit.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/diginit.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/diginit.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/diginit.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/diginit.wordpress.com/52/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=diginit.wordpress.com&blog=32913&post=52&subd=diginit&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://diginit.wordpress.com/2008/04/11/ajax-and-web-services-workshops/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e9c3e8cd1eecfd6a197f17ede70b82a1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">diginit</media:title>
		</media:content>
	</item>
	</channel>
</rss>