<?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: Build a Fluid Website Layout</title>
	<atom:link href="http://active.tutsplus.com/tutorials/web-design/build-a-fluid-website-layout/feed/" rel="self" type="application/rss+xml" />
	<link>http://active.tutsplus.com/tutorials/web-design/build-a-fluid-website-layout/</link>
	<description>Flash, Flex &#38; ActionScript Tutorials</description>
	<lastBuildDate>Sat, 21 Nov 2009 17:18:16 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Matt</title>
		<link>http://active.tutsplus.com/tutorials/web-design/build-a-fluid-website-layout/#comment-11399</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 12 Nov 2009 05:22:25 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tutsplus.com/?p=1108#comment-11399</guid>
		<description>nice tut, but how does this work when working on more than just the index page?

Its nice to have the main page resize but what about linking to other pages and making that content resize too

How would i go about doing that?</description>
		<content:encoded><![CDATA[<p>nice tut, but how does this work when working on more than just the index page?</p>
<p>Its nice to have the main page resize but what about linking to other pages and making that content resize too</p>
<p>How would i go about doing that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fercho</title>
		<link>http://active.tutsplus.com/tutorials/web-design/build-a-fluid-website-layout/#comment-11377</link>
		<dc:creator>Fercho</dc:creator>
		<pubDate>Wed, 11 Nov 2009 22:31:41 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tutsplus.com/?p=1108#comment-11377</guid>
		<description>Of course, resize the mc&#039;s depending on the stage resize. I mean convert some mc&#039;s into rezisable (not bg) and some mc&#039;s not rezisables (middle or footer or menu...)</description>
		<content:encoded><![CDATA[<p>Of course, resize the mc&#8217;s depending on the stage resize. I mean convert some mc&#8217;s into rezisable (not bg) and some mc&#8217;s not rezisables (middle or footer or menu&#8230;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fercho</title>
		<link>http://active.tutsplus.com/tutorials/web-design/build-a-fluid-website-layout/#comment-11206</link>
		<dc:creator>Fercho</dc:creator>
		<pubDate>Tue, 10 Nov 2009 05:36:33 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tutsplus.com/?p=1108#comment-11206</guid>
		<description>Hi, i&#039;m new in as3, i follow the tutorial and it&#039;s amazing congratulations and thanks for the share. Im building a fluid website and i just have a question: How can i resize the mc&#039;s?

If anyone can help me i will appreciate it so much.

Thanks</description>
		<content:encoded><![CDATA[<p>Hi, i&#8217;m new in as3, i follow the tutorial and it&#8217;s amazing congratulations and thanks for the share. Im building a fluid website and i just have a question: How can i resize the mc&#8217;s?</p>
<p>If anyone can help me i will appreciate it so much.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://active.tutsplus.com/tutorials/web-design/build-a-fluid-website-layout/#comment-10639</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 04 Nov 2009 05:00:42 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tutsplus.com/?p=1108#comment-10639</guid>
		<description>Hi, this is a great tutorial, thank you very much but how do put a button on the menu in as3, I am a beginner, the tutorial I did well, excuse my English and my silly question hehe, thanks 

please help me!!</description>
		<content:encoded><![CDATA[<p>Hi, this is a great tutorial, thank you very much but how do put a button on the menu in as3, I am a beginner, the tutorial I did well, excuse my English and my silly question hehe, thanks </p>
<p>please help me!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: web design complete guide tutorials</title>
		<link>http://active.tutsplus.com/tutorials/web-design/build-a-fluid-website-layout/#comment-10599</link>
		<dc:creator>web design complete guide tutorials</dc:creator>
		<pubDate>Tue, 03 Nov 2009 12:42:05 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tutsplus.com/?p=1108#comment-10599</guid>
		<description>[...] Build a Fluid Website Layout [...]</description>
		<content:encoded><![CDATA[<p>[...] Build a Fluid Website Layout [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hussein</title>
		<link>http://active.tutsplus.com/tutorials/web-design/build-a-fluid-website-layout/#comment-9757</link>
		<dc:creator>Hussein</dc:creator>
		<pubDate>Mon, 26 Oct 2009 13:15:20 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tutsplus.com/?p=1108#comment-9757</guid>
		<description>i duno whats Gaia is.
But concerning added to stage. you need to do the following.

public function Website()
{
			
			this.addEventListener(Event.ADDED_TO_STAGE, init);
}
private function init(e)
{
anything to do with stage scaling goes in here.
   ......



}

hope that helped, the Fluidlayout works fine on IE, but on Mozilla, u need to refresh the page or resize it.</description>
		<content:encoded><![CDATA[<p>i duno whats Gaia is.<br />
But concerning added to stage. you need to do the following.</p>
<p>public function Website()<br />
{</p>
<p>			this.addEventListener(Event.ADDED_TO_STAGE, init);<br />
}<br />
private function init(e)<br />
{<br />
anything to do with stage scaling goes in here.<br />
   &#8230;&#8230;</p>
<p>}</p>
<p>hope that helped, the Fluidlayout works fine on IE, but on Mozilla, u need to refresh the page or resize it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Build a Fluid Website Layout - Activetuts+ at Flash Designers</title>
		<link>http://active.tutsplus.com/tutorials/web-design/build-a-fluid-website-layout/#comment-9658</link>
		<dc:creator>Build a Fluid Website Layout - Activetuts+ at Flash Designers</dc:creator>
		<pubDate>Sat, 24 Oct 2009 14:23:52 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tutsplus.com/?p=1108#comment-9658</guid>
		<description>[...] more from the original source:  Build a Fluid Website Layout - Activetuts+                [...]</description>
		<content:encoded><![CDATA[<p>[...] more from the original source:  Build a Fluid Website Layout &#8211; Activetuts+                [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yudum</title>
		<link>http://active.tutsplus.com/tutorials/web-design/build-a-fluid-website-layout/#comment-9531</link>
		<dc:creator>Yudum</dc:creator>
		<pubDate>Thu, 22 Oct 2009 20:54:53 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tutsplus.com/?p=1108#comment-9531</guid>
		<description>Hi, thanks for this wonderful tutorial. 

But i have a question. Where do i need to use the code u give for the active menu above? in website.as or the others? I tried but i couldnt do it. Please help me =) 

thank you so much!</description>
		<content:encoded><![CDATA[<p>Hi, thanks for this wonderful tutorial. </p>
<p>But i have a question. Where do i need to use the code u give for the active menu above? in website.as or the others? I tried but i couldnt do it. Please help me =) </p>
<p>thank you so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: daniel</title>
		<link>http://active.tutsplus.com/tutorials/web-design/build-a-fluid-website-layout/#comment-9495</link>
		<dc:creator>daniel</dc:creator>
		<pubDate>Thu, 22 Oct 2009 15:12:20 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tutsplus.com/?p=1108#comment-9495</guid>
		<description>I think both of you are missing the point. The end result is merely to show what has been applied, and isn&#039;t meant to be a final product. You&#039;re learning techniques here, not how to create a website from scratch. If you have a simpler way to get this effect, by all means, share it.</description>
		<content:encoded><![CDATA[<p>I think both of you are missing the point. The end result is merely to show what has been applied, and isn&#8217;t meant to be a final product. You&#8217;re learning techniques here, not how to create a website from scratch. If you have a simpler way to get this effect, by all means, share it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tonymo</title>
		<link>http://active.tutsplus.com/tutorials/web-design/build-a-fluid-website-layout/#comment-8819</link>
		<dc:creator>Tonymo</dc:creator>
		<pubDate>Tue, 20 Oct 2009 08:56:22 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tutsplus.com/?p=1108#comment-8819</guid>
		<description>It has a problem like refreshing the webpage.</description>
		<content:encoded><![CDATA[<p>It has a problem like refreshing the webpage.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!--
This site's performance optimized by W3 Total Cache:

W3 Total Cache improves the user experience of your blog by caching
frequent operations, reducing the weight of various files and providing
transparent content delivery network integration.

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 2/7 queries in 0.007 seconds using memcached

Served from: psdtutsplus.com @ 2009-11-21 13:24:33 -->