<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>FlexBlog &#187; Flex</title>
	<atom:link href="http://flexblog.imtiyazbasha.com/tag/flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://flexblog.imtiyazbasha.com</link>
	<description>the art of coding is how you are designing it !</description>
	<lastBuildDate>Fri, 28 May 2010 17:24:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The Beauty of includeInLayout</title>
		<link>http://flexblog.imtiyazbasha.com/2009/06/the-beauty-of-includeinlayout/</link>
		<comments>http://flexblog.imtiyazbasha.com/2009/06/the-beauty-of-includeinlayout/#comments</comments>
		<pubDate>Sun, 28 Jun 2009 10:37:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Hiding components.]]></category>

		<guid isPermaLink="false">http://flexblog.imtiyazbasha.com/?p=54</guid>
		<description><![CDATA[&#8220;Specifies whether the component is included in the layout of the parent container.
If true, the object is included in its parent container&#8217;s layout.
If false, the object is positioned by its parent container as per its layout rules,
but it is ignored for the purpose of computing the position of the next child.&#8221;
[from the API of flex]
The [...]]]></description>
			<content:encoded><![CDATA[<p>&#8220;Specifies whether the component is included in the layout of the parent container.<br />
If true, the object is included in its parent container&#8217;s layout.<br />
If false, the object is positioned by its parent container as per its layout rules,<br />
but it is ignored for the purpose of computing the position of the next child.&#8221;<br />
[from the API of flex]<br />
The demo application follows for the source right click and view source.<br />

<object width="500" height="400">
<param name="movie" value="http://flexblog.imtiyazbasha.com/apps/includeInLayout/demo2.swf"></param>
<param name="quality" value="high"></param>
<param name="wmode" value="window"></param>
<param name="menu" value="false"></param>
<param name="bgcolor" value="#FFFFFF"></param>
<param name="allowFullScreen" value="true"></param>
<embed type="application/x-shockwave-flash" width="500" height="400" src="http://flexblog.imtiyazbasha.com/apps/includeInLayout/demo2.swf" quality="high" bgcolor="#FFFFFF" wmode="window" menu="false" allowFullScreen="true" ></embed>
</object>
</p>
]]></content:encoded>
			<wfw:commentRss>http://flexblog.imtiyazbasha.com/2009/06/the-beauty-of-includeinlayout/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Flex Explorers that I found while googling</title>
		<link>http://flexblog.imtiyazbasha.com/2009/01/flex-explorers-that-i-found-while-googling/</link>
		<comments>http://flexblog.imtiyazbasha.com/2009/01/flex-explorers-that-i-found-while-googling/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 13:57:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Action Script]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Charts]]></category>
		<category><![CDATA[Components]]></category>
		<category><![CDATA[Effects]]></category>
		<category><![CDATA[Explorer]]></category>
		<category><![CDATA[Regular Experssions]]></category>
		<category><![CDATA[Styles]]></category>
		<category><![CDATA[Transitions]]></category>

		<guid isPermaLink="false">http://flexblog.imtiyazbasha.com/?p=16</guid>
		<description><![CDATA[Flex Styles Creator
Derek Wischusen: Flexonrails.net 
Derek did some great work adding server-side css-file creation functionality to the Style Explorer.  Derek contributed code to the Adobe Consulting Style Explorer in the form of &#8220;Export All CSS&#8221; functionality, but if you&#8217;re looking to create a new CSS file, rather than just copy-and-paste the CSS, check the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flexonrails.net/stylescreator/public/"><b>Flex Styles Creator</b></a><br />
<i>Derek Wischusen: <a href="http://flexonrails.net/?p=8">Flexonrails.net</a></i> <br />
Derek did some great work adding server-side css-file creation functionality to the Style Explorer.  Derek contributed code to the Adobe Consulting Style Explorer in the form of &#8220;Export All CSS&#8221; functionality, but if you&#8217;re looking to create a new CSS file, rather than just copy-and-paste the CSS, check the Flex 2: Styles Creator out.</p>
<p><a href="http://www.merhl.com/flex2_samples/filterExplorer/"><b>Flex Filter Explorer</b></a><br />
<i> Joe Johnston: <a href="http://merhl.com/?p=5">Merhl.com</a></i> </p>
<p>Joe modifies the Flex Style Explorer to create a Filter Explorer.  Alter Flex filter properties and generate the appropriate MXML code to create the filter.  Awesome!</p>
<p><a href="http://www.3gcomm.fr/Flex/PrimitiveExplorer/Flex2PrimitiveExplorer.html"><b>Flex 2.0 Primitive Explorer</b></a><br />
<i> Jason Hawryluk: <a href="http://flexibleexperiments.wordpress.com/2007/03/14/flex-20-primitive-explorer/">Flexibleexperiments.wordpress.com</a></i> <br />
Jason starts with the Style Explorer UI, and creates a great application for exploring and creating code for drawing primitive objects in Flex.  If ever there&#8217;s a use case for needing to visualize code, and to be able to graphically manipulate something, it would be this use case.  Great job Jason.</p>
<p><a href="http://blog.keutgens.de/download/flexEffectExplorer/current/swf/TransitionsAndEffects.html"><b>Flex Transitions and Effects Explorer</b></a><br />
<i> David Keutgens: <a href="http://blog.keutgens.de/index.php/flex-effect-explorer-01alpha/"> blog.keutgens.de </a></i> </p>
<p>David takes inspiration from the Flex Style Explorer and creates his own Flex Effects Explorer.</p>
<p><a href="http://ryanswanson.com/regexp/#start"><b>Flex Regular Experssion Explorer</b></a><br />
<i> Ryan Swanson: <a href="http://blog.ryanswanson.com"> blog.ryanswanson.com </a></i> </p>
<p>Ryan Swanson takes inspiration from the above explorers and built the excellent utility for the people who are working Regular Expression in Flex or Action Script and made our life easy.</p>
]]></content:encoded>
			<wfw:commentRss>http://flexblog.imtiyazbasha.com/2009/01/flex-explorers-that-i-found-while-googling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex Builder Performance TIPS</title>
		<link>http://flexblog.imtiyazbasha.com/2009/01/flex-builder-performance-tips/</link>
		<comments>http://flexblog.imtiyazbasha.com/2009/01/flex-builder-performance-tips/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 07:54:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flex Builder]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Perfomance tips]]></category>

		<guid isPermaLink="false">http://flexblog.imtiyazbasha.com/?p=7</guid>
		<description><![CDATA[Close editors automatically 
Window -&#62; Preferences -&#62; Editors. Select “Close all editors on exit
Close all editors on exit [If you don't want to maintain state]
Window -&#62; Preference -&#62; General -&#62; Editors and select “Close editors automatically”
[ Don't select Restore Editor on start up]
Close unused projects
Go to the Flex Navigator pane on the left. Right click [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Close editors automatically </strong></p>
<p>Window -&gt; Preferences -&gt; Editors. Select “Close all editors on exit</p>
<p><strong>Close all editors on exit</strong> [If you don't want to maintain state]</p>
<p>Window -&gt; Preference -&gt; General -&gt; Editors and select “Close editors automatically”</p>
<p>[ Don't select Restore Editor on start up]</p>
<p><strong>Close unused projects</strong></p>
<p>Go to the Flex Navigator pane on the left. Right click on unused projects and select “Close Project”</p>
<p><img class="alignnone size-full wp-image-8" title="preference-window" src="http://flexblog.imtiyazbasha.com/wp-content/uploads/2009/01/preference-window.jpg" alt="preference-window" width="491" height="474" /></p>
<p><strong>Disable code folding</strong> [In most cases we will not use code folding]</p>
<p>Go to Window -&gt; Preference -&gt; Flex -&gt; Editor. Uncheck “Code folding”.</p>
<p><strong>Use memory monitoring plugin</strong></p>
<p>help-&gt;Software updates -&gt; find and install -&gt; search and install -&gt;  new remote site (add your url here)</p>
<p>I hope there are many memory monitoring plugins for eclipse.</p>
<p>I am using the following one</p>
<p>http://www.kyrsoft.com/updates/</p>
<p><a href="http://flexblog.imtiyazbasha.com/wp-content/uploads/2009/01/memorymanager.jpg"><img class="alignnone size-full wp-image-9" title="memorymanager" src="http://flexblog.imtiyazbasha.com/wp-content/uploads/2009/01/memorymanager.jpg" alt="memorymanager" width="409" height="54" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://flexblog.imtiyazbasha.com/2009/01/flex-builder-performance-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

