Web-Mart.com
Search Advanced SearchView Cart   Checkout   
 Location:  Home » Books » Internet » Adobe Flex 3: Training from the Source  
Recommended Sites
Categories
Clothes
Cars
Baby
Beauty
Books
Computers
DVD
Electronics
Gourmet Food
Grocery
Health and Personal Care
Home and Garden
Industrial and Science
Jewelry
Kitchen
Magazines
Music
Musical Instruments
Office Products
Outdoor Living
Pet Supplies
Photo and Camera
Software
Sporting Goods
Tools and Hardware
Toys
Unbox
VHS
PC and Video Games
Phones
Related Categories
• Internet
Home Computing
Computers & Internet
Subjects
Books
• General
Programming
Computers & Internet
Subjects
Books
• General
Programming
Web Development
Computers & Internet
Subjects
• General
Computers & Internet
Subjects
Books
• General
Software
Computers & Internet
Subjects
Books
• Programming Languages
Computer Science
New & Used Textbooks
Custom Stores
Specialty Stores
• General AAS
Computer Science
New & Used Textbooks
Custom Stores
Specialty Stores
• General AAS
New & Used Textbooks
Custom Stores
Specialty Stores
Books
• General AAS
Qualifying Textbooks
Custom Stores
Specialty Stores
Books
• Paperback
Binding (binding)
Refinements
Books
• Printed Books
Format (feature_browse-bin)
Refinements
Books
Subcategories
Internet & Education
Online Searching
Web Browsers
Web for Kids
Mass Market
Trade

Adobe Flex 3: Training from the Source

Adobe Flex 3: Training from the Source
Authors: Jeff Tapper, Michael Labriola, Matthew Boles, James Talbot
Publisher: Adobe Press
Category: Book

List Price: $59.99
Buy New: $35.47
You Save: $24.52 (41%)

Qty 5 In Stock


New (31) Used (10) from $31.95

Avg. Customer Rating: 4.0 out of 5 stars 23 reviews
Sales Rank: 5220

Media: Paperback
Edition: 2
Number Of Items: 1
Pages: 656
Shipping Weight (lbs): 2.5
Dimensions (in): 8.9 x 7.3 x 1.6

ISBN: 0321529189
Dewey Decimal Number: 006.7
EAN: 9780321529183

Publication Date: April 6, 2008
Availability: Usually ships in 1-2 business days
Condition: All orders ship same business day via standard shipping (USPS Media Mail) if received by 1 PM CST.

Accessories:

  • Breaking Out of the Web Browser with Adobe AIR

Similar Items:

  • Flex 3 Cookbook: Code-Recipes, Tips, and Tricks for RIA Developers (Adobe Developer Library)
  • Essential ActionScript 3.0 (Essential) (Essential)
  • Learning ActionScript 3.0: A Beginner's Guide
  • ActionScript 3.0 Cookbook: Solutions for Flash Platform and Flex Application Developers
  • The Essential Guide to Flex 3 (Essential Guide)

Editorial Reviews:

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).


Customer Reviews:   Read 18 more reviews...

2 out of 5 stars an awful experience   October 12, 2008
I'm still slogging through this, one of the worst-written books in the history of technical writing. What makes it so awful is that instead just telling you about some code and what it does, they literally tell you in verbal terms what to write for each lline of code: The majority of the book is comprised of this sort of stuff:

"Step 11: While still in OrderConf.mxml, locate the Delivery Date form item. Change the so the text property calls the format() method of the orderFormat DateFormatter on the deliveryDate property of the orderInfo data structure. Be sure to remove the manual date formatting from the last lesson. "

What planet is this author from? You don't tell people how to write lines of code using verbal language. You display a chunk of code and then explain what it does. Finding real information in this book is like panning for gold. I am writing only in hopes of sparing the many good people out there the pain I have been enduring reading this horrible book. Choose another. Any other.



3 out of 5 stars Do not use alone   October 8, 2008
 0 out of 1 found this review helpful

This book is good, but only so far. As a step-by-step tutorial it works, just be sure you use the CD that comes with it (there is no website where you can down load the code from the CD). I had some problems with the Flex 3 Builder (Pro) not running the code I entered by hand so I had to use the supplied code to move on. The next problem is that from Lesson 17 on, there are 26 Lessons, you have to run Cold Fusion on your system and everything is based off of what you'd do when connecting to Cold Fusion Based Server. As I plan to be accessing server side functionality using PHP this does me very little good.

On the positive side the first 16 Lessons got me along far enough that I got a good leg up with the Flex 3 Bible and flex 3 Cookbook.



4 out of 5 stars Great for starters of Flex. Not Obeject Oriented Programming.   September 6, 2008
This book is written well and explains concepts for the person that hasn't used Flex Builder before. They do not spend any time explaining good OOP practice, though. So if you have no experience in that you may want to get a reference manual for good OOP practices. Very cool book.


5 out of 5 stars This is the best book on the market   August 5, 2008
 1 out of 2 found this review helpful

If you want to learn Flex 3, this is the best book I have read so far. This book will give you the basics so you can continue your learning through practice. I doubt there is a single book out there that will teach you everything there is about Flex 3 and ActionScript 3. This book will walk you through each exercise holding your hand in the process. The best part...there is a CD with all of the files included!

The best way to learn any language to is write code. You will do a lot of code writing with this book. The step-by-step approach is fantastic. While there are some errors, you can quickly figure out what it should be and fix it.

You will not learn all about ActionScript in this book. You do learn some, but you will need an book devoted to ActionScript 3 to get all you will need. This goes for all Flex 3 book written.

Overall, this book was extremely well written and laid out. I have always enjoyed the series "Training from the Source" and this book delivers. This is easily the best Flex 3 book on the market today.



5 out of 5 stars Great book   July 18, 2008
 1 out of 2 found this review helpful

Adobe Flex 3: Training from the Source is an update to the extremely popular Adobe Flex 2: Training from the Source. Authors of the book not only revised the earlier version of the book but also added a few chapters on features such modules, the Adobe Integrated Runtime (AIR), and the advanced DataGrid component.

If you are new to Flex 3, this book will guide you through the process of developing a complete application (an online grocery store) using Adobe Flex Builder 3. This book provides you with all the tools you need to get started. But be aware that to make the most of this book, you should at the very least understand basic web terminology. This book is written assuming that you are comfortable working with other programming languages such as Java, .Net, PHP or ColdFusion. This knowledge let you better understand many comparisons and analogies made to server-side web programming.

If you are more advanced Flex developer you can still find this book compelling. You will especially like to focus on new Flex 3 topics which are discussed in this book. There are many places inside "old chapters" which were updated or extended to reflect changes and improvements available in Adobe Flex 3.

I am a Flex Developer. Although I have read the Adobe Flex 2: Training from the Source book I have also read Adobe Flex 3 version of the book and I do not regret it. It has been worth spending my time on reading. I especially liked new parts on creating modular applications and profiling Flex applications.

If you learn best by doing, this is the book you need. I definitely recommend this book.


Qty 5 In Stock


Discount Shopping Online by Web-Mart.com