<?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/"
		>
<channel>
	<title>Comments on: Evolution of a feature &#8211; layout constraints</title>
	<atom:link href="http://kuwamoto.org/2006/02/24/evolution-of-a-feature-layout-constraints/feed/" rel="self" type="application/rss+xml" />
	<link>http://kuwamoto.org/2006/02/24/evolution-of-a-feature-layout-constraints/</link>
	<description>various stuff, mostly boring</description>
	<lastBuildDate>Mon, 14 May 2012 23:53:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Billigflüge</title>
		<link>http://kuwamoto.org/2006/02/24/evolution-of-a-feature-layout-constraints/comment-page-1/#comment-242323</link>
		<dc:creator>Billigflüge</dc:creator>
		<pubDate>Mon, 05 Jan 2009 17:00:59 +0000</pubDate>
		<guid isPermaLink="false">http://kuwamoto.org/?p=44#comment-242323</guid>
		<description>Hey,

if you use Layout constraints you can save your precious time. Your text reminds me of creating  &quot;MySpace&quot; - pages...
Everyone should decide for him/herself what he or she wants to use to design pages

:-)</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>if you use Layout constraints you can save your precious time. Your text reminds me of creating  &#8220;MySpace&#8221; &#8211; pages&#8230;<br />
Everyone should decide for him/herself what he or she wants to use to design pages</p>
<p>:-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sho</title>
		<link>http://kuwamoto.org/2006/02/24/evolution-of-a-feature-layout-constraints/comment-page-1/#comment-200</link>
		<dc:creator>Sho</dc:creator>
		<pubDate>Mon, 27 Feb 2006 18:35:09 +0000</pubDate>
		<guid isPermaLink="false">http://kuwamoto.org/?p=44#comment-200</guid>
		<description>Unfortunately, it will not be possible to set width as a style in this release of Flex. By the time we made these other changes, it was too late to change something as fundamental as width.

</description>
		<content:encoded><![CDATA[<p>Unfortunately, it will not be possible to set width as a style in this release of Flex. By the time we made these other changes, it was too late to change something as fundamental as width.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waldo Smeets</title>
		<link>http://kuwamoto.org/2006/02/24/evolution-of-a-feature-layout-constraints/comment-page-1/#comment-199</link>
		<dc:creator>Waldo Smeets</dc:creator>
		<pubDate>Mon, 27 Feb 2006 18:24:01 +0000</pubDate>
		<guid isPermaLink="false">http://kuwamoto.org/?p=44#comment-199</guid>
		<description>Sho, nice move. Since layout constraints are moved into CSS and since these constraints are so close to regular width and hight settings, does that mean that we now also finally can set width:100% as a style definition instead of having to use inline width=&quot;100%&quot; all the time?</description>
		<content:encoded><![CDATA[<p>Sho, nice move. Since layout constraints are moved into CSS and since these constraints are so close to regular width and hight settings, does that mean that we now also finally can set width:100% as a style definition instead of having to use inline width=&#8221;100%&#8221; all the time?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sho</title>
		<link>http://kuwamoto.org/2006/02/24/evolution-of-a-feature-layout-constraints/comment-page-1/#comment-198</link>
		<dc:creator>Sho</dc:creator>
		<pubDate>Mon, 27 Feb 2006 02:16:45 +0000</pubDate>
		<guid isPermaLink="false">http://kuwamoto.org/?p=44#comment-198</guid>
		<description>You should use whatever makes sense to you. Unless you use lots and lots of nesting, using HBox and VBox should be fine, especially with the speed of AS3. 

Using layout constraints will save you time if you find yourself wanting to nudge things left, right, up and down. It&#039;s also good for more complicated layouts, such as when you have a button at the top and bottom of the page that need to be aligned, but you have controls in between them that are not aligned.</description>
		<content:encoded><![CDATA[<p>You should use whatever makes sense to you. Unless you use lots and lots of nesting, using HBox and VBox should be fine, especially with the speed of AS3. </p>
<p>Using layout constraints will save you time if you find yourself wanting to nudge things left, right, up and down. It&#8217;s also good for more complicated layouts, such as when you have a button at the top and bottom of the page that need to be aligned, but you have controls in between them that are not aligned.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simeon</title>
		<link>http://kuwamoto.org/2006/02/24/evolution-of-a-feature-layout-constraints/comment-page-1/#comment-197</link>
		<dc:creator>Simeon</dc:creator>
		<pubDate>Sat, 25 Feb 2006 17:28:25 +0000</pubDate>
		<guid isPermaLink="false">http://kuwamoto.org/?p=44#comment-197</guid>
		<description>Thanks for the insight into how this came about. I was one of the people who &quot;just got&quot; nested layout controls, so the switch for me seemed odd.

Now it makes alot of sense.</description>
		<content:encoded><![CDATA[<p>Thanks for the insight into how this came about. I was one of the people who &#8220;just got&#8221; nested layout controls, so the switch for me seemed odd.</p>
<p>Now it makes alot of sense.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeremy</title>
		<link>http://kuwamoto.org/2006/02/24/evolution-of-a-feature-layout-constraints/comment-page-1/#comment-196</link>
		<dc:creator>jeremy</dc:creator>
		<pubDate>Sat, 25 Feb 2006 16:50:35 +0000</pubDate>
		<guid isPermaLink="false">http://kuwamoto.org/?p=44#comment-196</guid>
		<description>nice one, which made me re-considering using layout constraints again.

should i prefer layout constraints over nested containers ?</description>
		<content:encoded><![CDATA[<p>nice one, which made me re-considering using layout constraints again.</p>
<p>should i prefer layout constraints over nested containers ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

