<?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: Consulting Chronicles #3: Preventing Fire Drills &#038; Crises by Removing Land-mines and Using Diagnostic Tools	</title>
	<atom:link href="https://jessewarden.com/2010/02/consulting-chronicles-3-preventing-fire-drills-crises-by-removing-land-mines-and-using-diagnostic-tools.html/feed" rel="self" type="application/rss+xml" />
	<link>https://jessewarden.com/2010/02/consulting-chronicles-3-preventing-fire-drills-crises-by-removing-land-mines-and-using-diagnostic-tools.html</link>
	<description>Software &#124; Fitness &#124; Gaming</description>
	<lastBuildDate>Wed, 28 Jul 2010 19:23:58 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Logging in ActionScript 3 - JonnyReeves.co.uk		</title>
		<link>https://jessewarden.com/2010/02/consulting-chronicles-3-preventing-fire-drills-crises-by-removing-land-mines-and-using-diagnostic-tools.html/comment-page-1#comment-224762</link>

		<dc:creator><![CDATA[Logging in ActionScript 3 - JonnyReeves.co.uk]]></dc:creator>
		<pubDate>Mon, 22 Feb 2010 20:27:25 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1979#comment-224762</guid>

					<description><![CDATA[[...] problems and gain insight into what&#8217;s going on under the hood. Jesse Warden recently wrote an excellent article on logging, however, my own implementation of logging AS3 apps differs so much that I thought it warranted a [...]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] problems and gain insight into what&#8217;s going on under the hood. Jesse Warden recently wrote an excellent article on logging, however, my own implementation of logging AS3 apps differs so much that I thought it warranted a [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Alex Rosano		</title>
		<link>https://jessewarden.com/2010/02/consulting-chronicles-3-preventing-fire-drills-crises-by-removing-land-mines-and-using-diagnostic-tools.html/comment-page-1#comment-224324</link>

		<dc:creator><![CDATA[Alex Rosano]]></dc:creator>
		<pubDate>Sat, 20 Feb 2010 03:11:11 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1979#comment-224324</guid>

					<description><![CDATA[Empowering PM&#039;s and AE&#039;s is key.  I totally agree with your post and use these practices daily.  The more verbose, the better.  This is especially helpful when dealing with 3rd party API&#039;s.]]></description>
			<content:encoded><![CDATA[<p>Empowering PM&#8217;s and AE&#8217;s is key.  I totally agree with your post and use these practices daily.  The more verbose, the better.  This is especially helpful when dealing with 3rd party API&#8217;s.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Flex and Flash Developer &#8211; Jesse Warden dot Kizz-ohm &#187; Blog Archive &#187; Debug Window v2 &#8211; Simple Flex Debug Window		</title>
		<link>https://jessewarden.com/2010/02/consulting-chronicles-3-preventing-fire-drills-crises-by-removing-land-mines-and-using-diagnostic-tools.html/comment-page-1#comment-223991</link>

		<dc:creator><![CDATA[Flex and Flash Developer &#8211; Jesse Warden dot Kizz-ohm &#187; Blog Archive &#187; Debug Window v2 &#8211; Simple Flex Debug Window]]></dc:creator>
		<pubDate>Thu, 18 Feb 2010 15:49:35 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1979#comment-223991</guid>

					<description><![CDATA[[...] more thorough documentation on when/where to utilize the different message types, refer to the logging section in my previous consulting article. Â Below, I&#8217;ll briefly cover [...]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] more thorough documentation on when/where to utilize the different message types, refer to the logging section in my previous consulting article. Â Below, I&#8217;ll briefly cover [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: John Stone		</title>
		<link>https://jessewarden.com/2010/02/consulting-chronicles-3-preventing-fire-drills-crises-by-removing-land-mines-and-using-diagnostic-tools.html/comment-page-1#comment-223810</link>

		<dc:creator><![CDATA[John Stone]]></dc:creator>
		<pubDate>Wed, 17 Feb 2010 21:51:09 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1979#comment-223810</guid>

					<description><![CDATA[Nice. Got some good pointers.]]></description>
			<content:encoded><![CDATA[<p>Nice. Got some good pointers.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Karl Macklin		</title>
		<link>https://jessewarden.com/2010/02/consulting-chronicles-3-preventing-fire-drills-crises-by-removing-land-mines-and-using-diagnostic-tools.html/comment-page-1#comment-223809</link>

		<dc:creator><![CDATA[Karl Macklin]]></dc:creator>
		<pubDate>Wed, 17 Feb 2010 21:45:51 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1979#comment-223809</guid>

					<description><![CDATA[This is scary.

For the last two weeks I&#039;ve been working on adding features to a flash portion of a large retail website. The code is written as if someone started out with 10 different ideas of how to properly program (50% of the code lines miss the semi-colon). Dozens of design patterns thrown together. 30% of the classes doesn&#039;t seem to be used. One of the main .fla&#039;s contain tons of files for different campaign sites done by the same production company.
Then it&#039;s as if the code has gone through the washing machine a few times, totally whacked. And yet it magically works.

I have in short time gone from making small banners to dealing with this, so I&#039;m learning a lot and your posts have somehow synced with my current experiences, that&#039;s what&#039;s so scary!

Today, for the first time, I wrote a specific helper class just for this project alone, although it&#039;ll be useful later on.

Class is called ChildSupport, and you simply feed it a DisplayObjectContainer and it parses through it and recursively lists all children, optionally the x &#038; y values of the children and also you can choose how many levels deep you want to go.
(At first I ran it on the whole project container and it of course timed out with hundreds of movieclips filling flashlog.txt).

Nothing groundbreaking, but for me it&#039;s huge, and quite fun indeed! While at the same time I was worried I was straying too far from the main objective. Again, you&#039;re nailing it spot on in your post!

Are you sure you don&#039;t want to come to Stockholm and work with us? In code nerd land, I&#039;d probably want to marry you.

Keep the blog alive, it&#039;s awesome!]]></description>
			<content:encoded><![CDATA[<p>This is scary.</p>
<p>For the last two weeks I&#8217;ve been working on adding features to a flash portion of a large retail website. The code is written as if someone started out with 10 different ideas of how to properly program (50% of the code lines miss the semi-colon). Dozens of design patterns thrown together. 30% of the classes doesn&#8217;t seem to be used. One of the main .fla&#8217;s contain tons of files for different campaign sites done by the same production company.<br />
Then it&#8217;s as if the code has gone through the washing machine a few times, totally whacked. And yet it magically works.</p>
<p>I have in short time gone from making small banners to dealing with this, so I&#8217;m learning a lot and your posts have somehow synced with my current experiences, that&#8217;s what&#8217;s so scary!</p>
<p>Today, for the first time, I wrote a specific helper class just for this project alone, although it&#8217;ll be useful later on.</p>
<p>Class is called ChildSupport, and you simply feed it a DisplayObjectContainer and it parses through it and recursively lists all children, optionally the x &amp; y values of the children and also you can choose how many levels deep you want to go.<br />
(At first I ran it on the whole project container and it of course timed out with hundreds of movieclips filling flashlog.txt).</p>
<p>Nothing groundbreaking, but for me it&#8217;s huge, and quite fun indeed! While at the same time I was worried I was straying too far from the main objective. Again, you&#8217;re nailing it spot on in your post!</p>
<p>Are you sure you don&#8217;t want to come to Stockholm and work with us? In code nerd land, I&#8217;d probably want to marry you.</p>
<p>Keep the blog alive, it&#8217;s awesome!</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
