<?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; Work Flow</title>
	<atom:link href="http://debutcreative.com/tag/work-flow/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>New Location, Same Service</title>
		<link>http://debutcreative.com/new-location-same-service</link>
		<comments>http://debutcreative.com/new-location-same-service#comments</comments>
		<pubDate>Tue, 18 Aug 2009 19:21:43 +0000</pubDate>
		<dc:creator>ArleyM</dc:creator>
				<category><![CDATA[Debut]]></category>
		<category><![CDATA[Burlington]]></category>
		<category><![CDATA[Kincardine]]></category>
		<category><![CDATA[Work Flow]]></category>

		<guid isPermaLink="false">http://debutcreative.com/?p=502</guid>
		<description><![CDATA[It&#8217;s official, the McBlains and Debut Creative are moving from Kincardine to Burlington! Kristi and I have loved our time here in Kincardine and will cherish many memories here. Our first house, the friendly people, the sunsets and our friends. With a recent technical consultancy opportunity for my wife Kristi came the chance to be much [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s official, the McBlains and Debut Creative are moving from Kincardine to Burlington! Kristi and I have loved our time here in Kincardine and will cherish many memories here. Our first house, the friendly people, the sunsets and our friends. With a recent technical consultancy opportunity for my wife Kristi came the chance to be much closer to our family. Add to this the fact that we&#8217;d no longer be at the mercy of Bruce County winters, and it comes down to an offer to good to refuse!</p>
<h4>What does this mean for me, the client of Debut Creative!?</h4>
<p>Understandably this might worry some of my local Debut clients; but let me assure you that 95% of all the great work we do is for clients hundreds of kilometers away. With the exception of some understandable moving-related scatterbrainedness, it will be business-as-usual for DEBUT.</p>
]]></content:encoded>
			<wfw:commentRss>http://debutcreative.com/new-location-same-service/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
		<item>
		<title>Issue Two: From the Depths</title>
		<link>http://debutcreative.com/issue-two-from-the-depths</link>
		<comments>http://debutcreative.com/issue-two-from-the-depths#comments</comments>
		<pubDate>Fri, 17 Apr 2009 14:35:02 +0000</pubDate>
		<dc:creator>ArleyM</dc:creator>
				<category><![CDATA[Newsletter]]></category>
		<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Debut]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[Work Flow]]></category>

		<guid isPermaLink="false">http://debutcreative.com/?p=270</guid>
		<description><![CDATA[April 2009, Issue Two Download Issue Two &#8211; April 2009 &#8211; From the Depths PDF 3.5MB FAME Twitter has been growing hugely in popularity this year. Even since the last issue of this newsletter thousands have joined up &#8211; and not just savvy nerds from San Fran. Early March Digg.com (a social news site) had [...]]]></description>
			<content:encoded><![CDATA[<p><strong>April 2009, Issue Two</strong></p>
<p><a href="http://debutcreative.com/wp-content/uploads/2009/03/debut_newsletter22009c.pdf" target="_blank"><img class="alignnone size-full wp-image-251" style="border: 0px initial initial;" title="Issue Three" src="http://debutcreative.com/wp-content/uploads/2009/03/2depths.jpg" alt="Issue Three" width="539" height="102" /></a><br />
<a class="bodylink" href="http://debutcreative.com/wp-content/uploads/2009/04/debut_newsletter22009c.pdf" target="_blank">Download Issue Two &#8211; April 2009 &#8211; From the Depths</a> PDF 3.5MB</p>
<h3>FAME</h3>
<p>Twitter has been growing hugely in popularity this year. Even since the last issue of this newsletter thousands have joined up &#8211; and not just savvy nerds from San Fran.<br />
  <span id="more-270"></span></p>
<p>Early March <a href="http://digg.com" onclick="pageTracker._trackPageview('/outgoing/digg.com?referer=');">Digg.com</a> (a social news site) had a frontpage story on 10 features that could improve Twitter. After reading this I made a comment about an idea I had: Time Shifting Prime-Time Tweets. Soon I was approached by Six Revisions founder Jacob Gube about writing in depth about my idea for a follow-up article.</p>
<p><a href="http://sixrevisions.com" onclick="pageTracker._trackPageview('/outgoing/sixrevisions.com?referer=');">Sixrevisions.com</a> is a very popular site for web designers and developers, so naturally I was amazed! After getting my contribution, Gube read my blogs at arleym.com and debutcreative.com and asked me to write more often on any topic! It is very flattering to be offered money for writing about a subject I am so passionate about, but what really inspires me is that Six Revisions sees about 500,000 visitors a month.</p>
<p>Ok, so I’m not famous yet, but my Prime-Time article is live <a href="http://bit.ly/xFLy8" onclick="pageTracker._trackPageview('/outgoing/bit.ly/xFLy8?referer=');">http://bit.ly/xFLy8</a></p>
<hr />
<h3>Faster, Smarter, Radder.</h3>
<h4>How working from home has made me better</h4>
<p><img class="alignright size-full wp-image-271" title="Arley McBlain" src="http://debutcreative.com/wp-content/uploads/2009/07/arleypolaroid.png" alt="Arley McBlain" width="173" height="193" />Ever since college I’ve been trying to find the best and fastest ways to work; be it software, work flow or even simple key shorts. I never would have guessed that working from home would be the most epic ‘Work Smart’ trick of all.</p>
<p>  I love working from home: I work less time, I work less hard &#8211; yet I get more done, I get it done faster and I make more money. I don&#8217;t know how it works!</p>
<p>  The phenomenon is growing. Readers Digest recently claimed that the Canadian work-force is working from home in greater numbers every year, sometimes only making the commute for periodic meetings.</p>
<p>  Through industry publications like zines, blogs and podcasts I’ve been finding out that this is especially true of the web industry. The magazine .net (issue 182) had an interview with Jason Fried; founder of 37signals.com. He spoke about his team work flow: “We don’t see each other that often. This isn’t what people expect when they think about collaboration. We’ve found that by physically staying apart we encourage less interruption.”</p>
<p>  “Interruptions are what suck most people’s time away. When you’re in an office, it’s easy to call someone over for a meeting, or to come and look at something&#8230; You can’t really be creative in that sort of environment.”</p>
<p>  He goes on to illustrate how the majority of what we interrupt people for can easily wait an hour or two. By using passive communication like email or IM I can see how I am not only less distracted, but less of a distraction as well!</p>
<p>  I love working from home. Ironically it makes me a better team player. You might say I’m having my cake and eating it too.</p>
<hr />
<h3>Fun Links</h3>
<p style="padding-left: 30px;">IMG: Periodic Table of Fonts <a href="http://is.gd/mE3r " onclick="pageTracker._trackPageview('/outgoing/is.gd/mE3r?referer=');">http://is.gd/mE3r </a><br />
VIDEO: Did you Know? <a href="http://tinyurl.com/cutb3p" onclick="pageTracker._trackPageview('/outgoing/tinyurl.com/cutb3p?referer=');">http://tinyurl.com/cutb3p </a><br />
TXT: 10 Bad Clients (thankfully none of my clients fit) <a href="http://bit.ly/orUHz" onclick="pageTracker._trackPageview('/outgoing/bit.ly/orUHz?referer=');">http://bit.ly/orUHz</a></p>
<hr />
<h3>Are you using&#8230;</h3>
<h4>URL Shorteners</h4>
<p>I’ve already used several in this newsletter. These services reduce huge URLs like <a href="http://freelancefolder.com/bad-clients-and-how-to-avoid-them" onclick="pageTracker._trackPageview('/outgoing/freelancefolder.com/bad-clients-and-how-to-avoid-them?referer=');">http://freelancefolder.com/bad-clients-and-how-to-avoid-them</a> into <a href="http://bit.ly/orUHz" onclick="pageTracker._trackPageview('/outgoing/bit.ly/orUHz?referer=');">http://bit.ly/orUHz</a> This is a huge advantage in print and we services that limit your characters. Several are highly used, and their worth is being recognized. Recently <a href="http://bit.ly" onclick="pageTracker._trackPageview('/outgoing/bit.ly?referer=');">http://bit.ly</a> sold for $8M!</p>
<h4>Google Docs</h4>
<p>I’m obviously a huge Google fanboy. Docs is one of the great tools that come free with a Google account. It not only allows me to store important files on their server (accessible anywhere with internet) but it also allows users to collaborate on documents. A great app for offices to stay up to date with sharing procedures and account information that change often. Centralize!  <a href="http://docs.google.com" onclick="pageTracker._trackPageview('/outgoing/docs.google.com?referer=');">docs.google.com</a></p>
<h4>RSS Feeds</h4>
<p>Really Simple Syndication allows people to read / share the content of sites without going to the website. Ever find you don’t have time to visit all the websites you want to read? With an RSS reader you can gather all the new content without the visit. Simply copy the RSS URL (usually linked to this icon)  <img class="alignnone size-full wp-image-272" title="rss" src="http://debutcreative.com/wp-content/uploads/2009/07/rss.gif" alt="rss" width="22" height="22" align="absmiddle" /></p>
<p><a href="http://www.google.com/reader" onclick="pageTracker._trackPageview('/outgoing/www.google.com/reader?referer=');">www.google.com/reader</a><a href="http://www.bloglines.com" onclick="pageTracker._trackPageview('/outgoing/www.bloglines.com?referer=');">www.bloglines.com<br />
</a>and most mail clients like Outlook</p>
<hr />
<h3>The Exciting World of Web Accessibility</h3>
<p>Websites are made with good code or not-so-good code. Bad web code usually comes out of a necessity to meet a deadline or laziness. Good code takes a lot more time and care, and you might not be able to see a difference &#8211; so is it worth it?</p>
<p>Web Accessibility gets its name for making the web more accessible to users with disabilities. It’s so easy for us to take for granted what visually impaired or colour blind users must face every day.</p>
<p>For instance some users with visual impairments use screen readers that convert text to speech. Some users might turn off images and surpress colours to improve legibility. Some users change text sizes&#8230;So what are they seeing on your site?</p>
<p>Some code mark-up will not allow text to be resized. Media like Images containing text  (in some site navigations), Flash and embedded Video are impossible to be understood by these readers.</p>
<p>There is always a work around, but it all takes time. Code can also be optimized for better printing, for use with slow connections, and the ever increasing use of mobile devices with smaller screens.</p>
<p>It might be time consuming, but accessbility is the difference between your site being useful or aweful &#8211; and not only to human users; search engines will rank your site based on what they read.</p>
<p>If your site is inaccessible; then it can’t be read by search engines; then it won’t be ranked, then it won’t be found. Invest the time.</p>
<blockquote><p><em>Google is, for all intents, a blind user. A billionaire blind user with tens of millions of friends, all of whom hang on his every word.</em></p>
<p>-Karsten M. Self<br />
Tech Writer</p></blockquote>
<hr />
<h3>BACKGROUND NOISE:</h3>
<p>Tim Ferriss (author of the 4-Hour Workweek) and Kevin Rose (digg.com, Top-10 most influential internet personalities) discuss the process of naming products / sites  and investing in budding websites (30min) <a href="http://vimeo.com/3934635" onclick="pageTracker._trackPageview('/outgoing/vimeo.com/3934635?referer=');">http://vimeo.com/3934635</a></p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 1376px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">INSPIRATION (in less than 5 min): The Technology/Entertainment/Design conference is about spreading ideas. TED Talks are a great source of inspiration (well, about half of the ones I have heard). Richard St. John talks about “Secrets of success in 8 words, 3 minutes” http://tr.im/i9CM</div>
<hr />
<h3>INSPIRATION</h3>
<p>(in less than 5 min): The Technology/Entertainment/Design conference is about spreading ideas. TED Talks are a great source of inspiration (well, about half of the ones I have heard). Richard St. John talks about “Secrets of success in 8 words, 3 minutes” <a href="http://tr.im/i9CM" onclick="pageTracker._trackPageview('/outgoing/tr.im/i9CM?referer=');">http://tr.im/i9CM</a></p>
<hr />
<h3>In the next swell issue of the Debut Creative Newsletter&#8230;</h3>
<p>(quite possibly at any rate)</p>
<ul>
<li> Content Management Systems: Not just for Nerds    </li>
<li>The gory truth about browsers (and IE6)    </li>
<li>And more fun links than you can shake a stick at! </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://debutcreative.com/issue-two-from-the-depths/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Data Management</title>
		<link>http://debutcreative.com/data-management</link>
		<comments>http://debutcreative.com/data-management#comments</comments>
		<pubDate>Tue, 16 Dec 2008 20:37:50 +0000</pubDate>
		<dc:creator>ArleyM</dc:creator>
				<category><![CDATA[Work Flow]]></category>
		<category><![CDATA[Data Management]]></category>

		<guid isPermaLink="false">http://debutcreative.com/beta/?p=3</guid>
		<description><![CDATA[I can&#8217;t look back on this year without grimacing at the lesson hardest learned: data management. Since the first time I accidentally deleted project content (oops, forgot the &#8220;Where&#8221; on an SQL Update&#8230; heh.) I have always been a hardcore backup guy. My backups are so frequent that when my computer died in February 2008 [...]]]></description>
			<content:encoded><![CDATA[<p>I can&#8217;t look back on this year without grimacing at the lesson hardest learned: data management. Since the first time I accidentally deleted project content (oops, forgot the &#8220;Where&#8221; on an SQL Update&#8230; heh.) I have always been a hardcore backup guy. My backups are so frequent that when my computer died in February 2008 I lost no data. The real problem was that my laptop HDD 80 gig capacity was too small. I only pulled what I needed off of my external drives, so my weekly backups started to become a mess. I have since rethought my entire backup system to keep things as organized as possible.<span id="more-81"></span></p>
<p><strong>1. RAID</strong> &#8211; My first line of defence is a SATA Raid for my data drive on my computer (the OS is on a third hdd). This mirroring makes sure that my data is safe even if a hard drive dies.</p>
<p><strong>2. Sync Back Pro Daily</strong> &#8211; Every day my system does a backup sync of emails and work files to an external drive using a program called Sync Back Pro. I highly recommend this product that easily allows scheduled backups and syncs of files to HDD, DVD or even FTP. There is a very nice free version as well with a couple less features. <a href="http://www.2brightsparks.com/" onclick="pageTracker._trackPageview('/outgoing/www.2brightsparks.com/?referer=');">http://www.2brightsparks.com/</a></p>
<p><strong>3. Closed Jobs drive</strong> &#8211; Since I do a lot of freelance work for a marketing agency a lot of jobs pass through my computer. To prevent redundancy I keep a drive of closed jobs as my only repository for files if the job suddenly re-opens.</p>
<p><strong>4. Off Site Storage </strong>- Should the unthinkable happen I do have an external at a friend&#8217;s house with a collection of files I update a couple times a year.</p>
<p><strong>5. Google Docs</strong> &#8211; For those important lists and billing / client information I have started to use Google&#8217;s services. I will never have hardware as reliable as this giant.</p>
<p><strong>6. Fire Proof</strong> &#8211; What paranoid backup system would be complete without considering fire proofness? I recently got a safe for storing data on DVD and external HDDs. Can you really put a price on your data? The answer is yes. <a href="http://www.sentrysafe.com/" onclick="pageTracker._trackPageview('/outgoing/www.sentrysafe.com/?referer=');">http://www.sentrysafe.com/</a></p>
<p>Your work is safe with me!</p>
]]></content:encoded>
			<wfw:commentRss>http://debutcreative.com/data-management/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

