<?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: Project folder structure for a web designer</title>
	<atom:link href="http://www.dave-woods.co.uk/index.php/project-folder-structure-for-a-web-designer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dave-woods.co.uk/index.php/project-folder-structure-for-a-web-designer/</link>
	<description></description>
	<lastBuildDate>Tue, 27 Jul 2010 10:27:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dave Woods</title>
		<link>http://www.dave-woods.co.uk/index.php/project-folder-structure-for-a-web-designer/comment-page-1/#comment-28408</link>
		<dc:creator>Dave Woods</dc:creator>
		<pubDate>Sat, 13 Mar 2010 18:35:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=682#comment-28408</guid>
		<description>Hi Will, thanks for your detailed response. Getting my email organised it probably one of the next things on my list of things to do as at the moment I just export my accounts to one PST file so should probably get that a bit more orgasnised for finding old emails. Thanks for the tip.</description>
		<content:encoded><![CDATA[<p>Hi Will, thanks for your detailed response. Getting my email organised it probably one of the next things on my list of things to do as at the moment I just export my accounts to one PST file so should probably get that a bit more orgasnised for finding old emails. Thanks for the tip.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will Hattingh</title>
		<link>http://www.dave-woods.co.uk/index.php/project-folder-structure-for-a-web-designer/comment-page-1/#comment-28407</link>
		<dc:creator>Will Hattingh</dc:creator>
		<pubDate>Sat, 13 Mar 2010 18:21:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=682#comment-28407</guid>
		<description>I love the folder structure that you use and mine is almost 100% the same, I keep a zip file within my template zip file called template project which is used to quickly add a new project for a client.  For instance if I&#039;m adding a new CMS as a different project for the client I can just quickly unzip my project zip file that contains the folder structure that you currently have.

One addition to this is I keep an additional folder to that of the projects called _MAIL at the top level of the client which contains the outlook data files as I communicate with the client.  I also keep multiple profiles in outlook for each client, that is if the client requires me to have an email box.  For smaller projects this would probably never be required, however I do consulting for some clients where we act as a go between the client and the clients vendors, so essentially we act as employees and as such we have to have employee email.  Which makes the _MAIL folder incredibly useful, especially since if a year after we are done with the project and I need access to an old email that was sent then I can just open the datafile directly in outlook even though I may have deleted that outlook profile already.

So to sum it all up here is my project structure
&#124;&gt;Client Name
&#124;-&gt; _Mail
&#124;-&gt; _Template Project.zip
&#124;-&gt; Project 1 - JobNumber
&#124;--&gt; Project folder structure similar to yours.
&#124;-&gt; Project 2 - JobNumber
&#124;--&gt; Project folder structure similar to yours.

I develop and work through multiple workstations &amp; laptops so I stick the entire client folder within subversion, that way everything stays in sync.

If I develop directly on my laptop it makes it easy to point apache&#039;s DocumentRoot directly at the Code folder, that way if I update from my svn repo I automagically get the latest code and can view and display it to customer if need be.</description>
		<content:encoded><![CDATA[<p>I love the folder structure that you use and mine is almost 100% the same, I keep a zip file within my template zip file called template project which is used to quickly add a new project for a client.  For instance if I&#8217;m adding a new CMS as a different project for the client I can just quickly unzip my project zip file that contains the folder structure that you currently have.</p>
<p>One addition to this is I keep an additional folder to that of the projects called _MAIL at the top level of the client which contains the outlook data files as I communicate with the client.  I also keep multiple profiles in outlook for each client, that is if the client requires me to have an email box.  For smaller projects this would probably never be required, however I do consulting for some clients where we act as a go between the client and the clients vendors, so essentially we act as employees and as such we have to have employee email.  Which makes the _MAIL folder incredibly useful, especially since if a year after we are done with the project and I need access to an old email that was sent then I can just open the datafile directly in outlook even though I may have deleted that outlook profile already.</p>
<p>So to sum it all up here is my project structure<br />
|&gt;Client Name<br />
|-&gt; _Mail<br />
|-&gt; _Template Project.zip<br />
|-&gt; Project 1 &#8211; JobNumber<br />
|&#8211;&gt; Project folder structure similar to yours.<br />
|-&gt; Project 2 &#8211; JobNumber<br />
|&#8211;&gt; Project folder structure similar to yours.</p>
<p>I develop and work through multiple workstations &amp; laptops so I stick the entire client folder within subversion, that way everything stays in sync.</p>
<p>If I develop directly on my laptop it makes it easy to point apache&#8217;s DocumentRoot directly at the Code folder, that way if I update from my svn repo I automagically get the latest code and can view and display it to customer if need be.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Woods</title>
		<link>http://www.dave-woods.co.uk/index.php/project-folder-structure-for-a-web-designer/comment-page-1/#comment-28399</link>
		<dc:creator>Dave Woods</dc:creator>
		<pubDate>Sat, 06 Mar 2010 10:35:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=682#comment-28399</guid>
		<description>I&#039;d use SVN just on the Code folder personally but don&#039;t think there&#039;s any reason why you couldn&#039;t use it on everything if you wanted. I use the date as a prefix to all my documentation and then have this run as an automatic backup so that works fine as version control for me but SVN would also be a good solution.</description>
		<content:encoded><![CDATA[<p>I&#8217;d use SVN just on the Code folder personally but don&#8217;t think there&#8217;s any reason why you couldn&#8217;t use it on everything if you wanted. I use the date as a prefix to all my documentation and then have this run as an automatic backup so that works fine as version control for me but SVN would also be a good solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken Thompson</title>
		<link>http://www.dave-woods.co.uk/index.php/project-folder-structure-for-a-web-designer/comment-page-1/#comment-28398</link>
		<dc:creator>Ken Thompson</dc:creator>
		<pubDate>Sat, 06 Mar 2010 07:06:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=682#comment-28398</guid>
		<description>Great Post! Exactly what I was looking for. I&#039;m a fan for life now. Quick question. How do you use SVN in relation to your folder hierarchy? Do you version control the entire project folder or just the code? It doesn&#039;t seem that you keep the repositories with the project. Thanks.</description>
		<content:encoded><![CDATA[<p>Great Post! Exactly what I was looking for. I&#8217;m a fan for life now. Quick question. How do you use SVN in relation to your folder hierarchy? Do you version control the entire project folder or just the code? It doesn&#8217;t seem that you keep the repositories with the project. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Organize your workflow for design production &#8211; nina mehta</title>
		<link>http://www.dave-woods.co.uk/index.php/project-folder-structure-for-a-web-designer/comment-page-1/#comment-28303</link>
		<dc:creator>Organize your workflow for design production &#8211; nina mehta</dc:creator>
		<pubDate>Wed, 27 Jan 2010 02:38:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=682#comment-28303</guid>
		<description>[...] Other structures Developing a Sensible Folder Structure Folder Structure and Project Organization Best Practices Project folder structure for a web designer [...]</description>
		<content:encoded><![CDATA[<p>[...] Other structures Developing a Sensible Folder Structure Folder Structure and Project Organization Best Practices Project folder structure for a web designer [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Woods</title>
		<link>http://www.dave-woods.co.uk/index.php/project-folder-structure-for-a-web-designer/comment-page-1/#comment-28302</link>
		<dc:creator>Dave Woods</dc:creator>
		<pubDate>Tue, 26 Jan 2010 23:07:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=682#comment-28302</guid>
		<description>Hi Cheryl and thanks for the comment.

I think what you&#039;re describing is what I have above? I currently have Client and then Project, followed by the folders for documents and graphics.

I definitely agree that the naming conventions are just as important, as I&#039;m the only person dealing with the files though I tend to use a much simpler method by using the date on the front of the filename, e.g. yyyymmdd-proposal.docx. For work I&#039;m sending the client, I usually do the same thing with zip files and then file them away (so should probably have included that within my folder structure as well).

I also use SVN for version control so that does get around the issue of naming conventions and version control to some extent.

Thanks for the feedback Cheryl and sharing your methods :)</description>
		<content:encoded><![CDATA[<p>Hi Cheryl and thanks for the comment.</p>
<p>I think what you&#8217;re describing is what I have above? I currently have Client and then Project, followed by the folders for documents and graphics.</p>
<p>I definitely agree that the naming conventions are just as important, as I&#8217;m the only person dealing with the files though I tend to use a much simpler method by using the date on the front of the filename, e.g. yyyymmdd-proposal.docx. For work I&#8217;m sending the client, I usually do the same thing with zip files and then file them away (so should probably have included that within my folder structure as well).</p>
<p>I also use SVN for version control so that does get around the issue of naming conventions and version control to some extent.</p>
<p>Thanks for the feedback Cheryl and sharing your methods <img src='http://www.dave-woods.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cheryl Oppenheim</title>
		<link>http://www.dave-woods.co.uk/index.php/project-folder-structure-for-a-web-designer/comment-page-1/#comment-28301</link>
		<dc:creator>Cheryl Oppenheim</dc:creator>
		<pubDate>Tue, 26 Jan 2010 21:01:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=682#comment-28301</guid>
		<description>This is very similar to a structure I&#039;ve used for many years. The only difference is the addition of another layer. We start with a folder for the Client then inside that have separate folder for the Job (JobNumber/Project Title). Within that folder would be those folders you have above.  This allows you to store all the jobs for that client within one folder.

Folder structure is just but the first step - naming conventions and version control should follow. Ours... job number_File Name_Version.Extension 1234_BAsketballImage_v1.jpg  or 1234_Wireframes_v2.vis  

Job Numbers are always a source of confusion for many firms. Our system is simple - consective running numbers. The number is assigned to the project and the client. So while a client may have non-consecutive number in their folder there is absolutely no duplication of numbers or concern over client name abbreviations in the numbers.</description>
		<content:encoded><![CDATA[<p>This is very similar to a structure I&#8217;ve used for many years. The only difference is the addition of another layer. We start with a folder for the Client then inside that have separate folder for the Job (JobNumber/Project Title). Within that folder would be those folders you have above.  This allows you to store all the jobs for that client within one folder.</p>
<p>Folder structure is just but the first step &#8211; naming conventions and version control should follow. Ours&#8230; job number_File Name_Version.Extension 1234_BAsketballImage_v1.jpg  or 1234_Wireframes_v2.vis  </p>
<p>Job Numbers are always a source of confusion for many firms. Our system is simple &#8211; consective running numbers. The number is assigned to the project and the client. So while a client may have non-consecutive number in their folder there is absolutely no duplication of numbers or concern over client name abbreviations in the numbers.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
