<?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>North Carolina Digital Collections Collaboratory &#187; CONTENTdm</title>
	<atom:link href="http://digital.lib.ecu.edu/collaboratory/index.php?feed=rss2&#038;cat=35" rel="self" type="application/rss+xml" />
	<link>http://digital.lib.ecu.edu/collaboratory</link>
	<description>Bringing North Carolina Digital Collections Together</description>
	<lastBuildDate>Wed, 26 Jan 2011 20:56:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Beginning Google Maps API 3</title>
		<link>http://digital.lib.ecu.edu/collaboratory/?p=481</link>
		<comments>http://digital.lib.ecu.edu/collaboratory/?p=481#comments</comments>
		<pubDate>Wed, 29 Sep 2010 15:17:57 +0000</pubDate>
		<dc:creator>farrelll</dc:creator>
				<category><![CDATA[CONTENTdm]]></category>
		<category><![CDATA[State Library of North Carolina]]></category>
		<category><![CDATA[the web]]></category>
		<category><![CDATA[web browsers]]></category>
		<category><![CDATA[Book Reviews]]></category>
		<category><![CDATA[Google Maps]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://digital.lib.ecu.edu/collaboratory/?p=481</guid>
		<description><![CDATA[While recently developing a fairly involved Google Maps application, I quickly discovered that JavaScript libraries, such as jQuery, can only get you so far. None of them offered the level of specific mapping functionality I needed, and all the mapping plug-ins I looked at relied on the recently deprecated version 2 of the Google maps [...]]]></description>
			<content:encoded><![CDATA[<p>While recently developing a fairly involved Google <a>Maps</a> application, I quickly discovered that JavaScript libraries, such as jQuery, can only get you so far.  None of them offered the level of specific mapping functionality I needed, and all the mapping plug-ins I looked at relied on the recently deprecated version 2 of the Google maps API.  The only way to extend them was to rewrite large swathes of their code so they would work with the new API, which sort of defeats the purpose of using a plug-in for rapid development.   I figured out what I needed via tutorials on Google’s website and several other sites, including &#8220;<a href="http://www.svennerberg.com">In usability we trust</a>&#8221; maintained by Gabriel Svennerberg.</p>
<p>He&#8217;s written a series of tutorials on using the new Google Maps API, which he&#8217;s expanded into the recently published book: Beginning Google Maps API 3.  All of the code demonstrated in the book is available for free download.  I wish I&#8217;d had this book when I’d started the project &#8211; it would have saved a great deal of trial and error on my part.  The author says that even those without much web development experience should be able to get a Google Map up and running.  While I don&#8217;t disagree with this, the author introduces some advanced JavaScript fairly early in the book.  Library staff members can follow the tried and true, copy and paste method, but some of the concepts, like anonymous and self-executing functions, might leave them scratching their heads a bit.</p>
<p>The author begins with a brief history of the Google Maps API and then takes a detour into upgrading from Version 2 of the API to Version 3, which the author recommends skipping if you don&#8217;t have any legacy applications to upgrade.  However, I found it a useful general overview of the concepts discussed later in the book.</p>
<p>The rest of the book starts with the development of a very simple map.  Then each chapter builds on the previous chapter in terms of map features and complexity; including such common mapping tasks as creating clickable markers that open information bubbles and creating polylines and polygons, used to create such things as driving directions, or to highlight specific geographical areas.  The author follows the pattern of introducing a chapter&#8217;s main concepts and then working through them bit by bit, ending each chapter with the completed code for that chapter.  I found this practice quite helpful as I didn’t have to flip back and forth as I have in other technical books to figure out the totality of what was going on.</p>
<p>The author also discusses several other often used features such as using Google&#8217;s<br />
Geocoding service to find a user&#8217;s location as well as how to create custom markers.  One particularly useful feature the author discusses deals with maps with large number of  markers, anything above 1000, at which point a map’s performance starts to seriously degrade, particularly in Internet Explorer.  This was something I ran up against very early in the development process.  The author discusses the pro and cons of the various methods to deal with this problem, enabling a developer to easily choose the one that’s right for his or her particular application without having to code up each option and see what happens.</p>
<p>The book concludes with a very helpful overview of the API features discussed in the book, going over exactly how to use each class and method.</p>
<p>One concept I wish had been discussed in the book was dynamic sidebars, where a user can click a sidebar link to open the info window for a particular point.  I found this one of the trickiest parts of developing our application.</p>
<p>All in all, I&#8217;d highly recommend Beginning Google Maps API 3 to those looking to develop Google Maps applications with the new API.  It&#8217;s clearly written with lots of examples and pictures of exactly what the code’s output looks like.  If you&#8217;re merely looking to embed the location of your library/institution in a Google Map this book is definitely overkill.  However, if you plan on working on anything beyond the very basics this book is a definite plus.  It will be particularly helpful to those with some previous JavaScript experience.</p>
]]></content:encoded>
			<wfw:commentRss>http://digital.lib.ecu.edu/collaboratory/?feed=rss2&amp;p=481</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Getting this party started.</title>
		<link>http://digital.lib.ecu.edu/collaboratory/?p=435</link>
		<comments>http://digital.lib.ecu.edu/collaboratory/?p=435#comments</comments>
		<pubDate>Tue, 13 Jul 2010 13:24:50 +0000</pubDate>
		<dc:creator>kristydixon</dc:creator>
				<category><![CDATA[CONTENTdm]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[crowdsourcing]]></category>
		<category><![CDATA[digitization]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://digital.lib.ecu.edu/collaboratory/?p=435</guid>
		<description><![CDATA[Hi y&#8217;all. Allow me to introduce myself &#8211; I&#8217;m Kristy Dixon, and I recently (July 1) began my position as Digital Programs Archivist at UNC Charlotte. We&#8217;re pretty much starting from scratch, and we&#8217;ve got a clean slate, buckets of ideas, and a lot of excitement. I am SO stoked to be part of this [...]]]></description>
			<content:encoded><![CDATA[<p>Hi y&#8217;all. Allow me to introduce myself &#8211; I&#8217;m Kristy Dixon, and I recently (July 1) began my position as Digital Programs Archivist at UNC Charlotte. We&#8217;re pretty much starting from scratch, and we&#8217;ve got a clean slate, buckets of ideas, and a lot of excitement. I am SO stoked to be part of this North Carolina digital collections community. It&#8217;s excellent to have these wonderful examples of digital programs available as guidance and inspiration as we start out on this path. So first, thank you for being available for that!</p>
<p>We are exploring lots of options for digital asset management systems &#8211; right now, we are experimenting with a home-grown system, and while the backend seems ok so far, the interface needs major work. It&#8217;s clunky. The system also lacks capabilities for global find-and-replace, implementing controlled vocabularies, and easy data import/export. Also, folks with levels of expertise ranging from super-duper advanced to novice will be working on our projects, so we want to ensure some ease of use.</p>
<p>We&#8217;ve also been playing around with ContentDM, Omeka, and Fedora. There are aspects of all three that I really like and things that cause me some concern. (We&#8217;re excluding DSpace from the mix simply because it seems much more suitable for IRs and the like, but please feel free to correct me if I&#8217;m wrong about that and you love using DSpace for image-based collections.)</p>
<p>So I come to you, my digital library pals &#8211; I&#8217;m sure you have strong opinions on these products. Do you have songs of praise to sing about any of them? Any huge warnings about what NOT to go with? We want to make sure we get as many perspectives as we can so we choose the right system for our needs.</p>
]]></content:encoded>
			<wfw:commentRss>http://digital.lib.ecu.edu/collaboratory/?feed=rss2&amp;p=435</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>More digital democracies</title>
		<link>http://digital.lib.ecu.edu/collaboratory/?p=293</link>
		<comments>http://digital.lib.ecu.edu/collaboratory/?p=293#comments</comments>
		<pubDate>Thu, 10 Sep 2009 15:22:01 +0000</pubDate>
		<dc:creator>Elizabeth</dc:creator>
				<category><![CDATA[CONTENTdm]]></category>
		<category><![CDATA[UNC Chapel Hill]]></category>
		<category><![CDATA[digitization]]></category>

		<guid isPermaLink="false">http://digital.lib.ecu.edu/collaboratory/?p=293</guid>
		<description><![CDATA[Additional recent examples of seeking public input/advice for digital projects/collections: Duke Digital Collections asking for input on the redesign of their web interface (no comments yet; let&#8217;s get going!) UNC Libraries&#8217; request for feedback on the newly-launched Hugh Morton digital collection in CONTENTdm And yes, this is a sneaky way for me to publicize the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://digital.lib.ecu.edu/collaboratory/?p=261" target="_blank">Additional</a> recent examples of seeking public input/advice for digital projects/collections:</p>
<ul>
<li>Duke Digital Collections <a href="http://library.duke.edu/blogs/digital-collections/2009/09/08/redesigning-duke-digital-collections/" target="_self">asking for input</a> on the redesign of their web interface (no comments yet; let&#8217;s get going!)</li>
<li>UNC Libraries&#8217; <a href="http://www.lib.unc.edu/blogs/morton/index.php/2009/09/morton-digital-collection-online-your-input-requested/" target="_blank">request for feedback </a>on the newly-launched <a href="http://www.lib.unc.edu/dc/morton/index.html" target="_blank">Hugh Morton digital collection</a> in CONTENTdm</li>
</ul>
<p>And yes, this is a sneaky way for me to publicize the Morton digital library&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://digital.lib.ecu.edu/collaboratory/?feed=rss2&amp;p=293</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>User-friendly CONTENTdm interface design?</title>
		<link>http://digital.lib.ecu.edu/collaboratory/?p=180</link>
		<comments>http://digital.lib.ecu.edu/collaboratory/?p=180#comments</comments>
		<pubDate>Wed, 27 May 2009 13:38:14 +0000</pubDate>
		<dc:creator>Amy</dc:creator>
				<category><![CDATA[CONTENTdm]]></category>
		<category><![CDATA[digitization]]></category>
		<category><![CDATA[repositories]]></category>

		<guid isPermaLink="false">http://digital.lib.ecu.edu/collaboratory/?p=180</guid>
		<description><![CDATA[UNLV just announced a couple of new collections this past week. Both of them have pretty great interfaces, especially considering that they are built on CONTENTdm. We all know about CONTENTdm&#8217;s weaknesses and strengths, but those of us who use it everyday are intimately familiar with the challenges that its interface poses. Not built in [...]]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignleft" style="width: 185px"><a href="http://digital.library.unlv.edu/cgi-bin/getimage.exe/?CISOROOT=/hughes&amp;CISOPTR=46&amp;DMSCALE=22.699004975124&amp;DMWIDTH=730&amp;DMHEIGHT=550"><img title="Blimp advertising The Outlaw (film)" src="http://digital.library.unlv.edu/cgi-bin/getimage.exe/?CISOROOT=/hughes&amp;CISOPTR=46&amp;DMSCALE=22.699004975124&amp;DMWIDTH=730&amp;DMHEIGHT=550" alt="Blimp advertising The Outlaw (film) from UNLVs digital collection Howard Hughes: Welcome Home, Howard" width="181" height="132" /></a><p class="wp-caption-text">Blimp advertising The Outlaw (film) from UNLV&#39;s digital collection &quot;Howard Hughes: Welcome Home, Howard&quot;</p></div>
<p>UNLV just announced a couple of new collections this past week. Both of them have pretty great interfaces, especially considering that they are built on CONTENTdm. We all know about CONTENTdm&#8217;s weaknesses and strengths, but those of us who use it everyday are intimately familiar with the challenges that its interface poses. Not built in XML and not built with CSS (or, just barely), making the interface &#8220;your own&#8221; involves following cryptically named links back to multiple &#8220;style sheet pages.&#8221; It is sort of like trying to figure out which one of the cords in the back of your desk is attached to the printer. . . in the dark.</p>
<p>Anyway, UNLV seems to have solved this problem with something they are calling &#8220;dmbridge.&#8221; I won&#8217;t go into the details here, because they&#8217;ve already done that at this link (<a href="http://digital.library.unlv.edu/dmbridge">http://digital.library.unlv.edu/dmbridge</a>). But, I will say that they have incorporated lots of Web 2.0 features that are reflected in their two new collections, &#8220;<a href="http://digital.library.unlv.edu/hughes/">Welcome Home, Howard</a>&#8221; and &#8220;<a href="http://digital.library.unlv.edu/boomtown/">Southern Nevada: The Boomtown Years</a>.&#8221; And, apparently, they will be sharing the code.</p>
]]></content:encoded>
			<wfw:commentRss>http://digital.lib.ecu.edu/collaboratory/?feed=rss2&amp;p=180</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>
