<?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>ResonanceDesign</title>
	<atom:link href="http://www.resonancedesign.co.uk/blogs/resonancedesign/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.resonancedesign.co.uk/blogs/resonancedesign</link>
	<description>all things are related...</description>
	<lastBuildDate>Mon, 26 Jul 2010 23:54:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>in bed with &#8230; [EMBED]</title>
		<link>http://www.resonancedesign.co.uk/blogs/resonancedesign/?p=351</link>
		<comments>http://www.resonancedesign.co.uk/blogs/resonancedesign/?p=351#comments</comments>
		<pubDate>Mon, 26 Jul 2010 23:50:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FDT]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[structure]]></category>
		<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://www.resonancedesign.co.uk/blogs/resonancedesign/?p=351</guid>
		<description><![CDATA[Using flash develop or FDT and sick of going back to CS4/5 just to create some swc&#8217;s that you might have to change everytime you update any of the assets? So 2000 and something&#8230; Use embeds! I started using a generic static class to add all my embeds for a project and then you can [...]]]></description>
			<content:encoded><![CDATA[<p>Using flash develop or FDT and sick of going back to CS4/5 just to create some swc&#8217;s that you might have to change everytime you update any of the assets? So 2000 and something&#8230;</p>
<p>Use embeds!</p>
<p>I started using a generic static class to add all my embeds for a project and then you can easily draw them from there.</p>
<p>The static class:</p>
<pre lang="actionscript">
<p>public class HomePageAssets {</p>
<p>[Embed(source="../../../bin-debug/assets/loader/bar.png")]<br />
public static var BrandBar : Class;</p>
<p>[Embed(source="../../../bin-debug/assets/loader/dude_again.png")]<br />
public static var DudeAgain : Class;</p>
<p>[Embed(source="../../../bin-debug/assets/loader/logoType.png")]<br />
public static var LogoType : Class;</p>
<p>... </pre lang="actionscript">
<p>And in any class:</p>
<pre lang="actionscript">
<p>addChild(new HomePageAssets[myAssetVar]);      // e.g. "BrandBar"</p>
</pre lang="actionscript">
<p>Njoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.resonancedesign.co.uk/blogs/resonancedesign/?feed=rss2&amp;p=351</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AS3 &#8211; VO thoughts on&#8230;</title>
		<link>http://www.resonancedesign.co.uk/blogs/resonancedesign/?p=348</link>
		<comments>http://www.resonancedesign.co.uk/blogs/resonancedesign/?p=348#comments</comments>
		<pubDate>Fri, 23 Jul 2010 12:21:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[structure]]></category>
		<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://www.resonancedesign.co.uk/blogs/resonancedesign/?p=348</guid>
		<description><![CDATA[I started to use static VOs in my framework and having fun doing so.For those who dont know what a VO is, its a ValueObject.As a friend recommended I am using them solely as static classes, meaning I dont create an instance, which should keep memory leakage down and make them available globally. So far [...]]]></description>
			<content:encoded><![CDATA[<p>I started to use static VOs in my framework and having fun doing so.For those who dont know what a VO is, its a ValueObject.As a friend recommended I am using them solely as static classes, meaning I dont create an instance, which should keep memory leakage down and make them available globally.</p>
<p>So far I am using two types as I would describe them:</p>
<p>1) property based: where I defined property get-setters for everything I want to store (mainly strings) some even constants, so a very non-depth storage object</p>
<p>2) list based: where I need a storage for many of the same kind of objects and search functionality and add and delete function basically this is a searchable fancy array which is static and therefore available everywhere. Neat.</p>
<p>I like the simplicity of those classes. They are framework, nearly language independent or sorts. Now if anyone out there knows how secure it is to have global code flying about , please comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.resonancedesign.co.uk/blogs/resonancedesign/?feed=rss2&amp;p=348</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Collapse &#8211; essential watching</title>
		<link>http://www.resonancedesign.co.uk/blogs/resonancedesign/?p=345</link>
		<comments>http://www.resonancedesign.co.uk/blogs/resonancedesign/?p=345#comments</comments>
		<pubDate>Fri, 23 Jul 2010 11:37:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[lifestyle]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[movies]]></category>
		<category><![CDATA[philosophy]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[social]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.resonancedesign.co.uk/blogs/resonancedesign/?p=345</guid>
		<description><![CDATA[There is something more than essential in this interview. Not everyone might agree with all points made here, but the dry facts are just what they are and one cannot help but keep thinking what we all already know, which is that most of our lives, we like to live under a comfortable hood that [...]]]></description>
			<content:encoded><![CDATA[<p>There is something more than essential in this interview. Not everyone might agree with all points made here, but the dry facts are just what they are and one cannot help but keep thinking what we all already know, which is that most of our lives, we like to live under a comfortable hood that we helped creating. What stays is the big questions about taking responsibility and who still is and about action towards what we believe in and know despite propaganda and lies. What stays is a clarity that is hardly seen anywhere in all the media surrounding us. This is how we should produce, develop, design.</p>
<p><a href="http://www.resonancedesign.co.uk/blogs/resonancedesign/wp-content/uploads/2010/07/video.png"><img class="aligncenter size-medium wp-image-346" title="video" src="http://www.resonancedesign.co.uk/blogs/resonancedesign/wp-content/uploads/2010/07/video-300x165.png" alt="" width="300" height="165" /></a></p>
<p><a href="http://www.megavideo.com/?v=WQBO50E2">Watch it here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.resonancedesign.co.uk/blogs/resonancedesign/?feed=rss2&amp;p=345</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FDT &#8211; not enough memory : -Xmx512m</title>
		<link>http://www.resonancedesign.co.uk/blogs/resonancedesign/?p=340</link>
		<comments>http://www.resonancedesign.co.uk/blogs/resonancedesign/?p=340#comments</comments>
		<pubDate>Tue, 01 Jun 2010 12:21:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FDT]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[workflow]]></category>

		<guid isPermaLink="false">http://www.resonancedesign.co.uk/blogs/resonancedesign/?p=340</guid>
		<description><![CDATA[If you run FDT on a Hackintosh netbook or maybe even though if you don&#8217;t, you might startup FDT first time and discover that it wants you to play with it&#8217;s .ini file. On a windows machine, the file is fond easily, on a Mac less so. Right-click on the FDT app (or Eclipse) and [...]]]></description>
			<content:encoded><![CDATA[<p>If you run FDT on a Hackintosh netbook or maybe even though if you don&#8217;t, you might startup FDT first time and discover that it wants you to play with it&#8217;s .ini file.</p>
<p>On a windows machine, the file is fond easily, on a Mac less so.</p>
<p>Right-click on the FDT app (or Eclipse) and choose &#8216;Show package contents&#8217; then click into that folder to find the eclipse.ini file.</p>
<p>I needed to replace the -Xmx512m line with -Xmx768m to get the app going.</p>
<p>Hope that helped.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.resonancedesign.co.uk/blogs/resonancedesign/?feed=rss2&amp;p=340</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hackintosh: Dell Mini 10v and Snow Leopard</title>
		<link>http://www.resonancedesign.co.uk/blogs/resonancedesign/?p=337</link>
		<comments>http://www.resonancedesign.co.uk/blogs/resonancedesign/?p=337#comments</comments>
		<pubDate>Sun, 30 May 2010 18:20:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[gadgets]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[lifestyle]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[workflow]]></category>

		<guid isPermaLink="false">http://www.resonancedesign.co.uk/blogs/resonancedesign/?p=337</guid>
		<description><![CDATA[Is now easier than ever. Get the main install start here at Gizmodo. But you will have to do a bit more just to polish a few things: Swapping keys: You will notice that the Apple command(windows logo) and the alt key are swapped in terms of functionality. Just go to the keyboard settings in [...]]]></description>
			<content:encoded><![CDATA[<p>Is now easier than ever.</p>
<p>Get the main install start <a href="http://gizmodo.com/5389166/how-to-hackintosh-a-dell-mini-10v-into-the-ultimate-snow-leopard-netbook">here</a> at Gizmodo. But you will have to do a bit more just to polish a few things:</p>
<p><strong>Swapping keys:</strong></p>
<p>You will notice that the Apple command(windows logo) and the alt key are swapped in terms of functionality. Just go to the keyboard settings in system prefs and click on Modifier keys at the bottom of the page.</p>
<p><strong>Repair Disk Permissions:</strong></p>
<p>- do this after install, to increase performance and to check everything is in order.</p>
<p>I had an odd permission setting going on where I had to set my account as admin on the main partition otherwise it gave me read-only permissions.</p>
<p><strong>Non-functional Fxx keys:</strong></p>
<p>Use the Fn key in combination and you will have that working. Easier than any other solution, which might disable your brightness and volume.</p>
<p><strong> Touchpad:</strong></p>
<p>You will have to setup the touchpad in the best possible way. The buttons on the pad are a pain to use, so I set the left and right mouse button to be single and two-fingered taps on the pad. This will make your work life much easier.</p>
<p>There you go, much better, no?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.resonancedesign.co.uk/blogs/resonancedesign/?feed=rss2&amp;p=337</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AS3: Beware 4294967295</title>
		<link>http://www.resonancedesign.co.uk/blogs/resonancedesign/?p=335</link>
		<comments>http://www.resonancedesign.co.uk/blogs/resonancedesign/?p=335#comments</comments>
		<pubDate>Mon, 22 Mar 2010 15:02:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://www.resonancedesign.co.uk/blogs/resonancedesign/?p=335</guid>
		<description><![CDATA[An easy one to miss and get accustomed to is catching the number 4294967295 on a decreasing for&#8230;loop. That is, if you use uint, which I like doing when using for&#8230;loops. Yet if you use uint instead of int and do your loop i&#8211;, you might find yourself confronted with i=4294967295. What happens here is, [...]]]></description>
			<content:encoded><![CDATA[<p>An easy one to miss and get accustomed to is catching the number 4294967295 on a decreasing for&#8230;loop.</p>
<p>That is, if you use uint, which I like doing when using for&#8230;loops. Yet if you use uint instead of int and do your loop i&#8211;, you might find yourself confronted with i=4294967295. What happens here is, that uint ranges from 0 to 4294967295, meaning if you go 0&#8211;, it will go round to 4294967295. Good to know if you want a loop like that, but rather creating unexpected effects in most scenarios.</p>
<p>So if you use a for&#8230;loop with i&#8211;, use var i:int !!!!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.resonancedesign.co.uk/blogs/resonancedesign/?feed=rss2&amp;p=335</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FDT &#8211; sandbox error (load xml, etc.)</title>
		<link>http://www.resonancedesign.co.uk/blogs/resonancedesign/?p=329</link>
		<comments>http://www.resonancedesign.co.uk/blogs/resonancedesign/?p=329#comments</comments>
		<pubDate>Mon, 15 Feb 2010 16:34:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FDT]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[workflow]]></category>

		<guid isPermaLink="false">http://www.resonancedesign.co.uk/blogs/resonancedesign/?p=329</guid>
		<description><![CDATA[Solved: It took me a fair while to find anything on this that actually worked and the Flash Player Trust directory kept on popping up. One will have to check the latest Flash Player security paper. For Flash Player 9 you can find it here. And you want to look for information on the: Global [...]]]></description>
			<content:encoded><![CDATA[<p>Solved: <del datetime="2010-06-01T20:13:42+00:00">It took me a fair while to find anything on this that actually worked and the Flash Player Trust directory kept on popping up.</p>
<p>One will have to check the latest Flash Player security paper.</p>
<p>For Flash Player 9 you can find it <a href="http://www.adobe.com/devnet/flashplayer/articles/flash_player_9_security.pdf">here</a>.<br />
And you want to look for information on the: Global Flash Player Trust directory</p>
<p>On mac it is located at: /Library/Application Support/Macromedia/FlashPlayerTrust/</p>
<p>In there you can simply create a file with the suffix .cfg, which the Flash Player checks every time it starts up and plays an swf.</p>
<p>If the file or folder path is in that file, it is trusted and doesn&#8217;t throw sandbox errors anymore. In the above case, I haven&#8217;t tested if it&#8217;s the swf or the xml that Flash has to trust, but in my case they are both somewhere beyond the folder I added in the file (/Users/marcuskirsch/Documents/&#8211;JOBS/0064SCMI/201006AntennaFuture/DEV).</p>
<p>I named my file : fdtTrust.cfg</p>
<p>That means everything inside the DEV folder is kosher.</p>
<p>This one works for me and player 9 on Snow Leopard and FDT 3.5 enterprise, I haven&#8217;t checked on player 10 which might have all that in an Adobe folder rather than Macromedia(not sure about this), I guess the security paper on 10 will mention it.</del></p>
<p>UPDATE:<br />
after wrestling with more than 3 other machines it seems I tried lots of things and missed the working one.<br />
Here is the one that worked on my last machine:<br />
set your workspace to trusted at this website:<br />
<a href="http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.html">http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.html</a><br />
That should render it nicely.</p>
<p>Hope that helped you guys.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.resonancedesign.co.uk/blogs/resonancedesign/?feed=rss2&amp;p=329</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>FDT &#8211; rendering for standalone applications</title>
		<link>http://www.resonancedesign.co.uk/blogs/resonancedesign/?p=320</link>
		<comments>http://www.resonancedesign.co.uk/blogs/resonancedesign/?p=320#comments</comments>
		<pubDate>Mon, 15 Feb 2010 16:14:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FDT]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[workflow]]></category>

		<guid isPermaLink="false">http://www.resonancedesign.co.uk/blogs/resonancedesign/?p=320</guid>
		<description><![CDATA[First: Have you installed all the flash debug players you want? google: download flash debug player and you will get a list of players (standalone, plug-in) at Adobe that you can download for your OS. also here How to install into FDT: After downloading and installing the latest debug flash player from Adobe, tell FDT [...]]]></description>
			<content:encoded><![CDATA[<p><strong>First</strong>: Have you installed all the flash debug players you want?</p>
<p>google: download flash debug player and you will get a list of players (standalone, plug-in) at Adobe that you can download for your OS. <a href="http://www.adobe.com/support/flashplayer/downloads.html">also here</a></p>
<p><strong>How to install into FDT</strong>:</p>
<p>After downloading and installing the latest debug flash player from Adobe, tell FDT where it is by opening FDT and change the Preferences at:</p>
<p>Preferences &gt; FDT &gt; Tools &gt; Flash Player</p>
<p>Browse to the player in the Flash folder or wherever you have placed your Flash Player.app(mac)</p>
<p>Reset your Debug or Run settings so that they use Adobe Flash Player.</p>
<p>This should get you started playing the swf in the Adobe Player.</p>
<p>Now this will still result in sandbox problem if you want to load xml files, etc. locally.</p>
<p>If you want to fix this, look up <a href="http://www.resonancedesign.co.uk/blogs/resonancedesign/?p=329">this blog entry</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.resonancedesign.co.uk/blogs/resonancedesign/?feed=rss2&amp;p=320</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>FDT &#8211; shortcuts</title>
		<link>http://www.resonancedesign.co.uk/blogs/resonancedesign/?p=324</link>
		<comments>http://www.resonancedesign.co.uk/blogs/resonancedesign/?p=324#comments</comments>
		<pubDate>Fri, 12 Feb 2010 16:07:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FDT]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[workflow]]></category>

		<guid isPermaLink="false">http://www.resonancedesign.co.uk/blogs/resonancedesign/?p=324</guid>
		<description><![CDATA[nice little list I found: Mac Win Name Type Context CMD+1 CTRL+1 Quick Fix Generating Code If Error exists CTRL+Space CTRL+Space Auto Completion Generating Code Editing Code F2 F2 Show Class/Interface in Flash Explorer Navigation Editing Code F3 F3 Open Declaration Navigation Cursor over Type, Property, Function F4 F4 Show Type Declaration Navigation Cursor over [...]]]></description>
			<content:encoded><![CDATA[<p>nice little list I found:</p>
<table border="0">
<tbody>
<tr>
<th>Mac</th>
<th>Win</th>
<th>Name</th>
<th>Type</th>
<th>Context</th>
</tr>
<tr>
<td>CMD+1</td>
<td>CTRL+1</td>
<td>Quick Fix</td>
<td>Generating Code</td>
<td>If Error exists</td>
</tr>
<tr>
<td>CTRL+Space</td>
<td>CTRL+Space</td>
<td>Auto Completion</td>
<td>Generating Code</td>
<td>Editing Code</td>
</tr>
<tr>
<td>F2</td>
<td>F2</td>
<td>Show Class/Interface in Flash Explorer</td>
<td>Navigation</td>
<td>Editing Code</td>
</tr>
<tr>
<td>F3</td>
<td>F3</td>
<td>Open Declaration</td>
<td>Navigation</td>
<td>Cursor over Type, Property, Function</td>
</tr>
<tr>
<td>F4</td>
<td>F4</td>
<td>Show Type Declaration</td>
<td>Navigation</td>
<td>Cursor over variable</td>
</tr>
<tr>
<td>CMD+T</td>
<td>CTRL+T</td>
<td>Quick Type Hierarchy</td>
<td>Navigation</td>
<td>Cursor over Type or Function</td>
</tr>
<tr>
<td>CMD+O</td>
<td>CTRL+O</td>
<td>Quick Outline</td>
<td>Navigation</td>
<td>Editing Code</td>
</tr>
<tr>
<td>CMD+7</td>
<td>CTRL+7</td>
<td>Toggle Comment</td>
<td>Code Editing</td>
<td>Editing Code</td>
</tr>
<tr>
<td>CMD+U</td>
<td>CTRL+U</td>
<td>Quick Type Dependency</td>
<td>Navigation</td>
<td>Editing Code</td>
</tr>
<tr>
<td>CMD+SHIFT+T</td>
<td>CTRL+SHIFT+T</td>
<td>Open Type</td>
<td>Navigation</td>
<td>Editing Code</td>
</tr>
<tr>
<td>CMD+R</td>
<td>CTRL+R</td>
<td>Find References</td>
<td>Search</td>
<td>Cursor over Type, Function, Property</td>
</tr>
<tr>
<td>CTRL+H</td>
<td>CTRL+H</td>
<td>Search in multiple Files</td>
<td>Search</td>
<td>Editing Code</td>
</tr>
<tr>
<td>CMD+D</td>
<td>CTRL+D</td>
<td>Delete Line</td>
<td>Code Editing</td>
<td>Editing Code</td>
</tr>
<tr>
<td>CMD+M</td>
<td>CTRL+M</td>
<td>Maximize/Minimize View</td>
<td>Perspective</td>
<td>Editing Code</td>
</tr>
<tr>
<td>CMD+L</td>
<td>CTRL+L</td>
<td>Go To Line</td>
<td>Navigation</td>
<td>Editing Code</td>
</tr>
<tr>
<td>CMD+0</td>
<td>CTRL+0</td>
<td>Quick Trace</td>
<td>Code Generation</td>
<td>Cursor over Property</td>
</tr>
<tr>
<td>CMD+SHIFT+F</td>
<td>CTRL+SHIFT+F</td>
<td>Format Code</td>
<td>Formatting</td>
<td>Editing Code</td>
</tr>
<tr>
<td>ALT+SHIFT+R</td>
<td>ALT+SHIFT+R</td>
<td>Rename</td>
<td>Refactoring</td>
<td>Editing Code</td>
</tr>
<tr>
<td>CMD+SHIFT+O</td>
<td>CTRL+SHIFT+O</td>
<td>Organize Imports</td>
<td>Generating Code</td>
<td>Editing Code</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.resonancedesign.co.uk/blogs/resonancedesign/?feed=rss2&amp;p=324</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FDT &#8211; SVN: connecting your project to a repository</title>
		<link>http://www.resonancedesign.co.uk/blogs/resonancedesign/?p=316</link>
		<comments>http://www.resonancedesign.co.uk/blogs/resonancedesign/?p=316#comments</comments>
		<pubDate>Wed, 10 Feb 2010 17:03:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FDT]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[workflow]]></category>

		<guid isPermaLink="false">http://www.resonancedesign.co.uk/blogs/resonancedesign/?p=316</guid>
		<description><![CDATA[Now I am just new to all this, yet been through the process enough to see that there are a few things here and there that appear a bit complicated whilst trying to achieve hooking up your project to SVN reposis. Here is my list, step-by-step, I hope it will help some of you. Original [...]]]></description>
			<content:encoded><![CDATA[<p>Now I am just new to all this, yet been through the process enough to see that there are a few things here and there that appear a bit complicated whilst trying to achieve hooking up your project to SVN reposis. Here is my list, step-by-step, I hope it will help some of you.</p>
<p>Original setup: FDT 3 on macbook pro, snow leopard, with a CVSDude/Codesion account.</p>
<p>CVSDude/Codesion:</p>
<p>- set up an account for our project. there is plenty of discussion on having multiple projects per repository, I so far tend to separate them to have a single on for each project.</p>
<p>- add the subversion service (New)</p>
<p>- add a user or group with the appropriate privileges to the project under the &#8216;People&#8217; section. If you are the admin of your subversion account, your name will already be added as default.</p>
<p>- copy the URL in the service list under Project Quickview next to Subversion</p>
<p>FDT</p>
<p>- in FDT go to the View/Perspective icon (top right) and if not already in the list, click on Other&#8230; and choose the SVN Repository Exploring perspective</p>
<p>- go to the window on the <em>SVN Repositories</em> window and right-click to add a <em>New</em> repository location</p>
<p>- paste your project Subversion URL into the URL field, enter your username and password in <em>Authentication</em>, click <em>finish</em>.</p>
<p><em>Now for some reason, sometimes the pasting adds the URL twice in two lines and you will receive an error. Just repeat the process above, choose the faulty URL from the dropdown this time and delete the additional URL from the textfield and connect again, it should let you in this time.</em></p>
<p>- add a &#8216;trunk&#8217; and &#8216;tags&#8217; folder to your repository, they will automatically recognized as special folders</p>
<p>- Go to the Flash FDT perspective</p>
<p>- create a Flash project</p>
<p>- Go to Team &gt;Share Project</p>
<p>- Choose the project repository you ant to use for this project</p>
<p>- On the <em>Specify Location</em> screen in <em>Simple Mode</em> browse to the repository&#8217;s trunk to choose as location</p>
<p>- <em>Finish</em></p>
<p>- On the first commit screen, tick off all files, that you don&#8217;t want to version control. E.g. for simplicity reasons, don&#8217;t commit anything with a &#8216;.&#8217; in it&#8217;s name (e.g.  .settings).</p>
<p>- After this first commit, go to all your files and folders that you want to snv:ignore for the future. Right-click &gt; Team &gt; Add to svn:ignore   Most likely all not-dealt-with files will have a small question mark on them. After you set them to ignore, it will dissappear.</p>
<p>- Add a &#8216;lib&#8217; folder to your flash project structure, it&#8217;s the place I put my swc&#8217;s. Right-click &gt;Source Folder&gt;Add to ClassPath  and it will show the appropriate icon.</p>
<p>- commit the &#8216;lib&#8217; folder by right-click&gt;Team&gt;Commit</p>
<p>- to finalize, Team&gt;Update the whole flash project</p>
<p>- Now you can add other flash files by dragging them onto your src or lib folder and dont forget you Main.as, which I tend to place outside the src folder by creating a new class file and copy pasting or writing whatever needs to go in there. Most other existing class files can be added by drag drop on &#8216;src&#8217;</p>
<p>- Done</p>
<p>Hope that helped.</p>
<p>!!! Important: if you like to drag and drop your code files into a new flash project and youhave been using them in another subversed project be careful! SVN puts little hidden svn files in every folder. Use TinkerTool or something similar to show hidden files on your system and clean all those up otherwise they will mess with the SVN.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.resonancedesign.co.uk/blogs/resonancedesign/?feed=rss2&amp;p=316</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
