<?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>Debut Creative &#187; Dreamweaver</title>
	<atom:link href="http://debutcreative.com/tag/dreamweaver/feed" rel="self" type="application/rss+xml" />
	<link>http://debutcreative.com</link>
	<description>web development studio</description>
	<lastBuildDate>Thu, 03 Mar 2011 16:12:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Using Dreamweaver FTP with a Team</title>
		<link>http://debutcreative.com/using-dreamweaver-ftp-with-a-team</link>
		<comments>http://debutcreative.com/using-dreamweaver-ftp-with-a-team#comments</comments>
		<pubDate>Fri, 26 Jun 2009 16:48:11 +0000</pubDate>
		<dc:creator>ArleyM</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[Work Flow]]></category>

		<guid isPermaLink="false">http://debutcreative.com/?p=225</guid>
		<description><![CDATA[The Problem When you have a site that multiple designers, developers or contributors might be working on you run the risk of stepping on one another&#8217;s toes, losing data, and at its worse; breaking something on your website. This can happen very easily. Take the following image as a very basic example. Let&#8217;s say you [...]]]></description>
			<content:encoded><![CDATA[<h3>The Problem</h3>
<p>When you have a site that multiple designers, developers or contributors might be working on you run the risk of stepping on one another&#8217;s toes, losing data, and at its worse; breaking something on your website. This can happen very easily. Take the following image as a very basic example. Let&#8217;s say you have a yellow page with an A on it. Person 1 decides the page should be blue, Person 2 decides the letter should be B. Both changes are done at once. Who ever uploads last has their change live on the site. <span id="more-225"></span></p>
<p><img class="aligncenter size-full wp-image-226" title="changes to site files" src="http://debutcreative.com/wp-content/uploads/2009/06/changes2.gif" alt="changes to site files" width="368" height="470" /></p>
<p>For both changes to take place they would have to be done one after the other, not simultaneously.</p>
<h3>The Solution</h3>
<p>To help prevent these kinds of problems Dreamweaver&#8217;s FTP protocol can manage a Check in/Check out process. There are several reasons why this is a great tool:</p>
<ul>
<li>When Person 1 grabs the file, they grab it from the Remote location (the server) as opposed to a local version. This means that he&#8217;s working off the most recent version in case someone has made changes they don&#8217;t know about.</li>
<li>When you access a file Dreamweaver gives you the option to download all related files (images etc.). This is perfect for when you are overhauling the whole page entirely.</li>
<li>When Person 1 checks out the file Dreamweaver &#8220;locks&#8221; it preventing Person 2 from making changes. Instead, they will see that the file is in use by Person 1. (note, if they forget to check the file back in and you absolutely must have it, I connect by an FTP app like FileZilla and remove the .LCK file for that respective file (eg. index.asp.LCK)).</li>
</ul>
<h3>The Setup</h3>
<p>It&#8217;s pretty easy to setup too!</p>
<p><strong>1) Set Up Your Site:</strong> Even though you do not need local copies of the site, you do need to setup a Site within Dreamweaver. Then when you check out files it downloads them to the site directory. Create a directory on your computer for the site, then in Dreamweaver&#8217;s menu: Site &gt; New Site.</p>
<p>Go to the Advanced tab. Give the site a name, and select the Local Root folder to the directory you just made. You can skip all the other form fields.</p>
<p><strong>2) Setup the FTP Connection: </strong>From the Site Definition window&#8217;s left pane click Remote Info and select FTP. Enter your host/ip, username and password.</p>
<p>Keep &#8220;Maintain synchronization information&#8221; checked, and check &#8220;Check out files when opening&#8221;. Now enter your name and email address that everyone else with server access will see.</p>
<p><strong>3 Test the Setup </strong>Once it has finished caching / checking the connection go to your site window (F8 is the keyshort to toggle it). You will need to click the Connect button (circled here)</p>
<p><img class="aligncenter size-full wp-image-227" title="connect" src="http://debutcreative.com/wp-content/uploads/2009/06/connect.gif" alt="connect" width="364" height="36" /></p>
<p>Once you do this the left pane should show you the remote server, and the right pane the local directory.</p>
<h3>Using the FTP</h3>
<p>Double click one of the page files. Usually I say no to dependent files (unless I know I&#8217;ll need them). Now that file should appear in the Local pane. When I double click it opens and a green check mark appears next to it in my Files window. This means it is currently checked out. If you haven&#8217;t downloaded the dependent files the page will look VERY different as the images and CSS that style the page are gone.</p>
<p>Make your changes, and save the file. Now click the file and click the Check In button to put it back on the server. This not only updates the page, but relinquishes your checking-it out, making it available to other people.</p>
<p><img class="aligncenter size-full wp-image-228" title="check in" src="http://debutcreative.com/wp-content/uploads/2009/06/checkin.gif" alt="check in" width="364" height="36" /></p>
<p>You&#8217;ve now successfully set up Dreamweaver FTP. This will hopefully keep everything a lot safer. It&#8217;s still no replacement for frequent back ups, but it&#8217;s one more layer of security to help you sleep at night!</p>
]]></content:encoded>
			<wfw:commentRss>http://debutcreative.com/using-dreamweaver-ftp-with-a-team/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

