Post Top Ad

Post Top Ad

Showing posts with label Flex. Show all posts
Showing posts with label Flex. Show all posts

Thursday, June 18, 2009

9:22 PM

Getting Started with Flex 3: An Adobe Developer Library Pocket Guide for Developers

Getting Started with Flex 3: An Adobe Developer Library Pocket Guide for Developers
Adobe Dev Library | ISBN-10: 0596520646 | June 24, 2008 | 143 pages | PDF | 1.9MB
Discover how easy RIA development can be with this one-of-a-kind handbook from the Adobe Developer Library. Several clear, step-by-step mini-tutorials teach you about web services, event handling, designing user interfaces with reusable components, and more. After finishing this guide, you’ll be able to build Flash applications ranging from widgets to full-featured RIAs using the Flex SDK and Flex Builder 3.0. With Getting Started with Flex 3, you will: Walk through sample RIA projects and see examples of amazing applications people have built with Flex Work with ActionScript 3.0 and the MXML markup language.

Build user interfaces using the controls and tools available with the framework Get a tour of controls available commercially and through open source Learn how Flex integrates with ASP.NET, ColdFusion, PHP, and J2EE in the server Build Flex-based widgets that let you display real-time data Use advanced controls to build 3D graphs, data dashboards, mapping applications, and more You’ll find complete code for video players, a slideshow, a chat client, and an RSS reader, just to name a few. You also get plenty of tips, tricks, and techniques to leverage your existing programming skills, whether you come from an open source or Visual Studio-intensive background.

Download:
http://www.filefactory.com/file/e2fdfd/n/OReilly_Getting_Started_with_Flex_3_Jun_2008_eBook-BBL_rar
9:06 PM

Getting Started with Flex 3 .. eBook

Adobe Dev Library (June 24, 2008)
PDF | 143 pages | English | 1.7 MB | rar


Getting Started with Flex 3: An Adobe Developer Library Pocket Guide for Developers(Adobe Developer Library) by Jack Herrington (Author), Emily Kim (Author)
Discover how easy RIA development can be with this one-of-a-kind handbook from the Adobe Developer Library. Several clear, step-by-step mini-tutorials teach you about web services, event handling, designing user interfaces with reusable components, and more.

After finishing this guide, you'll be able to build Flash applications ranging from widgets to full-featured RIAs using the Flex SDK and Flex Builder 3.0. With Getting Started with Flex 3, you will: Walk through sample RIA projects and see examples of amazing applications people have built with Flex Work with ActionScript 3.0 and the MXML markup language Build user interfaces using the controls and tools available with the framework Get a tour of controls available commercially and through open source Learn how Flex integrates with ASP.NET, ColdFusion, PHP, and J2EE in the server Build Flex-based widgets that let you display real-time data Use advanced controls to build 3D graphs, data dashboards, mapping applications, and more You'll find complete code for video players, a slideshow, a chat client, and an RSS reader, just to name a few. You also get plenty of tips, tricks, and techniques to leverage your existing programming skills, whether you come from an open source or Visual Studio-intensive background.

Download link:

http://w14.easy-share.com/1701328256.html
or
http://depositfiles.com/files/7448856
8:56 PM

Flex 3 A Beginners Guide

This book walks the reader through all of the steps that a beginning user must tackle, including which software to install, how to install it, and how to start writing code. It's assumed that the reader has some knowledge of how the web works and has worked with plain old HTML. The differences between using Flex, HTML, and Ajax are dissected in easy-to-understand terms.

All the major starting points of developing RIAs in Flex are covered, including a detailed description of the ActionScript programming language that forms the basis for Flex applications. The Flex framework, which speeds application development time, is discussed after you've learned about the Flex architecture and supporting languages. Each step of the way is written to make sometimes complex concepts easy to understand.

Because Flex excels at working with media assets such as video and sound combined with dynamic data to create a rich Web 2.0 experience, the book introduces the necessary concepts to create these applications. Those concepts include working with sounds and video as well as working with dynamic data sources such as an RSS feed. With a solid starting point, the options for creating Flex applications are endless.Finally, practical advice is provided to help debug and publish applications once you're cranking out applications that you're ready to share with your friends and colleagues.

The source code for examples in the book is downloadable on the web from www.mhprofessional.com. Any example of more than a few lines should be downloaded from the source code to reduce the time required to type in the code and to avoid any errors from typing in the code. The source code and related media assets are split out by chapter number. For code segments that have a heading with a listing number, the code is placed in a file called Listing_

ActionScript files are named the same as the example's class name, since Flex requires the filename to match the class definition.
MXML code listings that are not large enough to warrant their being referred as a listing
in the text are named Example_, where description  provides guidance on which example is being reference in the text. Any media assets are also named the same as their references in the text.  In general, MXML examples can be run in the same project as other examples from  the text. The ActionScript files that demonstrate importing sounds and SWF media assets should be created as ActionScript projects for each example. Flex Builder automatically places some default code when creating a new MXML or ActionScript file, but it's okay to overwrite this default code with the source from the files provided with the book.