<?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: Did Dreamweaver Determine Your Deployment Method?</title>
	<atom:link href="http://thecrumb.com/2009/07/21/did-dreamweaver-determine-your-deployment-method/feed/" rel="self" type="application/rss+xml" />
	<link>http://thecrumb.com/2009/07/21/did-dreamweaver-determine-your-deployment-method/</link>
	<description>developer &#124; thinker &#124; tinkerer</description>
	<lastBuildDate>Mon, 06 Feb 2012 15:30:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Adam Cameron</title>
		<link>http://thecrumb.com/2009/07/21/did-dreamweaver-determine-your-deployment-method/#comment-1223</link>
		<dc:creator>Adam Cameron</dc:creator>
		<pubDate>Wed, 22 Jul 2009 22:44:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecrumb.com/?p=884#comment-1223</guid>
		<description>I think it&#039;s inappropriate to be using a code editing tool to be deploying code.  Generally when one comes to be deploying code, then it&#039;s being shifted from a dev environment (the only place one should ever be editing code) to a QA, staging, or live environment.

One definitely does NOT want to be using a tool that is specific to changing code to be having anything to do with environments other than dev environments, quite simply because it&#039;s kind of suggesting that &quot;editing code&quot; on the server one is deploying to is part and parcel of the practice.  It&#039;s not.

Code deployment should definitely be completely decoupled from the development environment, IMO.

We enforce a specific, decoupled, mostly manual process when &quot;promoting&quot; any code from &quot;dev&quot; to &quot;not dev&quot;.  The reason for this is to make the person doing it stop and think about what they&#039;re doing, treat the process with respect, and also know that it&#039;s &quot;kind of&quot; a one way process.

I guess we do all our development locally (on our own workstationns), and we don&#039;t put it on a server of any description until it&#039;s mostly out of the developer&#039;s hands (if poss we get someone other than the developer to deploy it).  I would never have an RDS or FTP connection set up in my IDE.  It just seems &quot;wrong&quot;.

(obviously all of the above is IMO, and I&#039;m not suggesting everyone should automatically agree with me.  I&#039;m just sayin&#039; how it is ;-)

--
Adam</description>
		<content:encoded><![CDATA[<p>I think it&#8217;s inappropriate to be using a code editing tool to be deploying code.  Generally when one comes to be deploying code, then it&#8217;s being shifted from a dev environment (the only place one should ever be editing code) to a QA, staging, or live environment.</p>
<p>One definitely does NOT want to be using a tool that is specific to changing code to be having anything to do with environments other than dev environments, quite simply because it&#8217;s kind of suggesting that &#8220;editing code&#8221; on the server one is deploying to is part and parcel of the practice.  It&#8217;s not.</p>
<p>Code deployment should definitely be completely decoupled from the development environment, IMO.</p>
<p>We enforce a specific, decoupled, mostly manual process when &#8220;promoting&#8221; any code from &#8220;dev&#8221; to &#8220;not dev&#8221;.  The reason for this is to make the person doing it stop and think about what they&#8217;re doing, treat the process with respect, and also know that it&#8217;s &#8220;kind of&#8221; a one way process.</p>
<p>I guess we do all our development locally (on our own workstationns), and we don&#8217;t put it on a server of any description until it&#8217;s mostly out of the developer&#8217;s hands (if poss we get someone other than the developer to deploy it).  I would never have an RDS or FTP connection set up in my IDE.  It just seems &#8220;wrong&#8221;.</p>
<p>(obviously all of the above is IMO, and I&#8217;m not suggesting everyone should automatically agree with me.  I&#8217;m just sayin&#8217; how it is ;-)</p>
<p>&#8211;<br />
Adam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://thecrumb.com/2009/07/21/did-dreamweaver-determine-your-deployment-method/#comment-1222</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Wed, 22 Jul 2009 20:44:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecrumb.com/?p=884#comment-1222</guid>
		<description>we have a change management department. Getting code to our development server is simple using either webdav or SVN.

Getting it to test/staging and then prod is the most painful thing in the world</description>
		<content:encoded><![CDATA[<p>we have a change management department. Getting code to our development server is simple using either webdav or SVN.</p>
<p>Getting it to test/staging and then prod is the most painful thing in the world</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Ness</title>
		<link>http://thecrumb.com/2009/07/21/did-dreamweaver-determine-your-deployment-method/#comment-1221</link>
		<dc:creator>Adam Ness</dc:creator>
		<pubDate>Wed, 22 Jul 2009 20:39:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecrumb.com/?p=884#comment-1221</guid>
		<description>To be honest, I&#039;ve never worked in a CF Shop where we used FTP.  We always just use mounted drives/SMB to transfer the files around.  Of course, that&#039;s always been in a homogeneous Windows environment, but even in blended Mac/Linux/Windows environments, Samba or NFS allows for the same functionality.</description>
		<content:encoded><![CDATA[<p>To be honest, I&#8217;ve never worked in a CF Shop where we used FTP.  We always just use mounted drives/SMB to transfer the files around.  Of course, that&#8217;s always been in a homogeneous Windows environment, but even in blended Mac/Linux/Windows environments, Samba or NFS allows for the same functionality.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://thecrumb.com/2009/07/21/did-dreamweaver-determine-your-deployment-method/#comment-1220</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Wed, 22 Jul 2009 13:01:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecrumb.com/?p=884#comment-1220</guid>
		<description>You can &lt;a href=&quot;http://www.thecrumb.com/wiki/ant#ant_and_ftpsshsftp&quot; rel=&quot;nofollow&quot;&gt;automate your FTP with Ant&lt;/a&gt; :)</description>
		<content:encoded><![CDATA[<p>You can <a href="http://www.thecrumb.com/wiki/ant#ant_and_ftpsshsftp" rel="nofollow">automate your FTP with Ant</a> :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://thecrumb.com/2009/07/21/did-dreamweaver-determine-your-deployment-method/#comment-1219</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Wed, 22 Jul 2009 13:00:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecrumb.com/?p=884#comment-1219</guid>
		<description>I guess another question would be... How ofter do you evaluate your processes and look for improvements?</description>
		<content:encoded><![CDATA[<p>I guess another question would be&#8230; How ofter do you evaluate your processes and look for improvements?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Williams</title>
		<link>http://thecrumb.com/2009/07/21/did-dreamweaver-determine-your-deployment-method/#comment-1218</link>
		<dc:creator>Matt Williams</dc:creator>
		<pubDate>Wed, 22 Jul 2009 12:42:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecrumb.com/?p=884#comment-1218</guid>
		<description>I think the server setup you have can determine the deployment method. A basic shared hosting setup is going to have one way (by default) to get files from your workstation to the server: FTP.

If you have never used version control, then learning how to get a repository set up does require some learning.</description>
		<content:encoded><![CDATA[<p>I think the server setup you have can determine the deployment method. A basic shared hosting setup is going to have one way (by default) to get files from your workstation to the server: FTP.</p>
<p>If you have never used version control, then learning how to get a repository set up does require some learning.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glyn Jackson</title>
		<link>http://thecrumb.com/2009/07/21/did-dreamweaver-determine-your-deployment-method/#comment-1217</link>
		<dc:creator>Glyn Jackson</dc:creator>
		<pubDate>Wed, 22 Jul 2009 11:33:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecrumb.com/?p=884#comment-1217</guid>
		<description>Glad I got you thinking!

I think an IDE can have an impact on the development process, yes. How you control files, versioning etc is dependence on the tools you use. But an IDE should not be the deciding factor in your whole process that&#039;s just ignorant.

You get a process that works for you, tried and tested over time. We use versioning but leave the live server FTP because at the moment it works well for our in house process.

FTP is still a part of our system just not a whole part and I still need it if I was to use CF Builder over DW</description>
		<content:encoded><![CDATA[<p>Glad I got you thinking!</p>
<p>I think an IDE can have an impact on the development process, yes. How you control files, versioning etc is dependence on the tools you use. But an IDE should not be the deciding factor in your whole process that&#8217;s just ignorant.</p>
<p>You get a process that works for you, tried and tested over time. We use versioning but leave the live server FTP because at the moment it works well for our in house process.</p>
<p>FTP is still a part of our system just not a whole part and I still need it if I was to use CF Builder over DW</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Henke</title>
		<link>http://thecrumb.com/2009/07/21/did-dreamweaver-determine-your-deployment-method/#comment-1216</link>
		<dc:creator>Mike Henke</dc:creator>
		<pubDate>Wed, 22 Jul 2009 01:13:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecrumb.com/?p=884#comment-1216</guid>
		<description>Great post.  After Glyn Jackson’s, I was thinking it was extreme to have to change a deployment process because of an IDE switch.  Now after reading your post, I am thinking the deployment method should be decoupled from the IDE.</description>
		<content:encoded><![CDATA[<p>Great post.  After Glyn Jackson’s, I was thinking it was extreme to have to change a deployment process because of an IDE switch.  Now after reading your post, I am thinking the deployment method should be decoupled from the IDE.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

