<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Code/Data Separation</title>
	<atom:link href="http://emergentchaos.com/archives/2005/10/codedata-separation.html/feed" rel="self" type="application/rss+xml" />
	<link>http://emergentchaos.com/archives/2005/10/codedata-separation.html</link>
	<description>The Emergent Chaos Jazz Combo</description>
	<lastBuildDate>Mon, 15 Mar 2010 15:02:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: adam</title>
		<link>http://emergentchaos.com/archives/2005/10/codedata-separation.html/comment-page-1#comment-1455</link>
		<dc:creator>adam</dc:creator>
		<pubDate>Fri, 04 Nov 2005 12:39:31 +0000</pubDate>
		<guid isPermaLink="false">http://emergentchaos.com/?p=1152#comment-1455</guid>
		<description>Hi Max,
While you make a good point, and there are clearly fuzzy boundaries, there are also places where the answer is reasonably clear.  In those places, it is helpful to take advantage of the clarity.  This frees up time and energy to worry about those fuzzy spots.
</description>
		<content:encoded><![CDATA[<p>Hi Max,<br />
While you make a good point, and there are clearly fuzzy boundaries, there are also places where the answer is reasonably clear.  In those places, it is helpful to take advantage of the clarity.  This frees up time and energy to worry about those fuzzy spots.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maximillian Dornseif</title>
		<link>http://emergentchaos.com/archives/2005/10/codedata-separation.html/comment-page-1#comment-1454</link>
		<dc:creator>Maximillian Dornseif</dc:creator>
		<pubDate>Fri, 28 Oct 2005 07:44:49 +0000</pubDate>
		<guid isPermaLink="false">http://emergentchaos.com/?p=1152#comment-1454</guid>
		<description>What is the difference between &#039;Code&#039; and &#039;Data&#039;? See my thoughts on the issue at &lt;a href=&quot;http://md.hudora.de/blog/guids/54/93/6470713426167024.html&quot; rel=&quot;nofollow&quot;&gt;http://md.hudora.de/blog/guids/54/93/6470713426167024.html&lt;/a&gt;
I really would love to see some discussion on what you actually mean with code &amp; data.
</description>
		<content:encoded><![CDATA[<p>What is the difference between &#8216;Code&#8217; and &#8216;Data&#8217;? See my thoughts on the issue at <a href="http://md.hudora.de/blog/guids/54/93/6470713426167024.html" rel="nofollow">http://md.hudora.de/blog/guids/54/93/6470713426167024.html</a><br />
I really would love to see some discussion on what you actually mean with code &#038; data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Boske</title>
		<link>http://emergentchaos.com/archives/2005/10/codedata-separation.html/comment-page-1#comment-1453</link>
		<dc:creator>Kevin Boske</dc:creator>
		<pubDate>Thu, 27 Oct 2005 12:21:03 +0000</pubDate>
		<guid isPermaLink="false">http://emergentchaos.com/?p=1152#comment-1453</guid>
		<description>Adam, In Office &quot;12&quot; we address this problem with our new file formats for Word, PowerPoint and Excel by explicitly disallowing VBA in our default formats (&quot;macro-free&quot;) and only allowing VBA in our &quot;macro-enabled&quot; alternative formats. The files are differentiated based on thier extension and content type.  For example, a macro-free Excel Workbook will carry the extension &quot;.xlsx&quot;, whereas a macro-enabled workbook&#039;s extension is &quot;.xlsm&quot;. If a macro-free file is found to have a VBA project during the load process, the load will fail before opening the VBA &quot;Part&quot;, end of story.  You don&#039;t have to trust the &quot;disable macros&quot;, the application simply won&#039;t open the file.  Take a look at Brian Jone&#039;s blog entry for more: &lt;a href=&quot;http://blogs.msdn.com/brian_jones/archive/2005/07/12/438262.aspx&quot; rel=&quot;nofollow&quot;&gt;http://blogs.msdn.com/brian_jones/archive/2005/07/12/438262.aspx&lt;/a&gt;
</description>
		<content:encoded><![CDATA[<p>Adam, In Office &#8220;12&#8243; we address this problem with our new file formats for Word, PowerPoint and Excel by explicitly disallowing VBA in our default formats (&#8220;macro-free&#8221;) and only allowing VBA in our &#8220;macro-enabled&#8221; alternative formats. The files are differentiated based on thier extension and content type.  For example, a macro-free Excel Workbook will carry the extension &#8220;.xlsx&#8221;, whereas a macro-enabled workbook&#8217;s extension is &#8220;.xlsm&#8221;. If a macro-free file is found to have a VBA project during the load process, the load will fail before opening the VBA &#8220;Part&#8221;, end of story.  You don&#8217;t have to trust the &#8220;disable macros&#8221;, the application simply won&#8217;t open the file.  Take a look at Brian Jone&#8217;s blog entry for more: <a href="http://blogs.msdn.com/brian_jones/archive/2005/07/12/438262.aspx" rel="nofollow">http://blogs.msdn.com/brian_jones/archive/2005/07/12/438262.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://emergentchaos.com/archives/2005/10/codedata-separation.html/comment-page-1#comment-1452</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Wed, 26 Oct 2005 17:49:19 +0000</pubDate>
		<guid isPermaLink="false">http://emergentchaos.com/?p=1152#comment-1452</guid>
		<description>They&#039;re open to suggestions.  I said, &quot;here&#039;s the problem as I see it,&quot; they said &quot;here&#039;s the problem as we see it, how can we solve it?&quot;
</description>
		<content:encoded><![CDATA[<p>They&#8217;re open to suggestions.  I said, &#8220;here&#8217;s the problem as I see it,&#8221; they said &#8220;here&#8217;s the problem as we see it, how can we solve it?&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: beth</title>
		<link>http://emergentchaos.com/archives/2005/10/codedata-separation.html/comment-page-1#comment-1451</link>
		<dc:creator>beth</dc:creator>
		<pubDate>Wed, 26 Oct 2005 17:46:28 +0000</pubDate>
		<guid isPermaLink="false">http://emergentchaos.com/?p=1152#comment-1451</guid>
		<description>Well, you say it&#039;s been years since you had that conversation with the macro security person, I think the time is over-ripe...what do THEY think, or what are they prepared to do?
</description>
		<content:encoded><![CDATA[<p>Well, you say it&#8217;s been years since you had that conversation with the macro security person, I think the time is over-ripe&#8230;what do THEY think, or what are they prepared to do?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
