<?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"
	>
<channel>
	<title>Comments for FLEX{er}</title>
	<atom:link href="http://www.flexer.info/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flexer.info</link>
	<description>flex developers web corner</description>
	<pubDate>Thu, 20 Nov 2008 16:37:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Comment on Number.toString bug by Virgil Cristea</title>
		<link>http://www.flexer.info/2008/11/20/numbertostring-bug/#comment-935</link>
		<dc:creator>Virgil Cristea</dc:creator>
		<pubDate>Thu, 20 Nov 2008 12:35:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/?p=326#comment-935</guid>
		<description>Int cannot store that value I needed. I do not think it is a floating point error as in debug I see the correct value set up in the &lt;b&gt;numberVariable&lt;/b&gt;. The problem appears only when I do &lt;b&gt;toString()&lt;/b&gt;.</description>
		<content:encoded><![CDATA[<p>Int cannot store that value I needed. I do not think it is a floating point error as in debug I see the correct value set up in the <b>numberVariable</b>. The problem appears only when I do <b>toString()</b>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Number.toString bug by Keith Peters</title>
		<link>http://www.flexer.info/2008/11/20/numbertostring-bug/#comment-934</link>
		<dc:creator>Keith Peters</dc:creator>
		<pubDate>Thu, 20 Nov 2008 12:32:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/?p=326#comment-934</guid>
		<description>It's not a bug per se, and the problem is not in the toString method. The problem is that the Number class uses 53 bits to store its values. ints and uints use 32 bits. The number you passed in would take more bits than that to represent. Just try this:

trace(-9223372036854775808);

You get the same result. 

53 bits lets you accurately store numbers as large as 9007199254740992. You can store numbers larger than that, but at the expense of accuracy.</description>
		<content:encoded><![CDATA[<p>It&#8217;s not a bug per se, and the problem is not in the toString method. The problem is that the Number class uses 53 bits to store its values. ints and uints use 32 bits. The number you passed in would take more bits than that to represent. Just try this:</p>
<p>trace(-9223372036854775808);</p>
<p>You get the same result. </p>
<p>53 bits lets you accurately store numbers as large as 9007199254740992. You can store numbers larger than that, but at the expense of accuracy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hug a Developer by Braban</title>
		<link>http://www.flexer.info/2008/08/28/hug-a-developer/#comment-933</link>
		<dc:creator>Braban</dc:creator>
		<pubDate>Thu, 20 Nov 2008 12:24:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/?p=246#comment-933</guid>
		<description>Очень интересно было вас читать!</description>
		<content:encoded><![CDATA[<p>Очень интересно было вас читать!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Number.toString bug by z</title>
		<link>http://www.flexer.info/2008/11/20/numbertostring-bug/#comment-932</link>
		<dc:creator>z</dc:creator>
		<pubDate>Thu, 20 Nov 2008 11:10:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/?p=326#comment-932</guid>
		<description>use int?

mabye some floating point error?</description>
		<content:encoded><![CDATA[<p>use int?</p>
<p>mabye some floating point error?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Strip Html Tags - with allowable tags by Andrei Ionescu</title>
		<link>http://www.flexer.info/2008/04/08/strip-html-tags-with-allowable-tags/#comment-922</link>
		<dc:creator>Andrei Ionescu</dc:creator>
		<pubDate>Sun, 16 Nov 2008 00:04:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/?p=130#comment-922</guid>
		<description>Thanks JohnG! I've modified the code also.</description>
		<content:encoded><![CDATA[<p>Thanks JohnG! I&#8217;ve modified the code also.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Strip Html Tags - with allowable tags by JohnG</title>
		<link>http://www.flexer.info/2008/04/08/strip-html-tags-with-allowable-tags/#comment-921</link>
		<dc:creator>JohnG</dc:creator>
		<pubDate>Sat, 15 Nov 2008 23:45:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/?p=130#comment-921</guid>
		<description>Small oversight:  
This code won't work as is without the second parameter.  

If the second paramter is null, it will crash on the 2nd line where you check "tags.length".  Easy fix is to make the 2nd parameter default to an empty string (""), which will have a valid length.</description>
		<content:encoded><![CDATA[<p>Small oversight:<br />
This code won&#8217;t work as is without the second parameter.  </p>
<p>If the second paramter is null, it will crash on the 2nd line where you check &#8220;tags.length&#8221;.  Easy fix is to make the 2nd parameter default to an empty string (&#8221;"), which will have a valid length.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Job Posting by Andrei Ionescu</title>
		<link>http://www.flexer.info/2008/06/26/job-posting/#comment-920</link>
		<dc:creator>Andrei Ionescu</dc:creator>
		<pubDate>Sat, 15 Nov 2008 20:00:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/?p=215#comment-920</guid>
		<description>Hello HSCharles! Although your comment doesn't belong to this post/article the answer is simple. Google AdSense doesn't work directly in flash sites because the ads are displayed based on the site's content. In the case of flash web sites the content cannot easily be retrieved and the ads won't work. Other problem is that Google doesn't provide any API for flash based AdSense ads. Now, to put an google ad on your flash website you can use an absolute positioned div over your swf file. Not many will notice that the ads are not in flash. But the problem with the content remains. The Google AdSense ads display the ads based on web site's content. Cheers!</description>
		<content:encoded><![CDATA[<p>Hello HSCharles! Although your comment doesn&#8217;t belong to this post/article the answer is simple. Google AdSense doesn&#8217;t work directly in flash sites because the ads are displayed based on the site&#8217;s content. In the case of flash web sites the content cannot easily be retrieved and the ads won&#8217;t work. Other problem is that Google doesn&#8217;t provide any API for flash based AdSense ads. Now, to put an google ad on your flash website you can use an absolute positioned div over your swf file. Not many will notice that the ads are not in flash. But the problem with the content remains. The Google AdSense ads display the ads based on web site&#8217;s content. Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Job Posting by HSCharles</title>
		<link>http://www.flexer.info/2008/06/26/job-posting/#comment-919</link>
		<dc:creator>HSCharles</dc:creator>
		<pubDate>Fri, 14 Nov 2008 22:09:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/?p=215#comment-919</guid>
		<description>I have a flash website
i'm looking for the script who shows google adsense on flash.
where can i get it?</description>
		<content:encoded><![CDATA[<p>I have a flash website<br />
i&#8217;m looking for the script who shows google adsense on flash.<br />
where can i get it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on variables - public/protected/private/internal/static by Erno</title>
		<link>http://www.flexer.info/2008/01/07/publicprotectedprivateinternalstatic/#comment-912</link>
		<dc:creator>Erno</dc:creator>
		<pubDate>Thu, 13 Nov 2008 22:36:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/2008/01/07/publicprotectedprivateinternalstatic/#comment-912</guid>
		<description>Hi! This was good and simple. But what is static ? You didn't tell that. Well this is old post and I google it right away, but maybe next one need to know that. 

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi! This was good and simple. But what is static ? You didn&#8217;t tell that. Well this is old post and I google it right away, but maybe next one need to know that. </p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex Camp Triangle - How Was It? by Victor Dramba</title>
		<link>http://www.flexer.info/2008/11/10/flex-camp-triangle-how-was-it/#comment-911</link>
		<dc:creator>Victor Dramba</dc:creator>
		<pubDate>Thu, 13 Nov 2008 13:12:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/?p=302#comment-911</guid>
		<description>The event was great, as usual. I'll never miss one from now. There were a few details I didn't already know about Flash Player 10 and the code examples presented there will speed up future implementation we will do at our company.

A little rectification I'd like to make about our Cabanova. The current release that you can see on cabanova.com is AS2 based ideed. But the version presented there, CabanovaTX (currently in the internal beta phase) is written in AS3 with Flex Builder. We don't use Flex framework but for sure, we couldn't do it without Flex Builder. Coupled with SVN and a good IDE for served-side coding, Flex is the best RIA tool for small or large team-worked projects.</description>
		<content:encoded><![CDATA[<p>The event was great, as usual. I&#8217;ll never miss one from now. There were a few details I didn&#8217;t already know about Flash Player 10 and the code examples presented there will speed up future implementation we will do at our company.</p>
<p>A little rectification I&#8217;d like to make about our Cabanova. The current release that you can see on cabanova.com is AS2 based ideed. But the version presented there, CabanovaTX (currently in the internal beta phase) is written in AS3 with Flex Builder. We don&#8217;t use Flex framework but for sure, we couldn&#8217;t do it without Flex Builder. Coupled with SVN and a good IDE for served-side coding, Flex is the best RIA tool for small or large team-worked projects.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
