Adobe Flex 3: Training from the Source and over one million other books are available for Amazon Kindle . Learn more


or
Sign in to turn on 1-Click ordering.
or
Amazon Prime free trial required. Sign up when you check out. Learn more
More Buying Choices
Have one to sell? Sell yours here
or
Get a £0.25 Amazon.co.uk Gift Card
Adobe Flex 3: Training from the Source
 
 
Start reading Adobe Flex 3: Training from the Source on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Adobe Flex 3: Training from the Source [Paperback]

Jeff Tapper , Michael Labriola , Matthew Boles , James Talbot
4.6 out of 5 stars  See all reviews (8 customer reviews)
Price: £42.99 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In stock.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.
Only 3 left in stock--order soon.
Want guaranteed delivery by Tuesday, May 29? Choose Express delivery at checkout. See Details

Formats

Amazon Price New from Used from
Kindle Edition £25.01  
Paperback £42.99  
Trade In this Item for up to £0.25
Trade in Adobe Flex 3: Training from the Source for an Amazon.co.uk gift card of up to £0.25, which you can then spend on millions of items across the site. Trade-in values may vary (terms apply). Find more products eligible for trade-in.

Frequently Bought Together

Customers buy this book with Learning Flex 3: Getting up to Speed with Rich Internet Applications (Adobe Developer Library) £26.34

Adobe Flex 3: Training from the Source + Learning Flex 3: Getting up to Speed with Rich Internet Applications (Adobe Developer Library)
Price For Both: £69.33

Show availability and delivery details



Product details

  • Paperback: 696 pages
  • Publisher: Adobe; 1 edition (27 Mar 2008)
  • Language English
  • ISBN-10: 0321529189
  • ISBN-13: 978-0321529183
  • Product Dimensions: 23.5 x 18.8 x 3.5 cm
  • Average Customer Review: 4.6 out of 5 stars  See all reviews (8 customer reviews)
  • Amazon Bestsellers Rank: 357,052 in Books (See Top 100 in Books)

More About the Authors

Discover books, learn about writers, and more.

Product Description

Product Description

Part of the Adobe Training from the Source series, the official curriculum from Adobe, developed by experienced trainers. Using project-based tutorials, this book/CD volume is designed to teach the techniques needed to create sophisticated, professional-level projects. Each book includes a CD that contains all the files used in the lessons, plus completed projects for comparison. In the course of the book, the reader will build several Web applications using Flex Builder incorporating MXML and ActionScript 3.0. This title covers the component framework for Rich Internet Applications, Adobe Flex 3.0. New Flex 3 features covered in this edition are: the advanced DataGrid, Data Connectivity Wizards, Modularizing the Flex application, and options for deploying your Flex project with AIR (Adobe Integrated Runtime).

From the Back Cover

Part of the Adobe Training from the Source series, the official curriculum from Adobe, developed by experienced trainers. Using project-based tutorials, this book/CD volume is designed to teach the techniques needed to create sophisticated, professional-level projects. Each book includes a CD that contains all the files used in the lessons, plus completed projects for comparison. In the course of the book, the reader will build several Web applications using Flex Builder incorporating MXML and ActionScript 3.0. This title covers the component framework for Rich Internet Applications, Adobe Flex 3.0. New Flex 3 features covered in this edition are: the advanced DataGrid, Data Connectivity Wizards, Modularizing the Flex application, and options for deploying your Flex project with AIR (Adobe Integrated Runtime).

Inside This Book (Learn More)
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:

Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(3)

Your tags: Add your first tag
 

What Other Items Do Customers Buy After Viewing This Item?


Customer Reviews

3 star
0
2 star
0
1 star
0
Most Helpful Customer Reviews
4 of 4 people found the following review helpful
Format:Paperback
If, like me, you like the idea of leveraging the Flash/Flex technology for desktop applications and you've had a look through the Adobe online training resources but don't have a clear picture in your mind of how you would go about building a full scale application then this is the book for you. It walks you through the process of creating an online grocery store introducing the various concepts to you in a controlled and well thought through sequence. You will find yourself rewriting code as you go but this serves as an excellent way to highlight some poor practices whilst demonstrating best practice techniques. You will find that you gain in confidence as you work through the chapters needing less and less spoon feeding until you gain enough confidence to make some improvements of your own here and there. By the end, you will be eager and ready to start building your own applications.

There are a handful of mistakes in the book but none of them cause any major difficulties (apart from step 7 on page 580 of chapter 23 which should refer to the file named PrintingTask1.mxml not SortingADG.mxml - well we all make copy-and-paste errors). The accompanying disk provides before and after code for each lesson which is great if you run into difficulties or wish to skip chapters (which I would not recommend).
Comment | 
Was this review helpful to you?
2 of 2 people found the following review helpful
Format:Paperback|Amazon Verified Purchase
This is an amazingly good book that provides extremely good step by step processes.

Some of the steps at the beginning can seem a bit strange if you have coded Object Oriented code before, but in later chapters the flat coding style is changed into a much more OO application.

Each section gives you an initial explanation of what the chapter will teach you, as well as the estimated time that it should take. So in all there is 40+ hours of training.

The only problem that I found with the projects is that it required that you have an internet connection, to connect to all the xml files that define your catalogue of products. I corrected this by installing Apache server 2.2 on my machine and put the xml files on that server. I therefore could work through the training without constantly being connected to the web.
The xml files are not provided on the CD either (they should have been).

This book also seems to provide much more detail for its money than the "Classroom in a book" adobe series. It is twice the size too.

In all this is the best book of its kind I have read. If you are interested in learning Flex 3, then this is a great starting point.
Comment | 
Was this review helpful to you?
1 of 1 people found the following review helpful
Format:Paperback
As mentioned by previous reviewers, this book is excellent, well structured, easy to follow and leads you by the hand and gently releases you as the book progresses. A lot of thought has gone into how to explain things and highlighting potential pitfalls. It really does take you through by telling you, in written english first what you are going to do eg create a private method called xyz which returns void and accepts these params. It then shows you the correct code so you learn as you go, it then explains what this code is for/does and more importantly, why it is needed.

There is quite a bit of 'write this section of code' which is then re-written later in a more re-usable manner but this is actually a great way to learn how the application is being built and then learning how to do it efficiently.

An experienced programmer may find it a bit too basic in the early stages but stick with it, it does take you right through the building of an online grocery store.

Only -ve is the latter chapters tend to be a bit thinner on explanation, however, there is no detracting from the amount you will learn from this book and more importantly, your understanding of how to really use Flex.
Comment | 
Was this review helpful to you?

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   


Listmania!

Create a Listmania! list

Look for similar items by category


Look for similar items by subject


Feedback


Amazon.co.uk Privacy Statement Amazon.co.uk Delivery Information Amazon.co.uk Returns & Exchanges