<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Peter Moelgaard&#039;s Blog</title>
	<atom:link href="http://blog.petermolgaard.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.petermolgaard.com</link>
	<description>Idealism is what precedes experience; cynicism is what follows...</description>
	<lastBuildDate>Thu, 11 Mar 2010 11:04:24 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on ActionScript 3 Enums by Peter Andreas Molgaard</title>
		<link>http://blog.petermolgaard.com/2008/11/02/actionscript-3-enums/#comment-1598</link>
		<dc:creator>Peter Andreas Molgaard</dc:creator>
		<pubDate>Thu, 11 Mar 2010 11:04:24 +0000</pubDate>
		<guid isPermaLink="false">http://dopenhagen.wordpress.com/2008/11/02/actionscript-3-enums/#comment-1598</guid>
		<description>Hi Adrian,

Due to the &quot;prototype&quot; architecture of the class implementation in the Flash Player and due to how objects are instantiated, you can not be sure in which order constants are set and allocated space in memory.
There is some material about this, you should be able to find it via search engine.
Let me know if it works out for you.

Great work, btw...

Cheers,
Peter</description>
		<content:encoded><![CDATA[<p>Hi Adrian,</p>
<p>Due to the &#8220;prototype&#8221; architecture of the class implementation in the Flash Player and due to how objects are instantiated, you can not be sure in which order constants are set and allocated space in memory.<br />
There is some material about this, you should be able to find it via search engine.<br />
Let me know if it works out for you.</p>
<p>Great work, btw&#8230;</p>
<p>Cheers,<br />
Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ActionScript 3 Enums by Adrian</title>
		<link>http://blog.petermolgaard.com/2008/11/02/actionscript-3-enums/#comment-1597</link>
		<dc:creator>Adrian</dc:creator>
		<pubDate>Thu, 11 Mar 2010 00:48:09 +0000</pubDate>
		<guid isPermaLink="false">http://dopenhagen.wordpress.com/2008/11/02/actionscript-3-enums/#comment-1597</guid>
		<description>I edited the Enum class to have an _index as well as a _label.  I was hoping to be able to use this in for loops, but there seems to be a weird behaviour with the order of the constants when they get picked up by initEnumConstant().
Here is the code and its output:

protected static function initEnumConstant(inType:Class):void
		{
			var className:String = getQualifiedClassName(inType);
			var typeXML:XML = describeType(inType);
			var iCounter:int = 0;
			for each(var constant:XML in typeXML.constant)
				{
					inType[constant.@name]._label = constant.@name;
					inType[constant.@name]._index = iCounter++;
					trace(inType[constant.@name]._label +&quot; = &quot; +inType[constant.@name]._index);
				}
			locks[className] = true;
		}

/**
FOUR = 0
QUEEN = 1
KING = 2
FIVE = 3
ACE = 4
JACK = 5
THREE = 6
TWO = 7
TEN = 8
NINE = 9
SEVEN = 10
SIX = 11
EIGHT = 12
*/

The class I wrote had these constants in order from low to high, but they have been shifted into this weird order somehow.  Any idea why?</description>
		<content:encoded><![CDATA[<p>I edited the Enum class to have an _index as well as a _label.  I was hoping to be able to use this in for loops, but there seems to be a weird behaviour with the order of the constants when they get picked up by initEnumConstant().<br />
Here is the code and its output:</p>
<p>protected static function initEnumConstant(inType:Class):void<br />
		{<br />
			var className:String = getQualifiedClassName(inType);<br />
			var typeXML:XML = describeType(inType);<br />
			var iCounter:int = 0;<br />
			for each(var constant:XML in typeXML.constant)<br />
				{<br />
					inType[constant.@name]._label = constant.@name;<br />
					inType[constant.@name]._index = iCounter++;<br />
					trace(inType[constant.@name]._label +&#8221; = &#8221; +inType[constant.@name]._index);<br />
				}<br />
			locks[className] = true;<br />
		}</p>
<p>/**<br />
FOUR = 0<br />
QUEEN = 1<br />
KING = 2<br />
FIVE = 3<br />
ACE = 4<br />
JACK = 5<br />
THREE = 6<br />
TWO = 7<br />
TEN = 8<br />
NINE = 9<br />
SEVEN = 10<br />
SIX = 11<br />
EIGHT = 12<br />
*/</p>
<p>The class I wrote had these constants in order from low to high, but they have been shifted into this weird order somehow.  Any idea why?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My Microsoft Entourage is suffering from &#8220;Database Daemon Fatal Error&#8221;&#8230; by Brenda</title>
		<link>http://blog.petermolgaard.com/2009/06/12/database_daemon_fatal_error/#comment-1594</link>
		<dc:creator>Brenda</dc:creator>
		<pubDate>Tue, 09 Mar 2010 23:33:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.petermolgaard.com/?p=1486#comment-1594</guid>
		<description>Peter, you&#039;re amazing!  Thanks so much for your wisdom and easy instructions.  Worked perfectly!</description>
		<content:encoded><![CDATA[<p>Peter, you&#8217;re amazing!  Thanks so much for your wisdom and easy instructions.  Worked perfectly!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Silverlight 2 : Attached Properties by Dorthy Beswick</title>
		<link>http://blog.petermolgaard.com/2008/05/11/silverlight-2-attached-properties/#comment-1587</link>
		<dc:creator>Dorthy Beswick</dc:creator>
		<pubDate>Sun, 07 Mar 2010 03:15:50 +0000</pubDate>
		<guid isPermaLink="false">http://dopenhagen.wordpress.com/2008/05/11/silverlight-2-attached-properties/#comment-1587</guid>
		<description>Hey, I found this post while looking for help with Microsoft Silverlight. I have recently switched browsers from Google Chrome to Microsoft Internet Explorer 5. After the change I seem to have a issue with loading websites that use Microsoft Silverlight. Everytime I go on a website that needs Microsoft Silverlight, the page freezes and I get a &quot;npctrl.dll&quot; error. I cannot seem to find out how to fix it. Any aid getting Microsoft Silverlight to work is very appreciated! Thanks</description>
		<content:encoded><![CDATA[<p>Hey, I found this post while looking for help with Microsoft Silverlight. I have recently switched browsers from Google Chrome to Microsoft Internet Explorer 5. After the change I seem to have a issue with loading websites that use Microsoft Silverlight. Everytime I go on a website that needs Microsoft Silverlight, the page freezes and I get a &#8220;npctrl.dll&#8221; error. I cannot seem to find out how to fix it. Any aid getting Microsoft Silverlight to work is very appreciated! Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MATE CacheSetter.. a quick and dirty introduction by wii free</title>
		<link>http://blog.petermolgaard.com/2009/07/16/mate-cachesetter-a-quick-and-dirty-introduction/#comment-1570</link>
		<dc:creator>wii free</dc:creator>
		<pubDate>Sat, 27 Feb 2010 00:37:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.petermolgaard.com/?p=1605#comment-1570</guid>
		<description>For a Novice, I am generally searching on the internet to get content articles that could aid me. Thank you</description>
		<content:encoded><![CDATA[<p>For a Novice, I am generally searching on the internet to get content articles that could aid me. Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Chrome dislikes Microsoft Architecture by Christian Martinez</title>
		<link>http://blog.petermolgaard.com/2008/10/06/google-chrome-dislikes-microsoft-architecture/#comment-1568</link>
		<dc:creator>Christian Martinez</dc:creator>
		<pubDate>Fri, 26 Feb 2010 16:06:01 +0000</pubDate>
		<guid isPermaLink="false">http://dopenhagen.wordpress.com/2008/10/06/google-chrome-dislikes-microsoft-architecture/#comment-1568</guid>
		<description>I just subscribed to your RSS feed, not sure if I did it precisely though? Solid article by the way.</description>
		<content:encoded><![CDATA[<p>I just subscribed to your RSS feed, not sure if I did it precisely though? Solid article by the way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DFUG : Manager for Adobe User Group Copenhagen by BWHost.com</title>
		<link>http://blog.petermolgaard.com/2008/01/21/dfug-manager-for-adobe-user-group-copenhagen/#comment-1567</link>
		<dc:creator>BWHost.com</dc:creator>
		<pubDate>Fri, 26 Feb 2010 15:55:43 +0000</pubDate>
		<guid isPermaLink="false">http://dopenhagen.wordpress.com/2008/01/21/dfug-manager-for-adobe-user-group-copenhagen/#comment-1567</guid>
		<description>Neat, thanks for the incredible article.</description>
		<content:encoded><![CDATA[<p>Neat, thanks for the incredible article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A fun way to open a native window in AIR with MATE by copyps2games</title>
		<link>http://blog.petermolgaard.com/2009/07/18/a-fun-way-to-open-a-native-window-in-air-with-mate/#comment-1566</link>
		<dc:creator>copyps2games</dc:creator>
		<pubDate>Fri, 26 Feb 2010 13:56:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.petermolgaard.com/?p=1620#comment-1566</guid>
		<description>If you are open to having a guest blog poster please let me know. I will provide you with unique content for your webstie, thanks.</description>
		<content:encoded><![CDATA[<p>If you are open to having a guest blog poster please let me know. I will provide you with unique content for your webstie, thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Qwitter&#8230; another service by Contrast by Shelby Ternes</title>
		<link>http://blog.petermolgaard.com/2009/03/26/qwitter-a-nice-service-by-contrast/#comment-1562</link>
		<dc:creator>Shelby Ternes</dc:creator>
		<pubDate>Thu, 25 Feb 2010 15:45:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.petermolgaard.com/?p=1290#comment-1562</guid>
		<description>A friend encoraged me to read this website, great post, fascinating read... keep up the cool work!</description>
		<content:encoded><![CDATA[<p>A friend encoraged me to read this website, great post, fascinating read&#8230; keep up the cool work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Debugging WebORB from Visual Studio by Galvin Wade</title>
		<link>http://blog.petermolgaard.com/2008/07/26/debugging-weborb-from-visual-studio/#comment-1561</link>
		<dc:creator>Galvin Wade</dc:creator>
		<pubDate>Tue, 23 Feb 2010 03:48:01 +0000</pubDate>
		<guid isPermaLink="false">http://dopenhagen.wordpress.com/2008/07/26/debugging-weborb-from-visual-studio/#comment-1561</guid>
		<description>Hiya, I discovered this blog on Yahoo Blogs and consider this is definitely very helpful and offers superb subject matter. Thanks for this wonderful post, I will probably promote this on Twitter. Have a good day.</description>
		<content:encoded><![CDATA[<p>Hiya, I discovered this blog on Yahoo Blogs and consider this is definitely very helpful and offers superb subject matter. Thanks for this wonderful post, I will probably promote this on Twitter. Have a good day.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
