<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>crucible wiki - new forum posts</title>
		<link>http://ericd.wikidot.com/forum/start</link>
		<description>Posts in forums of the site &quot;crucible wiki&quot; - Destination for the aspiring and established</description>
				<copyright></copyright>
		<lastBuildDate></lastBuildDate>
		
					<item>
				<guid>http://ericd.wikidot.com/forum/t-63120#post-189652</guid>
				<title>Re: Singletons not supported in AS3 - Why?</title>
				<link>http://ericd.wikidot.com/forum/t-63120/singletons-not-supported-in-as3-why#post-189652</link>
				<description></description>
				<pubDate>Wed, 11 Jun 2008 03:12:21 +0000</pubDate>
				<wikidot:authorName>edolecki</wikidot:authorName>				<wikidot:authorUserId>85428</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p><a href="http://www.darronschall.com/weblog/archives/000274.cfm">check this link out</a> I agree with the post that Singletons can simply be enforced with a tiny bit of documentation, but this is interesting nonetheless.</p> <br/>Forum category: <a href="http://ericd.wikidot.com/forum/c-31718">ActionScript 3 Code / AS3 Help</a><br/>Forum thread: <a href="http://ericd.wikidot.com/forum/t-63120/singletons-not-supported-in-as3-why">Singletons not supported in AS3 - Why?</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ericd.wikidot.com/forum/t-63121#post-189648</guid>
				<title>Re: A Hearty Hello</title>
				<link>http://ericd.wikidot.com/forum/t-63121/a-hearty-hello#post-189648</link>
				<description></description>
				<pubDate>Wed, 11 Jun 2008 03:09:12 +0000</pubDate>
				<wikidot:authorName>71.184.137.55</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Greetings, glad that inspired something. I hope you find the time to contribute here.</p> <br/>Forum category: <a href="http://ericd.wikidot.com/forum/c-31717">ActionScript 3 Code / General Discussion</a><br/>Forum thread: <a href="http://ericd.wikidot.com/forum/t-63121/a-hearty-hello">A Hearty Hello</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ericd.wikidot.com/forum/t-63121#post-175425</guid>
				<title>A Hearty Hello</title>
				<link>http://ericd.wikidot.com/forum/t-63121/a-hearty-hello#post-175425</link>
				<description></description>
				<pubDate>Fri, 30 May 2008 15:45:53 +0000</pubDate>
				<wikidot:authorName>jschertz</wikidot:authorName>				<wikidot:authorUserId>135972</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Might as well introduce myself, I'm a mid-level Flash Dev working out of Chicago. I'm currently with Whittmanhart Interactive. I've been a longtime reader of Eric's work, he kind of got me to break the boundary from design to development when I first saw his Speaker wire test.</p> <br/>Forum category: <a href="http://ericd.wikidot.com/forum/c-31717">ActionScript 3 Code / General Discussion</a><br/>Forum thread: <a href="http://ericd.wikidot.com/forum/t-63121/a-hearty-hello">A Hearty Hello</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ericd.wikidot.com/forum/t-63120#post-175422</guid>
				<title>Singletons not supported in AS3 - Why?</title>
				<link>http://ericd.wikidot.com/forum/t-63120/singletons-not-supported-in-as3-why#post-175422</link>
				<description></description>
				<pubDate>Fri, 30 May 2008 15:42:16 +0000</pubDate>
				<wikidot:authorName>jschertz</wikidot:authorName>				<wikidot:authorUserId>135972</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Why are singletons not supported in AS3? Are there any inventive ways to work around this? I find myself translating a lot of classes from AS2 and AS3 and I run into this problem a lot.</p> <br/>Forum category: <a href="http://ericd.wikidot.com/forum/c-31718">ActionScript 3 Code / AS3 Help</a><br/>Forum thread: <a href="http://ericd.wikidot.com/forum/t-63120/singletons-not-supported-in-as3-why">Singletons not supported in AS3 - Why?</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ericd.wikidot.com/forum/t-42863#post-111861</guid>
				<title>removeAllChildren</title>
				<link>http://ericd.wikidot.com/forum/t-42863/removeallchildren#post-111861</link>
				<description></description>
				<pubDate>Fri, 22 Feb 2008 14:58:50 +0000</pubDate>
				<wikidot:authorName>edolecki</wikidot:authorName>				<wikidot:authorUserId>85428</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Flex has removeAllChildren, but outside of Flex, you need to roll your own for now. An example.</p> <div class="code"> <pre> <code>private function removeAllChildren( containerObj:* ):void { while ( containerObj.numChildren &gt; 0 ) { container.removeChildAt(0); // Of course this does not ensure Garbage Collection, // You'll still need to provide this logic. } }</code> </pre></div> <br/>Forum category: <a href="http://ericd.wikidot.com/forum/c-31717">ActionScript 3 Code / General Discussion</a><br/>Forum thread: <a href="http://ericd.wikidot.com/forum/t-42863/removeallchildren">removeAllChildren</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ericd.wikidot.com/forum/t-42694#post-111809</guid>
				<title>Re: This is a test Thread</title>
				<link>http://ericd.wikidot.com/forum/t-42694/this-is-a-test-thread#post-111809</link>
				<description></description>
				<pubDate>Fri, 22 Feb 2008 12:33:54 +0000</pubDate>
				<wikidot:authorName>edolecki</wikidot:authorName>				<wikidot:authorUserId>85428</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Thanks so much Helmut, I really do appreciate it!</p> <br/>Forum category: <a href="http://ericd.wikidot.com/forum/c-31717">ActionScript 3 Code / General Discussion</a><br/>Forum thread: <a href="http://ericd.wikidot.com/forum/t-42694/this-is-a-test-thread">This is a test Thread</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ericd.wikidot.com/forum/t-42694#post-111724</guid>
				<title>Re: This is a test Thread</title>
				<link>http://ericd.wikidot.com/forum/t-42694/this-is-a-test-thread#post-111724</link>
				<description></description>
				<pubDate>Fri, 22 Feb 2008 08:36:19 +0000</pubDate>
				<wikidot:authorName>Helmuti_pdorf</wikidot:authorName>				<wikidot:authorUserId>17609</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi from the community forum - I took a look at your question !</p> <p>I was gone through the link you provided…</p> <p>[*http://ericd.wikidot.com/forum/c-31717/general-discussion | AS3 General]</p> <p>Best regards<br /> Helmut</p> <br/>Forum category: <a href="http://ericd.wikidot.com/forum/c-31717">ActionScript 3 Code / General Discussion</a><br/>Forum thread: <a href="http://ericd.wikidot.com/forum/t-42694/this-is-a-test-thread">This is a test Thread</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ericd.wikidot.com/forum/t-42742#post-111480</guid>
				<title>ECMAScript 4: Moock &amp; Francis Cheng</title>
				<link>http://ericd.wikidot.com/forum/t-42742/moock#post-111480</link>
				<description></description>
				<pubDate>Thu, 21 Feb 2008 19:58:39 +0000</pubDate>
				<wikidot:authorName>edolecki</wikidot:authorName>				<wikidot:authorUserId>85428</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <h3><span>Francis Cheng's <a href="http://blogs.adobe.com/fcheng/">blog</a> about ECMAScript4.</span></h3> <h3><span>Moock's lecture notes can be found <a href="http://moock.org/lectures/newInECMAScript4/">here</a>.</span></h3> <ul> <li>Generic Functions: This functionality will add Java-style method overloading to ActionScript. A function must be defined with the keyword generic, but then mutliple methods (with different method signatures) can be used.</li> <li>Iterators and Generators: Increased support for iterating over a series of values using a class defined iterator. Both of these items are very Python-like.</li> <li>Proper Tail Calls: A function can properly call another function as its last operation - this adds increased support for recursion patterns.</li> <li>New Number Types: byte, double, decimal (and the current generic ‘Number’ type would be removed)</li> <li>Numeric Suffixes: As in Java, numeric literals will have suffixes to denote their specific numeric type.</li> <li>Vector Type: As in Java, there will be a mono-typed array called Vector. Length can optionally be pre-defined at creation.</li> <li>Record Type: Describes the details of an object - easier to create than a class. I believe it is dynamic - in that it has required values, but additional properties can be defined per instance.</li> <li>Array Type: A type that describes what will be contained within an array. For example - you could say that you will have a 7-element array made up of Strings.</li> <li>Union Types: A property (or argument) could be one of a list of types (as opposed to now where a property has to be of one type - or no type). This would give you the ability to have an argument that could be a String or XML - but nothing else.</li> </ul> <br/>Forum category: <a href="http://ericd.wikidot.com/forum/c-31763">ActionScript 4 / Grapevine</a><br/>Forum thread: <a href="http://ericd.wikidot.com/forum/t-42742/moock">Moock</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ericd.wikidot.com/forum/t-42707#post-111343</guid>
				<title>test code</title>
				<link>http://ericd.wikidot.com/forum/t-42707/test-code#post-111343</link>
				<description></description>
				<pubDate>Thu, 21 Feb 2008 17:24:20 +0000</pubDate>
				<wikidot:authorName>edolecki</wikidot:authorName>				<wikidot:authorUserId>85428</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <div class="code"> <pre> <code>// ActionScript 3 event handler function clickSubmit(event:MouseEvent):void { stage.invalidate(); gotoAndStop("submitFrame"); } // add clickSubmit event handler as listener of the // click event received by submit_button instance submit_button.addEventListener(MouseEvent.CLICK, clickSubmit);</code> </pre></div> <br/>Forum category: <a href="http://ericd.wikidot.com/forum/c-31717">ActionScript 3 Code / General Discussion</a><br/>Forum thread: <a href="http://ericd.wikidot.com/forum/t-42707/test-code">test code</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ericd.wikidot.com/forum/t-42694#post-111292</guid>
				<title>This is a test Thread</title>
				<link>http://ericd.wikidot.com/forum/t-42694/this-is-a-test-thread#post-111292</link>
				<description></description>
				<pubDate>Thu, 21 Feb 2008 16:38:23 +0000</pubDate>
				<wikidot:authorName>edolecki</wikidot:authorName>				<wikidot:authorUserId>85428</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hey there!</p> <br/>Forum category: <a href="http://ericd.wikidot.com/forum/c-31717">ActionScript 3 Code / General Discussion</a><br/>Forum thread: <a href="http://ericd.wikidot.com/forum/t-42694/this-is-a-test-thread">This is a test Thread</a>
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>