<?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>Interactive Llama :: Interactive media tutorials and tips &#187; productivty</title>
	<atom:link href="http://www.interactivellama.com/blog/archives/tag/productivty/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.interactivellama.com/blog</link>
	<description>Interactive media tutorials and tips</description>
	<lastBuildDate>Wed, 23 Nov 2011 15:25:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>Project organization: A reasonable file framework</title>
		<link>http://www.interactivellama.com/blog/archives/project-organization-a-reasonable-file-framework/</link>
		<comments>http://www.interactivellama.com/blog/archives/project-organization-a-reasonable-file-framework/#comments</comments>
		<pubDate>Fri, 01 May 2009 20:00:31 +0000</pubDate>
		<dc:creator>Stephen James</dc:creator>
				<category><![CDATA[OS-X]]></category>
		<category><![CDATA[Productivity & Workflow]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[adobe creative suite]]></category>
		<category><![CDATA[file framework]]></category>
		<category><![CDATA[folder naming]]></category>
		<category><![CDATA[organization]]></category>
		<category><![CDATA[productivty]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web_developer]]></category>

		<guid isPermaLink="false">/blog/?p=169</guid>
		<description><![CDATA[The writer, Stewart O&#8217;Nan, once said &#8220;The two hardest things about writing are starting and not stopping.&#8221; Programming at its essentials is writing. When I&#8217;m wearing my web developer hat, it seems that I spend over a quarter of my time browsing around the OS-X Finder. So what better way to start programming then having [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-191" title="file-framework" src="/blog/wp-content/uploads/2009/03/file-framework.jpg" alt="file-framework" width="510" height="139" /></p>
<p>The writer, Stewart O&#8217;Nan, once said &#8220;The two hardest things about writing are starting and not stopping.&#8221; Programming at its essentials is writing. When I&#8217;m wearing my web developer hat, it seems that I spend over a quarter of my time browsing around the OS-X Finder. So what better way to start programming then having a file framework. Not only can you start more quickly, but your structure will stay consistent. Think of the last time you edited someone else&#8217;s project and that person placed all their files in one folder. <em>Oh, the horror!</em></p>
<p><strong>Introduction to my file framework</strong></p>
<p>The guiding principle for my file framework is:</p>
<blockquote><p>Either precisely title all files with hierarchical prefixes or create sub folders to categorize your files.</p></blockquote>
<p>With video projects and print projects that output to one file, file organization isn&#8217;t as essential. With web design, you do not want the files you publish getting mixed up with your source files. Yes, we all have at least once uploaded a 100MB Photoshop file to the online server and wondered why it was taking so long. This file framework focuses on web production and output.<span id="more-169"></span></p>
<p>Balance is key to file organization&#8211;it&#8217;s a means to an end. Besides SEO of a static web site or ease of future editing, most of the time your file organization isn&#8217;t going to impact the final product. I&#8217;ve seen both sides of the coin:</p>
<ul>
<li><em>Artistic Pilers:</em> one folder file organization where that person has taken the visual metaphor of the desktop a little too far, &#8220;creating a well-named folder is not very creative&#8221;</li>
<li><em>Obsessive Compulsive Filers</em><em>:</em> the overcompensation that there are too many files in a folder if you have to scroll or look for a file.</li>
</ul>
<p><strong>The source folder<br />
</strong></p>
<p>My source folder has an abbreviated name of the project. All the subfolders within my source folder start with an underscore. This is because under OS-X folders are not sorted first (this is very annoying!).</p>
<ul>
<li>__jobNumber: <em>(folder) </em>Sometimes I receive job numbers for my projects after I began them. If you don&#8217;t have the job number before you begin work, then do not place the job number in the name of the main folder. This will invalidate all linked files within the folder. Naming a sub folder with the job number will still allow a search for that job number. Remember, do not change the name of the project folder!</li>
<li>_copy: <em>(folder)</em> Place the Word Documents and the text files that you have created from them here. In general, you will want to create text documents before pasting copy into an HTML page to to rid yourself of the Word character encoding.</li>
<li>_flash: <em>(folder)</em> Place Adobe Flash files here (SWFs and FLAs) and move the finalized SWFs to the &#8220;live folder.&#8221; If you have many external file dependencies, it may be more productive to work with the source files in the &#8220;live folder.&#8221;</li>
<li>_flash_source: <em>(folder)</em> Place images and any files that your Flash files link to. If you keep all these linked files here, you can update them by overwriting the old files and clicking Update from within the Flash library.</li>
<li>_fromSuper: <em>(folder)</em> Place original layout files (such as Adobe Illustrator and Photoshop) from your creative director here. There have been too many times in the past that I&#8217;ve overwritten the original and had to ask for it again from my supervisor. Another option could be a _fromClient folder.</li>
<li>_layout: <em>(folder)</em> Place the edited layout files here, and take time to name these files correctly, so that you can refer to them later on.</li>
<li>_old: <em>(folder)</em> Place any files you want to keep, but don&#8217;t want to clutter up the other folders here</li>
<li>Notice to Future Designers: <em>(file)</em> If you want to tell future designers any important information, write a note here. Suggestions include your name and contact information and the path name to your working folder.</li>
</ul>
<p><strong>The live folder<br />
</strong></p>
<p>When working with web sites, your &#8220;live folder&#8221; will need to be in your local servers document folder.</p>
<ul>
<li>images: (folder) Place your graphics here. I recommend naming them close to the DOM of their usage</li>
<li>css: (folder) Place your IE hacks files, PNG fixes, and CSS files here</li>
<li>js: (folder) Place your JavaScript files here</li>
<li>index.html: (file) HTML template containing header information such as meta tags and structural markup such as frameworks/grids/wrappers</li>
</ul>
<p><strong>Current project folders</strong></p>
<p>You are going to want to get to these folders as fast as you possibly can. If you work on a Macintosh, place your source folder and your live folder on the left side of the Finder window. If you work on a Windows computer, place place your source folder and your live folder on the Start Bar or the Places Bar. On my Windows XP machine my Start Bar looks similar to the OS-X dock, since I have so many folder shortcuts (large icons) on it.</p>
<p><strong>In conclusion</strong></p>
<p>I hope these ideas better prepare you for starting new projects and increase your productivity by not placing all your files in one folder&#8211;while also not having to create the same folders when you begin your project or while you are in the middle of working. If you have more suggestions to add to this file framework, <a href="#respond">please respond below</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.interactivellama.com/blog/archives/project-organization-a-reasonable-file-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Package links for output: Illustrator collection script</title>
		<link>http://www.interactivellama.com/blog/archives/package-links-for-output-adobe-illustrator-collection-script/</link>
		<comments>http://www.interactivellama.com/blog/archives/package-links-for-output-adobe-illustrator-collection-script/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 20:20:55 +0000</pubDate>
		<dc:creator>Stephen James</dc:creator>
				<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[Illustrator]]></category>
		<category><![CDATA[Productivity & Workflow]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[collect for output]]></category>
		<category><![CDATA[productivty]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">/blog/?p=167</guid>
		<description><![CDATA[You have the option to embed images into Adobe Illustrator or to link them. If you embed them, then your file will be large (a 500MB AI file is an everyday occurrence in my work). The other is to link to the image file, but if you hand the file off to another person, the [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-184" title="illustrator-collect-script" src="/blog/wp-content/uploads/2009/03/illustrator-collect-script.gif" alt="illustrator-collect-script" width="510" height="101" /></p>
<p>You have the option to <em>embed images</em> into Adobe Illustrator or <em>to link them</em>. If you embed them, then your file will be large (a 500MB AI file is an everyday occurrence in my work). The other is to link to the image file, but if you hand the file off to another person, the linked images will not be stored with it. One option to is to have a central repository located on a network for images. All new images are placed there. This can sometimes be cumbersome not to have a copy of the image on your local machine&#8211;consider image manipulations and having to manage file versions centrally. This script solves the problem of collecting linked images for output. This script collects external image links into a single &#8220;Links&#8221; folder. You can then give that folder and the subsequent source file (AI) to another person and the external links will work.<span id="more-167"></span></p>
<p>Hopefully, you are not using Adobe Illustrator source files (AI) to pre-press print work, but if you are this will aid in collecting linked images for that purpose too.</p>
<p><strong>Caveats</strong></p>
<p>This script does not collect fonts or other files, only images. If your image is within an opacity mask this script will not be able to find it. Illustrator Package Script has been tested on Adobe Illustrator CS2 and Adobe Illustrator CS3 only.</p>
<p>I did not write this script. This script was written by Pavel Rassadin. You can download the original source for this <a href="http://mf36.narod.ru/files/Package.zip">Illustrator Package Script</a> from his website.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.interactivellama.com/blog/archives/package-links-for-output-adobe-illustrator-collection-script/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

