<?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>The DAM Show</title>
	<atom:link href="http://thedambook.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://thedambook.com</link>
	<description>Photography Technology Media Culture</description>
	<lastBuildDate>Wed, 15 May 2013 02:20:21 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>DNG Verification in Lightroom 5</title>
		<link>http://thedambook.com/dng-verification-in-lightroom-5/</link>
		<comments>http://thedambook.com/dng-verification-in-lightroom-5/#comments</comments>
		<pubDate>Wed, 15 May 2013 02:20:21 +0000</pubDate>
		<dc:creator>Peter Krogh</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[DAM]]></category>
		<category><![CDATA[Data Storage]]></category>
		<category><![CDATA[DNG]]></category>
		<category><![CDATA[Lightroom]]></category>
		<category><![CDATA[Photoshop]]></category>

		<guid isPermaLink="false">http://thedambook.com/?p=1126</guid>
		<description><![CDATA[I&#8217;ve been looking forward to the day this can be announced since 2007. In Lightroom 5, there is now a one-click solution to verify an entire collection of DNG files. It&#8217;s a really simple idea, with pretty huge ramifications from a data management standpoint. Interestingly, it&#8217;s nearly absent from any Adobe marketing materials for LR [...]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve been looking forward to the day this can be announced since 2007. In Lightroom 5, there is now a one-click solution to verify an entire collection of DNG files. It&#8217;s a really simple idea, with pretty huge ramifications from a data management standpoint. Interestingly, it&#8217;s nearly absent from any Adobe marketing materials for LR 5.</p>
<p>Read all about it after the jump.</p>
<p><a href="http://thedambook.com/wp/wp-content/uploads/2013/05/DNG-Verification.png"><img class="alignnone size-full wp-image-1127" alt="DNG Verification" src="http://thedambook.com/wp/wp-content/uploads/2013/05/DNG-Verification.png" width="710" height="457" /></p>
<p></a><em>Near the bottom of Lightroom 5&#8242;s Library menu, is an item that lets you validate an entire collection of DNG files with a single click. It&#8217;s right below the &#8220;Find Missing&#8221; command. These two tools, when used together, offer excellent verification workflow.</em></p>
<p><em id="__mceDel"><em><span id="more-1126"></span></em></em></p>
<p>As I have <a href="http://dpbestflow.org/node/259" target="_blank">written before</a>, one of the most vexing problems in asset management is knowing whether the files you stored are still sitting on the drive in an uncorrupted state. It&#8217;s possible that they can appear to be fine even though they are suffering from <a href="http://en.wikipedia.org/wiki/Bit_rot" target="_blank">bit rot</a>, or they were <a href="http://dpbestflow.org/data-validation/transfer-validation" target="_blank">damaged in transfer</a>, or have been corrupted by virus or other volume error. It&#8217;s a more common problem than many people think.</p>
<p>The way this issue is being handled in big institutions like university media collections is by the use of a checksum.  Basically, <a href="http://dpbestflow.org/data-validation/data-validation-details" target="_blank">you run all the bits of the file through an equation</a>, and it produces a unique result.  By recomputing the checksum periodically, you can see if any of the bits have changed.  Any unwanted change would indicate a problem in the storage or transfer of the file, and that should trigger a restoration of the file from backup, as well as a detective procedure to try and find out where the problem came from.</p>
<p>This process is called &#8220;fixity checking&#8221; and it is the subject of lots of research and thesis writing due to the difficulty of actually implementing it. It&#8217;s always a <a href="http://blogs.loc.gov/digitalpreservation/2012/03/file-fixity-and-digital-preservation-storage-more-results-from-the-ndsa-storage-survey/" target="_blank">major topic</a> at the Library of Congress <a href="http://www.digitalpreservation.gov/meetings/storage12.html" target="_blank">storage conferences</a> I go to.</p>
<p>The biggest issue with fixity checking is that sometimes you change a file on purpose.  Let&#8217;s say that you have embedded your contact information in a file, and you change address. You might want to update the embedded information. Unfortunately, any change to the file triggers a checksum mismatch. And at that point you make the checksum worthless, because it only tells you that the file has been changed, and can&#8217;t distinguish between a good change and a bad one.</p>
<p>I&#8217;d been working on this problem a lot after the publication of the first DAM Book, and <a href="http://basepath.com/site/" target="_blank">Marc Rochkind</a> and I came up with an interesting solution. In a <a href="http://dpbestflow.org/DNG" target="_blank">DNG</a> file, the important part of the file &#8211; the part with the original image data &#8211; is never supposed to change. So the checksum could look at that part, and ignore all the other parts, such as the metadata headers. This way you could rename the file, update metadata, even update the embedded previews, and the checksum would still tell you if the most important part of the file remains uncorrupted.</p>
<p>Marc and I took the idea to Thomas Knoll, who wrote it into the draft <a href="http://www.adobe.com/products/photoshop/extend.displayTab2.html" target="_blank">DNG 1.2 specification</a> within two days. (Thomas may have already been working on it, but the email record indicates it was a new idea). Lightroom and Camera Raw have been using the checksum for years to verify individual files when they are opened into the Develop module or into ACR. But until now there were really no easy ways to check through an entire collection of DNG files to find the bad ones.</p>
<p>Now it&#8217;s part of Lightroom 5. With this one simple feature, Adobe gives Lightroom users something that has been a decades-long quest in the digital preservation space, and not all that well implemented even in smart institutions.</p>
<p>One-click verification has enormous implications for long-term preservation of image collections. It was a milestone I was waiting for to simplify (or even scrap) the bucket system and move safely away from optical media backup, if implemented properly. It&#8217;s taken six years and six months to be fully implemented, but now it&#8217;s here.</p>
<p>I will write more about this as time presents.</p>
]]></content:encoded>
			<wfw:commentRss>http://thedambook.com/dng-verification-in-lightroom-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Back up</title>
		<link>http://thedambook.com/hello-world/</link>
		<comments>http://thedambook.com/hello-world/#comments</comments>
		<pubDate>Thu, 28 Feb 2013 07:48:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://thedambook.com/wp/?p=1</guid>
		<description><![CDATA[We seem to have mostly recovered from the hacking incident. I still have to upload the old images, but the posts should be back in place. Thanks to John Beardsworth for his invaluable help in tracking down this frustrating problem and helping to solve it.]]></description>
				<content:encoded><![CDATA[<p>We seem to have mostly recovered from the hacking incident. I still have to upload the old images, but the posts should be back in place.</p>
<p>Thanks to <a href="http://www.beardsworth.co.uk">John Beardsworth</a> for his invaluable help in tracking down this frustrating problem and helping to solve it.</p>
]]></content:encoded>
			<wfw:commentRss>http://thedambook.com/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upcoming Presentations</title>
		<link>http://thedambook.com/upcoming-presentations/</link>
		<comments>http://thedambook.com/upcoming-presentations/#comments</comments>
		<pubDate>Tue, 05 Feb 2013 02:18:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://thedambook.com/blog/?p=1077</guid>
		<description><![CDATA[Lightroom Lecture Tuesday in DC February 5 Lightroom, The Creative Hub &#8211; Evening presentation CDIA Georgetown Sponsored by ASMP-DC http://asmp.org/education/event/info?id=543#.URFSPEKN7nw Lightroom Workshop Wednesday in the Kensington Studio February 6 (A few spots left) Creative Lightroom Workflow &#8211; Day long workshop Kensington, MD (our studio) Sponsored by ASMP-DC http://asmp.org/education/event/info?id=544#.URBf8o7T2cN SPE in Chicago March 7 Society for [...]]]></description>
				<content:encoded><![CDATA[<table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF">
<tbody>
<tr>
<td rowspan="1" colspan="1" align="center">
<table width="600" border="0" cellspacing="0" cellpadding="1">
<tbody>
<tr>
<td rowspan="1" colspan="1" bgcolor="#FFFFFF">
<table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF">
<tbody>
<tr>
<td rowspan="1" colspan="1" valign="top" bgcolor="#FFFFFF">
<table width="440" border="0" cellspacing="0" cellpadding="5">
<tbody>
<tr>
<td rowspan="1" colspan="1" width="100%">
<table id="content_LETTER.BLOCK9" width="100%" border="0" cellspacing="0" cellpadding="5">
<tbody>
<tr>
<td rowspan="1" colspan="1" align="left" bgcolor="#CCCCCC" width="99%"><b>Lightroom Lecture Tuesday in DC</b></td>
<td rowspan="1" colspan="1" bgcolor="#CCCCCC" width="1%"></td>
</tr>
<tr>
<td rowspan="1" colspan="2" align="left">
<div>February 5</div>
<div>Lightroom, The Creative Hub &#8211; Evening presentation</div>
<div>CDIA Georgetown</div>
<div>Sponsored by ASMP-DC</div>
<div><a href="http://asmp.org/education/event/info?id=543#.URFSPEKN7nw">http://asmp.org/education/event/info?id=543#.URFSPEKN7nw</a></div>
</td>
</tr>
</tbody>
</table>
<p><a name="LETTER.BLOCK24"></a></p>
<table id="content_LETTER.BLOCK24" width="100%" border="0" cellspacing="0" cellpadding="5">
<tbody>
<tr>
<td rowspan="1" colspan="1" align="left" bgcolor="#CCCCCC" width="99%"><b>Lightroom Workshop Wednesday in the Kensington Studio</b></td>
<td rowspan="1" colspan="1" bgcolor="#CCCCCC" width="1%"></td>
</tr>
<tr>
<td rowspan="1" colspan="2" align="left">
<div>February 6 (A few spots left)</div>
<div>Creative Lightroom Workflow &#8211; Day long workshop</div>
<div>Kensington, MD (our studio)</div>
<div>Sponsored by ASMP-DC</div>
<div><a href="http://r20.rs6.net/tn.jsp?e=001bacr4lGoL6m3U9b7iflACgD-72bHqUs16JaQGN4KNl49PqK-no-n2sPg-1Musso1Zsb-UlVETavMNDtlbaRycTdFGgpSDPjyHOVQzvR8RUHogSWBvzq39E3wzbeC4jVXhx-to-8U4BZ5Xn44TTTG6n_4BlApKBNm" target="_blank" shape="rect">http://asmp.org/education/event/info?id=544#.URBf8o7T2cN</a></div>
</td>
</tr>
</tbody>
</table>
<p><a name="LETTER.BLOCK23"></a></p>
<table id="content_LETTER.BLOCK23" width="100%" border="0" cellspacing="0" cellpadding="5">
<tbody>
<tr>
<td rowspan="1" colspan="1" align="left" bgcolor="#CCCCCC" width="99%"><b>SPE in Chicago</b></td>
<td rowspan="1" colspan="1" bgcolor="#CCCCCC" width="1%"></td>
</tr>
<tr>
<td rowspan="1" colspan="2" align="left">
<div>March 7</div>
<div>
<div>Society for Photographic Education,</div>
<div><i>Keeping up with Technology</i></div>
</div>
<div>Chicago, IL</div>
<div>Sponsored by ASMP</div>
<div><a href="http://r20.rs6.net/tn.jsp?e=001bacr4lGoL6m3U9b7iflACgD-72bHqUs16JaQGN4KNl49PqK-no-n2lm9SjwvQPgTw6VB_MR7ycrk4QNNqDy4PdBTSqUslS-VIu5mQEwUUvHgH_FqQCejbxf53_oZbHBmbWibMgmBfPDqzOD72TpMQXvxjszeLD4t2QDV3wbT9FfZ81w1KU85wS1w3M03U_jLnkmcPMkRxIWu06lZFdKiQA==" target="_blank" shape="rect">https://www.spenational.org/conference/schedule/industry-seminar-with-peter-krogh-sponsored-by-asmp</a></div>
</td>
</tr>
</tbody>
</table>
<p><a name="LETTER.BLOCK17"></a></p>
<table id="content_LETTER.BLOCK17" width="100%" border="0" cellspacing="0" cellpadding="5">
<tbody>
<tr>
<td rowspan="1" colspan="1" align="left" bgcolor="#CCCCCC" width="99%">
<div><strong>South X Southwest,</strong></div>
<div><i>Media Management and the Creative Process</i></div>
</td>
<td rowspan="1" colspan="1" bgcolor="#CCCCCC" width="1%"></td>
</tr>
<tr>
<td rowspan="1" colspan="2" align="left">
<div>March 11</div>
<div>
<div>South by Southwest,</div>
<div><i>Media Management and the Creative Process</i></div>
</div>
<div>Austin, TX</div>
<div>Sponsored by ASMP</div>
<div></div>
<div>Check <a href="http://r20.rs6.net/tn.jsp?e=001bacr4lGoL6m3U9b7iflACgD-72bHqUs16JaQGN4KNl49PqK-no-n2sPg-1Musso1qodDzWpZV9YGYQROstwsFG79qJQ4gyqON8HYLSywpkY=" target="_blank" shape="rect">blog</a> for more info.</div>
</td>
</tr>
</tbody>
</table>
<p><a name="LETTER.BLOCK19"></a></p>
<table id="content_LETTER.BLOCK19" width="100%" border="0" cellspacing="0" cellpadding="5">
<tbody>
<tr>
<td rowspan="1" colspan="1" align="left" bgcolor="#CCCCCC" width="99%"><strong>Palm Springs Photography Festival</strong></td>
<td rowspan="1" colspan="1" bgcolor="#CCCCCC" width="1%"></td>
</tr>
<tr>
<td rowspan="1" colspan="2" align="left">
<div>
<div>April 28- May 3,</div>
<div>Palm Springs Photography Festival - <i>Lightroom Workflow</i>, <i>Digital Asset Management</i></div>
<div>Palm Springs, CA</div>
<div>Sponsored by ASMP</div>
<div>
<div><a href="http://r20.rs6.net/tn.jsp?e=001bacr4lGoL6m3U9b7iflACgD-72bHqUs16JaQGN4KNl49PqK-no-n2sPg-1Musso1kzJ9UXM4NzalhTml4zMQIrSj4-azv1SRAr4P-3mfa5g2Q2wEo9KROGGuBVsnt3mQ" target="_blank" shape="rect">http://2013.palmspringsphotofestival.com</a></div>
</div>
</div>
</td>
</tr>
</tbody>
</table>
<p><a name="LETTER.BLOCK22"></a></p>
<table id="content_LETTER.BLOCK22" width="100%" border="0" cellspacing="0" cellpadding="5">
<tbody>
<tr>
<td rowspan="1" colspan="1" align="left" bgcolor="#CCCCCC" width="99%"><strong>Look3 Festival of the Photograph</strong></td>
<td rowspan="1" colspan="1" bgcolor="#CCCCCC" width="1%"></td>
</tr>
<tr>
<td rowspan="1" colspan="2" align="left">
<div>
<div>June 13-15</div>
<div>
<div>Look3 Festival of the Photograph - Multiple presentations</div>
<div>Charlottesville, VA</div>
<div>Sponsored by Adobe</div>
</div>
<div><a href="http://r20.rs6.net/tn.jsp?e=001bacr4lGoL6m3U9b7iflACgD-72bHqUs16JaQGN4KNl49PqK-no-n2sPg-1Musso1VPoxRN0DaNBl7dRnudgis7ugY4Ny4_OV-6lSdkcXdFOMgWVZ-21sYFcDE5xSczZoLASTF4G_X4qegR-xsY9MkwDTIJ6wof9QcOAPuxhe3Jc=" target="_blank" shape="rect">http://www.look3.org/2012/11/05/2013-look3-festival-june-13-15/</a></div>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://thedambook.com/upcoming-presentations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lightroom Workshop Feb 6, Evening Presentation Feb 5</title>
		<link>http://thedambook.com/lightroom-workshop-feb-6-evening-presentation-feb-5/</link>
		<comments>http://thedambook.com/lightroom-workshop-feb-6-evening-presentation-feb-5/#comments</comments>
		<pubDate>Wed, 30 Jan 2013 20:12:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://thedambook.com/blog/?p=1071</guid>
		<description><![CDATA[I&#8217;m doing a Lightroom Workshop February 6 at my studio in Kensington, MD. This one is sponsored by ASMP, so it&#8217;s a little less expensive than my normal program, although it&#8217;s just as action-packed. Here&#8217;s the sign-up. Also, on the evening of February 5, I&#8217;m doing a shorter program at the CDIA in Georgetown. Here&#8217;s [...]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;m doing a Lightroom Workshop February 6 at my studio in Kensington, MD. This one is sponsored by ASMP, so it&#8217;s a little less expensive than my normal program, although it&#8217;s just as action-packed.</p>
<p>Here&#8217;s the<a href="http://asmp.org/education/event/info?id=544#.UQl7JUKN7nw"> sign-up.</a></p>
<p>Also, on the evening of February 5, I&#8217;m doing a shorter program at the CDIA in Georgetown.</p>
<p>Here&#8217;s where you sign up for <a href="http://asmp.org/education/event/info?id=543#.UQl8IEKN7nw">that one.</a></p>
<p><a href="http://thedambook.com/blog/wp-content/uploads/2012/11/lightroom2.jpg"><img class="aligncenter size-medium wp-image-998" alt="lightroom2" src="http://thedambook.com/blog/wp-content/uploads/2012/11/lightroom2-450x330.jpg" width="450" height="330" /></a></p>
<p>Complete description after the jump<br />
<span id="more-1071"></span></p>
<p><strong>Creative Lightroom Workflow &#8211; Day-long Workshop, February 6</strong></p>
<p>Lightroom has been designed as a comprehensive tool for full digital photography workflow. It can handle download, organization, image optimization, as well as the output to file, print, books and the web. This workshop explores how to approach that process in an orderly and manageable way, with an emphasis on maximizing your creativity inside the application.</p>
<p>It&#8217;s common to hear Lightroom users say they love the program, but that they only use a small portion of its capabilities. In many cases that&#8217;s because they don&#8217;t quite understand the way the program was meant to be used. The program has been designed from the ground up as a guided workflow tool. As someone who has helped guide the development of Lightroom from the very beginning, Peter can shed light on how the program was intended to function &#8211; and how to maximize your creative output.</p>
<p>You&#8217;ll learn the structure of Lightroom &#8211; how to organize a catalog and how to organize your files &#8211; but you will also learn how to work more creatively within the program. This is really about linking the capability to sort and organize your images, with the power to make them look great, and the ability to make finished products.</p>
<p>We will cover the following subjects:</p>
<p>Understanding the catalog concept<br />
How to best create and manage catalogs<br />
Importing photos<br />
Keywords and Collection &#8211; two very powerful organizational tools<br />
Develop, general use &#8211; The general work-order for Develop module<br />
Develop, deep dive &#8211; A look at some of the most powerful tools in the program<br />
Streamlined Export &#8211; using the power of presets<br />
Making a book &#8211; how does this thing work?<br />
Printing capabilities &#8211; single images, contact sheets, and picture packages<br />
Customizing slideshows<br />
Exporting your creations as PDF<br />
Exporting Galleries to your iPhone<br />
Class size is limited to 15 people.<br />
Lunch provided.<br />
Attendees to provide their own computer.</p>
<p><a href="http://asmp.org/education/event/info?id=544#.UQl7JUKN7nw">Day-long Workshop</a></p>
<p>____________________________________________</p>
<p>&nbsp;</p>
<p>So you&#8217;ve finally gotten onboard with Lightroom or have made the transition from LR3, what&#8217;s next? Please join us as we welcome one of the leading Lightroom experts Peter Krogh for an enlightening evening of creative workflow and imaging technique. Plus, for those who would like a total immersion into the Lightroom experience, join Peter for a full day workshop.</p>
<p><strong>Lightroom &#8211; The Creative Hub &#8211; Evening Presentation</strong></p>
<p>Lightroom is fast becoming the standard application for digital photography workflow. It offers unprecedented control over the organization, look and final production of your images.</p>
<p>In this presentation, Peter will cover the use of Lightroom as a central hub for your digital photography workflow. He will touch on organizing and managing the images, effective use of the Develop module, and the use of Lightroom tools to put images into usable products like file output, books and slideshows.</p>
<p><a href="Here's where you sign up for that one.">Evening Presentation</a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://thedambook.com/lightroom-workshop-feb-6-evening-presentation-feb-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Instagram Terms &#8211; Still Terrible</title>
		<link>http://thedambook.com/instagram-terms-still-terrible/</link>
		<comments>http://thedambook.com/instagram-terms-still-terrible/#comments</comments>
		<pubDate>Thu, 03 Jan 2013 05:35:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Photo Business]]></category>
		<category><![CDATA[Photographers' Rights]]></category>

		<guid isPermaLink="false">http://thedambook.com/blog/?p=1048</guid>
		<description><![CDATA[Instagram made a big deal of backpedaling through the PR storm it created with the proposed Terms of Service (TOS) changes. They claim to be really sorry, and that they have learned their lesson and will respect their users&#8217; wishes better in the future. After reading the amended terms of use scheduled to take effect [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://thedambook.com/blog/wp-content/uploads/2012/12/121220_Instagram.jpg"><img class="size-full wp-image-1030 alignnone" title="121220_Instagram" src="http://thedambook.com/blog/wp-content/uploads/2012/12/121220_Instagram.jpg" alt="" width="201" height="198" /></a></p>
<p>Instagram made a big deal of backpedaling through the PR storm it created with the proposed Terms of Service (TOS) changes. They claim to be really sorry, and that they have learned their lesson and will respect their users&#8217; wishes better in the future.</p>
<p>After reading the<a href="http://instagram.com/about/legal/terms/updated/" target="_blank"> amended terms of use</a> scheduled to take effect January 19th, 2013, I&#8217;m unimpressed with the changes.  Some extra-crappy parts include:</p>
<p><span id="more-1094"></span></p>
<ul>
<li>Instagram may continue to reuse your content in an extremely broad way, even if you delete your account.  Basically, your material &#8220;may persist and appear within the Service&#8221; forever. (Basic Terms, Section 17)</li>
<li>You assume all liability for any use of the photos or metadata in the photos within their service now and in the future. You explicitly agree to pay their lawyers at their request if they ever get sued by anyone in conjunction to any right of privacy or other right arising out of the use of your photos. Which you have no control over. (The Indemnification section)</li>
<li>They can modify the service at any point in the future with no notice and liability to you. (General Conditions, Section 1)</li>
<li>You agree that they may update the terms of service in the future, and you agree that you will abide by those new changes. All they have to do to create new terms is to post them on the website, with no further notice required. You do not seem to have the right to remove existing material no matter how much you might disagree with the new terms. (General Conditions, Section 3)</li>
<li>The rights you grant to Instagram for your photos and all information they can acquire about those photos is now &#8220;transferable, sub-licensable&#8221;, with limitation only by the Privacy Policy. (Which you also agree can be changed at their discretion and you will agree to the changes).</li>
<li>You agree to never join a class action suit against them, and that any dispute will be resolved by arbitration. (Note that arbitration is traditionally understood to be a very unfriendly place for any kind of customer redress. Basically it&#8217;s the place where complaints go to die.)</li>
</ul>
<p>Note that ALL of the items above are new items in the terms of service &#8211; none of them appear in the <a href="http://instagram.com/legal/terms/" target="_blank">old terms</a>. (I assume that the previous link will be dead after January 19.)</p>
<p><strong>What actually changed?</strong></p>
<p>So what did Instagram really change from the first announcement?  Basically, they took out the part where they can explicitly sell your photos for advertising with no notice to you.  That&#8217;s about it.</p>
<p>And while that was a good change, the remaining language will allow them to implement advertising sales or other potentially objectionable changes at any point in the future, and all content that is already uploaded will not be removable. Nor can you sue them about it. And you agree to pay their lawywers if <em>they</em> get sued.</p>
<p>Hmmm.</p>
<p><strong>Let&#8217;s review what happened.</strong></p>
<p>Instagram (henceforth referred to as Facebook, since that&#8217;s the company making these decisions) put out a proposed TOS change that got the internet all mad and up-in-arms.  Then <a href="http://blog.instagram.com/post/38252135408/thank-you-and-were-listening" target="_blank">they said</a>, &#8220;Sorry guys, we screwed up. We really feel bad and we won&#8217;t do it again.&#8221; The internet felt pretty good about itself for stopping that.</p>
<p>And then Facebook put out a revised TOS that includes nearly all the really objectionable stuff, including major changes to the legal framework and the rights of the user. And the Internet said <a href="http://www.urbandictionary.com/define.php?term=crickets" target="_blank">nothing</a>.  (Mostly, it appears as though no one actually read the new TOS.)</p>
<p><strong>So what&#8217;s really going on here?  </strong></p>
<p>My close friends (and people I&#8217;ve sat next to in bars) know I&#8217;m a fan of a good conspiracy theory. Or if not a conspiracy, a sleight-of-hand explanation for strange institutional behavior.</p>
<p><a href="http://thedambook.com/blog/wp-content/uploads/2013/01/Krogh_120426_2181.jpg"><img class="size-full wp-image-1057 alignnone" title="Krogh_120426_2181" src="http://thedambook.com/blog/wp-content/uploads/2013/01/Krogh_120426_2181.jpg" alt="" width="450" height="300" /></a></p>
<p><em>I will bend your ear. Just ask <a href="http://www.joycephotography.com" target="_blank">Todd</a>.</em></p>
<p>Is it really possible that Facebook&#8217;s legal and PR teams (surely among the highest paid anywhere) really made the original blunder accidentally?  Even after Facebook has run into the identical problem in the past? Or is it possible that the release of the original revised TOS was a sleight-of-hand, a <a href="http://boingboing.net/2013/01/01/apollo-robbins-profile-of-a-p.html" target="_blank">classic misdirection</a>?</p>
<p>Sure the service took a hit, with the <a href="http://www.nypost.com/p/news/business/rage_against_Dh05rPifiXBIJRE1rCOyML" target="_blank">New York Post saying</a> that 4 million daily users dropped out. However, those numbers are suspect, as <a href="http://techcrunch.com/2012/12/28/instagram-sees-a-drop-of-4m-daily-active-users-over-christmas-but-the-terms-of-service-kerfuffle-may-not-be-to-blame/" target="_blank">TechCrunch points out</a>. (The same report shows an increase of weekly and monthly users). The company denies the drop. But even if that hit is real, the likely effect is temporary.</p>
<p>In any case, if I were Facebook, I would consider a daily user base of 12 million governed by the revised TOS to be significantly more marketable and therefore valuable than 16 million governed by the old one.  Especially when you consider the nature of advertising in the Facebook age.</p>
<p><strong>The real strategy</strong></p>
<p>Those who think that Facebook intends to monetize your photos by traditional stock photo sales are way off the mark.  The photos &#8211; and more importantly the metadata &#8211; are far more valuable when used in the context of your circle of friends and influence. The real value of social media advertising lies in barriers of trust that <em>you</em> can help to break down.</p>
<p>Facebook knows who your friends are, who your community of influence is, where you go (at times), what you buy (at times), who you communicate with when you are there, and who pays attention. What the company advertising with Facebook is really buying is <em>you</em>, including the interconnected web of your community and the personality of the community you inhabit, and your credibility.</p>
<p>The Instagram photos are simply an easy way to encourage your community to open the door and let you in (and whomever else is along for the ride).  The new terms of service make it much easier to build a monetization strategy around your Instagram/Facebook community.</p>
<p>It&#8217;s important to say here that I don&#8217;t have a problem with Facebook trying to make a return on its investment. They have (for the moment) created the Holy Grail of tech businesses. Companies tried for more than a decade to build what they built, but they are the ones who did it. The services they provide have value and don&#8217;t come cheap. If there&#8217;s no payback, they can&#8217;t continue to offer them. And there&#8217;s no guarantee of success.</p>
<p>A billion dollars is a lot of money, and that&#8217;s what Facebook paid for Instagram (well, in stock, which fudges that number more than a little bit). It&#8217;s possible that, like so many companies before them, they will fail to provide a profit that sustains the investment and overhead of the enterprise.</p>
<p><strong>Back to the real issue</strong></p>
<p>But I&#8217;ll return to the main point of this piece. I think the methods they are using here are a bad deal for the user. And mostly because there does not seem to be a way for the user to leave and take her identity with her. It&#8217;s a perpetual license to use your identity in service of, well, whatever they want to use it for. And you are giving up the right to take action against them to stop it. Ever.</p>
<p>I feel bad about this.  My wife and kids (and lots of other friends and teens and tweens I know) are making great creative use of the Instagram service. They are developing into wonderful photographers, cultural commentators and editors, they are keeping in contact, and knitting a community together. It does have real value.</p>
<p>But I can&#8217;t pull the trigger to post images myself. I object to the one-sidedness of the service terms, and my total lack of leverage in the event it gets even worse. I hope that the Internet looks at these terms and gets mad again, but I fear that it has been totally faked out, and this won&#8217;t happen.</p>
<p><strong>Disclaimer</strong></p>
<p>And, it should be said, I&#8217;m not a lawyer (although Lord knows, I like to argue). So maybe my analysis here is off-base. But I do have 30 years experience negotiating my own IP contracts for photography, and there&#8217;s one thing I have learned. When someone puts something in a contract and then says, &#8220;We never intend to use that, it&#8217;s just something the lawyers did,&#8221; they are probably not telling the truth.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<div></div>
]]></content:encoded>
			<wfw:commentRss>http://thedambook.com/instagram-terms-still-terrible/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Instagram creates terrible new user agreement</title>
		<link>http://thedambook.com/instagram-creates-terrible-new-user-agreement/</link>
		<comments>http://thedambook.com/instagram-creates-terrible-new-user-agreement/#comments</comments>
		<pubDate>Tue, 18 Dec 2012 15:42:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://thedambook.com/blog/?p=1025</guid>
		<description><![CDATA[&#160; I&#8217;m generally not alarmist about web rights boilerplate, since there is often a lot of ambiguity. Nothing ambiguous about this. (Item 2 in Rights, emphasis added.) Some or all of the Service may be supported by advertising revenue. To help us deliver interesting paid or sponsored content or promotions, you agree that a business or other [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://thedambook.com/blog/wp-content/uploads/2012/12/121220_Instagram.jpg"><img class="size-full wp-image-1030 alignnone" title="121220_Instagram" src="http://thedambook.com/blog/wp-content/uploads/2012/12/121220_Instagram.jpg" alt="" width="201" height="198" /></a></p>
<p>&nbsp;</p>
<p>I&#8217;m generally not alarmist about web rights boilerplate, since there is often a lot of ambiguity. Nothing ambiguous about <a href="http://instagram.com/about/legal/terms/updated/">this</a><a href="http://thedambook.com/blog/wp-content/uploads/2012/12/121220_Instagram.jpg">.</a> (Item 2 in <em>Rights</em>, emphasis added.)</p>
<blockquote><p>Some or all of the Service may be supported by advertising revenue. To help us deliver interesting paid or sponsored content or promotions, <strong>you agree that a business or other entity may pay us to display your username, likeness, photos (along with any associated metadata), and/or actions you take, in connection with paid or sponsored content or promotions, without any compensation to you.</strong></p></blockquote>
<p>Note that this includes minor children.</p>
<blockquote><p>If you are under the age of eighteen (18), or under any other applicable age of majority, <strong>you represent that at least one of your parents or legal guardians has also agreed to this provision</strong> (and the use of your name, likeness, username, and/or photos (along with any associated metadata)) on your behalf.</p></blockquote>
<p>Oh, and you agree to indemnify them in case of breach of privacy. (That means you agree to pay their legal team in the event one of your subjects sues for being included in a viagra advertisement).</p>
<p>(Item 4 in Rights)</p>
<blockquote><p><strong>You represent and warrant that:</strong> (i) you own the Content posted by you on or through the Service or otherwise have the right to grant the rights and licenses set forth in these Terms of Use; (ii) the posting and use of your Content on or through the Service <strong>does not violate, misappropriate or infringe on the rights of any third party, including, without limitation, privacy rights, publicity rights, copyrights, trademark and/or other intellectual property rights;</strong> (iii) <strong>you agree to pay for all royalties, fees, and any other monies owed by reason of Content you post on or through the Service;</strong> and (iv) you have the legal right and capacity to enter into these Terms of Use in your jurisdiction.</p></blockquote>
<p>And this part in Indemnification:</p>
<blockquote><p>You (and also any third party for whom you operate an account or activity on the Service) <strong>agree to defend (at Instagram&#8217;s request), indemnify and hold the Instagram Parties harmless from and against any claims, liabilities, damages, losses, and expenses, including without limitation, reasonable attorney&#8217;s fees and costs,</strong> arising out of or in any way connected with any of the following (including as a result of your direct activities on the Service or those conducted on your behalf): (i) your Content or your access to or use of the Service; (ii) your breach or alleged breach of these Terms of Use; (iii) your violation of any third-party right, including without limitation, any intellectual property right, publicity, confidentiality, property or privacy right; (iv) your violation of any laws, rules, regulations, codes, statutes, ordinances or orders of any governmental and quasi-governmental authorities, including, without limitation, all regulatory, administrative and legislative authorities; or (v) any misrepresentation made by you. You will cooperate as fully required by Instagram in the defense of any claim. Instagram reserves the right to assume the exclusive defense and control of any matter subject to indemnification by you, and you will not in any event settle any claim without the prior written consent of Instagram.</p></blockquote>
<p>Note that this language seems to grant a license to the actual photograph, and not just the copy uploaded to Instagram. If they could find a high-res version somewhere, they may have the rights to that also.</p>
<p>The only opt-out is to delete your account.</p>
<p>The changes take effect January 16, 2013.  So, what does one do?  Well, I don&#8217;t see much option except to delete the account.  And if your tween or teen child has an instagram account (and many of them do), you&#8217;ll want to think about blocking that.</p>
<p>Instagram claims the <strong>rights to any photos uploaded after January 16th in perpetuity,</strong> regardless of whether you delete your account later.</p>
<p>(Cnet article <a href="http://news.cnet.com/8301-13578_3-57559710-38/instagram-says-it-now-has-the-right-to-sell-your-photos/">here</a>.)</p>
<p>This is breathtakingly horrible.</p>
]]></content:encoded>
			<wfw:commentRss>http://thedambook.com/instagram-creates-terrible-new-user-agreement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lightroom Workshops December 11 and 12</title>
		<link>http://thedambook.com/lightroom-workshops-december-11-and-12/</link>
		<comments>http://thedambook.com/lightroom-workshops-december-11-and-12/#comments</comments>
		<pubDate>Tue, 27 Nov 2012 21:03:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://thedambook.com/blog/?p=997</guid>
		<description><![CDATA[We&#8217;ve just announced some new Lightroom workshops to take place at Peter Krogh Studio in Kensington MD. The first workshop, December 11, will be an introduction to Lightroom. The second one, December 12th, will be an intermediate and advanced workflow tune-up. Introduction to Lightroom In the Introduction to Lightroom workshop, we&#8217;ll show how to get [...]]]></description>
				<content:encoded><![CDATA[<p>We&#8217;ve just announced some new Lightroom workshops to take place at Peter Krogh Studio in Kensington MD. The first workshop, December 11, will be an introduction to Lightroom. The second one, December 12th, will be an intermediate and advanced workflow tune-up.</p>
<p><a href="http://thedambook.com/blog/wp-content/uploads/2012/11/lightroom2.jpg"><img class="alignleft size-medium wp-image-998" title="lightroom2" src="http://thedambook.com/blog/wp-content/uploads/2012/11/lightroom2-450x330.jpg" alt="" width="450" height="330" /></a></p>
<p><strong>Introduction to Lightroom</strong><br />
In the Introduction to Lightroom workshop, we&#8217;ll show how to get started with Lightroom. You&#8217;l learn how to set up your computer to get the most out of the program in the safest and most efficient way.</p>
<p><a href="http://www.thedambook.com/pages/in-person.html#lightroom_intro">Sign-up and additional information here </a></p>
<p><strong>Intermediate and Advanced Workflow Tune-up</strong><br />
In our second workshop, you&#8217;ll learn more advanced techniques, taking advantage of some of the more powerful features of the software. This is also a great workshop for anyone who is upgradfing from an earlier version of the software and wants to know how the new develop module is different from the old one.</p>
<p><a href="http://www.thedambook.com/pages/in-person.html#lightroom">Sign-up and additional information here</a></p>
<p>Each workshop runs from 9-5, costs $200/day and includes lunch. Discounts available for past attendees at Krogh Studio workshops, ASMP and APA members, as well as multi-day attendees and those who want to bring their assistants.</p>
<p><a href="mailto:peter@peterkrogh.com">Email</a> for discount details.</p>
]]></content:encoded>
			<wfw:commentRss>http://thedambook.com/lightroom-workshops-december-11-and-12/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A FotoWeek Hit List</title>
		<link>http://thedambook.com/a-fotoweek-hit-list/</link>
		<comments>http://thedambook.com/a-fotoweek-hit-list/#comments</comments>
		<pubDate>Thu, 08 Nov 2012 17:37:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://thedambook.com/blog/?p=970</guid>
		<description><![CDATA[The FotoWeek DC calendar is a little daunting, so I&#8217;ve looked through it and pulled out some of the events that should be worth attending. This list is primarily made up of workshops, seminars and other talks.  There are also many exhibitions all around the city that are ongoing. My Presentation Opening and Closing Parties [...]]]></description>
				<content:encoded><![CDATA[<p>The FotoWeek DC calendar is a little daunting, so I&#8217;ve looked through it and pulled out some of the events that should be worth attending. This list is primarily made up of workshops, seminars and other talks.  There are also many exhibitions all around the city that are ongoing.</p>
<p><a href="#mine">My Presentation<br />
</a><a href="#parties">Opening and Closing Parties</a><br />
<a href="#night">Fotoweek by Night</a><br />
<a href="#edu">FotoWeekEDU Seminars</a><br />
<a href="#lecture">FotoWeek Lecture Series</a><br />
<a href="#evening">Weekday Evening Lectures</a><br />
<a href="#misc">Miscellaneous Workshops</a></p>
<p><a name="mine"></a> <strong>My Presentation</strong><br />
<strong>Lightroom, An Important Tool for Photographers by Peter Krogh</strong><br />
Nov 10 12-1:30<br />
Morton Auditorium , 805 21st Street, NW<br />
Washington, DC 20052, Northwest</p>
<div>Free &#8211; <a href="https://www.fotoweekdc.org/index.php?option=com_ksadvertiser&amp;id=265&amp;task=viewad&amp;Itemid=81">Register Here</a></div>
<div>
<div> <span id="more-970"></span></div>
<div>_____________</div>
<p><a name="parties"></a><br />
<strong>Opening and Closing Parties</strong></p>
<p><strong>Launch Party</strong><br />
November 10th 8-11 The Warner &#8211; 1299 Pennsylvania Ave NW<br />
$60</p>
<p><strong>Closing Party </strong><br />
Saturday November 17th 8-11<br />
Former Spanish Ambassador&#8217;s Residence<br />
2801 16th St. NW<br />
<a href="http://2012fotoweekdc-theparties.eventbrite.com">Register Here</a></p>
<div>____________</div>
<div></div>
<p><a name="night"></a><br />
<strong>FotoWeek by Night</strong><br />
Hipster events throughout the week at venues across the city</p>
<p><strong>Slideluck Potshow</strong><br />
November 11 7pm-Midnight<br />
3401 Water St.<br />
$10</p>
<p>http://slideluckdc.eventbrite.com</p>
<div><strong>Discoteca</strong></div>
<div>November 14 9pm-Midnight</div>
<div>Open bar and some food (but be ready to rumble for it)</div>
<div>Tropicalia 2001 14th St. NW</div>
<div>$20</div>
<div>http://fotoweekdiscoteca.eventbrite.com</div>
<div></div>
<div></div>
<div><strong>Uncover/Discover Reception</strong></div>
<div>November 15 7pm-Midnight</div>
<div>Malmaison 3401 Water St. NW</div>
<div>$10</div>
<div>http://uncoverdiscover-eorg.eventbrite.com</div>
<div></div>
<div></div>
<div><strong>Open Show DC &#8211; Arab Spring and Aftermath</strong></div>
<div>5 presenters with 10 minutes each</div>
<div>MalMaison 3401 Water St. NW</div>
<div>$10</div>
<div>http://openshowdc-eorg.eventbrite.com</div>
<div></div>
<div>_______________</div>
<div></div>
<p><a name="edu"></a></p>
<div><strong>FotoWeekEDU Seminars</strong></div>
<div>A set of day-long seminars at the Goethe Institute 812 7th St. NW</div>
<div>$165 per seminar</div>
<div><a href="https://www.fotoweekdc.org/index.php?option=com_content&amp;view=article&amp;id=170#documentary">Full Descriptions here:</a></div>
<div></div>
<div><strong>Gerd Ludwig</strong> &#8211; Photojournalism and Photography</div>
<div>November 10</div>
<div></div>
<div><strong>PDN Presenters Rebecca Drobis, Mark Mahaney &amp; Alice Gabriner and Aline Smithson</strong></div>
<div>November 11</div>
<div><span style="color: #f7f2f2; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;"><strong><br />
</strong></span></div>
<div><strong>Dan Milnor &#8211; Self-Published Books</strong></div>
<div>November 12</div>
<div></div>
<div></div>
<div><strong>Tom Mangelson and Michael Melford &#8211; Nature World</strong></div>
<div>November 13</div>
<div></div>
<div></div>
<div><strong>Mary Virginia Swanson &#8211; Marketing Photographs</strong></div>
<div>November 15</div>
<div></div>
<div></div>
<div><strong>Ed Kashi &#8211; Documentary Storytelling</strong></div>
<div>November 16</div>
<div></div>
<div></div>
<div><strong>Brian Storm &#8211; Multimedia</strong></div>
<div>November 17</div>
<div>_____________</div>
<div></div>
<p><a name="lecture"></a></p>
<div><strong>Fotoweek Lecture Series &#8211; First Weekend</strong></div>
<div></div>
<div></div>
<div>There are <a href="https://www.fotoweekdc.org/index.php?option=com_ksadvertiser&amp;id=273&amp;task=viewad&amp;Itemid=81#400">programs all day Saturday and Sunday</a> at The Warner presenting photographic stories from around the world. Free with $5 Festival Pass</div>
<div>Nov 10 2:30 Andy Adams, Online Photographic Thinking The Warner</div>
<div>Nov 10 Rich Reid :Time Lapse Technique</div>
<div>Many Others</div>
<div></div>
<div>
<p>______________</p>
<div></div>
<p><a name="evening"></a></p>
<div><strong>Weekday Evening Lectures</strong></div>
<div></div>
<div><strong>Judy Herrmann &#8211; Breaking into the Biz &#8211; Sponsored by ASMP</strong></div>
<div>November 12 7pm-9pm</div>
<div>Bisdorf Building Northern Virginia Community College</div>
<div>3001 North Beauregard St. Alexandria VA</div>
<div><a href="https://www.fotoweekdc.org/index.php?option=com_ksadvertiser&amp;id=255&amp;task=viewad&amp;Itemid=81">Register Here</a></div>
<div></div>
<div><strong>An Evening with Acey Harper, Sponsored by ASMP</strong></div>
<div>Hear how Acey took all he had learned as an assignment photojournalist and turned it upside down to create the photographs for Private Acts: The Acrobat Sublime, a hardcover book published by Rizzoli .</div>
<div>US Navy Memorial Burke Theater</div>
<div>701 PPPennsylvania Ave NW</div>
<div>Nov 14</div>
<div>Free &#8211; <a href="http://asmpdc.org/education/event/info?id=480">Registration required</a></div>
<div></div>
<div></div>
<div><strong>Magnum Photographer Larry Towell</strong></div>
<div>November 15th 6:30-8:30</div>
<div>American University</div>
<div><a href="https://www.fotoweekdc.org/index.php?option=com_ksadvertiser&amp;id=145&amp;task=viewad&amp;Itemid=81">Register Here</a></div>
<div></div>
<div><strong>Chris Chrisman discusses his career</strong></div>
<div>November 15th</div>
<div>APA Silent Auction</div>
<div>7:30-9:30 Josephine Butler Parks Center</div>
<div>2437 15th St. NW Washington DC</div>
<div><a href="http://apadc.com/2012/10/26/chris-crisman-rewind-fast-forward-the-story-of-a-career/">Register Here</a></div>
<div></div>
<div></div>
<div><strong>Exhibitions</strong></div>
<div>Reporters without Borders &#8211; Magnum Photo Agency</div>
<div>https://www.fotoweekdc.org/index.php?option=com_ksadvertiser&amp;id=249&amp;task=viewad&amp;Itemid=81#316</div>
<div></div>
<p><a name="misc"></a></p>
<div><strong>Miscellaneous Workshops throughout the week</strong></div>
<div><a href="https://www.fotoweekdc.org/index.php?option=com_eventlist&amp;view=categoryevents&amp;id=11">Click Here to See</a></div>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://thedambook.com/a-fotoweek-hit-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Lightroom Presentation this weekend</title>
		<link>http://thedambook.com/free-lightroom-presentation-this-weekend/</link>
		<comments>http://thedambook.com/free-lightroom-presentation-this-weekend/#comments</comments>
		<pubDate>Tue, 06 Nov 2012 17:41:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://thedambook.com/blog/?p=964</guid>
		<description><![CDATA[As part of FotoWeek DC&#8217;s educational program, I&#8217;ll be giving a free presentation on Adobe Lightroom Saturday November 10th from Noon to 1:30 pm. The lecture will be held at the Morton Auditorium , 805 21st Street, NW Washington, DC.  I&#8217;ll be showing some ways to set up and use Lightroom, as well as some of the cooler [...]]]></description>
				<content:encoded><![CDATA[<p>As part of FotoWeek DC&#8217;s educational program, I&#8217;ll be giving a free presentation on Adobe Lightroom Saturday November 10th from Noon to 1:30 pm. The lecture will be held at the Morton Auditorium , 805 21st Street, NW Washington, DC.  I&#8217;ll be showing some ways to set up and use Lightroom, as well as some of the cooler image adjustment tools.</p>
<p><a href="https://www.fotoweekdc.org/index.php?option=com_ksadvertiser&amp;id=265&amp;task=viewad&amp;Itemid=81"><img class="alignnone" src="https://www.fotoweekdc.org/images/ksadvertiser/gallery/FWDC-Final-wDates-2012-copyADOBE.jpg" alt="" width="400" height="250" /></a></p>
<p>Program description and link to registration <a href="https://www.fotoweekdc.org/index.php?option=com_ksadvertiser&amp;id=265&amp;task=viewad&amp;Itemid=81">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://thedambook.com/free-lightroom-presentation-this-weekend/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lucie Lecture this Weekend in LA</title>
		<link>http://thedambook.com/lucie-lecture-this-weekend-in-la/</link>
		<comments>http://thedambook.com/lucie-lecture-this-weekend-in-la/#comments</comments>
		<pubDate>Sat, 06 Oct 2012 02:07:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Appearances]]></category>
		<category><![CDATA[DAM]]></category>

		<guid isPermaLink="false">http://thedambook.com/blog/?p=928</guid>
		<description><![CDATA[I&#8217;ll be giving a lecture on Sunday: Media Management and the Creative Process. The lecture is part of the annual Lucie Awards program, and takes place from 3:00 to 4:30 pm on Sunday in Santa Monica.  The lecture is free, but registration is required. Here&#8217;s the description: The way you store, tag and preserve your [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://luciemediamanagement.eventbrite.com"><img class="alignleft size-full wp-image-929" title="Blog_121004_Lucie" src="http://thedambook.com/blog/wp-content/uploads/2012/10/Blog_121004_Lucie.png" alt="" width="425" height="124" /></a>I&#8217;ll be giving a lecture on Sunday: Media Management and the Creative Process. The lecture is part of the annual Lucie Awards program, and takes place from 3:00 to 4:30 pm on Sunday in Santa Monica.  The lecture is free, but registration is required. Here&#8217;s the description:</p>
<div><em>The way you store, tag and preserve your media is key to the long-term viability of your creative work. And while this is a technical process, it&#8217;s also intrinsic to the creative process. If it&#8217;s done well, good media management allows you to add structure to your work &#8211; whether its a complex single project, or a long-term body of smaller works.</em></div>
<div><em></em><br />
<em>Whether you are working in still photography, video or multimedia production, there are some universal principles that can guide your technical workflow in support of your creative processes. Peter Krogh helps you understand this tangle of interconnected processes, helping to bring clarity, order and efficiency to your media production.</em></div>
<div></div>
<div>Sign up <a href="http://luciemediamanagement.eventbrite.com">here</a>.</div>
]]></content:encoded>
			<wfw:commentRss>http://thedambook.com/lucie-lecture-this-weekend-in-la/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
