Creating Mashups With Adobe Flex And Air


Download Creating Mashups With Adobe Flex And Air PDF/ePub or read online books in Mobi eBooks. Click Download or Read Online button to get Creating Mashups With Adobe Flex And Air book now. This website allows unlimited access to, at the time of writing, more than 1.5 million titles, including hundreds of thousands of titles in various foreign languages.

Download

Creating Mashups with Adobe Flex and AIR


Creating Mashups with Adobe Flex and AIR

Author: Chris Korhonen

language: en

Publisher: Apress

Release Date: 2008-04-01


DOWNLOAD





Mashups are the integration of data from different sources to create one unified experience. Adobe's AIR (Adobe Integrated Runtime) platform is revolutionary in that it allows web developers to create applications using familiar technologies (such as Flex, Flash and HTML) but now they can deploy them on the desktop rather than having them locked to a web browser. This book covers mashups from a web designer and developer point of view, rather than a programmer. It covers everything from the basics and background of mashups to advanced functionality and integrating mashups with the desktop.

The Essential Guide to Flex 3


The Essential Guide to Flex 3

Author: Charles Brown

language: en

Publisher: Apress

Release Date: 2008-08-28


DOWNLOAD





Flex 3 is the next generation of a technology that revolutionized web applications. It is the next evolutionary step of Flash, which has grown from a web animation medium to a powerful enterprise web design and development platform. With nearly 98% of all web browsers, and a growing number of mobile devices, running Flash Player, a knowledge of Flex is indispensible for any serious web developer. This book will show you how to create powerful rich Internet applications using Flex 3. After learning how to install and becoming familiar with the basics of the Flex Builder 3 software, you will explore in-depth how the Flash scripting language, ActionScript 3.0, interacts with Flex's powerful XML-like design language: MXML. You'll learn how to construct your applications using layout and navigation containers, and how to move between various states using transitions. There is coverage of how best to plan your applications and use the Model-View-Controller pattern to keep various aspects of development separated and ease creation of potentially complicated projects. Rich Internet applications rely on data, and this book shows how to bring data from various sources into your Flex application and check its integrity, and how best to display and interact with it. Going farther, applications built for the Flash platform can now exist and function beyond the traditional confines of the web browser. Adobe AIR allows you to take your applications to the desktop, and this book shows how to reapply your Flex skills to take advantage of this new environment. The Essential Guide to Flex 3 takes you through all the powerful features of Flex using a series of stand-alone, practical exercises. The skills acquired throughout the book are then brought together in the form of a full-featured case study application showcasing essential techniques that can easily be applied to your own Flex applications.

PHP Object-Oriented Solutions


PHP Object-Oriented Solutions

Author: David Powers

language: en

Publisher: Apress

Release Date: 2008-09-24


DOWNLOAD





With the surge of popularity of PHP 5, object-oriented programming is now an important consideration for PHP developers. This version-neutral book is a gentle introduction to object-oriented programming (OOP) that won't overburden you with complex theory. It teaches you the essential basics of OOP that you'll need to know before moving onto a more advanced level, and includes a series of prepackaged scripts that you can incorporate into your existing sites with the minimum of effort. It shows how object-oriented programming can be used to create reusable and portable code by walking you through a series of simple projects. The projects feature the sorts of things developers run up against every day, and include a validator for filtering user input, a simple Date class that avoids the need to remember all the esoteric format codes in PHP, and an XML generator. Teaches the fundamentals of OOP Simple projects show how OOP concepts work in the real world Prepackaged scripts can easily be added to your own projects