<?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 Web Monkeys with Laserbeams</title>
	<atom:link href="http://webmonkeyswithlaserbeams.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://webmonkeyswithlaserbeams.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Mon, 09 Nov 2009 14:25:08 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on User Error + QBQ → User Interface Error by fpchurchadvisor</title>
		<link>http://webmonkeyswithlaserbeams.wordpress.com/2009/11/07/user-error-qbq-%e2%86%92-user-interface-error/#comment-79</link>
		<dc:creator>fpchurchadvisor</dc:creator>
		<pubDate>Mon, 09 Nov 2009 14:25:08 +0000</pubDate>
		<guid isPermaLink="false">http://webmonkeyswithlaserbeams.wordpress.com/?p=681#comment-79</guid>
		<description>Nice one!   Documentation...  really...

Excellent post Jon.</description>
		<content:encoded><![CDATA[<p>Nice one!   Documentation&#8230;  really&#8230;</p>
<p>Excellent post Jon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on float: center by willy</title>
		<link>http://webmonkeyswithlaserbeams.wordpress.com/2008/07/09/float-center/#comment-76</link>
		<dc:creator>willy</dc:creator>
		<pubDate>Thu, 29 Oct 2009 08:52:19 +0000</pubDate>
		<guid isPermaLink="false">http://webmonkeyswithlaserbeams.wordpress.com/?p=35#comment-76</guid>
		<description>Yeah you can use text-align.. but, what if I want to center the  but the text-align still left..
I think that&#039;s a great tips, but still doesn&#039;t fix the empty horizontal scroll bar. Hopefully someday margin and float can work together :))</description>
		<content:encoded><![CDATA[<p>Yeah you can use text-align.. but, what if I want to center the  but the text-align still left..<br />
I think that&#8217;s a great tips, but still doesn&#8217;t fix the empty horizontal scroll bar. Hopefully someday margin and float can work together <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> )</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex, ColdFusion, Java, and BlazeDS: with JSON? by doez</title>
		<link>http://webmonkeyswithlaserbeams.wordpress.com/2008/09/22/flex-coldfusion-java-and-blazeds-with-json/#comment-74</link>
		<dc:creator>doez</dc:creator>
		<pubDate>Fri, 16 Oct 2009 11:11:30 +0000</pubDate>
		<guid isPermaLink="false">http://webmonkeyswithlaserbeams.wordpress.com/?p=201#comment-74</guid>
		<description>thx</description>
		<content:encoded><![CDATA[<p>thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex, ColdFusion, Java, and BlazeDS: with JSON? by Nargis</title>
		<link>http://webmonkeyswithlaserbeams.wordpress.com/2008/09/22/flex-coldfusion-java-and-blazeds-with-json/#comment-73</link>
		<dc:creator>Nargis</dc:creator>
		<pubDate>Wed, 02 Sep 2009 09:45:14 +0000</pubDate>
		<guid isPermaLink="false">http://webmonkeyswithlaserbeams.wordpress.com/?p=201#comment-73</guid>
		<description>Can you help me out with how to De-serialize java object into flex object . 

i am using following with my result handler

 		public function resultHandler(e:ResultEvent):void{
			 var data:String = XML(e.result).toString();
		 	data = data.replace( /\s/g, &#039;&#039; );
		 	var jd:JSONDecoder = new JSONDecoder( data );
		 	
		 	var nodeReg:BoundingBox =  jd.getValue();
		 	trace(nodeReg);
		 	
		}
and it gives following error.

Type Coercion failed: cannot convert Object@1cf8c511 to com.lampo.mapping.vo.BoundingBox</description>
		<content:encoded><![CDATA[<p>Can you help me out with how to De-serialize java object into flex object . </p>
<p>i am using following with my result handler</p>
<p> 		public function resultHandler(e:ResultEvent):void{<br />
			 var data:String = XML(e.result).toString();<br />
		 	data = data.replace( /\s/g, &#8221; );<br />
		 	var jd:JSONDecoder = new JSONDecoder( data );</p>
<p>		 	var nodeReg:BoundingBox =  jd.getValue();<br />
		 	trace(nodeReg);</p>
<p>		}<br />
and it gives following error.</p>
<p>Type Coercion failed: cannot convert Object@1cf8c511 to com.lampo.mapping.vo.BoundingBox</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on float: center by jonwolski</title>
		<link>http://webmonkeyswithlaserbeams.wordpress.com/2008/07/09/float-center/#comment-72</link>
		<dc:creator>jonwolski</dc:creator>
		<pubDate>Tue, 01 Sep 2009 01:39:30 +0000</pubDate>
		<guid isPermaLink="false">http://webmonkeyswithlaserbeams.wordpress.com/?p=35#comment-72</guid>
		<description>The style I used in the example centers everything in the body.  This same trick could be used without centering the entire body.  You need only set &lt;code&gt;text-align: center&lt;/code&gt; on the parent of the &lt;code&gt;rowWrapper&lt;/code&gt;.</description>
		<content:encoded><![CDATA[<p>The style I used in the example centers everything in the body.  This same trick could be used without centering the entire body.  You need only set <code>text-align: center</code> on the parent of the <code>rowWrapper</code>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on float: center by jonwolski</title>
		<link>http://webmonkeyswithlaserbeams.wordpress.com/2008/07/09/float-center/#comment-71</link>
		<dc:creator>jonwolski</dc:creator>
		<pubDate>Tue, 01 Sep 2009 01:36:48 +0000</pubDate>
		<guid isPermaLink="false">http://webmonkeyswithlaserbeams.wordpress.com/?p=35#comment-71</guid>
		<description>That&#039;s a great idea. It would seem that&#039;s the whole reason for the existence of (CSS2 value) &#039;inline-block,&#039; to use minimum-necessary width, without the mess of floating. We&#039;re still supporting IE6 for &lt;a href=&quot;http://www.daveramsey.com/&quot; rel=&quot;nofollow&quot;&gt;daveramsey.com&lt;/a&gt;, based on our usage statistics, so we still need a CSS1-only solution.</description>
		<content:encoded><![CDATA[<p>That&#8217;s a great idea. It would seem that&#8217;s the whole reason for the existence of (CSS2 value) &#8216;inline-block,&#8217; to use minimum-necessary width, without the mess of floating. We&#8217;re still supporting IE6 for <a href="http://www.daveramsey.com/" rel="nofollow">daveramsey.com</a>, based on our usage statistics, so we still need a CSS1-only solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on float: center by Scott</title>
		<link>http://webmonkeyswithlaserbeams.wordpress.com/2008/07/09/float-center/#comment-70</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Sat, 29 Aug 2009 18:00:22 +0000</pubDate>
		<guid isPermaLink="false">http://webmonkeyswithlaserbeams.wordpress.com/?p=35#comment-70</guid>
		<description>I tried this and it worked great, but then the body of my main page was centered as well, any ideas??

Scott</description>
		<content:encoded><![CDATA[<p>I tried this and it worked great, but then the body of my main page was centered as well, any ideas??</p>
<p>Scott</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on float: center by Ben</title>
		<link>http://webmonkeyswithlaserbeams.wordpress.com/2008/07/09/float-center/#comment-67</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Sun, 26 Jul 2009 00:47:29 +0000</pubDate>
		<guid isPermaLink="false">http://webmonkeyswithlaserbeams.wordpress.com/?p=35#comment-67</guid>
		<description>This could probably work too. You can change the display to:

display:inline-block;

This display type will allow you to center the element with:

text-align:center;</description>
		<content:encoded><![CDATA[<p>This could probably work too. You can change the display to:</p>
<p>display:inline-block;</p>
<p>This display type will allow you to center the element with:</p>
<p>text-align:center;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ColdFusion 7 Memory Leak by mrtroy</title>
		<link>http://webmonkeyswithlaserbeams.wordpress.com/2008/06/20/coldfusion-7-memory-leak/#comment-61</link>
		<dc:creator>mrtroy</dc:creator>
		<pubDate>Wed, 01 Jul 2009 19:45:26 +0000</pubDate>
		<guid isPermaLink="false">http://webmonkeyswithlaserbeams.wordpress.com/?p=23#comment-61</guid>
		<description>Jim, thanks for the comment. I can&#039;t say if it&#039;s just the act of setting the output parameter that eliminates the memory leak as I only tested by setting it to false.

As for how I tested, I used the method detailed in this post by my co-worker: http://webmonkeyswithlaserbeams.wordpress.com/2009/01/21/how-much-memory-does-this-take/.</description>
		<content:encoded><![CDATA[<p>Jim, thanks for the comment. I can&#8217;t say if it&#8217;s just the act of setting the output parameter that eliminates the memory leak as I only tested by setting it to false.</p>
<p>As for how I tested, I used the method detailed in this post by my co-worker: <a href="http://webmonkeyswithlaserbeams.wordpress.com/2009/01/21/how-much-memory-does-this-take/" rel="nofollow">http://webmonkeyswithlaserbeams.wordpress.com/2009/01/21/how-much-memory-does-this-take/</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ColdFusion 7 Memory Leak by Jim</title>
		<link>http://webmonkeyswithlaserbeams.wordpress.com/2008/06/20/coldfusion-7-memory-leak/#comment-60</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Tue, 30 Jun 2009 17:48:34 +0000</pubDate>
		<guid isPermaLink="false">http://webmonkeyswithlaserbeams.wordpress.com/?p=23#comment-60</guid>
		<description>Thanks for the good information.

I&#039;m curious though. What if you have a method that does produce output? Will setting output=&quot;true&quot; leak memory or does the leak only exist if the parameter is not set?

Also, how have you been testing for memory leaks. I have been dealing with similar issues but have been having a hard time tracking down the culprit. It seems there are a lot of people struggling with memory leaks in CF 7 and it seems that everyone is coming to different conclusions.</description>
		<content:encoded><![CDATA[<p>Thanks for the good information.</p>
<p>I&#8217;m curious though. What if you have a method that does produce output? Will setting output=&#8221;true&#8221; leak memory or does the leak only exist if the parameter is not set?</p>
<p>Also, how have you been testing for memory leaks. I have been dealing with similar issues but have been having a hard time tracking down the culprit. It seems there are a lot of people struggling with memory leaks in CF 7 and it seems that everyone is coming to different conclusions.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
