<?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>Flex Tutorial &#187; Adobe Flex Builder</title>
	<atom:link href="http://flextutorial.org/category/adobe-flex-builder/feed/" rel="self" type="application/rss+xml" />
	<link>http://flextutorial.org</link>
	<description>Rich Internet Application Development by Adobe Flex</description>
	<lastBuildDate>Fri, 11 Dec 2009 05:54:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to Use Adobe Flex Builder Like a Pro &#8211; Mastering Flex Builder Keyboard Shortcuts</title>
		<link>http://flextutorial.org/2009/06/22/how-to-use-adobe-flex-builder-like-a-pro-mastering-flex-builder-keyboard-shortcuts/</link>
		<comments>http://flextutorial.org/2009/06/22/how-to-use-adobe-flex-builder-like-a-pro-mastering-flex-builder-keyboard-shortcuts/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 20:42:24 +0000</pubDate>
		<dc:creator>Bryan</dc:creator>
				<category><![CDATA[Adobe Flex Builder]]></category>
		<category><![CDATA[Flex Tips]]></category>
		<category><![CDATA[Flex Builder]]></category>
		<category><![CDATA[Flex Builder Tips]]></category>
		<category><![CDATA[Keyboard Shortcuts]]></category>

		<guid isPermaLink="false">http://flextutorial.org/?p=477</guid>
		<description><![CDATA[Give me 30 seconds, I can tell whether you are a Flex Builder Pro or not How? I just simply watch whether you use Keyboard or Mouse to operate Flex Builder. After work on Flex Builder long enough, Pros are the master of shortcuts. They usually press keyboard once to finish an operation (e.g. open [...]]]></description>
			<content:encoded><![CDATA[<p><strong><br />
Give me 30 seconds, I can tell whether you are a Flex Builder Pro or not<br />
</strong></p>
<p>How? I just simply watch whether you use Keyboard or Mouse to operate Flex Builder.</p>
<p>After work on Flex Builder long enough, Pros are the master of shortcuts. They usually press keyboard once to finish an operation (e.g. open a class definition, move a line of code up, build project, run project). While newcomers are struggle to move their mouse around to find something to click.</p>
<p><span id="more-477"></span></p>
<p>Knowing more keyboard shortcuts may no mean you have a better programming skills, but it makes you appear like a Pro.  In fact, some companies check it when they interview candidates. When I applied for a position in a big research institute, the hiring manager told me to do a complex task by using some tools. I didn&#8217;t finish the task on time, but still got hired. Later, he explained, the way I used those tools (using a lot of keyboard shortcuts, I guess)  made him believe I was a Pro.</p>
<p><strong>Get the list of Flex Builder keyboard shortcuts</strong></p>
<p>All right, so you want to become a Flex Builder Pro. Here is how you can get a list of Flex Builder keyboard shortcuts:</p>
<blockquote><p><strong>Within Your Flex Builder,</strong><strong> Press <span style="color: #ff6600;">Control+Shift+L</span></strong></p></blockquote>
<p>What you will see is like the below:</p>
<p style="text-align: center;"><img class="size-full wp-image-501 aligncenter" style="margin: 20px;" title="flex-tutorial-keyboard-shortcuts" src="http://flextutorial.org/wp-content/uploads/2009/06/flex-tutorial-keyboard-shortcuts.jpg" alt="Flex Tutorial Keyboard Shortcuts List" width="507" height="411" /></p>
<p><strong>The next Flex Builder Pro</strong></p>
<p>Now you have a complete list of Flex Builder shortcuts. Just try to incorporate more of them into your daily work. With the time, you will use Flex Builder like a Pro does.</p>
]]></content:encoded>
			<wfw:commentRss>http://flextutorial.org/2009/06/22/how-to-use-adobe-flex-builder-like-a-pro-mastering-flex-builder-keyboard-shortcuts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe Flex Builder Workspace Structure</title>
		<link>http://flextutorial.org/2009/02/24/adobe-flex-builder-workspace-structure/</link>
		<comments>http://flextutorial.org/2009/02/24/adobe-flex-builder-workspace-structure/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 21:15:43 +0000</pubDate>
		<dc:creator>Bryan</dc:creator>
				<category><![CDATA[Adobe Flex Builder]]></category>

		<guid isPermaLink="false">http://localhost/flextutorial.org/?p=68</guid>
		<description><![CDATA[In a nutshell, Adobe Flex Builder Workspace is a file directory that contains all your project related files, such as MXML, ActionScript, Images, Libraries, and XML. But how does a typical structure of Flex Workspace look like? Assuming you create a Flex project called HelloWorld, and use C:\flexworkspace as your workspace, you will see the [...]]]></description>
			<content:encoded><![CDATA[<p>In a nutshell, Adobe Flex Builder Workspace is a file directory that contains all your project related files, such as MXML, ActionScript, Images, Libraries, and XML. But how does a typical structure of Flex Workspace look like?</p>
<p><span id="more-68"></span>Assuming you create a Flex project called <em>HelloWorld</em>, and use C:\flexworkspace as your workspace, you will see the following directories under C:\flexworkspace:</p>
<ul type="disc">
<li><strong>.metadata</strong></li>
<li><strong>HelloWorld</strong></li>
</ul>
<p>.metadata contains the flex workspace configuration files, which you usually do not need to touch.  All your project files are under <em>HelloWorld</em> (the project name) folder.</p>
<p>Under <em>HelloWorld</em> folder, you will see some things as follows:</p>
<ul type="disc">
<li><strong>.settings<br />
</strong>Project configuration files</li>
</ul>
<p><strong> </strong></p>
<ul type="disc">
<li><strong>bin-debug<br />
</strong>Compiled swf and related application files</li>
</ul>
<p><strong> </strong></p>
<ul type="disc">
<li><strong>html-template<br />
</strong>Html wrapper page</li>
</ul>
<p><strong> </strong></p>
<ul type="disc">
<li><strong>libs<br />
</strong>Your custom classes</li>
</ul>
<p><strong> </strong></p>
<ul type="disc">
<li><strong>src<br />
</strong>Source files, components, and assets</li>
</ul>
<p><strong> </strong></p>
<ul type="disc">
<li><strong>.actionScriptProperties,  .flexProperties,  .project<br />
</strong>Additional Flex Builder configuration files</li>
</ul>
<p>In most cases, what you need to work on are the <strong><em>src</em></strong> and <strong><em>libs</em></strong> folders.</p>
]]></content:encoded>
			<wfw:commentRss>http://flextutorial.org/2009/02/24/adobe-flex-builder-workspace-structure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>12 Tips to Use Adobe Flex Builder Better</title>
		<link>http://flextutorial.org/2009/02/24/12-tips-to-use-adobe-flex-builder-better/</link>
		<comments>http://flextutorial.org/2009/02/24/12-tips-to-use-adobe-flex-builder-better/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 21:01:19 +0000</pubDate>
		<dc:creator>Bryan</dc:creator>
				<category><![CDATA[Adobe Flex Builder]]></category>

		<guid isPermaLink="false">http://localhost/flextutorial.org/?p=53</guid>
		<description><![CDATA[Adobe Flex Builder is a powerful IDE to quickly develop your Rich Internet Application (RIA). The following are 12 tips to further improve your productivity. Because Flex Builder is built on Eclipse platform, you will find most of them applied to Eclipse as well. 1. Get the code hint in the editor view Press CTRL [...]]]></description>
			<content:encoded><![CDATA[<p>Adobe Flex Builder is a powerful IDE to quickly develop your Rich Internet Application (RIA). The following are 12 tips to further improve your productivity. Because Flex Builder is built on Eclipse platform, you will find most of them applied to Eclipse as well.</p>
<p><span id="more-53"></span></p>
<p><strong>1. Get the code hint in the editor view</strong></p>
<p style="padding-left: 30px;">Press CTRL + SPACE</p>
<p><strong>2. View help for a component or class</strong></p>
<p style="padding-left: 30px;">Highlight the code and press F1</p>
<p><strong>3. Expand/Restore the editor</strong></p>
<p style="padding-left: 30px;">Double click the tab on top</p>
<p><strong>4. Locate a close curly bracket</strong></p>
<p style="padding-left: 30px;">Move cursor to the open curly bracket and press CTRL + SHIFT + P</p>
<p><strong>5. Open a class file by its name</strong></p>
<p style="padding-left: 30px;">Hold the CTRL key and click the class name.</p>
<p><strong>6. Quickly locate a code element inside the editor view</strong></p>
<p style="padding-left: 30px;">Press CTRL + O to open an outline dialog, and then click the element name.</p>
<p><strong>7. Highlight all occurrences of a component inside the editor view</strong></p>
<p style="padding-left: 30px;">Click a component name and click  <img class="alignnone size-full wp-image-63" title="flex-tutorial-mark-occurrences" src="http://flextutorial.org/wp-content/uploads/2009/02/flex-tutorial004.jpg" alt="flex-tutorial-mark-occurrences" width="22" height="22" /> button (Mark Occurrences) on the tool bar.</p>
<p><strong>8. Compare your code with the local history</strong></p>
<p style="padding-left: 30px;">Right click a file name in the navigator panel and choose &#8220;Compare With -&gt; Local History&#8221;.</p>
<p><strong>9. Fold a block of code to save space inside editor view</strong></p>
<p style="padding-left: 30px;">Click the <img class="alignnone size-full wp-image-64" title="flex-tutorial-unfold-code" src="http://flextutorial.org/wp-content/uploads/2009/02/flex-tutorial006.jpg" alt="flex-tutorial-unfold-code" width="10" height="16" /> icon besides the line number on the left of the editor view</p>
<p><strong>10. Comment out a block of code quickly</strong></p>
<p style="padding-left: 30px;">Highlight a block of code and press CTRL + SHIFT + C.</p>
<p><strong>11. Move a block of code up or down</strong></p>
<p style="padding-left: 30px;">Highlight a block of code and press ALT + UP or ALT + DOWN.</p>
<p><strong>12. Run or Debug your application</strong></p>
<p style="padding-left: 30px;">Press CTRL + F11 or F11</p>
]]></content:encoded>
			<wfw:commentRss>http://flextutorial.org/2009/02/24/12-tips-to-use-adobe-flex-builder-better/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Start to Use Adobe Flex Builder</title>
		<link>http://flextutorial.org/2009/02/24/start-to-use-adobe-flex-builder/</link>
		<comments>http://flextutorial.org/2009/02/24/start-to-use-adobe-flex-builder/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 20:54:03 +0000</pubDate>
		<dc:creator>Bryan</dc:creator>
				<category><![CDATA[Adobe Flex Builder]]></category>

		<guid isPermaLink="false">http://localhost/flextutorial.org/?p=35</guid>
		<description><![CDATA[Start Adobe Flex Builder After you install the Adobe Flex Builder, you can just double click the following icon on your computer desktop to start it. You will see a Welcome to Flex page when you first time to start Adobe Flex Builder. This welcome page provides you an introduction video, quick start tutorials, and [...]]]></description>
			<content:encoded><![CDATA[<h2><strong>Start Adobe Flex Builder</strong></h2>
<p>After you install the Adobe Flex Builder, you can just double click the following icon on your computer desktop to start it.</p>
<p><img class="size-full wp-image-36 alignnone" title="flex-tutorial-flex-builder-shortcut-icon" src="http://flextutorial.org/wp-content/uploads/2009/02/flex-tutorial-017.jpg" alt="Flex Builder Shortcut Icon" width="90" height="108" /></p>
<p>You will see a Welcome to Flex page when you first time to start Adobe Flex Builder.</p>
<p><span id="more-35"></span></p>
<p><img class="alignnone size-full wp-image-48" title="flex-tutorial-flex-builder-welcome-page" src="http://flextutorial.org/wp-content/uploads/2009/02/flex-tutorial-flex-builder-welcome-page.jpg" alt="flex-tutorial-flex-builder-welcome-page" width="640" height="480" /></p>
<p>This welcome page provides you an introduction video, quick start tutorials, and download links of sample projects. You might want to take some time to explore it.</p>
<p><strong> </strong></p>
<h2><strong>Adobe Flex Builder Workbench</strong></h2>
<p>To start use Adobe Flex Builder, we need to get familiar with its working environment &#8211; <strong>workbench</strong> in Adobe&#8217;s term.</p>
<p>Flex Builder workbench is made up of the following common areas:</p>
<p><img class="alignnone size-full wp-image-41" title="flex-tutorial-flex-builder-workbench1" src="http://flextutorial.org/wp-content/uploads/2009/02/flex-tutorial-flex-builder-workbench1.jpg" alt="flex-tutorial-flex-builder-workbench1" width="640" height="480" /></p>
<ol>
<li><strong>Menu Bar</strong>: Menus for all operations like <em>save file, build project, set preferences</em>, etc.</li>
<li><strong>Tool Bar</strong>: bookmarks for common actions.</li>
<li><strong>Perspective Switch</strong>: Switch perspectives like <em>Development</em> or <em>Debugging</em>.</li>
<li><strong>Flex Navigator View</strong>: List of multiple projects and files</li>
<li><strong>Outline View</strong>: Shortcut to elements of a class file.</li>
<li><strong>Code Editor View</strong>: Coding area for Flex programs.</li>
<li><strong>Problems View</strong>: List of error messages.</li>
</ol>
<h2><strong>Adobe Flex Builder Workspace</strong></h2>
<p><strong> </strong></p>
<p>You might ask: &#8220;Is the Flex Builder Workspace as same as the Flex Builder Workbench?&#8221; No, they are actually two different things.</p>
<p>As you saw in the previous section, Flex Builder Workbench is a <strong>Flex development environment (IDE)</strong> that contains areas like Menu Bar, Tool Bar, Views, and Perspectives. While Flex Builder Workspace is a <strong>physical file directory</strong> on your machine that contains all folders and files used by Flex projects. For example, you can create a directory on your computer like <em>C:\flexworkspace</em>, and use it as your project workspace in the Flex Builder. I will show you how to do it in the later tutorial.</p>
<p>The biggest benefit of using workspace is: you can quickly find all project files in one place, and easily package, deploy, or backup your project.</p>
]]></content:encoded>
			<wfw:commentRss>http://flextutorial.org/2009/02/24/start-to-use-adobe-flex-builder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Adobe Flex Builder</title>
		<link>http://flextutorial.org/2009/02/24/what-is-adobe-flex-builder/</link>
		<comments>http://flextutorial.org/2009/02/24/what-is-adobe-flex-builder/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 20:35:41 +0000</pubDate>
		<dc:creator>Bryan</dc:creator>
				<category><![CDATA[Adobe Flex Builder]]></category>

		<guid isPermaLink="false">http://localhost/flextutorial.org/?p=30</guid>
		<description><![CDATA[Introduction of Adobe Flex Builder The best way to start develop Flex application is to use Adobe Flex Builder. It is an Integrated Development Environment (IDE) based on the open source platform &#8211; Eclipse.  It can be used on both Windows and Max OX operation systems. There are two versions of Flex Builder available: Standard [...]]]></description>
			<content:encoded><![CDATA[<h2><strong><strong>Introduction of Adobe Flex Builder</strong></strong></h2>
<p>The best way to start develop Flex application is to use Adobe Flex Builder. It is an Integrated Development Environment (IDE) based on the open source platform &#8211; Eclipse.  It can be used on both Windows and Max OX operation systems.</p>
<p>There are two versions of Flex Builder available: Standard and Professional.</p>
<p><span id="more-30"></span></p>
<p><strong>Flex Builder Standard version </strong>contains:</p>
<ul type="disc">
<li>Flex      SDK Plug-in</li>
<li>Visual      Design Interface</li>
<li>Powerful      Coding Tools</li>
<li>Refectory      Engine</li>
<li>AIR      Application Support</li>
<li>Backend      Development Wizards</li>
</ul>
<p><strong>Flex Builder Professional version</strong> contains:</p>
<ul type="disc">
<li>All      Features Provided by the Standard Version</li>
<li>Data      Visualization Tool</li>
<li>Advanced      Data Grid</li>
<li>Powerful      Testing Tool</li>
</ul>
<h2><strong>Download Adobe Flex Builder</strong></h2>
<p>To start to use Adobe Flex Builder right away, you can <a title="Download Flex Builder" href="http://www.adobe.com/cfusion/entitlement/index.cfm?e=flex3email" target="_blank">download a 60-day trial version here</a>.</p>
<div id="attachment_33" class="wp-caption alignleft" style="width: 614px"><a href="http://www.adobe.com/cfusion/entitlement/index.cfm?e=flex3email"><img class="size-full wp-image-33" title="flex-tutorial-download-flex-builder" src="http://flextutorial.org/wp-content/uploads/2009/02/flex-tutorial-007.jpg" alt="Download Flex Builder" width="604" height="669" /></a><p class="wp-caption-text">Download Flex Builder</p></div>
]]></content:encoded>
			<wfw:commentRss>http://flextutorial.org/2009/02/24/what-is-adobe-flex-builder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
