Регистрация ·  Логин: Пароль: Запомнить   · Забыли пароль?




Ответить на тему
Автор Сообщение

Аватара пользователя

С нами: 12 лет 4 месяца
Сообщения: 58117
Египет

Сообщение 25 ноя 2013, 22:20 

[Цитировать]

Lynda.com | Видеокурс Lynda.com Flex 3 продвинутые основы [2008]



Автор: Lynda.com
Название: Lynda.com Flex 3 Beyond the Basics
Жанр: Разработка и программирование
Дата выпуска: 15 августа 2008
Язык: Английский
Ведущий: Дэйвид Гасснер(David Gassner)
Длительность курса: 8 Часов, 1 DVD
Сложность: Начинающий-Продвинутый
Файлы проектов: В РОЗЫСКЕ (если найдете пишите в личку, добавлю каталог с проектами и обновлю тему )
Платформа: Windows & Linux & MAC OS
ISBN: 1-59671-481-6

Описание:
В данном курсе Дэйвид Гасснер погружается в получение продвинутых навыков Flex, в том числе создание собственных всплывающих окон и программной анимации; обработка XML при помощи E4X; а так же интеграция приложений Flex с ColdFusion, ASP.NET и PHP. Он раскрывает эффективные способы взаимодействия Flash и Flex вместе, на примере графических "шкурок", символов и компонент. Кроме того, Дэйвид показывает как проводить локализацию приложений на Flex. Предполагается, что до этого курса вы прослушали курс "Flex 3 Essential Training", имеете опыт работы с ActionScript 3, Flex Builder, рекомендуется знание Flex 3 Framework. Файлы проектов находятся в составе курса

Технические характеристики курса:
    Способ организации курса: видеокурс как набор видеофайлов
    Video: кодек avc1, разрешение 880x660, 3.75 fps(переменный)
    Audio: кодек mp4a, 48000Hz, 16 bit, 768kb/s.
    Особенности: Для просмотра авторы рекомендуют QuickTime Player(если что, есть на диске с курсом). Лучше проигрывать quicktime'ом или vlc, говорят K-lite media player classic иногда подглючивает(не все версии).
Состав курса:
Introduction
    Welcome (0:42)
    Prerequisites (1:40)
    Using the example files (0:46)
1. Using Popup Windows
    Presenting simple messages with the Alert class (5:37)
    Managing Alert popup window buttons (5:02)
    Handling Alert Popup Window events (5:33)
    Changing the Alert popup window's appearance (6:36)
    Creating custom popup windows (5:14)
    Displaying and centering custom popup windows (5:11)
    Removing popup windows (6:42)
    Handling Popup Window events (9:30)
2. Animating with Visual Effects
    Using simple effects and triggers (8:38)
    Customizing animation with effect properties (6:07)
    Using easing functions (4:31)
    Using Sequence and parallel effects (5:12)
    Declaring effects inside components (5:48)
    Using effects with view states as transitions (8:50)
3. Using Graphical Skins with Flash and Flex
    Using the default Flash graphical skins library (5:36)
    Exporting a graphical skins library from Flash (4:40)
    Importing Flash-based skins in Flex Builder (6:29)
4. Integrating Flash and Flex
    Preparing a Flash Document for Use in Flex (4:38)
    Displaying a Flash Document with SWFLoader (4:28)
    Preparing a Flash Symbol for Use in Flex (7:55)
    Embedding Flash symbols in Flex (5:05)
    Installing the Flex Component Kit in Flash CS3 (3:51)
    Creating and exporting a Flex component in Flash (4:10)
    Using Flash component libraries in Flex (6:07)
    Extending a Flash component with a custom class (4:49)
    Dispatching and handling Flash Component events (9:06)
5. Working with XML and E4X
    Using the ActionScript XML class (5:30)
    Extracting an XMLList with E4X (4:16)
    Retrieving XML in E4X format with HTTPService (6:06)
    Modifying XML data with E4X (2:59)
    E4X expressions for parsing data (5:38)
    E4X expressions for modifying data (7:06)
    Using XML namespaces with E4X (6:16)
6. Using the Tree and MenuBar Controls
    Using the Tree control with XML data (7:09)
    Controlling leaf and branch labels (4:58)
    Using graphical skins with Tree controls (5:22)
    Handling Tree events (5:50)
    Using the MenuBar control (2:15)
    Handling MenuBar events (4:35)
7. Integrating Flex with ColdFusion
    Installing ColdFusion on Windows (5:55)
    Installing ColdFusion on Mac OS X (6:03)
    Installing and configuring a sample database (3:27)
    Installing CFEclipse (2:40)
    Creating a CFEclipse project (3:41)
    Creating Flex/ColdFusion projects in Flex Builder (3:48)
    Calling CFC functions with RemoteObject (5:46)
    Handling the RemoteObject result event (3:46)
    Handling the RemoteObject fault event (4:30)
    Passing arguments to CFC functions (6:11)
    Working with multiple CFC functions (4:38)
    Using RemoteObject with ActionScript (4:46)
8. Using the ColdFusion Extensions for Flex Builder
    Installing the ColdFusion Extensions plug-in (4:00)
    Using RDS Dataview and the Visual Query Builder (6:46)
    Generating code with the CFC Value Object Wizard (9:14)
    Understanding the generated code (7:06)
    Retrieving data with the generated code (9:56)
    Modifying data with the generated code (9:55)
    Defining RemoteObject channels at runtime (5:19)
    Managing an asynchronous state with AsyncToken (8:03)
9. Integrating with PHP
    Installing WAMP on Windows (4:48)
    Installing MAMP on Mac OS X (4:21)
    Importing a sample database (2:42)
    Creating a Flex/PHP project in Flex Builder (4:12)
    Using Flex Builder's PHP Data Wizard (6:31)
    Understanding the generated PHP code (6:22)
    Retrieving data with the generated code (6:00)
    Managing an asynchronous state with AsyncToken (6:03)
    Modifying data with the generated code (10:46)
10. Integrating with ASP.NET
    Installing ASP.NET and SQL Server 2005 Express (2:44)
    Installing SQL Server Management Studio Express (1:19)
    Importing a database into SQL Server (2:32)
    Creating a Flex/ASP.NET project in Flex Builder (5:05)
    Configuring SQL Server for use with Flex Builder (4:06)
    Using Flex Builder 3's ASP.NET Data Wizard (5:32)
    Reviewing the generated code (5:17)
    Using the WebService component (7:13)
11. Managing Data on the Client
    Filtering data with the ArrayCollection class (8:11)
    Sorting data with the ArrayCollection class (6:51)
    Finding data with the IViewCursor interface (7:18)
12. Working with Modules
    Creating a Module component (6:07)
    Loading a module with ModuleLoader (5:11)
    Handling Module Component events (6:20)
    Passing data to a module (4:41)
13. Localizing Flex Applications
    Creating resource bundles in ActionScript (6:06)
    Using ResourceBundle binding expressions (5:01)
    Setting locales at runtime (4:31)
Conclusion
    Goodbye (0:38)
Предпросмотр введения и первой главы доступен на сайте Lynda.com:
http://movielibrary.lynda.com/html/modPage.asp?id=437

Скриншоты:


Данный курс входит в серию следующих курсов по Flex от Linda.com:
Flex 3 Essential Training(на трекере)
Flex 3 Beyond the Basics(на трекере)
AIR for Flex Developers

Время раздачи: 24/7 - круглосуточно
Download
Для скачивания .torrent файлов необходима регистрация
Сайт не распространяет и не хранит электронные версии произведений, а лишь предоставляет доступ к создаваемому пользователями каталогу ссылок на торрент-файлы, которые содержат только списки хеш-сумм

Страница 1 из 1

Ответить на тему

   Похожие торренты   Торрент