Advanced Search
Start Your Free Trial

Overview

How soon can you learn Adobe Flex 3? With this book's unique hands-on approach, you will be able to tinker with examples right away, and create your own Rich Internet Applications with Flex within the first few chapters. As you progress, you learn how to build a layout, add interactivity, work with data, and deploy your applications to either the Web or the desktop. Learning Flex 3 offers step-by-step instructions that are clear and concise, along with tips and tricks that author Alaric Cole has gathered after years of using Flex and teaching it to fellow developers at Yahoo! You'll understand how Flex works, how to use the MXML markup language and work with ActionScript, how to deploy RIAs to the desktop using Adobe AIR, and much more. Whether you're a beginner, or an experienced web developer coming to Flex from another platform, Learning Flex 3 is the ideal way to learn how to:

  • Set up your environment with FlexBuilder and Eclipse

  • Create a new Flex project

  • Use the different design views in Flex

  • Write code with MXML

  • Lay out your Flex application

  • Embed images and graphics

  • Build a user interface

  • Add interactivity with ActionScript

  • Handle user input

  • Move, display, and collect data

  • Add custom components with MXML

  • Add sound effects, filters, and transitions

  • Style your applications with CSS, skins, and themes

  • Deploy applications to the Web, or to the desktop using Adobe AIR

Also included are brief explanations of objects, classes, components, properties, methods, types, and other Flex attributes. You will find that Learning Flex 3 is not only the most complete tutorial for Flex, it's also the quickest way to get going with the latest version of this powerful framework.

Amazon.com® Reader Reviews (Ranked by Helpfulness)

Average Amazon.com® Rating: 4.5 out of 5 rating Based on 32 Ratings

One the best books I've ever read - 2009-06-25
Reviewer Rating: 1 star rating2 star rating3 star rating4 star rating5 star rating
This is by far the best introductory Flex book on the market, for the following reasons:

1) It's in color. The judicious use of color and fonts in this book made reading the material much easier. The book is literally a work of art. This in itself sets a high bar for anyone planning to write a new tech book. But it's not just the color...

2) It's comprehensive. This book is more than just a great introduction. It covers a lot of ground--all I needed to get up to speed on a complex Flex app I took over at work.

3) It's well written. Alaric might be a programmer, but he must have double-majored in technical writing. Very few authors can write a technical book that is a pleasure to read from cover to cover. The material builds and flows, proceeding gracefully from one topic to the next, showing just the right amount of code, never more than necessary. For this the author has my gratitude.

Summary: Color would be but a novelty if the writing was bad, just as using gratuitous Flex effects would annoy a user. But Alaric isn't out to impress you with his fancy colors. He's out to teach you, and it so happens that the color is part of the means to that end. Get this book, you will not regret it.

Not good for beginners or experienced - 2009-06-01
Reviewer Rating: 1 star rating2 star rating3 star rating4 star rating5 star rating
I had high hopes for this book. I'm just getting into Flex/Actionscript/MXML, but I have some experience with other languages like PHP, JS and of course lots of experience with HTML/CSS. I found the first few chapters of this book to be pretty good, but around chapter 6 it just takes a nose dive into badly constructed and illogical examples and vague wording. The author will often interject a short code example with NO real explanation at all, and seems to just expect the reader to accept it without any real understanding. He seems to miss the point that an extremely strong understanding of every aspect of the basics is vital in becoming a versed programmer in any language. A beginner to programming would be completely lost because of the lack of depth and explanation. I feel that the only reason I could comprehend it was because of my previous experience with other scripting languages. On the other hand, those with intermediate or advanced experience with Actionscript would see this book as useless. So in my opinion, this book completely misses the mark. There is no one it's really great for.

Great book for teaching beginners - 2009-07-04
Reviewer Rating: 1 star rating2 star rating3 star rating4 star rating5 star rating
I purchased this book for two reasons: to see what items I may have overlooked while teaching myself Flex mapping applications (with Google Maps and ArcServer), and to see if it could be used to teach students with little programming background about Flex and ActionScript. On the latter point it is excellent. I plan to use this as a text in one of my courses this spring. It won't help in teaching the mapping calls, per se, but it is very good in making sure the reader understands all the parts of programming in Flex. I highly recommend it for beginning programmers or those who have not done much web development.

If you are a seasoned web developer (say, in JavaScript) and are familiar with XML, you probably can get by with the examples and help files that are freely available on the web. For beginners, I think this is gem.

Great book for learning - 2009-08-06
Reviewer Rating: 1 star rating2 star rating3 star rating4 star rating5 star rating
This book is a great tool for learning flex. I read it from beginning to end and by the time I was done I really had a great understanding for flex 3

Learning Flex 3 - Great Book! - 2009-06-03
Reviewer Rating: 1 star rating2 star rating3 star rating4 star rating5 star rating
Learning Flex 3 by Alaric Cole is a great introductory book for Adobe Flex 3. If you have some basic experience with HTML, JavaScript and CSS, then you will learn the basics of Flex rapidly using this book as a guide. Some of the areas that are taught are:

* How to use Flexbuilder
* Using MXML
* ActionScript 3
* Styling your application using CSS

However, if your professional background is in web-application development using Java or other OO languages, then you are probably more likely to skip or cross-read sections of the book. This is because the book starts out with practically no initial pre-requirements, and thus you might be familiar with some of the discussed areas.

The book gave me an excellent overview of Flex's capabilities, and they are all explained thoroughly and are easily understandable. Also, this may sound silly, but I particularly liked the refreshing fact that the book is in color, unlike most other IT books.

Furthermore, the book explained Data Binding (Chapter 7) very well. This is something I was not familiar with coming from the Java world. The chapter illustrates the concepts of one-way binding, two-way binding and making your own variables "bindable" using a metadata declaration, which is basically an annotation in Java parlance.

Another feature I liked a lot was View States (Chapter 12), which allows you to rearrange, group and reuse components within your application.

I wish the book provided more information for further reading. I understand that certain concepts are beyond the scope of this book, but it would have been nice if those had been mentioned and links or recommendations for further reading were provided.

For example, while AMF is mentioned on page 8 and on page 157 the book briefly talks about the Webservice and RemoteObject component, the book should have also mentioned BlazeDS as one of Flex's core technologies for communicating with back-end servers.

And for more complex applications, the book could have at least pointed out some of the available MVC frameworks for Flex and some pointers of where to read more about them (E.g. Cairngorm and PureMVC). Well, and then there is Degrafa, the declarative graphics framework...

While the author explains the aspects of using CSS in Flex applications very well, he could have further stressed that Flex uses a subset of CSS, which in certain areas behaves differently compared to CSS you more typically use in HTML pages. He should have enumerated some of those pitfalls.

Having said all this, these issues mentioned above are minor in nature. Overall, the book was a fun read! And particularly to Java web-developers, Flex may very well be THE contender for application user interfaces moving forward. One of the great things about Flex is that even the standard components look very good (and should be good enough to please your boss), and your application looks and behaves consistently across various browsers. Oh, and yes you can run the same application on the desktop as well (Chapter 15).

This book will definitely help you learn and master Flex, and you should be able to produce functional user interfaces quickly. In order to learn more about integrating Flex with your Spring powered back-end you may want to also consider looking at "Pro Flex on Spring" by Chris Giametta.

Browse Similar Topics

Top Level Categories:
Graphics
Internet/Online

Sub-Categories:
Graphics > Flash
Flash > ActionScript
Internet/Online > Flex

Some information on this page was provided using data from Amazon.com®. View at Amazon >


About Safari Books Online • Terms of Service • Privacy Policy • Contact Us • Corporate Licenses • Help • Accessibility | See us on FacebookSee us on Linked InSee us on TwitterRSS

Copyright 2009 Safari Books Online. All rights reserved.