You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by qu...@apache.org on 2013/01/13 21:10:33 UTC

svn commit: r1432717 - /flex/site/trunk/content/v2/doc-getstarted.cmsPage

Author: quetwo
Date: Sun Jan 13 20:10:33 2013
New Revision: 1432717

URL: http://svn.apache.org/viewvc?rev=1432717&view=rev
Log:
updating getting-started page on v2 site.

Modified:
    flex/site/trunk/content/v2/doc-getstarted.cmsPage

Modified: flex/site/trunk/content/v2/doc-getstarted.cmsPage
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/doc-getstarted.cmsPage?rev=1432717&r1=1432716&r2=1432717&view=diff
==============================================================================
--- flex/site/trunk/content/v2/doc-getstarted.cmsPage (original)
+++ flex/site/trunk/content/v2/doc-getstarted.cmsPage Sun Jan 13 20:10:33 2013
@@ -41,7 +41,8 @@ This is a very simple, generic hello wor
 4.  Between the Layout and Application tags, Add a Label tag.  We will be setting the `text` `horizontalCenter` and `verticalCenter` properties.  `<s:Label text="Hello World!" horizontalCenter="0" verticalCenter="0" />`
 5.  Find the Debug toolbar icon and click it.  Your application should be launched in your default web browser and you should see the words Hello World! in the middle of the screen.
 
-The complete code listing is :
+
+The complete code listing is (there may be some variations, depending on your IDE template. Just make sure what we talked about above match) :
 
     <?xml version="1.0" encoding="utf-8"?>
     <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
@@ -56,6 +57,12 @@ The complete code listing is :
 
     </s:Application>
 
+
+<div class="headline"><h4>Additional Resources</h4></div>
+*  Make sure to check out our video and screencast library on the [videos page][5].
+*  There are a large variety of books available online.  One of our favorites is from Michael Labriola and Jeff Tapper (both Apache Flex Committers).  [Amazon Link to book][http://www.amazon.com/Adobe-Flex-4-5-Fundamentals-ebook/dp/B005EFKGCS/]
+*  There are quite a few people that blog about Flex.  Check out Flash Bookmarks ([http://www.flashbookmarks.com][http://www.flashbookmarks.com/])
+
  [1]:  http://www.adobe.com/products/flash-builder-family.html
  [2]:  http://www.jetbrains.com/idea/
  [3]:  community-mailinglists.html