<?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; Flex Tips</title>
	<atom:link href="http://flextutorial.org/category/flex-tips/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>Create Your First Flex Project</title>
		<link>http://flextutorial.org/2009/02/26/create-your-first-flex-project/</link>
		<comments>http://flextutorial.org/2009/02/26/create-your-first-flex-project/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 16:18:03 +0000</pubDate>
		<dc:creator>Bryan</dc:creator>
				<category><![CDATA[Flex Tips]]></category>

		<guid isPermaLink="false">http://localhost/flextutorial.org/?p=75</guid>
		<description><![CDATA[The first step to develop your Flex application is to create a new Flex project. You can easily do it by using Flex Builder. Step 1 On the Flex Builder menu bar, Click File -&#62; New -&#62; Flex Project Step 2 In the New Flex Project window, Give a name to your Flex project. As [...]]]></description>
			<content:encoded><![CDATA[<p>The first step to develop your Flex application is to create a new Flex project. You can easily do it by using Flex Builder.</p>
<p><span id="more-77"></span></p>
<h2><strong>Step 1</strong></h2>
<p>On the Flex Builder menu bar, Click <strong>File </strong>-&gt; <strong>New </strong>-&gt; <strong>Flex Project</strong></p>
<p><strong><img class="alignnone size-full wp-image-79" title="flex-tutorial-create-new-flex-project" src="http://flextutorial.org/wp-content/uploads/2009/02/flex-tutorial-019.jpg" alt="flex-tutorial-create-new-flex-project" width="690" height="365" /></strong></p>
<h2><strong>Step 2</strong></h2>
<p>In the <strong>New Flex Project </strong>window,</p>
<ol>
<li>Give a name to your Flex project. As a best practice, use Upper CamelCase as the name format (e.g. HelloWorld).</li>
<li>Choose the project location or use the default flex workspace.</li>
<li>Choose the application type: Web Application or Desktop Application. In our example, choose Web Application.</li>
<li>Choose the server technology (J2EE, .Net, PHP, etc.). In our demo, just simple chose None.</li>
</ol>
<p>Click Next to continue.</p>
<p><img class="alignnone size-full wp-image-80" title="flex-tutorial-choose-project-name" src="http://flextutorial.org/wp-content/uploads/2009/02/flex-tutorial-020.jpg" alt="flex-tutorial-choose-project-name" width="682" height="600" /></p>
<h2><strong>Step 3</strong></h2>
<p>Configure the output folder for the compiled Flex application. Here we just use the default folder: bin-debug and click Next.</p>
<p><img class="alignnone size-full wp-image-82" title="flex-tutorial-choose-flex-application-output-folder" src="http://flextutorial.org/wp-content/uploads/2009/02/flex-tutorial-021.jpg" alt="flex-tutorial-choose-flex-application-output-folder" width="574" height="336" /></p>
<h2><strong>Step 4</strong></h2>
<p>Set the build path for your new Flex project. Build path includes: <strong>Source Path</strong> and <strong>Library Path</strong>. Those are for Flex Builder to locate additional source files and libraries(like swc) when compiles the project. In this simple demo, we just leave them empty.</p>
<p>By default, the main source folder is <strong>src</strong>, and the main application file is a MXML file named after your project name (e.g. HelloWorld.mxml).</p>
<p>Click <strong>Finish </strong>to let Flex Builder create a new Flex project for you.</p>
<p><img class="alignnone size-full wp-image-84" title="flex-tutorial-select-build-path" src="http://flextutorial.org/wp-content/uploads/2009/02/flex-tutorial-022.jpg" alt="flex-tutorial-select-build-path" width="563" height="543" /></p>
<h2><strong>Congratulations!</strong></h2>
<p>You have successfully created your first Flex project. Let&#8217;s take a look at what show on the Flex Builder after it.</p>
<p><img class="alignnone size-full wp-image-87" title="flex-tutorial-create-your-first-flex-project" src="http://flextutorial.org/wp-content/uploads/2009/02/flex-tutorial-023.jpg" alt="flex-tutorial-create-your-first-flex-project" width="620" height="508" /></p>
<p>As you can see, a new project (HelloWorld) appears on the <strong>Flex Navigator</strong> panel with four sub-folders:</p>
<ul>
<li><strong>bin-debug</strong> &#8211; output folder for the compiled Flex application</li>
<li><strong>html-template</strong> &#8211; contains the html wrapper template</li>
<li><strong>libs</strong> &#8211; for additional Flex libraries</li>
<li><strong>src</strong>- the main source file folder.</li>
</ul>
<p>Our main application file is HelloWorld.mxml and Flex Builder has already created a base code template in the source editor view.</p>
<p>You may notice that there are two small icons associated with HelloWorld.mxml.</p>
<p><img class="alignnone size-full wp-image-88" title="flex-tutorial-mxml-application-icon" src="http://flextutorial.org/wp-content/uploads/2009/02/flex-tutorial-024.jpg" alt="flex-tutorial-mxml-application-icon" width="143" height="25" /></p>
<p>The green arrow means this is a Flex MXML application and the blue ball means this is a <strong>default main</strong> application for your Flex project.</p>
]]></content:encoded>
			<wfw:commentRss>http://flextutorial.org/2009/02/26/create-your-first-flex-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
