<?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 for "it could be bunnies"</title>
	<atom:link href="http://jochem.vandieten.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://jochem.vandieten.net</link>
	<description>Jochem's tech exploits</description>
	<pubDate>Fri, 24 Apr 2026 05:30:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on The definitive guide to ColdFusion UUID&#8217;s by Julian Halliwell</title>
		<link>http://jochem.vandieten.net/2011/05/05/the-definitive-guide-to-coldfusion-uuids/comment-page-1/#comment-1428</link>
		<dc:creator>Julian Halliwell</dc:creator>
		<pubDate>Sat, 07 May 2011 09:18:06 +0000</pubDate>
		<guid isPermaLink="false">http://jochem.vandieten.net/?p=255#comment-1428</guid>
		<description>Thanks for the detailed but clear explanation, Jochem. Very useful.</description>
		<content:encoded><![CDATA[<p>Thanks for the detailed but clear explanation, Jochem. Very useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SoTR 2011 presentation by Jochem</title>
		<link>http://jochem.vandieten.net/2011/03/07/sotr-2011-presentation/comment-page-1/#comment-1403</link>
		<dc:creator>Jochem</dc:creator>
		<pubDate>Mon, 07 Mar 2011 15:24:46 +0000</pubDate>
		<guid isPermaLink="false">http://jochem.vandieten.net/?p=251#comment-1403</guid>
		<description>I don't know. Hence the "once the fix is released".</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know. Hence the &#8220;once the fix is released&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SoTR 2011 presentation by Tom Chiverton</title>
		<link>http://jochem.vandieten.net/2011/03/07/sotr-2011-presentation/comment-page-1/#comment-1402</link>
		<dc:creator>Tom Chiverton</dc:creator>
		<pubDate>Mon, 07 Mar 2011 15:02:04 +0000</pubDate>
		<guid isPermaLink="false">http://jochem.vandieten.net/?p=251#comment-1402</guid>
		<description>"resolved in ColdFusion"
Resolved in what version ?</description>
		<content:encoded><![CDATA[<p>&#8220;resolved in ColdFusion&#8221;<br />
Resolved in what version ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Splitting large XML files with ColdFusion and StAX by Matthew Lesko</title>
		<link>http://jochem.vandieten.net/2011/02/17/splitting-large-xml-files-with-coldfusion-and-stax/comment-page-1/#comment-1394</link>
		<dc:creator>Matthew Lesko</dc:creator>
		<pubDate>Mon, 21 Feb 2011 11:53:34 +0000</pubDate>
		<guid isPermaLink="false">http://jochem.vandieten.net/?p=240#comment-1394</guid>
		<description>Think you need to use Buffered input and output streams in your CFC to avoid OOM exceptions. Elsewise the whole file will be read into memory. This is an example of how I've done it: http://stackoverflow.com/questions/4995238/looping-over-a-large-xml-file/4995560#4995560</description>
		<content:encoded><![CDATA[<p>Think you need to use Buffered input and output streams in your CFC to avoid OOM exceptions. Elsewise the whole file will be read into memory. This is an example of how I&#8217;ve done it: <a href="http://stackoverflow.com/questions/4995238/looping-over-a-large-xml-file/4995560#4995560" rel="nofollow">http://stackoverflow.com/questions/4995238/looping-over-a-large-xml-file/4995560#4995560</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Translating LiveCycle Designer PDFs with XLIFF by Tweets that mention “it could be bunnies” » Blog Archive » Translating LiveCycle Designer PDFs with XLIFF -- Topsy.com</title>
		<link>http://jochem.vandieten.net/2011/01/14/translating-livecycle-designer-pdfs-with-xliff/comment-page-1/#comment-1348</link>
		<dc:creator>Tweets that mention “it could be bunnies” » Blog Archive » Translating LiveCycle Designer PDFs with XLIFF -- Topsy.com</dc:creator>
		<pubDate>Fri, 14 Jan 2011 11:24:02 +0000</pubDate>
		<guid isPermaLink="false">http://jochem.vandieten.net/?p=223#comment-1348</guid>
		<description>[...] This post was mentioned on Twitter by cfbloggers and others. cfbloggers said: Translating LiveCycle Designer PDFs with XLIFF - http://cfbloggers.org/?c=46943 [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by cfbloggers and others. cfbloggers said: Translating LiveCycle Designer PDFs with XLIFF - <a href="http://cfbloggers.org/?c=46943" rel="nofollow">http://cfbloggers.org/?c=46943</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using EAR files for ColdFusion deployments by Jochem</title>
		<link>http://jochem.vandieten.net/2010/01/15/using-ear-files-for-coldfusion-deployments/comment-page-1/#comment-1251</link>
		<dc:creator>Jochem</dc:creator>
		<pubDate>Mon, 30 Aug 2010 07:06:06 +0000</pubDate>
		<guid isPermaLink="false">http://jochem.vandieten.net/?p=218#comment-1251</guid>
		<description>For hosting just get a VPS somewhere, install JBoss and drop your EAR file in. That works out of the box for recent JBoss versions. Or instead of using JBoss to deploy an EAR you can build a WAR instead and drop that in Tomcat. That too should work out of the box.</description>
		<content:encoded><![CDATA[<p>For hosting just get a VPS somewhere, install JBoss and drop your EAR file in. That works out of the box for recent JBoss versions. Or instead of using JBoss to deploy an EAR you can build a WAR instead and drop that in Tomcat. That too should work out of the box.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using EAR files for ColdFusion deployments by Nich</title>
		<link>http://jochem.vandieten.net/2010/01/15/using-ear-files-for-coldfusion-deployments/comment-page-1/#comment-1241</link>
		<dc:creator>Nich</dc:creator>
		<pubDate>Fri, 27 Aug 2010 14:19:13 +0000</pubDate>
		<guid isPermaLink="false">http://jochem.vandieten.net/?p=218#comment-1241</guid>
		<description>Hi,
I've looked for hosting that supports ear deployment, but have not found any. My reason for using ear is not to have my app source code exposed, for in ear it will be java byte code.

Do you know any hosting that supports ear deployment?

Many thanks.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I&#8217;ve looked for hosting that supports ear deployment, but have not found any. My reason for using ear is not to have my app source code exposed, for in ear it will be java byte code.</p>
<p>Do you know any hosting that supports ear deployment?</p>
<p>Many thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by Mike Neders</title>
		<link>http://jochem.vandieten.net/about/comment-page-1/#comment-983</link>
		<dc:creator>Mike Neders</dc:creator>
		<pubDate>Thu, 21 Jan 2010 21:47:47 +0000</pubDate>
		<guid isPermaLink="false">#comment-983</guid>
		<description>Hi,
You seem to know better then most about Adobe so I am writing to you for help.  I recently installed windows 7 Ultimate on my computer and have been having some issues with my copy of Adobe CS4.  So I decided to uninstall and re-install thinking what could possibly go wrong.  Everything.  I have been sent to this site
http://technet.microsoft.com/en-us/magazine/2009.10.gpwin7.aspx
And this site:  http://www.mydigitallife.info/2008/12/30/how-to-disable-and-turn-off-uac-in-windows-7/
And this site:  http://www.adobe.com/support/contact/cs4clean.html
And this site:  http://kb2.adobe.com/cps/406/kb406628.html

What is happening is I am trying to re-install it and continue to get an error message early into the installation of the program.  Error message is:  
 Adobe Color EU Extra Settings CS4
Error:
Error 1625. This installation is forbidden by system policy. Contact your system administrator.

Adobe Dynamiclink Support
Error:
Error 2.

Well it is a home computer and I am the administrator with no other computers tied in.  I right click the program to run as admin and have tried everything with the continual same error.  
Can you suggest anything I might try?
Thank you,
Mike</description>
		<content:encoded><![CDATA[<p>Hi,<br />
You seem to know better then most about Adobe so I am writing to you for help.  I recently installed windows 7 Ultimate on my computer and have been having some issues with my copy of Adobe CS4.  So I decided to uninstall and re-install thinking what could possibly go wrong.  Everything.  I have been sent to this site<br />
<a href="http://technet.microsoft.com/en-us/magazine/2009.10.gpwin7.aspx" rel="nofollow">http://technet.microsoft.com/en-us/magazine/2009.10.gpwin7.aspx</a><br />
And this site:  <a href="http://www.mydigitallife.info/2008/12/30/how-to-disable-and-turn-off-uac-in-windows-7/" rel="nofollow">http://www.mydigitallife.info/2008/12/30/how-to-disable-and-turn-off-uac-in-windows-7/</a><br />
And this site:  <a href="http://www.adobe.com/support/contact/cs4clean.html" rel="nofollow">http://www.adobe.com/support/contact/cs4clean.html</a><br />
And this site:  <a href="http://kb2.adobe.com/cps/406/kb406628.html" rel="nofollow">http://kb2.adobe.com/cps/406/kb406628.html</a></p>
<p>What is happening is I am trying to re-install it and continue to get an error message early into the installation of the program.  Error message is:<br />
 Adobe Color EU Extra Settings CS4<br />
Error:<br />
Error 1625. This installation is forbidden by system policy. Contact your system administrator.</p>
<p>Adobe Dynamiclink Support<br />
Error:<br />
Error 2.</p>
<p>Well it is a home computer and I am the administrator with no other computers tied in.  I right click the program to run as admin and have tried everything with the continual same error.<br />
Can you suggest anything I might try?<br />
Thank you,<br />
Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using EAR files for ColdFusion deployments by TJ</title>
		<link>http://jochem.vandieten.net/2010/01/15/using-ear-files-for-coldfusion-deployments/comment-page-1/#comment-977</link>
		<dc:creator>TJ</dc:creator>
		<pubDate>Fri, 15 Jan 2010 15:31:49 +0000</pubDate>
		<guid isPermaLink="false">http://jochem.vandieten.net/?p=218#comment-977</guid>
		<description>A follow up post on the actual process to do this would be very cool</description>
		<content:encoded><![CDATA[<p>A follow up post on the actual process to do this would be very cool</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ForumClient version 0.1.0: UI improvements and support for the Jive forums by Harbs</title>
		<link>http://jochem.vandieten.net/2009/10/25/forumclient-version-010-ui-improvements-and-support-for-the-jive-forums/comment-page-1/#comment-973</link>
		<dc:creator>Harbs</dc:creator>
		<pubDate>Wed, 13 Jan 2010 21:16:10 +0000</pubDate>
		<guid isPermaLink="false">http://jochem.vandieten.net/?p=211#comment-973</guid>
		<description>Great (thankless) work! ;-) Thanks!

I really would love to see the source code on this, so I'm really happy to hear you're thinking of making this Open Source.

Harbs</description>
		<content:encoded><![CDATA[<p>Great (thankless) work! <img src='http://jochem.vandieten.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> Thanks!</p>
<p>I really would love to see the source code on this, so I&#8217;m really happy to hear you&#8217;re thinking of making this Open Source.</p>
<p>Harbs</p>
]]></content:encoded>
	</item>
</channel>
</rss>
