<?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>dambusting.com</title>
	<atom:link href="http://dambusting.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://dambusting.com/blog</link>
	<description>Digital Asset Management - why and how with Canto Cumulus</description>
	<lastBuildDate>Mon, 01 Nov 2010 04:13:05 +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>How to get your Cumulus field UIDs</title>
		<link>http://dambusting.com/blog/2010/11/how-to-get-your-cumulus-field-uids/</link>
		<comments>http://dambusting.com/blog/2010/11/how-to-get-your-cumulus-field-uids/#comments</comments>
		<pubDate>Mon, 01 Nov 2010 04:13:05 +0000</pubDate>
		<dc:creator>Buster</dc:creator>
				<category><![CDATA[Cumulus tips]]></category>
		<category><![CDATA[Customizing]]></category>
		<category><![CDATA[Metadata]]></category>

		<guid isPermaLink="false">http://dambusting.com/blog/?p=96</guid>
		<description><![CDATA[If you are interested in Cumulus customization you will eventually need to get the &#8220;Unique Identifier&#8221; (AKA &#8220;UID&#8221;) for your Cumulus metadata fields.
Cumulus uses UIDs to identify the metadata fields since you can&#8217;t rely on the field name being unique. The name is also subject to change over time, and can differ between different locales.
If [...]]]></description>
			<content:encoded><![CDATA[<p>If you are interested in Cumulus customization you will eventually need to get the &#8220;Unique Identifier&#8221; (AKA &#8220;UID&#8221;) for your Cumulus metadata fields.</p>
<p>Cumulus uses UIDs to identify the metadata fields since you can&#8217;t rely on the field name being unique. The name is also subject to change over time, and can differ between different locales.</p>
<p>If you have the appropriate admin privileges you can can see the GUIDs assigned to the fields by selecting Edit-&gt;Preferences in the main menu of the Cumulus desktop client, then choosing Catalog Settings at the bottom of the left hand pane in the Preferences window. This will bring up a page including the tabs &#8220;Record Fields&#8221; and &#8220;Category Fields&#8221;. By opening these tabs you will see all of the fields for the currently selected catalog, being the catalog showing in the drop list at the top of the page.</p>
<p>You will notice the metadata fields are in the form of a table and one of the columns is the Field UID.</p>
<p>Now there is a trick you need to know if you want to get a copy of the UID for a field. Obviously it would be a real nuisance if you had to carefully read and type the value, but there is no obvious cut-and-paste function.</p>
<p>The way it&#8217;s done is to double-click the Field UID value and this will put it on the clipboard for you to paste into your document. Be careful to click only the <strong>UID</strong> value otherwise it will open the field properties window, which isn&#8217;t what you want.</p>
]]></content:encoded>
			<wfw:commentRss>http://dambusting.com/blog/2010/11/how-to-get-your-cumulus-field-uids/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add a custom Favicon to Cumulus Sites</title>
		<link>http://dambusting.com/blog/2010/05/add-a-custom-favicon-to-cumulus-sites/</link>
		<comments>http://dambusting.com/blog/2010/05/add-a-custom-favicon-to-cumulus-sites/#comments</comments>
		<pubDate>Fri, 28 May 2010 05:20:03 +0000</pubDate>
		<dc:creator>Buster</dc:creator>
				<category><![CDATA[Cumulus tips]]></category>
		<category><![CDATA[Customizing]]></category>

		<guid isPermaLink="false">http://dambusting.com/blog/?p=107</guid>
		<description><![CDATA[Learn how to create a custom Favicon for your Cumulus Sites or Cumulus Web Client running on Apache Tomcat.]]></description>
			<content:encoded><![CDATA[<p>If you open a standard out-of-the-box version of Cumulus Web Publisher, Web Client or &#8220;Sites&#8221; in a &#8220;tabbed&#8221; browsers you will notice small brown picture next to the page title in the tab. For example here&#8217;s a screenshot of the tab for Cumulus Sites as shown in Firefox:</p>
<p style="text-align: center;"><a href="http://dambusting.com/blog/wp-content/uploads/2010/05/SitesTabShowingFavicon.jpg"><img class="size-full wp-image-109 aligncenter" title="SitesTabShowingFavicon" src="http://dambusting.com/blog/wp-content/uploads/2010/05/SitesTabShowingFavicon.jpg" alt="Cumulus Sites in Firefox showing the Tomcat Favicon" width="348" height="114" /></a></p>
<p>This little picture to the left of the &#8220;Cumulus Sites&#8221; page title is called a &#8220;<strong>Favicon</strong>&#8221; and if you look really closely at this one you will see that is actually a 16 by 16 pixel picture of a tom cat. Why a tom cat? Because the web server that comes with the Cumulus web  clients is <a title="Apache Tomcat web site" href="http://tomcat.apache.org/">Apache  Tomcat</a> and this is its logo.</p>
<p style="text-align: center;"><a href="http://dambusting.com/blog/wp-content/uploads/2010/05/TomcatLogo.jpg"><img class="size-full wp-image-110 aligncenter" title="TomcatLogo" src="http://dambusting.com/blog/wp-content/uploads/2010/05/TomcatLogo.jpg" alt="Apache Tomcat logo" width="137" height="109" /></a></p>
<p>Not everybody wants to have a tom cat icon associated with their web site. It would be better to have a <strong>favicon </strong>that reflects either your company brand or the purpose of the site. So how can you change it?</p>
<p>There are a number of ways to have your own custom favicon but in order to choose the right approach I&#8217;ll need introduce you to the slightly arcane world of favicons.</p>
<p>Favicons were originally invented by Microsoft as a way of visually tagging web sites in the &#8220;Favorites&#8221; list of their Internet Explorer web browser. Hence the name <strong>Fav</strong>-<strong>Icon</strong>. Competing browsers followed suit and effectively adopted this as a pseudo standard. With the advent of the &#8220;tabbed&#8221; user interface the browsers then started putting the favicon on the page tab as well as using it in other places where the site name is displayed &#8211; like the history list, address bar and so on.</p>
<p><a title="World Wide Web Consortium" href="http://www.w3.org/">W3C</a> subsequently produced an &#8220;official&#8221; standard for favicons, but only the later browser versions support it completely and Microsoft is still going its own way. This has practical ramifications. For example the W3C standard allows you to use GIF, JPEG, PNG or the Microsoft proprietary <a title="ICO file format" href="http://en.wikipedia.org/wiki/ICO_%28file_format%29">ICO format</a> for the favicon image file with an expressed preference for the open standards <a title="PNG file format" href="http://en.wikipedia.org/wiki/PNG_format">PNG</a> format. But if you want it to work on Microsoft browsers you need to stick with the ICO format, which is fortunately still supported by the other major browsers as well.</p>
<p style="text-align: justify;">So the first thing you will need to do is produce a 16 x 16 image file in the ICO format. To avoid possible rendering problems on older browsers make sure it has no more than 256 colors. There are lots of commercial and open source programs that you can use and there are even some handy web-based solutions like this <a title="Web bases Favicon editor" href="http://www.favicon.cc/">one</a>. The browsers also support multi-resolution favicons that look better when a bigger icon is needed such as iPhone links or desktop icons. There is a good article on how to create multi-resolution favicons <a title="Article on creating multi-resolution favicon" href="http://egressive.com/tutorial/creating-a-multi-resolution-favicon-including-transparency-with-the-gimp">here</a>.</p>
<p style="text-align: justify;">Now you have your ICO file, where do you put it? The original Microsoft approach was to simply call the file <em><strong>favicon.ico</strong></em> and put it at the top of the site so that it appears just after the host name in the URL, for example <a title="Microsoft Favicon" href="http://www.microsoft.com/favicon.ico" target="_blank">http://www.microsoft.com/favicon.ico</a> If you open this URL in your web browser you should see the current Microsoft favicon that appears throughout their site.</p>
<p style="text-align: justify;">While W3C tries to discourage it for various reasons this method is still part of the standard and, importantly, seems to be well supported by all the major browsers. This is in fact the way that the Tomcat favicon is delivered so replacing Tomcat&#8217;s standard favicon with your own is the simplest way to change it. So how do we make this happen?</p>
<p style="text-align: justify;">Assuming you have access to the server where your Cumulus web site is installed you need to find your way to the Tomcat directory. Assuming you have the the standard &#8220;stand-alone&#8221; installation this will be under the directory where you installed Cumulus Sites or Cumulus Web Client. For example in a Windows installation of the current version of Sites the default location is:<br />
C:\Program Files\Canto\Cumulus Sites\apache-tomcat-6.0.20</p>
<p style="text-align: justify;">Under this directory you will find the &#8220;<strong>webapps</strong>&#8221; folder in which the &#8220;Web Applications&#8221; are kept. If you aren&#8217;t familiar with Tomcat or similar <a title="Wikipedia web container article" href="http://en.wikipedia.org/wiki/Web_container">web containers</a> the concept of a web application (or <em>web app</em>) can be a little confusing, but essentially each <em>web app</em> represents a self contained web process and its web pages are contained within single sub-folder under <strong>webapps</strong>.</p>
<p style="text-align: justify;">You may not be interested in the gory details so let me cut to the chase right away and say that the file you need to replace is called <strong>favicon.ico</strong> in the <strong>webapps/ROOT</strong> folder. In the next section I&#8217;ll explain a bit more about what is going on.</p>
<p style="text-align: justify;">Assuming you haven&#8217;t changed your Tomcat set up you will see that there are a number of standard web apps  such as <strong>docs</strong>, <strong>manager </strong>and <strong>examples</strong> as well as your Cumulus web app, which will usually be called <strong>Sites </strong>or <strong>CumulusE</strong>. To the web browser each web app represents a top level &#8220;path&#8221; within your site. To understand what I mean I suggest you open your current Sites site in your web browser in a separate window, and then replace the word <strong>Sites </strong>and everything afterwards with the word <strong>docs </strong>or <strong>manager </strong>or <strong>examples </strong>and see what appears in your browser. Assuming that you haven&#8217;t removed those web apps, and they aren&#8217;t being blocked by an interposed web proxy then you will be able to view their content.</p>
<p style="text-align: justify;">Now try removing the whole path from the URL so that you only see the server name and possibly the port number. For example: <strong>http://myserver.com:8080/</strong> You are now looking at the content from the special <strong>ROOT </strong>web app. This is why changing the favicon.ico in this folder changes the favicon for the site. Try loading the favicon from your site using something like <strong>http://myserver.com:8080/favicon.ico </strong>This is a good way to check if you have correctly updated your <strong>favicon.ico</strong> file.</p>
<p style="text-align: justify;">It can sometimes be quite frustrating checking that your favicon change has actually worked. The first thing to do is run the test mentioned above to make sure the new file is actually being delivered. If it hasn&#8217;t changed then try forcing an update by hitting <strong>ctrl+F5</strong>. If this doesn&#8217;t fix it you may need to clear your browser cache and restart your browser &#8211; which I&#8217;m guessing in this case is probably Internet Explorer. Another possibility is that you are accessing the site through a proxy server which is mistakenly caching the image, in which case you could try running the browser on the same machine that Tomcat is running on.</p>
<p style="text-align: justify;">Having checked that the new favicon.ico is being delivered correctly you can then check if your browser is correctly displaying the new favicon for your site. One thing to watch out for here is that for older versions of Internet Explorer you actually need to put the site into your Favorites list before the favicon is picked up. If your browser doesn&#8217;t show the favicon then try clearing the cache and restarting the browser again. You might even feel the need to restart Tomcat but unless there is some strange web proxy set-up this probably won&#8217;t make a difference.</p>
<p style="text-align: justify;">Assuming you have got your new favicon working and you are happy with the result you can sign off now. If however you are having problems, or if you are wanting to look at doing it the way that is recommended by W3C then the following may be of interest.</p>
<p style="text-align: justify;">One problem with having a single favicon for the whole site is that it&#8217;s the same for all the different web pages or &#8220;resources&#8221; within that site. This is particularly a problem for Tomcat because individual web apps, which may have quite different functions, look to the browser like they all part of the same web site. Another problem is that in order to enhance performance Tomcat is often &#8220;front-ended&#8221; by a proxy server that hides away the ROOT directory and any non-public web apps. For these reasons it&#8217;s worth knowing that there is another way of setting up your favicon.ico. To do this you need to make changes to the HTML code in your site. If you don&#8217;t feel comfortable doing this, or the description below doesn&#8217;t make sense to you, then you may wish to enlist the help of a web expert.</p>
<p style="text-align: justify;">The article pointed at by this <a title="W3C 2005 favicon article" href="http://www.w3.org/2005/10/howto-favicon">link</a> shows you W3C&#8217;s recommended method. Firstly they suggest adding a &#8220;profile&#8221; parameter to the <strong>head </strong>tag so that it looks like this:</p>
<pre><code>&lt;head <strong>profile="http://www.w3.org/2005/10/profile"</strong>&gt;</code></pre>
<p style="text-align: justify;">In practise I have found that this change to the &lt;head&gt; tag isn&#8217;t necessary, but it doesn&#8217;t seem to do any harm.</p>
<p style="text-align: justify;">W3C then say you need add a <strong>link</strong> tag in the head section that contains a <strong>rel </strong>parameter that points to your favicon file. Here is the example they suggest:</p>
<pre><code><strong><strong>&lt;</strong></strong>link <strong><strong>rel="icon" type="image/png" href="/myicon.png" /&gt;</strong></strong></code></pre>
<p style="text-align: justify;">Note that W3C are here suggesting a PNG file for the favicon, but as I said before, to be compatible with Microsoft browsers you really need to use an ICO file. The trick in changing from PNG to ICO format is to make sure you use the correct MIME type, which for Microsoft ICO format is &#8220;vnd.microsoft.icon&#8221;. Your link tag should therefore look something like this:</p>
<pre><code><strong><strong>&lt;</strong></strong>link <strong><strong>rel="icon"
      type="image/vnd.microsoft.icon"
      href="/myicon.ico" /&gt;</strong></strong></code></pre>
<p style="text-align: justify;">Note that the href parameter can be either an absolute or relative href. In the example above the favicon will be the file <strong>myicon.ico</strong> at the root of the web site. Alternatively an absolute href may be of value if you want to always use your company&#8217;s approved favicon, for example:</p>
<pre><code><strong><strong>&lt;</strong></strong>link <strong><strong>rel="icon"
      type="image/vnd.microsoft.icon"
      href="http://mycompany.com/</strong></strong></code><code><strong><strong><strong><strong>myicon.ico</strong></strong></strong></strong></code><code><strong><strong>" /&gt;</strong></strong></code></pre>
<p style="text-align: justify;">For the purpose of having a different favicon for each Tomcat web app the best approach is to use an href that is relative to the &#8220;page&#8221; being delivered, for example:</p>
<pre><code><strong><strong>&lt;</strong></strong>link <strong><strong>rel="icon"
      type="image/vnd.microsoft.icon"
      href="images/myicon.ico" /&gt;
</strong></strong></code></pre>
<p style="text-align: justify;">Before we talk about how to achieve this in Cumulus Sites there&#8217;s just one more thing you need to know. It seems that the <strong>rel=&#8221;icon&#8221;</strong> parameter isn&#8217;t understood by the Microsoft browsers. They prefer to see<strong> rel=&#8221;shortcut icon&#8221;</strong>. So in order to stay standards compliant but still keep Microsoft happy I suggest including two link tags, one for each version as I&#8217;ll show you below.</p>
<p style="text-align: justify;">Well, that&#8217;s the general favicon theory out of the way, now we are going to look at customizing your Cumulus Sites web app so that it has its own separate favicon. You could if you wish zip up the resulting web app to make a &#8220;war&#8221; file that you can deploy on a different Tomcat server and it will retain its favicon.</p>
<p style="text-align: justify;">Customizing Cumulus Sites is a big topic, and I&#8217;ll try to cover it in more detail in later blog posts, but if you follow the instructions below you should be able to make the changes you need.</p>
<ol>
<li>You need to have opened your Sites web site at least once to ensure that the <strong>Sites.war</strong> file has been unpacked into the webapps folder.</li>
<li>If you have already made changes I suggest you take a back up of your Sites directory in case you need to revert back. If you haven&#8217;t made changes then the<strong> Sites.war</strong> file will still contain the original web site.</li>
<li>If you haven&#8217;t done so already then rename or move away your <strong>Sites.war</strong> file to ensure that your changes don&#8217;t get accidentally reverted back.</li>
<li>Inside the Sites <strong>webapp </strong>folder you will find a sub-folder called <strong>customizations</strong>. Inside that folder there is another folder called <strong>original </strong>- this is where the &#8220;factory default&#8221; web files are found.</li>
<li>Create another sub-folder under <strong>customizations</strong>, effectively making a sibling with <strong>original</strong>. It doesn&#8217;t matter what you call it, but for the sake of this example let&#8217;s call it <strong>mychanges</strong></li>
<li>Copy<strong> </strong>your favicon file into your <strong>mychanges </strong>folder. I suggest you call it <strong>fav.ico<br />
</strong></li>
<li>Copy the file <strong>sites.jspx</strong> from <strong>customizations</strong> to <strong>original</strong> and open <em>the copy </em>in a text editor and make the following changes.</li>
<li>Search for the &lt;head&gt; tag and add the profile parameter as shown above.</li>
<li>Add the following two lines after the &lt;head&gt; tag:</li>
</ol>
<pre><code>&lt;link rel="icon" type="image/vnd.microsoft.icon"
    href="fav.ico" /&gt;</code><code>
&lt;link rel="shortcut icon" type="image/vnd.microsoft.icon"
    href="fav.ico" /&gt;</code></pre>
<p style="text-align: justify;">Finally restart your Tomcat server and test to see if your favicon has changed.  If not then you may need to try clearing your browser cache as described earlier in this post.</p>
<p>Further reading:</p>
<ul>
<li>http://en.wikipedia.org/wiki/Favicon</li>
<li>http://www.w3.org/2005/10/howto-favicon</li>
<li>http://egressive.com/tutorial/creating-a-multi-resolution-favicon-including-transparency-with-the-gimp</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://dambusting.com/blog/2010/05/add-a-custom-favicon-to-cumulus-sites/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Keeping track of thumbnail dimensions</title>
		<link>http://dambusting.com/blog/2010/04/keeping-track-of-thumbnail-dimensions/</link>
		<comments>http://dambusting.com/blog/2010/04/keeping-track-of-thumbnail-dimensions/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 23:17:30 +0000</pubDate>
		<dc:creator>Buster</dc:creator>
				<category><![CDATA[Cumulus tips]]></category>
		<category><![CDATA[Metadata]]></category>

		<guid isPermaLink="false">http://dambusting.com/blog/?p=3</guid>
		<description><![CDATA[Sometimes it&#8217;s useful to know the width and height of the thumbnails that Cumulus creates from your assets, and maybe even be able to search and sort on those dimensions.
The way to achieve this is not well known, and doesn&#8217;t appear to be documented, but it is very easy to do.  You only have to [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes it&#8217;s useful to know the width and height of the thumbnails that Cumulus creates from your assets, and maybe even be able to search and sort on those dimensions.</p>
<p>The way to achieve this is not well known, and doesn&#8217;t appear to be documented, but it is very easy to do.  You only have to add two extra metadata fields called <strong>Thumbnail Height</strong> and <strong>Thumbnail Width</strong> then when Cumulus creates or updates the thumbnail, it will automatically store the dimensions in those fields for you.</p>
<p>Here is how you add the extra metadata fields:</p>
<ol>
<li>Open your Cumulus desktop client</li>
<li>To make sure you have the necessary privileges I suggest you log in as the Cumulus administrator</li>
<li>Open your catalog</li>
<li>From the main menu select <strong>Edit</strong>-&gt;<strong>Preferences</strong></li>
<li>Select <strong>Catalog Settings</strong> in the left hand pane of the Preferences window</li>
<li>Make sure your catalog is the one showing in the <strong>Catalog </strong>pick list at the top</li>
<li>Choose the <strong>Record Fields</strong> tab and click <strong>Add Field</strong></li>
<li>Open the <strong>Fields </strong>tab in the <strong>Add Field</strong> window (it may already be open for you)</li>
<li>Select both the <strong>Thumbnail Height</strong> and <strong>Thumbnail Width</strong> fields using <strong>ctrl+click</strong></li>
<li>Click <strong>OK </strong>in the <strong>Add Field</strong> window</li>
</ol>
<p><strong>Possible gotcha: </strong>It&#8217;s really important to select the predefined fields from the <strong>Fields </strong>tab in the <strong>Add Field</strong> window. If you simply create some custom fields with the same names it won&#8217;t work.</p>
<p>Remember that Cumulus only sets the values in these fields when creating or updating the thumbnail, so if you already have records in your catalog you will need to &#8220;update&#8221; the records as described below:</p>
<ol>
<li>Make sure all of your records appear in your current collection by turning off any filters and selecting <strong>Find</strong>-&gt;<strong>Find All </strong>from the main menu.</li>
<li>Click just one of the records to select it and then select all the records using <strong>Edit</strong>-&gt;<strong>Select All</strong> from the main menu</li>
<li>Select <strong>Metadata</strong>-&gt;<strong>Update records</strong>-&gt;<strong>Update now (incl. Contained Assets)</strong> from the main menu</li>
<li>If you have multiple Asset Handling Sets configured you will then get a pop up window offering you a selection. You will then need to select the one that you want to use and click <strong>OK</strong></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://dambusting.com/blog/2010/04/keeping-track-of-thumbnail-dimensions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Understanding the Category Search</title>
		<link>http://dambusting.com/blog/2010/04/understanding-the-category-search/</link>
		<comments>http://dambusting.com/blog/2010/04/understanding-the-category-search/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 07:58:39 +0000</pubDate>
		<dc:creator>Buster</dc:creator>
				<category><![CDATA[Cumulus tips]]></category>
		<category><![CDATA[Metadata]]></category>
		<category><![CDATA[Category Search]]></category>
		<category><![CDATA[Search Preferences]]></category>

		<guid isPermaLink="false">http://dambusting.com/blog/?p=70</guid>
		<description><![CDATA[To get the most out of Cumulus categories you need to understand the "Category Search". This article seeks to explain how it works and what it can do for you.]]></description>
			<content:encoded><![CDATA[<p>After writing my earlier blog posts about Cumulus categories, I&#8217;d like to elaborate a bit more about the concept of a &#8220;category search&#8221;.</p>
<p>In Cumulus-speak the term &#8220;<strong>Category Search</strong>&#8221; usually refers to searching for records that are associated with one or more categories. Not to be confused with searching <em>for </em>categories in the category tree.</p>
<p>As I mentioned in my earlier <a href="../2010/03/categories-and-records/">article</a> <em>&#8220;Categories are not folders and records are not files&#8221;</em> you can perform a Category Search in the Cumulus client by simply double-clicking on a category in the category tree. This will replace the current collection (i.e. the records that appear in the collection pane on the right hand side) with a new collection containing the records that are <em>associated with</em> that category.</p>
<p>But what exactly is meant by <em>associated with</em>? I mentioned in my earlier article that records can be &#8220;assigned to&#8221; one or more categories. So one form of association is this type of assignment. But there is more to it than that.</p>
<p>Unless you have changed the default search settings you will find that when you perform a category search it will also return records that are assigned to any sub-categories, and any of their sub-categories and so forth. In other words it returns records associated with any category in <em>that branch</em> of the category tree.</p>
<p>For example if you have a category tree that looks like this:</p>
<pre style="padding-left: 30px;">animal
-&gt; arthropod
  -&gt; insect
  -&gt; spider
-&gt; mammal
-&gt; reptile</pre>
<p>If you perform a <em>Category Search</em> by double-clicking on the &#8220;<strong>arthropod</strong>&#8221; category the results will contain all records associated directly with that category, plus all of the records associated with the <strong>insect </strong>and <strong>spider </strong>categories. If you perform the search on &#8220;<strong>animal</strong>&#8221; then any record associated with any of the above categories would be included in the search results.</p>
<p>In most cases,  particularly when the category tree represents an &#8220;is a&#8221; hierarchy, this make perfect sense and most people find this behaviour very intuitive.  However, Cumulus<em> is not guaranteed</em> to behave like this. This behaviour is in fact configurable on a per-user basis, by either the user themselves (if they have the necessary permissions) or by a Cumulus administrator.</p>
<p>To better understand this let&#8217;s take a look at how it is configured. Please open a catalog in your Cumulus desktop client and then select <strong>Edit</strong>-&gt;<strong>Preferences</strong> from the main menu. Select &#8220;<strong>User Settings</strong>&#8221; from the list at the left of the Preferences window, then select &#8220;<strong>Search &amp; Sort</strong>&#8221; and your Preferences window should look something like this:</p>
<div id="attachment_81" class="wp-caption aligncenter" style="width: 471px"><a href="http://dambusting.com/blog/wp-content/uploads/2010/01/ScreenShot165.jpg"><img class="size-full wp-image-81  " title="Default Search &amp; Sort settings" src="http://dambusting.com/blog/wp-content/uploads/2010/01/ScreenShot165.jpg" alt="Default Search &amp; Sort settings" width="461" height="241" /></a><p class="wp-caption-text">Default Search &amp; Sort settings</p></div>
<p>Take a look at the section in the middle that says &#8220;<strong>Category Search Also Finds Records of</strong>&#8221; and notice that the check box that says &#8220;<strong>Categories Below the Selected</strong>&#8221; is ticked by default. If you were to un-tick this it would change Cumulus&#8217; search behaviour such that only records that are directly assigned to the selected category would be returned. Why not give this a try and see what happens?</p>
<p>You may be puzzling over the other check box that says &#8220;<strong>and Related Categories</strong>&#8220;. I plan to do a separate article on <em>related categories</em> so I won&#8217;t say too much about that just now. If you can&#8217;t wait until then I suggest you look under &#8220;Category Types&#8221; in your Cumulus client user guide.</p>
<p>Have you figured out what is meant by the check box that says &#8220;<strong>Categories Above the Selected</strong>&#8220;? At first this seems a bit confusing but it just means that the search results will also include all records that are directly associated with any parent (or ancestor) category. Remember that it only includes the <em>directly associated</em> records, not those in subcategories of the ancestors.</p>
<p>Did you notice the icons to the right of the check boxes? One of these icons appears at the top of the category pane to let you know which is the actual rule that will apply when you do a category search. This icon (at the top of the category pane) also provides a shortcut to the &#8220;Search &amp; Sort&#8221; preferences. It&#8217;s called the &#8220;<strong>Search Compass</strong>&#8220;. Click it and see what happens.</p>
<p>Let&#8217;s turn our attention to the section above entitled &#8220;<strong>Category List Search Finds Records</strong>&#8220;. To understand what these options mean you need to understand that you can multi-select categories and then perform a Category Search that includes all of them. Give it a try, simply hold down the <strong>Ctrl</strong> key while clicking to multi select the categories and then release the <strong>Ctrl </strong>key and double-click one of the selected categories.</p>
<p>So what is going on here?</p>
<p>Well, if you selected the default &#8220;<strong>Matching At Least One Selected Category</strong>&#8221; option the results would include all records associated with all  selected categories. Computer programmers think of this as an &#8220;<strong>or</strong>&#8221; search, meaning it returns records that match on once category <strong>or </strong>another.</p>
<p>If you instead selected &#8220;<strong>Matching All Selected Categories</strong>&#8221; the results would only include records that are associated with <em>each and every</em> selected category. Programmers think of this as an &#8220;<strong>and</strong>&#8221; search, meaning that it returns only those records that appear in each category <strong>and </strong>each of the others as well. If you think about it this type of search can never return more records than the &#8220;<strong>or</strong>&#8221; search for the same set of categories, and will usually return fewer.</p>
<p>The best way to understand this is with an example. Let&#8217;s imagine that we have a catalog that contains records that represent images of animals and that these records are associated with the categories listed above in accordance with the animals they represent. Further imagine that some images depict more than one type of animal, and are therefore associated with more than one category.</p>
<p>How do you discover, say, images that contain <em>both </em>insects and mammals? In this case you would use the &#8220;<strong>and</strong>&#8221; search as described above for the selected categories &#8220;<strong>insect</strong>&#8221; and &#8220;<strong>mammal</strong>&#8220;, thus ensuring that you only see records that are associated with both categories.</p>
<p>By contrast how do you discover images that contain <em>either </em>insects or mammals? That&#8217;s right, in this case you would use the &#8220;<strong>or</strong>&#8221; search &#8211; which is in fact the default search mode.</p>
<p>Until next time!</p>
]]></content:encoded>
			<wfw:commentRss>http://dambusting.com/blog/2010/04/understanding-the-category-search/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Categories: What use are they?</title>
		<link>http://dambusting.com/blog/2010/04/categories-what-use-are-they/</link>
		<comments>http://dambusting.com/blog/2010/04/categories-what-use-are-they/#comments</comments>
		<pubDate>Fri, 02 Apr 2010 23:14:55 +0000</pubDate>
		<dc:creator>Buster</dc:creator>
				<category><![CDATA[Cumulus tips]]></category>
		<category><![CDATA[Metadata]]></category>

		<guid isPermaLink="false">http://dambusting.com/blog/?p=19</guid>
		<description><![CDATA[Categories in Cumulus are often misunderstood and poorly utilised. This article shows how they can speed up data entry, avoid confusion, and help you locate your assets faster with less fuss.]]></description>
			<content:encoded><![CDATA[<p>A very powerful, but much misunderstood, feature of Canto Cumulus is the concept of <strong>categories</strong>.</p>
<p>In my most recent <a title="Dambusting blog post - Categories are not folders and records are not files" href="../2010/03/categories-and-records/" target="_blank">blog post</a> on categories and records I spoke about how categories resemble folders. How for example they are organised like folders into a hierarchy that Canto calls the <strong>Category Tree</strong> and how you can associate Cumulus records with them. I also showed how thinking about categories as being like folders is ok when you first start out, but will very quickly cause confusion and is to be avoided. I also spoke a bit about what Categories are in a technical sense, but I didn&#8217;t discuss what they can actually be used for, so I&#8217;ll make up for that now!</p>
<p>Let&#8217;s start with a working definition:</p>
<blockquote>
<p style="padding-left: 30px;">The word &#8220;<strong>category</strong>&#8221; in Cumulus refers to a named entity that can be associated with one or more Cumulus records for the purpose of tagging them for future search and retrieval.</p>
</blockquote>
<p>Don&#8217;t worry if this doesn&#8217;t make complete sense just now as I&#8217;ll talk more about it below.</p>
<p>One way to get a &#8220;bead&#8221; on categories is to think of them as <em>structured keywords</em>. So let&#8217;s talk a bit about keywords.</p>
<p>You may already be familiar with the concept of keywords, which are essentially words and phrases that describe a digital asset. Typically a digital asset will be described by a number of keywords. You may even know that a keywords <em>metadata </em>field, courtesy of standards like IPTC and EXIF is embedded in various asset file types and can be edited with asset authoring tools like Photoshop. To save you from having to copy it manually, Cumulus can extract that information from the asset and put it into a special &#8220;Keywords&#8221; record field for you, and that you can then edit that field to add, remove or amend the keywords that it contains. You can then perform searches on the Keywords field so you can find records in Cumulus, and hence your digital assets.</p>
<p>For many DAM systems, this is as far as keywords go, and new Cumulus users sometimes think that being able to edit and search for them is all they need. But there are problems with this approach, as expressed by the following questions:</p>
<ul>
<li>What if you misspell a keyword, or decide that it should be replaced with another keyword? Using a simple Keywords field as described above you would need to visit every record containing that keyword and manually edit each keywords field.</li>
<li>What if you want to use a &#8220;controlled vocabulary&#8221; so that only approved keywords are used?</li>
<li>How do you differentiate between homonyms, for example &#8220;ball&#8221; the sphere and &#8220;ball&#8221; the dance?</li>
<li>How do you capture and represent relationships between keywords, for example how do you express that keyword &#8220;Accord&#8221; refers to a type of car, specifically a model of car by Honda?</li>
</ul>
<p>Cumulus categories solve these problems, and more. Let me show you how.</p>
<p>Open up a test catalog in your Cumulus client, for example the <strong>Sample Catalog</strong> that comes with Cumulus. We aren&#8217;t going to make many changes, but may want to make a backup of this catalog in case you want to restore it back to it&#8217;s original state later.</p>
<p>Take a look at the <strong>Category Pane</strong>, which is usually visible on the left hand side of the Cumulus client. If you can&#8217;t see it you may need to make it visible by selecting <strong>View</strong>-&gt;<strong>Workspace</strong>-&gt;<strong>Category Pane</strong> from the main menu.</p>
<p>Unless your Cumulus administrator has deliberately hidden them away from you, you will notice a number of tabs at the top of the Category Pane. These tabs represent what Canto calls the <strong>Master </strong>categories. If you click the <strong>All </strong>tab you will see them all listed underneath the catalog name as <strong>$Categories</strong>, <strong>$Keywords</strong> and <strong>$Sources</strong>. If you are using the &#8220;Enterprise&#8221; version of Cumulus there could even be more of them. I&#8217;ll write another blog article to explain fully the significance of these Master categories, but it&#8217;s not really necessary for you to understand them now, and for the purpose of this exercise we will just ignore them.</p>
<p>Create a couple of categories by right clicking the catalog name in the Category Pane and selecting <strong>New Category</strong> from the pop-up context menu. Name them for some common colours, say &#8220;<strong>Red</strong>&#8221; and &#8220;<strong>Blue</strong>&#8220;.</p>
<p>Now find some records of images that have something red in them and associate them with the category &#8220;<strong>Red</strong>&#8220;. <em>Remember you can associate records with categories very simply using drag-and-drop.</em> Then do the same for the &#8220;<strong>Blue</strong>&#8221; category. If you have images that contain both red and blue you can associate them with both of the categories.</p>
<p>Did you notice how easy and fast it was to tag the records with the &#8220;keywords&#8221; <strong>Red </strong>and <strong>Blue </strong>in this manner and that regardless of how often you tagged a record you only had to type each keyword once? Isn&#8217;t that better than typing the keyword in every time you wanted to make a tag. You&#8217;ve also avoided making typos, and what&#8217;s more you have a ready-made <em>controlled vocabulary</em> that helps to ensure data entry consistency.</p>
<p>Now what if you later decide that you shouldn&#8217;t really start your keywords with capital letters unless they are proper nouns? With Cumulus categories it&#8217;s really easy to make this change because you are only changing it in one place. Feel free to give it a try by changing your new category names to &#8220;<strong>red</strong>&#8221; and &#8220;<strong>blue</strong>&#8220;. To do this just click the name once, wait for a second and click it again, then you can then edit it.</p>
<p>What about creating relationships between &#8220;keywords&#8221;? This is where the &#8220;tree&#8221; part of <strong>Category Tree</strong> comes in, meaning that you can create sub-categories under categories, and even sub-categories under sub-categories. Let&#8217;s give it a go.</p>
<p>Create a new category called &#8220;<strong>color</strong>&#8220;, then make your <strong>red</strong> and <strong>blue</strong> categories become sub-categories of <strong>color</strong>. You do this by simply dragging and dropping the categories, a bit like rearranging folders on your computer. By doing this you will have created a simple tree that looks like this:</p>
<pre style="padding-left: 30px;">color
-&gt; red
-&gt; blue</pre>
<p>In this case the <strong>color </strong>category is used to indicate what is meant by <strong>red </strong>and <strong>blue</strong>, and in doing so can help you differentiate between keywords that are homonyms, being words that have the same spelling but different meanings. For example the word &#8220;<strong>blue</strong>&#8221; could also mean &#8220;<strong>sad</strong>&#8220;, and you could differentiate the meaning by having them in separate branches of the category tree, for example the other branch could be:</p>
<pre style="padding-left: 30px;">feelings
-&gt; happy
-&gt; blue</pre>
<p>But what if you wanted to represent a synonym, being a word that means the same but has a different spelling? For example what if you wanted to have both &#8220;<strong>sad</strong>&#8221; and &#8220;<strong>blue</strong>&#8220;. Well, the category tree supports that, but it involves an advanced concept called &#8220;<strong>Related Categories</strong>&#8221; and that I&#8217;ll cover those in a future blog article.</p>
<p>Arranging your keywords hierarchically like this not only helps you during data entry by indicating the correct categories to associate with your records, it also helps you when searching for records by letting you browse the category tree for the right keyword before performing your category search.</p>
<p>If you are already familiar with Cumulus or if you have read my earlier <a title="Dambusting blog post - Categories are not folders and records are not files" href="../2010/03/categories-and-records/" target="_blank">blog post</a><a title="Dambusting blog post - Categories are not Folders and Records are not Files" href="../2009/12/categories-and-records/" target="_blank"></a> you will know that a <strong>category search</strong> can also find records in associated categories. By default if you perform a search on a category, <em>e.g. by simply double-clicking it in the category tree</em>, the search result will include all records associated with its sub-categories. For example if you wanted to fine tune your keywords to</p>
<pre style="padding-left: 30px;">color
-&gt; red
  -&gt; magenta
  -&gt; puce
-&gt; blue
  -&gt; indigo
  -&gt; sky blue</pre>
<p>This way when you do a category search by double-clicking <strong>red</strong> you will also<sup>†</sup> get the records that are associated with the sub-categories  <strong>magenta</strong> and <strong>puce</strong> as well as those that are associated directly with <strong>red</strong>.</p>
<p><strong>† note:</strong> This assumes you have not changed your <strong>User settings</strong> in Cumulus to make the category search not include the records that are attached to the sub-categories.</p>
<p>I think that&#8217;s enough to think about for now. There&#8217;s more to learn about categories, so watch this space in the New Year.</p>
<p>In the meantime &#8211; all the best for the festive season!</p>
<p>Further reading:</p>
<ul>
<li>In your Cumulus &#8220;Client User Guide&#8221; check out those sections covering &#8220;Categories&#8221; and &#8220;Collections&#8221;</li>
<li>Look on the Canto web site for tutorials about Cumulus categories. At the time of writing there is a good one <a href="http://www.canto.com/en/docs/exploring/Exploring-Categories.pdf">here</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://dambusting.com/blog/2010/04/categories-what-use-are-they/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Categories are not folders and records are not files</title>
		<link>http://dambusting.com/blog/2010/03/categories-and-records/</link>
		<comments>http://dambusting.com/blog/2010/03/categories-and-records/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 11:51:35 +0000</pubDate>
		<dc:creator>Buster</dc:creator>
				<category><![CDATA[Cumulus tips]]></category>
		<category><![CDATA[Metadata]]></category>

		<guid isPermaLink="false">http://dambusting.com/blog/?p=10</guid>
		<description><![CDATA[It&#8217;s a common misconception for new Cumulus users to equate Cumulus categories with folders, and Cumulus records with files. This is because at first glance they seem to look and work like the folders and files in your computer&#8217;s file system. Here are the similarities that tend to make you think this way:
(note that the [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s a common misconception for new Cumulus users to equate Cumulus categories with folders, and Cumulus records with files. This is because at first glance they seem to look and work like the folders and files in your computer&#8217;s file system. Here are the similarities that tend to make you think this way:</p>
<p><em>(note that the references to &#8220;file manager&#8221; below can be taken to mean either the Windows File Explorer or the Mac File Manager)</em></p>
<ol>
<li>Cumulus categories are arranged into a hierarchy, or &#8220;tree&#8221;, in the same manner as folders in the file system</li>
<li>The category tree is depicted in the left hand pane of the Cumulus client much like the folders in your file manager</li>
<li>You can re-arrange the categories using drag-and-drop similar to rearranging folders in your file manager</li>
<li>The Cumulus records (representing the assets) appear in the right hand pane of the Cumulus client &#8211; just like files do in your file manager</li>
<li>You can attach a Cumulus record to a category using drag-and-drop in the same way that files are attached to folders in your file manager</li>
<li>When you double click a category in the category tree the records that are attached to that category appear in the right hand pane, just like files do when you double click a folder in your file manager</li>
</ol>
<p>Canto probably made it work like this because it&#8217;s very intuitive for anybody who has used a file manager, and these days that&#8217;s pretty much anyone who has used a computer. This <em>file/folder metaphor</em> certainly means you can be up and running with categories and records right away, but therein lies the trap!</p>
<p>The problem is, that if you keep thinking of categories <em>as folders</em> and records <em>as files </em>you will:</p>
<ul>
<li>Not understand the subtle relationship between records and the assets they represent, and&#8230;</li>
<li>Not understand the full power of categories, which are one of the great design features of Cumulus, and worse still&#8230;</li>
<li>You will get frustrated with the product when things don&#8217;t work quite the way you expect</li>
</ul>
<p>For example, the record=file misconception causes great confusion when it comes to deleting. In your file manager you will be used to using the <strong>delete </strong>key to delete files, but if you are new to Cumulus and try this you will get a very perplexing &#8220;surprise&#8221;. Here a simple scenario that shows what I mean.</p>
<ol>
<li>Open a Cumulus catalog that has some records that are already associated with categories. The <strong>Sample Catalog</strong> that comes with Cumulus will do.</li>
<li>Double click on one of the categories so that the associated records appear in the right hand pane. (A new user will think of this as opening a &#8220;folder&#8221; with the records that are &#8220;in&#8221; that folder appearing in the right hand pane.)</li>
<li>Select one or more records and hit &#8220;delete&#8221;</li>
<li>Notice that the records have disappeared &#8211; in the same way that files disappear when you delete them in your file manager</li>
</ol>
<p>At this point the new user will erroneously think that they have successfully deleted the records, they may even think they have deleted the actual asset files that the records represent. Neither of which is right.</p>
<p>Continuing the above scenario, double click once more on the category you chose before, and see that the &#8220;files&#8221; (actually records) have reappeared. A new user would be very perplexed by this and may even be inclined to think that there is something wrong with the product.</p>
<p>Another possible source of confusion, though for some reason new users don&#8217;t have the same <em>&#8220;what the heck?&#8221;</em> reaction to this, is that when you double click on a category it doesn&#8217;t show only the records that have been attached to that category. Let&#8217;s try another scenario to illustrate this:</p>
<ol>
<li>Open up a test catalog. Use the Sample Catalog again if you don&#8217;t mind the fact that you will be messing with it.</li>
<li>Create a new category &#8211; call it &#8220;A&#8221;, and then a sub-category under it &#8211; call it &#8220;B&#8221; (A new user will think of this as creating a folder and a sub-folder)</li>
<li>Associate some records with category &#8220;A&#8221; and then associate some different records with category &#8220;B&#8221; (A new user will think of this as putting the records &#8220;in&#8221; those categories)</li>
<li>Double click category &#8220;A&#8221; and notice that not only the records &#8220;in&#8221; that category appear, but also the records &#8220;in&#8221; category &#8220;B&#8221;</li>
</ol>
<p>This does cause some confusion, though most users pretty quickly work out what is happening without having it explained. The folder/file metaphor is so strong however that it seems to survive this experiment unscathed. Probably the new users simply think of this as being like a &#8220;super&#8221; file manager that shows all of the files in all of the sub-folders.</p>
<p>The problem is that what is really happening is that Cumulus is performing a search on the category and displaying the results, and it&#8217;s possible to change the meaning of a &#8220;category search&#8221; in Cumulus such that different sets of results can be returned. For example you can actually configure your Cumulus such that it finds only the directly associated records, though the default behaviour is to show those in subcategories as well. To make things really confusing for new users you can even configure Cumulus such that the search returns all directly associated records, plus those associated with the higher level categories.  To add to the confusion, you can also configure it to include or exclude what are known as &#8220;related categories&#8221;. Configuring the category search and &#8220;related categories&#8221; deserves a separate blog entry, but the point I want to make here is that these more advanced concepts will be hard to grasp if you get stuck in the folder/file metaphor.</p>
<p>Some folks get so caught up in the folder/file metaphor that they miss out on one of the most powerful features in Cumulus, being the ability to associate not only multiple records with a category, but also multiple categories with a record. Stated like that it seems so simple, but many folks struggle to &#8220;get&#8221; it. All too often I see people creating convoluted category trees with the same sub-categories repeated over and over again, simply because they don&#8217;t take advantage of the many-to-many nature of the category/record relationship.</p>
<p>So here are some tips for new users on how to avoid thinking that categories=folders and records=files.</p>
<ol>
<li>Be aware that there can be many Cumulus records created for a single asset file. For example Cumulus can create separate records for the slides inside a Powerpoint presentation, even though there is only one actual Powerpoint asset file.</li>
<li>Don&#8217;t be tempted to use the word &#8220;folder&#8221; when referring to categories.</li>
<li>Don&#8217;t think of records as being &#8220;in&#8221; or &#8220;belonging to&#8221; categories, instead think of them as being &#8220;attached to&#8221;, &#8220;assigned to&#8221; or &#8220;associated with&#8221;</li>
<li>Don&#8217;t think you are &#8220;opening&#8221; a category when you double-click it, instead think of it as doing a &#8220;category search&#8221; and be aware that Cumulus can be reconfigured to perform category searches in different, potentially confusing, ways.</li>
<li>Try creating some many-to-many relationships between categories and records. Experiment with multi-selecting several categories and dragging them onto the records, rather than vice versa.</li>
<li>Experiment with searching for records in multiple categories by multi-selecting several categories before double-clicking.</li>
<li>To get out of thinking that the records in the right hand pane of the Cumulus client represent the files in a folder try running a &#8220;Quicksearch&#8221; and notice that the search results also get placed in the right hand pane. In fact this right hand pane is is really just a collection of records, and there are many ways in which you can modify this collection. That is why in Cumulus terminology it&#8217;s called the &#8220;Collection Window&#8221;.</li>
</ol>
<p>Further reading:</p>
<ul>
<li>In your Cumulus &#8220;Client User Guide&#8221; check out those sections covering &#8220;Categories&#8221; and &#8220;Collections&#8221;</li>
<li>Look on the Canto web site for tutorials about Cumulus categories. At the time of writing there is a good one <a href="http://www.canto.com/en/docs/exploring/Exploring-Categories.pdf">here</a></li>
</ul>
<p>Until next time!</p>
]]></content:encoded>
			<wfw:commentRss>http://dambusting.com/blog/2010/03/categories-and-records/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My new blog</title>
		<link>http://dambusting.com/blog/2010/03/my-new-blog/</link>
		<comments>http://dambusting.com/blog/2010/03/my-new-blog/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 14:58:41 +0000</pubDate>
		<dc:creator>Buster</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[DAM]]></category>
		<category><![CDATA[Digital Asset Management]]></category>

		<guid isPermaLink="false">http://dambusting.com/blog/?p=58</guid>
		<description><![CDATA[Introduction to my blog, and a brief overview of Digital Asset Management.]]></description>
			<content:encoded><![CDATA[<p>I hope you enjoy my new blog about Digital Asset Management or &#8220;DAM&#8221; for short.</p>
<p>I plan to make regular posts about DAM, and in particular the DAM product known as Cumulus from a company called Canto. Why this product in particular? Well it just happens to be the one that I know best, having worked with it now for over 10 years.</p>
<p>Although I do sell services and add-on products for Cumulus I don&#8217;t intend for this to become a forum for spruiking. I hope that you will find the information here genuinely useful. If you find me plugging my own products and services, then please take me to task!</p>
<p>Over the years I&#8217;ve seen a lot of change in the DAM industry, in fact when I first started it wasn&#8217;t even called &#8220;DAM&#8221;, it was called &#8220;MAM&#8221; for &#8220;Media Asset Management&#8221; reflecting the fact that in those days the focus was pretty much on keeping track of things like image files. You&#8217;ll still see the term MAM around, but these days it refers mainly to that subset of Digital Asset Management that focusses on audio, video and rich media content.</p>
<p>These days DAM systems are designed to handle any type of digital file and there is even a degree of overlap with document management systems in the sense that DAM can also help you keep track of document files.</p>
<p>What are DAM systems used for?</p>
<p>In my experience the most common use is to provide some sort of digital library in which a large number of files are stored or managed in such a way as to allow them to be easily found and retrieved. The idea behind this is that it is cheaper to reuse work that is already done, rather than having to do it again. In this scenario the &#8220;users&#8221; of the library tend to access it via a web-based interface, and the librarians tend to use what we call a &#8220;desktop&#8221; application or &#8220;client&#8221; to administer and update the library. It is possible to do the admin and update work via the web, and many systems, including Cumulus support this, but with current technology the quickest and easiest software to use for this is that which runs on your own computer.</p>
<p>Another common use for DAM is to support the creation of digital assets. For example it can support Desktop Publishing in the creation of layout documents with tools like Quark Express and Adobe InDesign. In this case the DAM system helps the graphic designer find the components from the library, and then tracks the use of those components in the layout documents, and also tracks the layout documents themselves.  It can also provide supervisors with the ability to set up and monitor workflows to expedite the creative process. Then when the layout documents are finalised they can be archived back in the library as digital assets in their own right.</p>
<p>There are many other uses as well, including:</p>
<ul>
<li>Brand management &#8211; ensuring that only approved logos and images are used throughout the enterprise</li>
<li>Digital supply chain &#8211; the pushing of digital content such as music and videos to retailers and consumers</li>
<li>License tracking &#8211; tracking the use of and granting of copyright and other rights for licensed assets</li>
<li>Collaboration systems &#8211; supporting the sharing and updating of documents and other digital asset between various users</li>
</ul>
<p>DAM systems can also be integrated with related software such as Web Content Management Systems to provide a single, shared repository of digital assets, rather than each system having its own.</p>
<p>So what do these DAM systems do?</p>
<p>Here&#8217;s what you can expect your DAM system to do for you:</p>
<ol>
<li>Fast and convenient &#8220;ingestion&#8221; functions, by which you can introduce easily assets into the system and have the system extract as much information as possible from the asset itself without you having to type it in</li>
<li>Fast and convenient data entry functions, allowing you to perform updates to many assets at once, and to use techniques such as drag and drop to minimise the amount of typing you need to do</li>
<li>Support for many types of metadata including tect, dates, multi-choice and so forth</li>
<li>Support for metadata standards such as Dublin Core and PBCore</li>
<li>Provision of low res &#8220;copy proxies&#8221; such as thumbnails</li>
<li>Comprehensive search functions to allow you to quickly and easily find the assets again</li>
<li>Control over who has access to the assets and what they can do</li>
<li>Version control of assets, including the ability to track who did what</li>
<li>Various asset delivery options, including web and email</li>
</ol>
<p>Many DAM systems also provide the following:</p>
<ol>
<li>Web based access</li>
<li>Usage tracking and reporting</li>
<li>Approval of requests for assets and their delivery to the requesters</li>
<li>Ability to transcode assets, for example to provide a low res JPEG version of a high res TIFF original</li>
<li>Asset transformation functions, such as image editors</li>
<li>System integration facilities, including things like import/export, and an &#8220;Application Programmers Interface&#8221; or &#8220;API&#8221; to allow access to the internal data and provide automated control</li>
<li>Customisation, both of form and function. An API of some sort is really important for the latter</li>
</ol>
<p>So you can see that there is quite a lot to talk about, and I hope you will find what I have to say to be of value to you!</p>
<p>Until next time!</p>
<p>Glenn Lawrence (AKA &#8220;Buster&#8221;)</p>
<p>glenn (AT) aimtec (DOT) com (DOT) au</p>
]]></content:encoded>
			<wfw:commentRss>http://dambusting.com/blog/2010/03/my-new-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

