<?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:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments for H1DD3N.R350URC3</title>
	<atom:link href="http://blog.hexagonstar.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hexagonstar.com</link>
	<description>&#34;Chaotic Neutral&#34;</description>
	<lastBuildDate>Sat, 13 Mar 2010 04:39:38 +0900</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Setting up the Ultimate Flash Development Environment by sascha</title>
		<link>http://blog.hexagonstar.com/setting-up-the-ultimate-flash-development-environment/comment-page-1/#comment-19854</link>
		<dc:creator>sascha</dc:creator>
		<pubDate>Sat, 13 Mar 2010 04:39:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=1615#comment-19854</guid>
		<description>&lt;a href=&quot;#comment-19841&quot; rel=&quot;nofollow&quot;&gt;@Bruno Fonzi&lt;/a&gt; 
Great to hear that you guys add haXe support after all! Really looking forward to that feature!</description>
		<content:encoded><![CDATA[<p><a href="#comment-19841">@Bruno Fonzi</a><br />
Great to hear that you guys add haXe support after all! Really looking forward to that feature!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up the Ultimate Flash Development Environment by Bruno Fonzi</title>
		<link>http://blog.hexagonstar.com/setting-up-the-ultimate-flash-development-environment/comment-page-1/#comment-19841</link>
		<dc:creator>Bruno Fonzi</dc:creator>
		<pubDate>Fri, 12 Mar 2010 06:55:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=1615#comment-19841</guid>
		<description>@sasha &amp; @jochen check out FDT4 roadmap on http://fdt4comfort.com/ we are going to support both haXe and Flex4 very soon !

Price wise, no excuses anymore ;-) 
We have an amazing offer this month that beats any price out there !
http://www.fdt.powerflasher.com/developer-tools/fdt-3/community/promotions/</description>
		<content:encoded><![CDATA[<p>@sasha &amp; @jochen check out FDT4 roadmap on <a href="http://fdt4comfort.com/" rel="nofollow">http://fdt4comfort.com/</a> we are going to support both haXe and Flex4 very soon !</p>
<p>Price wise, no excuses anymore <img src='http://blog.hexagonstar.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /><br />
We have an amazing offer this month that beats any price out there !<br />
<a href="http://www.fdt.powerflasher.com/developer-tools/fdt-3/community/promotions/" rel="nofollow">http://www.fdt.powerflasher.com/developer-tools/fdt-3/community/promotions/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Alcon by goliatone</title>
		<link>http://blog.hexagonstar.com/downloads/alcon/comment-page-1/#comment-19830</link>
		<dc:creator>goliatone</dc:creator>
		<pubDate>Thu, 11 Mar 2010 12:40:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?page_id=1487#comment-19830</guid>
		<description>Hi, I have issues installing alcon&#039;s 3.1.4 update. I then went to register in the forum to post there, but I had issues with the Clickcha captcha...
&quot;Unable to verify Clickcha. Please contact the webmaster if this problem persists.&quot;</description>
		<content:encoded><![CDATA[<p>Hi, I have issues installing alcon&#8217;s 3.1.4 update. I then went to register in the forum to post there, but I had issues with the Clickcha captcha&#8230;<br />
&#8220;Unable to verify Clickcha. Please contact the webmaster if this problem persists.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up the Ultimate Flash Development Environment by Sprog</title>
		<link>http://blog.hexagonstar.com/setting-up-the-ultimate-flash-development-environment/comment-page-1/#comment-19828</link>
		<dc:creator>Sprog</dc:creator>
		<pubDate>Thu, 11 Mar 2010 08:12:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=1615#comment-19828</guid>
		<description>You should consider checking out SourceMate ($79) for Flash  Builder 4 it brings quite some features from FDT I missed in FB like code templates. Also  I really like the refactoring features. Now I only need Quick Fixes in SourceMate!</description>
		<content:encoded><![CDATA[<p>You should consider checking out SourceMate ($79) for Flash  Builder 4 it brings quite some features from FDT I missed in FB like code templates. Also  I really like the refactoring features. Now I only need Quick Fixes in SourceMate!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How do you create a Preloader with ActionScript 3 in Flash CS3? by Video Streamin</title>
		<link>http://blog.hexagonstar.com/howto_create_preloader_with_as3/comment-page-2/#comment-19757</link>
		<dc:creator>Video Streamin</dc:creator>
		<pubDate>Sun, 07 Mar 2010 15:17:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/how-do-you-create-a-preloader-with-actionscript-3-in-flash-cs3/#comment-19757</guid>
		<description>This doesn&#039;t always work...

stop();

this.loaderInfo.addEventListener(Event.COMPLETE, initApplication);
this.loaderInfo.addEventListener(ProgressEvent.PROGRESS, showProgress);</description>
		<content:encoded><![CDATA[<p>This doesn&#8217;t always work&#8230;</p>
<p>stop();</p>
<p>this.loaderInfo.addEventListener(Event.COMPLETE, initApplication);<br />
this.loaderInfo.addEventListener(ProgressEvent.PROGRESS, showProgress);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tutorial: Creating a Galaxy in Photoshop by Spiral galaxy creation &#171; Outside Context Problem</title>
		<link>http://blog.hexagonstar.com/galaxy-tutorial/comment-page-1/#comment-19652</link>
		<dc:creator>Spiral galaxy creation &#171; Outside Context Problem</dc:creator>
		<pubDate>Mon, 01 Mar 2010 23:05:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=459#comment-19652</guid>
		<description>[...] This was done following the neat tutorial at http://blog.hexagonstar.com/galaxy-tutorial/ [...]</description>
		<content:encoded><![CDATA[<p>[...] This was done following the neat tutorial at <a href="http://blog.hexagonstar.com/galaxy-tutorial/">http://blog.hexagonstar.com/galaxy-tutorial/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Vista Tweak 3: Turning &#8217;show File Extensions&#8217; on by Steelhaven</title>
		<link>http://blog.hexagonstar.com/vistatweak3/comment-page-1/#comment-19646</link>
		<dc:creator>Steelhaven</dc:creator>
		<pubDate>Mon, 01 Mar 2010 17:28:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=227#comment-19646</guid>
		<description>Thanks for this.  I can never remember how to turn on file extensions.  Only been using XP/Vista for 8 years now...</description>
		<content:encoded><![CDATA[<p>Thanks for this.  I can never remember how to turn on file extensions.  Only been using XP/Vista for 8 years now&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tutorial: Creating a Galaxy in Photoshop by Leone</title>
		<link>http://blog.hexagonstar.com/galaxy-tutorial/comment-page-1/#comment-19619</link>
		<dc:creator>Leone</dc:creator>
		<pubDate>Sun, 28 Feb 2010 14:50:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=459#comment-19619</guid>
		<description>really to nice</description>
		<content:encoded><![CDATA[<p>really to nice</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ultima IX Ascension &#8211; Intro Video by Protopop</title>
		<link>http://blog.hexagonstar.com/ultima-ix-ascension-intro-video/comment-page-1/#comment-19549</link>
		<dc:creator>Protopop</dc:creator>
		<pubDate>Thu, 25 Feb 2010 16:04:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=1693#comment-19549</guid>
		<description>Way ahead of its time - this used to look like magic to me, a 3d fantasy world you could walk through in 3D. Its like an early version of Oblivion. I loved the Ultima series - Ultima 2 was my first game on my IBM PCjr:)</description>
		<content:encoded><![CDATA[<p>Way ahead of its time &#8211; this used to look like magic to me, a 3d fantasy world you could walk through in 3D. Its like an early version of Oblivion. I loved the Ultima series &#8211; Ultima 2 was my first game on my IBM PCjr:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FEAT by Immer einsatzbereit: Air-Applikationen für den Gestalter &#124; AIR, Büro, SEO, Shortcuts, Tools &#124; Dr. Web Magazin</title>
		<link>http://blog.hexagonstar.com/downloads/feat/comment-page-1/#comment-19541</link>
		<dc:creator>Immer einsatzbereit: Air-Applikationen für den Gestalter &#124; AIR, Büro, SEO, Shortcuts, Tools &#124; Dr. Web Magazin</dc:creator>
		<pubDate>Thu, 25 Feb 2010 10:18:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?page_id=1492#comment-19541</guid>
		<description>[...] Feat steht für Freelancer’s Estimation Assistance Tool. Damit können Selbstständige ihren Preis pro Stunde kalkulieren. Einfach die Betriebsausgaben wie Miete, Strom, Wasser, Gas, Versicherungen, Abschreibung für IT-Equipment, Büroausstattung und Unternehmerlohn angeben, und schon erscheint der Stundensatz. [...]</description>
		<content:encoded><![CDATA[<p>[...] Feat steht für Freelancer’s Estimation Assistance Tool. Damit können Selbstständige ihren Preis pro Stunde kalkulieren. Einfach die Betriebsausgaben wie Miete, Strom, Wasser, Gas, Versicherungen, Abschreibung für IT-Equipment, Büroausstattung und Unternehmerlohn angeben, und schon erscheint der Stundensatz. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tutorial: Creating a Galaxy in Photoshop by Sarah</title>
		<link>http://blog.hexagonstar.com/galaxy-tutorial/comment-page-1/#comment-19513</link>
		<dc:creator>Sarah</dc:creator>
		<pubDate>Tue, 23 Feb 2010 19:21:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=459#comment-19513</guid>
		<description>Help D: I&#039;m at step 12 and I&#039;ve done all of the transforming yet I&#039;ve ended up with the small bit in the middle of the galaxy then like, loads all around it.</description>
		<content:encoded><![CDATA[<p>Help D: I&#8217;m at step 12 and I&#8217;ve done all of the transforming yet I&#8217;ve ended up with the small bit in the middle of the galaxy then like, loads all around it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up the Ultimate Flash Development Environment by How to setup a good IDE for Actionscript programming &#124; oliverpal.com</title>
		<link>http://blog.hexagonstar.com/setting-up-the-ultimate-flash-development-environment/comment-page-1/#comment-19401</link>
		<dc:creator>How to setup a good IDE for Actionscript programming &#124; oliverpal.com</dc:creator>
		<pubDate>Fri, 19 Feb 2010 11:02:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=1615#comment-19401</guid>
		<description>[...] http://blog.hexagonstar.com/setting-up-the-ultimate-flash-development-environment/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://blog.hexagonstar.com/setting-up-the-ultimate-flash-development-environment/">http://blog.hexagonstar.com/setting-up-the-ultimate-flash-development-environment/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Confusion about &#8216;this&#8217; by warappa</title>
		<link>http://blog.hexagonstar.com/the-confusion-about-this/comment-page-1/#comment-19382</link>
		<dc:creator>warappa</dc:creator>
		<pubDate>Thu, 18 Feb 2010 23:00:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=654#comment-19382</guid>
		<description>Hi,
ever tried to write &quot;this&quot; in an anonymous function? This becomes &quot;global&quot; and not your class. Therefore using &quot;this&quot; would lead to an incorrectly behaving code...

Try this (*g*) in the constructor of a Flex app (or with ANY other anonymous event handler):

addEventListener(FlexEvent.CREATION_COMPLETE,
function(e:Event):void
{
	trace(&quot;this: &quot; + this);
});

Just my 2 cents

Lg
warappa</description>
		<content:encoded><![CDATA[<p>Hi,<br />
ever tried to write &#8220;this&#8221; in an anonymous function? This becomes &#8220;global&#8221; and not your class. Therefore using &#8220;this&#8221; would lead to an incorrectly behaving code&#8230;</p>
<p>Try this (*g*) in the constructor of a Flex app (or with ANY other anonymous event handler):</p>
<p>addEventListener(FlexEvent.CREATION_COMPLETE,<br />
function(e:Event):void<br />
{<br />
	trace(&#8220;this: &#8221; + this);<br />
});</p>
<p>Just my 2 cents</p>
<p>Lg<br />
warappa</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up the Ultimate Flash Development Environment by sascha</title>
		<link>http://blog.hexagonstar.com/setting-up-the-ultimate-flash-development-environment/comment-page-1/#comment-19373</link>
		<dc:creator>sascha</dc:creator>
		<pubDate>Thu, 18 Feb 2010 17:43:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=1615#comment-19373</guid>
		<description>&lt;a href=&quot;#comment-19372&quot; rel=&quot;nofollow&quot;&gt;@kevin&lt;/a&gt; 
I guess what Jochen means is that FDT&#039;s Flex editor doesn&#039;t bode well with the changed API/syntax if Flex 4? I must admit I haven&#039;t delved much into Flex 4 yet. Seems we have to wait until the FDT devs add support for Flex4 and that will only happen after Flex4 went final (although I wish they&#039;d add haXe support rather than all Flex stuff).</description>
		<content:encoded><![CDATA[<p><a href="#comment-19372">@kevin</a><br />
I guess what Jochen means is that FDT&#8217;s Flex editor doesn&#8217;t bode well with the changed API/syntax if Flex 4? I must admit I haven&#8217;t delved much into Flex 4 yet. Seems we have to wait until the FDT devs add support for Flex4 and that will only happen after Flex4 went final (although I wish they&#8217;d add haXe support rather than all Flex stuff).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up the Ultimate Flash Development Environment by kevin</title>
		<link>http://blog.hexagonstar.com/setting-up-the-ultimate-flash-development-environment/comment-page-1/#comment-19372</link>
		<dc:creator>kevin</dc:creator>
		<pubDate>Thu, 18 Feb 2010 16:50:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=1615#comment-19372</guid>
		<description>@Jochen Szostek

You can point FDT to a specific flex sdk to use if necessary.  I&#039;m currently using FDT with the 3.4 sdk.</description>
		<content:encoded><![CDATA[<p>@Jochen Szostek</p>
<p>You can point FDT to a specific flex sdk to use if necessary.  I&#8217;m currently using FDT with the 3.4 sdk.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up the Ultimate Flash Development Environment by Jochen Szostek</title>
		<link>http://blog.hexagonstar.com/setting-up-the-ultimate-flash-development-environment/comment-page-1/#comment-19370</link>
		<dc:creator>Jochen Szostek</dc:creator>
		<pubDate>Thu, 18 Feb 2010 16:45:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=1615#comment-19370</guid>
		<description>Interesting article!

But FDT does not support Flex 4, and therefore this wouldn&#039;t be an option for me I guess. (my main project is in Flex 4)

As a J2EE/Flex developer my IDE is &quot;Eclipse   MyEclipse (excellent Java editor that can be plugged into eclipse, with awesome code generation)   Flash Builder 4&quot; most of the time, though a lot of people who are also hardcore AS3 developers have advised IntelliJ and I must admit allthough it&#039;s not Eclipse based, it does have some very strong features.

Would love to try FDT too but as I mentioned the lack of Flex 4 support had kept me from trying.

Kind regards,

Jochen</description>
		<content:encoded><![CDATA[<p>Interesting article!</p>
<p>But FDT does not support Flex 4, and therefore this wouldn&#8217;t be an option for me I guess. (my main project is in Flex 4)</p>
<p>As a J2EE/Flex developer my IDE is &#8220;Eclipse   MyEclipse (excellent Java editor that can be plugged into eclipse, with awesome code generation)   Flash Builder 4&#8243; most of the time, though a lot of people who are also hardcore AS3 developers have advised IntelliJ and I must admit allthough it&#8217;s not Eclipse based, it does have some very strong features.</p>
<p>Would love to try FDT too but as I mentioned the lack of Flex 4 support had kept me from trying.</p>
<p>Kind regards,</p>
<p>Jochen</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up the Ultimate Flash Development Environment by Beatrix</title>
		<link>http://blog.hexagonstar.com/setting-up-the-ultimate-flash-development-environment/comment-page-1/#comment-19359</link>
		<dc:creator>Beatrix</dc:creator>
		<pubDate>Thu, 18 Feb 2010 12:35:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=1615#comment-19359</guid>
		<description>This is also mine and probably the best development invironment.</description>
		<content:encoded><![CDATA[<p>This is also mine and probably the best development invironment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up the Ultimate Flash Development Environment by john</title>
		<link>http://blog.hexagonstar.com/setting-up-the-ultimate-flash-development-environment/comment-page-1/#comment-19357</link>
		<dc:creator>john</dc:creator>
		<pubDate>Thu, 18 Feb 2010 12:01:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=1615#comment-19357</guid>
		<description>The &quot;Ultimate Flash Development Environment&quot; Does not exist. It would be one piece of software, available on mac, linux and pc, with a quick install and the same price tag on both sides of the atlantic)

(3 - 7+ pieces of software, some of which I have to pay for, and few of which are available totally cross-platform is not a dev environment, it&#039;s a joke. Sorry, but it is.)

Thanks for the post though - I have to move over to linux sometime soon and I&#039;m going to have to use java+eclipse+fdt, which means the same price tag and instability of the flash IDE......</description>
		<content:encoded><![CDATA[<p>The &#8220;Ultimate Flash Development Environment&#8221; Does not exist. It would be one piece of software, available on mac, linux and pc, with a quick install and the same price tag on both sides of the atlantic)</p>
<p>(3 &#8211; 7+ pieces of software, some of which I have to pay for, and few of which are available totally cross-platform is not a dev environment, it&#8217;s a joke. Sorry, but it is.)</p>
<p>Thanks for the post though &#8211; I have to move over to linux sometime soon and I&#8217;m going to have to use java+eclipse+fdt, which means the same price tag and instability of the flash IDE&#8230;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up the Ultimate Flash Development Environment by sascha</title>
		<link>http://blog.hexagonstar.com/setting-up-the-ultimate-flash-development-environment/comment-page-1/#comment-19353</link>
		<dc:creator>sascha</dc:creator>
		<pubDate>Thu, 18 Feb 2010 11:11:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=1615#comment-19353</guid>
		<description>&lt;a href=&quot;#comment-19350&quot; rel=&quot;nofollow&quot;&gt;@Martin Heidegger&lt;/a&gt; 
Never had any troubles with (or repo-incompabilities among) subclipse versions. But I don&#039;t use any SVN commands in my build files, maybe that&#039;s why. What else would you recommend?</description>
		<content:encoded><![CDATA[<p><a href="#comment-19350">@Martin Heidegger</a><br />
Never had any troubles with (or repo-incompabilities among) subclipse versions. But I don&#8217;t use any SVN commands in my build files, maybe that&#8217;s why. What else would you recommend?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up the Ultimate Flash Development Environment by sascha</title>
		<link>http://blog.hexagonstar.com/setting-up-the-ultimate-flash-development-environment/comment-page-1/#comment-19352</link>
		<dc:creator>sascha</dc:creator>
		<pubDate>Thu, 18 Feb 2010 11:06:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=1615#comment-19352</guid>
		<description>&lt;a href=&quot;#comment-19346&quot; rel=&quot;nofollow&quot;&gt;@Igor Vasiliev aka The Helsman&lt;/a&gt; 
I agree, FDT is very expensive. I&#039;m not sure how they justify the high price for &#039;just an editor&#039;. But then I&#039;m not exactly in the position to complain since I have been on their beta program since a long time and therefore got a free license from PF (so such articles are my &#039;thank you!&#039;).

I&#039;m not really using FlashDevelop, sorry. The only reason why I would use it is for haXe. But, yeah, FlashDevelop isn&#039;t bad at all for a free IDE!</description>
		<content:encoded><![CDATA[<p><a href="#comment-19346">@Igor Vasiliev aka The Helsman</a><br />
I agree, FDT is very expensive. I&#8217;m not sure how they justify the high price for &#8216;just an editor&#8217;. But then I&#8217;m not exactly in the position to complain since I have been on their beta program since a long time and therefore got a free license from PF (so such articles are my &#8216;thank you!&#8217;).</p>
<p>I&#8217;m not really using FlashDevelop, sorry. The only reason why I would use it is for haXe. But, yeah, FlashDevelop isn&#8217;t bad at all for a free IDE!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
