<?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>Intentional Design Inc. &#187; single-sourcing</title>
	<atom:link href="http://intentionaldesign.ca/tag/single-sourcing/feed/" rel="self" type="application/rss+xml" />
	<link>http://intentionaldesign.ca</link>
	<description>Content strategies for business impact</description>
	<lastBuildDate>Sun, 22 Jan 2012 22:34:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<image>
  <link>http://intentionaldesign.ca</link>
  <url>http://intentionaldesign.ca/www/pmh3472/public_html/wp-content/uploads/2009/09/IDI-favicon.ico</url>
  <title>Intentional Design Inc.</title>
</image>
		<item>
		<title>Surfacing content: ways to keep content in sync</title>
		<link>http://intentionaldesign.ca/2010/11/19/surfacing-content-ways-to-keep-content-in-sync/</link>
		<comments>http://intentionaldesign.ca/2010/11/19/surfacing-content-ways-to-keep-content-in-sync/#comments</comments>
		<pubDate>Sat, 20 Nov 2010 02:00:04 +0000</pubDate>
		<dc:creator>rahelab</dc:creator>
				<category><![CDATA[Content Development]]></category>
		<category><![CDATA[content management]]></category>
		<category><![CDATA[Content Strategies]]></category>
		<category><![CDATA[content strategy]]></category>
		<category><![CDATA[database publishing]]></category>
		<category><![CDATA[processes]]></category>
		<category><![CDATA[single-sourcing]]></category>

		<guid isPermaLink="false">http://intentionaldesign.ca/?p=1197</guid>
		<description><![CDATA[Keeping content synchronized is very different between a Web CMS and a component CMS. Compare the differences and the practical applications for each type.]]></description>
			<content:encoded><![CDATA[<p>One important aspect of publishing content on a website is keeping all content in sync. The content manager&#8217;s nightmare is having the same content in multiple places on a website that requires an update. Tracking where the content lives can be nightmarish, particularly when versions can fall out of sync, making subsequent updates more laborious. Having &#8220;one source of truth&#8221; is the holy grail of content developers.</p>
<p>A recent inquiry on the content strategy group asked about efficient ways of surfacing content in multiple ways. Yet avoiding content duplication isn&#8217;t as easy as it may sound. Managing content is more complex than managing data. Data moves from one point to another with little problem. The number &#8220;12&#8243; is the number &#8220;12&#8243; no matter where it ends up. But when the content equivalent &#8211; a dozen, December, above-average family size &#8211; context becomes critical.</p>
<p>This is where having a technical communication background comes in handy. Surfacing content in multiple places is a cornerstone of creating technical documentation, online help, training, and user support material, which can often come from a single content repository, and published out with variations. The &#8220;one source of truth&#8221; has long been articulated as &#8220;single-sourcing&#8221; with its corollary, &#8220;multi-channel publishing.&#8221;</p>
<p>The model for creating content and pushing it out to the surface is a different process, and uses different tools. It also moves responsibility for content further up the production process. The decision on how this is put into effect is a key aspect of a content strategy, and doesn&#8217;t get addressed often because of the deep divide between types of content authors.</p>
<h2>One source of truth in a Web CMS (WCMS)</h2>
<p>The WCMS  generally takes in content that is edited in form fields. A simple example would be changing the account settings of Facebook, and having those changes show on your home page. How this happens is programmed by the developers, and any changes to how the content is surfaced either by the writer (de)selecting a check box, or by the developer customizing the code of the WCMS. Thus, the WCMS is the gatekeeper for the content flow.</p>
<h3>A practical example in the WCMS world</h3>
<p>I recently worked on a project where a number of hotel resorts were described in various ways on the website. On the home page, there would be a one-line description accompanying a photo. On another page, there would be a short teaser paragraph. On yet another page, the hotel contact information would be shown.</p>
<p>In the background, all of the content was in a single database, per hotel. The database cells included: hotel name, city, state, country, reservations phone number, front desk phone number, one-line teaser, short teaser, property description, and at least a dozen more content blurbs. These were provided in an Excel spreadsheet to the technical team, who then programmed how the content would be surfaced, and ensure that the right images match the content as it is displayed.</p>
<h2>Single sourcing in a Component CMS (CCMS)</h2>
<p>In a CCMS situation, the responsibility for surfacing content is moved upstream, to the writer. The writer uses an XML authoring tool (as the industry matures, tools are starting to leverage common tools like Word to do XML publishing &#8211; it&#8217;s still in its infancy, though) to create content and determine the variations. The authoring tool creates a individual content files, which then get managed in the CCMS. In other words, the CCMS is not the gatekeeper; it becomes simply the &#8220;traffic cop&#8221; that supports the author&#8217;s work.</p>
<p>Once the writer has created the content and set up the dependencies for surfacing content, the CCMS does an automated generation of the content through some sort of publishing pipeline. This reads all of the XML metadata and determines what content is shown where. At this point, the content is generally pushed out to some area in the WCMS reserved for the content, and then the WCMS picks up its gatekeeping duties.</p>
<h3>A practical example in the CCMS world</h3>
<p>To publish a travel advisory that needs to be shown to three audiences, you would create the entire long-form advisory and tag each of the sections with an audience, as shown:</p>
<p>&lt;public&gt;<span style="color: #000080;">Don&#8217;t go to country X, effective immediately.</span></p>
<p>&lt;doctors&gt; &lt;industry_stakeholders&gt;<span style="color: #800080;">There is a suspected outbreak of a mystery disease. If called by the media, assure them that they will be informed as soon as developments are known.</span>&lt;/industry_stakeholders&gt; <span style="color: #993300;">If someone comes into your office with the known symptoms, quarantine them and get them to a hospital as soon as possible.</span>&lt;/doctors&gt;</p>
<p><span style="color: #000080;">Stay tuned for details</span>.&lt;/public&gt;</p>
<p>The publishing pipeline would send out three separate messages to the appropriate output channel, presumably different places on the website, or a combination of the website and other forms of communication.</p>
<ul>
<li>The public would see the preamble plus the concluding statement (in <span style="color: #000080;">blue</span>).</li>
<li>Industry stakeholders would see the public message plus the statement intended only for them (in <span style="color: #000080;">blue </span>+ <span style="color: #800080;">purple</span>).</li>
<li>Doctors would see the entire message.</li>
</ul>
<h2>Other critical differences in surfacing content</h2>
<p>The first difference is in what constitutes the &#8220;single source of truth&#8221;:</p>
<ul>
<li>In a Web CMS, content changes are made to the database, and the content is changed everywhere it&#8217;s programmed to do so. The database is the single source of truth.</li>
<li>In a CCMS, what you have is, in effect, two &#8220;single sources of truth&#8221; &#8211; one is the pre-published source; the other is the published version. The nature of publishing is that these get out of sync after version 1. Think of publishing a multi-hundred page HTML manual. Version 1 uses all new content. Then, there are updates to one section, say pages 20-30. These pages now have Version 1 content and Version 2 content, while the published content is all in the Version 2 manual.</li>
</ul>
<p>So the second difference is how content is versioned:</p>
<ul>
<li>The authors will be concerned with the versions of each content file; after a while, a body of published content can be made up of a range of versions that co-exist in the same repository and get mixed-and-matched by the author to be published.</li>
<li>The published content is another single source of truth. It is the aggregated &#8220;publication&#8221; that is for consumption. The consumers of this content have no idea that any given page may be made up of multiple content chunks aggregated together for a seamless reading experience.</li>
</ul>
<p>Another difference the gatekeeping functions:</p>
<ul>
<li>In a WCMS, the code written by the developer provides virtually all gatekeeping functionality.</li>
<li>In the CCMS, the writer is the primary gatekeeper, but there is another gatekeeping function &#8211; the publishing pipeline code. The content is generally publishing using XSLTs (an automated transformation of XML content using XML stylesheet language scripts). The code automates the output process, and changes to the output means tweaking the scripts.</li>
</ul>
<p>The WCMS world vastly overwhelms the CCMS world in number of systems sold and implemented, though amount the content published by CCMS systems on a given site often considerably dwarfs that output by the WCMS.  The next few years will be interesting, as content management systems try to capture market share by enabling &#8220;the other type&#8221; of authoring experience for organizations that need to adopt more robust methods of creating and surfacing content in more flexible ways.</p>
<img src="http://intentionaldesign.ca/?ak_action=api_record_view&id=1197&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://intentionaldesign.ca/2010/11/19/surfacing-content-ways-to-keep-content-in-sync/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Component content management as content mashup</title>
		<link>http://intentionaldesign.ca/2009/09/11/component-content-management-as-content-mashup/</link>
		<comments>http://intentionaldesign.ca/2009/09/11/component-content-management-as-content-mashup/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 15:37:29 +0000</pubDate>
		<dc:creator>rahelab</dc:creator>
				<category><![CDATA[content management]]></category>
		<category><![CDATA[mashups]]></category>
		<category><![CDATA[single-sourcing]]></category>

		<guid isPermaLink="false">http://intentionaldesign.ca/?p=941</guid>
		<description><![CDATA[Using the metaphor of mash-ups, explaining component content management.]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Component content management as topic mashup</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Explaining CCM (component content management) to clients is sometimes difficult. The concept of combining content at the component level, to create publications, is complex to understand to people who aren&#8217;t typically involved in the production or management of content.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Ironically, one group that has a hard time with the concepts of CCM are the IS/IT groups. For a while, this flummoxed me, as I thought that an understanding of the technology side would be an advantage to understanding it. Then it dawned on me that knowing the general principles of content management could actually become a barrier. Content management has become synonymous with WCM (Web Content Management), with CCM considered an obscure niche within the broader field, and WCM does not handle content at a sufficiently granular level. The final two words, &#8220;content management&#8221; are the same, but it&#8217;s the first word that makes the functional difference. It&#8217;s a little like thinking a truck is a truck, whether the prefix is &#8220;moving&#8221; or &#8220;dump&#8221;.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">The difference is a little like that. For the average WCM system, content is input directly into the content management system, and managed at whatever level the content is input &#8211; generally, at the page level. A change to made to a page, and an edit udpates the entire page.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">For the average CCM system, the content is created in smaller-than-page chunks, and assembled, much like a content mashup, to create a larger-sized page for output. A change is made to a component, which can be a single word, phrase, paragraph, or larger, which is then compiled, much like a software &#8220;build&#8221;, which generates a presentation version of the specified sources. The aggregated content can be pushed out to a Web page, a PDF, or a print destination.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">When we think of mashups, we think of the Wikipedia definition of a mashup, which is combining data from two or more sources to create a richer information set. A common mash-up is an address with a map, that displays that includes both components as a single, integrated screen, with more meaning. A content mashup is similar &#8211; for example, when an ecommerce retailer pulls product descriptions from one data source and the prices from a financial system to mash together and display according to the requested content.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">The technology that allows content to be mashed up before making it to the end display is an XML editor. The editor allows authors to determine how the components will be mashed together, whether that be through a manual mechanism such as a content map, or automated through an information retrieval system such as a taxonomy or thesaurus.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Whether understanding CCM as a mashup application is helpful for purposes of explaining to the technical parties remains to be seen. I do suspect that the analogy will strike a chord with a certain client segment, though, and that&#8217;s about all I can ask.</div>
<p>Explaining CCM (component content management) to clients is sometimes difficult. The concept of combining content at the component level to create topics, which then get combined to create publications &#8211; or not; sometimes, topics just remain topics &#8211; is complex to understand to people who aren&#8217;t typically involved in the production or management of content.</p>
<p>Ironically, one group that has a hard time with the concepts of CCM are the IS/IT groups. For a while, this flummoxed me, as I thought that an understanding of the technology side would be an advantage to understanding it. Then it dawned on me that knowing the general principles of content management could actually become a barrier. Content management has become synonymous with WCM (Web Content Management), with CCM considered an obscure niche within the broader field, and WCM does not handle content at a sufficiently granular level. The final two words, &#8220;content management&#8221; are the same, but it&#8217;s the first word that makes the functional difference. It&#8217;s a little like thinking a truck is a truck, whether the prefix is &#8220;moving&#8221; or &#8220;dump&#8221;.</p>
<p>The difference is a little like that. For the average WCM system, content is input directly into the content management system, and managed at whatever level the content is input &#8211; generally, at the page level. A change to made to a page, and an edit udpates the entire page.</p>
<p>For the average CCM system, the content is created in smaller-than-page chunks, and assembled, much like a content mashup, to create a larger-sized page for output. A change is made to a component, which can be a single word, phrase, paragraph, or larger, which is then compiled, much like a software &#8220;build&#8221;, which generates a presentation version of the specified sources. The aggregated content can be pushed out to a Web page, a PDF, or a print destination.</p>
<p><img class="aligncenter size-medium wp-image-944" title="Web and Component Content" src="http://intentionaldesign.ca/www/pmh3472/public_html/wp-content/uploads/2009/09/Web-and-Component-Content-300x149.jpg" alt="Web and Component Content" width="300" height="149" /></p>
<p>When we think of mashups, we think of the Wikipedia definition of a mashup, which is combining data from two or more sources to create a richer information set. A common mash-up is an address with a map, that displays that includes both components as a single, integrated screen, with more meaning. A content mashup is similar &#8211; for example, when an ecommerce retailer pulls product descriptions from one data source and the prices from a financial system to mash together and display according to the requested content.</p>
<p>The technology that allows content to be mashed up before making it to the end display is an XML editor. The editor allows authors to determine how the components will be mashed together, whether that be through a manual mechanism such as a content map, or automated through an information retrieval system such as a taxonomy or thesaurus.</p>
<p>Whether understanding CCM as a mashup application is helpful for purposes of explaining to the technical parties remains to be seen. I do suspect that the analogy will strike a chord with a certain client segment, though, and that&#8217;s about all I can ask.</p>
<img src="http://intentionaldesign.ca/?ak_action=api_record_view&id=941&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://intentionaldesign.ca/2009/09/11/component-content-management-as-content-mashup/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Redefining content strategy</title>
		<link>http://intentionaldesign.ca/2009/06/11/redefining-content-strategy/</link>
		<comments>http://intentionaldesign.ca/2009/06/11/redefining-content-strategy/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 16:02:10 +0000</pubDate>
		<dc:creator>rahelab</dc:creator>
				<category><![CDATA[content convergence]]></category>
		<category><![CDATA[Content Strategies]]></category>
		<category><![CDATA[content as asset]]></category>
		<category><![CDATA[content strategy]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[single-sourcing]]></category>
		<category><![CDATA[user experience]]></category>
		<category><![CDATA[user-generated content]]></category>

		<guid isPermaLink="false">http://intentionaldesign.ca/?p=908</guid>
		<description><![CDATA[An argument to broaden the definition of content strategy to include more consumer-facing content types. ]]></description>
			<content:encoded><![CDATA[<p>The definition of content strategy, according to <a title="Wikipedia" href="http://en.wikipedia.org/wiki/Content_strategy">Wikipedia</a>, is &#8220;a repeatable system that defines the entire editorial content development process for a website development project.&#8221; This definition, not surprisingly, is taken from the <em>The Web Content Strategist’s Bible</em>, by Richard Sheffield. While there is no explicit connection of Web copy to marketing copy, the implication is that Web sites are marketing sites.</p>
<p>I would argue that, depsite the perception that websites consist of marketing content, for many sites, the marketing content is only the top layer &#8211; the icing on the cake, and what supports that top layer is a substantial amount of technical content &#8211; the cake itself. </p>
<div id="attachment_909" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-909" title="layers" src="http://intentionaldesign.ca/www/pmh3472/public_html/wp-content/uploads/2009/05/layers-300x190.png" alt="Layers of content on a website" width="300" height="190" /><p class="wp-caption-text">Layers of content on a website</p></div>
<p>That technical content is often far more valuable to the corporate or product brand than the persuasive content. In doing user research for one client in particular, a manufacturer of power generators and inverters, I saw how guys used their site. Consistently, they would bypass all of the marketing material and go right for the specs. (Of course, before the site revamp, a lot of the specs were missing or buried in a PDF in some obscure area of the site, but that&#8217;s a whole other story.) They knew what inverters did, and what to look for, and went directly to find what was, to them, the important piece of information.</p>
<p>In effect, the technical specifications <em>were </em>the marketing material; if the inverter had the right oomph to it, that&#8217;s what the users wanted to know. And had the content been wrong, had the inverter been used with some disastrous results, then the ensuing fall-out would have become a marketing problem. The artificial siloing of content between organizational departments &#8211; marketing, techdocs, training, support, engineering &#8211; is reminiscent of the discussions we had about information arhcitecture, some 8-10 years ago. The difference is that for many organizations, these larger silos have become de facto standards in which they bucket their information for consumers. They <em>assume</em> that when a content consumer arrives on their site, they want to see a certain type of content. They try to funnel the user through their site navigation or constrain the path to the cash register. But if you look at the way consumers <em>actually</em> use a site, you can see that they will not be constrained. In this <a title="case study" href="http://www.useit.com/alertbox/cross_site_behavior.html" target="_blank">case study</a>, Jakob Neilsen reveals that consumers will breeze past the feel-good content and <a title="head right for the technical information" href="http://www.useit.com/alertbox/sites_visted_transcript.html" target="_blank">head right for the techincal information</a>, product reviews, and other information pertinent to their decision-making process.</p>
<p>The content that was sought out by the consumer, in this example, is probably produced by a department that publishes to multiple channels, not just the Web. Their content strategy likely has to take into account single-sourcing for print as well as Web, and other channels such as training materials (possibly print, e-learning, and a Web output), manuals, product data sheets, and other end products. The Web is but a slice of a greater strategy. When we talk about content strategy, then, my contention is that the type of content we include in the definition needs to broaden beyond Web content, as does the recognition that the content, even if just for the Web, includes not only persuasive content, but instructive/informative, user-generated, and even entertainment content.</p>
<img src="http://intentionaldesign.ca/?ak_action=api_record_view&id=908&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://intentionaldesign.ca/2009/06/11/redefining-content-strategy/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Protecting your corporate content assets means easy interchange</title>
		<link>http://intentionaldesign.ca/2009/03/11/protecting-your-corporate-content-assets-means-easy-interchange/</link>
		<comments>http://intentionaldesign.ca/2009/03/11/protecting-your-corporate-content-assets-means-easy-interchange/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 16:57:42 +0000</pubDate>
		<dc:creator>rahelab</dc:creator>
				<category><![CDATA[content management]]></category>
		<category><![CDATA[Content Strategies]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[content strategy]]></category>
		<category><![CDATA[convergence]]></category>
		<category><![CDATA[integration]]></category>
		<category><![CDATA[open standards]]></category>
		<category><![CDATA[single-sourcing]]></category>
		<category><![CDATA[syndication]]></category>
		<category><![CDATA[translation]]></category>

		<guid isPermaLink="false">http://intentionaldesign.ca/?p=785</guid>
		<description><![CDATA[To get the most out of your content, you need to be able to re-use it in appropriate places. Having content that can "play nice" with other systems is a key component of a good content strategy.]]></description>
			<content:encoded><![CDATA[<p>To get the most out of your content, you need to be able to re-use it in appropriate places, rather than recreate content for each new situation. It follows, then, that re-using content requires that content be in a format that lends itself to re-use.</p>
<p>If you&#8217;re the type of person who likes to write, think, edit, and then publish , tink about the pain of re-using content from an article created in a word processing program to a blog entry. You had to go through and check things like apostrophes, quotation marks, and dashes to make sure you didn&#8217;t end up with question marks in the middle of your carefully-crafted prose. That can be called &#8220;dumb work&#8221; &#8211; silly rote tasks that don&#8217;t add any value at all.</p>
<p>Now, multiply that dumb work by millions when content gets locked into a proprietary system. You may have a million-dollar content management installation, but what happens when you want to use your content elsewhere, or when you need to migrate content between your behemoth system and specialty systems, such as a component content management system?</p>
<p>Unless there is a vested interest by, say, a competitor in providing some sort of import wizard from a specific proprietary format into their own format, your content is now held hostage by the vendor&#8217;s system. This used to be considered good business sense, as it locked you into their system for long periods of time. In today&#8217;s world, however, it&#8217;s considered a <a title="pretty bad move" href="http://asserttrue.blogspot.com/2009/03/why-do-we-still-have-vendor-lock-in.html" target="_blank">pretty bad move</a> on everyone&#8217;s part. The recognition that content is a valuable corporate asset whose value increases with its potential for re-use has changed the game.</p>
<p>Re-use is a concept that is often discussed at too low of a level within the corporate sphere. There are several kinds of re-use:</p>
<ul>
<li>Single-sourcing. This isn&#8217;t a particularly sexy type of re-use, but is the industrial workhorse of re-use that is the backbone of any product or service provider that produces technical content (user, installation, maintenance, and quick-start guides, training material, knowledge bases, and so on). The ROI on standards-based, re-usable content becomes critical, particularly in cases where translation are involved.</li>
<li>Integration. Content among departments, divisions, or partner companies may need to be mashed together to create a cohesive whole. Saving troublesome conversion steps toward a common format is a huge time-saver, and eliminates the worries that the conversion process has eliminated or corrupted critical content that affects the quality and integrity of the end result.</li>
<li>Convergence. This re-use case is bringing together content from various types of sources, such as mixing single-sourced content with user-generated content in a knoweldge base. The need to &#8220;round-trip&#8221; content relies on being able to get content in and out of systems easily and quickly, with as much automation and as little human intervention as possible.</li>
<li>Syndication. Content flies (or should fly) outside of the organization, in the form of news releases, event announcements, and so on. If content doesn&#8217;t conform to the standards-based formats &#8211; <a title="microformats" href="http://microformats.org/about/" target="_blank">microformats </a>is the most common example &#8211; then the value of automating syndiations is lost, with a default position of cutting and pasting into multiple sites.</li>
</ul>
<p>Having content that can &#8220;play nice&#8221; with other systems is a key component of a good content strategy. Because large-scale content projects are dependent on the technologies that manage the content, it&#8217;s critical to look at how the system treats the content, and how open the content is for re-use in strategic ways.</p>
<img src="http://intentionaldesign.ca/?ak_action=api_record_view&id=785&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://intentionaldesign.ca/2009/03/11/protecting-your-corporate-content-assets-means-easy-interchange/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

