Adobe AIR 1.5 技术手册(影印版) mobi 下载 网盘 caj lrf pdf txt 阿里云

Adobe AIR 1.5 技术手册(影印版)电子书下载地址
- 文件名
- [epub 下载] Adobe AIR 1.5 技术手册(影印版) epub格式电子书
- [azw3 下载] Adobe AIR 1.5 技术手册(影印版) azw3格式电子书
- [pdf 下载] Adobe AIR 1.5 技术手册(影印版) pdf格式电子书
- [txt 下载] Adobe AIR 1.5 技术手册(影印版) txt格式电子书
- [mobi 下载] Adobe AIR 1.5 技术手册(影印版) mobi格式电子书
- [word 下载] Adobe AIR 1.5 技术手册(影印版) word格式电子书
- [kindle 下载] Adobe AIR 1.5 技术手册(影印版) kindle格式电子书
内容简介:
完全由Adobe公司的AIR开发团队审核的《Adobe AIR 1.5 Cookbook》,叙述了Web开发者和应用程序设计者希望了解的*实践、基本原理以及主题。本书中的实战技巧可以帮助你解决在使用Adobe AIR建立桌面的富互联网应用程序(Rich Internet Appliction)时所遇到的各种任务和情景。这是通过即学即用的实践解决方案学习Adobe AIR微妙之处的理想方式,并且本书详细解释了它们为何及如何运作。这些技巧可以帮助你:
使用Flex、Flash或HTML和Ajax建立AIR应用程序
创建数据库并连接至你的应用程序
为PC和Mac整合原生菜单
与Service Monitor Framework共同运作
利用Adobe AIR Update Framework
利用自定义chrome和应用程序图标创建标志性的桌面体验
使用Seamless Install Badge发布AIR应用程序还有更多。《Adobe AIR 1.5 Cookbook》包含了许多AIR开发团队中新进明星的秘诀,如David Tucker、Rich Tretola、Marco Casario和Koen De Weggheleire,以及由Adobe和O'Reilly主办的《Adobe AIR 1.5 Cookbook》社区站点(www.adobe.com/go/air_cookbook)上许多访问者张贴的*解决方案。如果你已经准备好利用Adobe AIR来扩展你的技能,那么这本书就是你期待已久的。
书籍目录:
Foreword
Credits
Preface
1. AIR Basics
1.1 Creating and Running an AIR Application with Flex Builder 3
1.2 Creating and Running an AIR Application with Flash
1.3 Creating and Running an AIR Application with HTML and JavaScript
1.4 Debugging an AIR Application with JavaScript
1.5 Signing and Exporting an AIR Application
1.6 Signing an AIR File with a Trusted Certificate
1.7 Understanding Synchronous and Asynchronous Programming in AIR
2. Application Settings
2.1 Targeting a Specific Version of AIR
2.2 Setting the Application ID
2.3 Setting the Application Name and Filename
2.4 Setting the Application Version
2.5 Editing the Application Description and Copyright Information
2.6 Editing the Initial Window Settings
2.7 Setting the Installation Folder for an Application
2.8 Setting the Default Program Menu Folder
2.9 Setting a Custom Application Icon
2.10 Allowing an AIR Application to In***ct with the Browser
2.11 Setting the Application to Handle All Updates
2.12 Determining the Application Version at Runtime
2.13 Creating Multilingual AIR Installati***
3. Application Windows
3.1 Changing the Main Application Window
3.2 Launching a New Window in ActionScript
3.3 Launching a New Window (Flex)
3.4 Launching a New Window (JavaScript)
3.5 Creating Utility Windows
3.6 Creating Lightweight Windows
3.7 Creating a Full-Screen Window
3.8 Managing Multiple Windows
3.9 Creating Windows with Custom Chrome
3.10 Minimizing and Maximizing a Window
3.11 Resizing a Window
3.12 Closing a Window
3.13 Displaying a Prompt Before Closing a Window
3.14 Closing All Open Windows at Once
3.15 Adding a Drop Shadow to a Custom Chrome Window in ActionScript
3.16 Applying a Pixel Bender Filter to a Custom Chrome Window in ActionScript
4. Screens
4.1 Positioning Windows on the Desktop
4.2 Positioning Windows Across Multiple Monitors
4.3 Determining the Monitors on Which an Application Is Currently Displayed
5. HTML Content
5.1 Displaying HTML Content
5.2 Accessing JavaScript from ActionScript in an HTML Container
5.3 Accessing ActionScript from JavaScript in an HTML Container
5.4 Scripting the DOM from ActionScript
5.5 Accessing and Editing an HTML Style Sheet from ActionScript
5.6 Accessing the HTML Container History List
5.7 Bridging Content from Different Security Sandboxes
5.8 Creating JavaScript Functi*** from ActionScript
5.9 Scrolling HTML Content in ActionScript
5.10 Using ActionScript Libraries Within an HTML Page
6. PDF Support
6.1 Detecting Whether PDF Support Is Available
6.2 Loading a PDF Document
6.3 Communicating from AIR to PDF
*** Communicating from PDF to AIR
7. Clipboard Support
7.1 Working with the Clipboard Data Types
7.2 Adding Data to the Operating System Clipboard
7.3 Retrieving Data from the Operating System Clipboard
7.4 Clearing Data from a Clipboard
7.5 Using Deferred Rendering with Clipboard Data
7.6 Creating Custom Clipboard Data Formats
8. Drag and Drop Support
8.1 Dragging Data Out of an Application in ActionScript
8.2 Dragging Data Out of an Application in JavaScript
8.3 Dragging Data Into an Application in ActionScript
8.4 Dragging Data Into an Application in JavaScript
8.5 Dragging and Dropping Within an Application in ActionScript
8.6 Dragging and Dropping Within an Application in JavaScript
9. File System Integration
9.1 Accessing Directory Aliases in the File Class
9.2 Creating a New File or Directory
9.3 Deleting a File or Directory
9.4 Copying a File or Directory
9.5 Moving a File or Directory
9.6 Moving a File or Directory to the Trash
9.7 Prompting the User to Select a File or Directory
9.8 Reading Data from a File
9.9 Writing Data to a File
9.10 Creating a Temporary File or Directory
9.11 Caching Images to Disk in ActionScript
9.12 Searching for Files of a Given Extension in a Directory in ActionScript
9.13 Migrating Serialization Changes in ActionScript
10. Embedded SQL Database Programming
10.1 Creating a Database
10.2 Connecting to a Database in Synchronous Mode
10.3 Connecting to a Database in Asynchronous Mode
10.4 Creating an In-Memory Database
10.5 Creating an Encrypted Database
10.6 Encrypting a Database with a Password
10.7 Creating Tables in a Database
10.8 Querying a Database Synchronously
10.9 Querying a Database Asynchronously
10.10 Retrieving Results from a Query
10.11 Using Parameters in Queries
10.12 Including a Database in an Application
10.13 Persisting Application Settings
11. Encrypted Local Store
11.1 Storing Data in the Encrypted Local Store
11.2 Retrieving Data from the Encrypted Local Store
11.3 Removing and Resetting Data in the Encrypted Local Store
11.4 Storing Application-Specific Data in the Encrypted Local Store
11.5 Safeguarding Files with Encrypted Local Store
12. Application and Window Native Menus
12.1 Creating a Native Menu
12.2 Responding to Menu Events
12.3 Adding a Menu Separator
12.4 Creating Nested Menus
12.5 Creating a Native Window Menu (Windows)
12.6 Creating a Native Window Menu (Mac)
12.7 Creating a Context Menu (ActionScript)
12.8 Creating a Context Menu (JavaScript)
12.9 Assigning Keyboard Shortcuts to Menu Items
12.10 Enabling and Disabling Menu Items
12.11 Toggling Menu Items
13. Taskbar and Docklntegration
13.1 Adding an Icon to the System Tray (Windows)
13.2 Adding a Custom Menu to the System Tray Icon (Windows)
13.3 Adding a Custom Menu to the Dock Icon (Mac)
13.4 Changing the System Tray or Dock Icon
13.5 Notifying the User Through the Dock (Mac)
13.6 Notifying the User Through the Taskbar (Windows)
14. File Types
14.1 Registering Custom File Types
14.2 Determining Whether an Application Is the Default Application for a File Type
14.3 Setting and Removing an Application as the Default Application for a File Type
14.4 Getting the Path of the Default Application for a File Type
15. Service Monitor Framework
15.1 Including the Service Monitor Framework in an Application (JavaScript)
15.2 Including the Service Monitor Framework in an Application (Flash)
15.3 Monitoring the Connection to a URL
15.4 Reading Only the Head of a URL
15.5 Monitoring the Connection to a Specific Port on a Server
16. Application Updates
16.1 Creating Applicati*** with Update Capabilities
16.2 Creating Custom Update Interfaces for Applicati*** with Update Capabilities
17. AIR Application Distribution with the Browser API
17.1 Including the Browser API
17.2 Detecting the Installed Version of AIR
17.3 Launching an AIR Application from the Browser
17.4 Installing an AIR Application from the Browser
17.5 Using the Included Seamless Install Badge
Index
作者介绍:
David Tucker,就职于Universal Mind公司,是一名从事Flex和AIR应用程序设计的软件工程师。
出版社信息:
暂无出版社相关信息,正在全力查找中!
书籍摘录:
暂无相关书籍摘录,正在全力查找中!
在线阅读/听书/购买/PDF下载地址:
在线阅读地址:Adobe AIR 1.5 技术手册(影印版)在线阅读
在线听书地址:Adobe AIR 1.5 技术手册(影印版)在线收听
在线购买地址:Adobe AIR 1.5 技术手册(影印版)在线购买
原文赏析:
暂无原文赏析,正在全力查找中!
其它内容:
编辑推荐
本书共分17个章节,主要对叙述了Web开发者和应用程序设计者*希望了解的**实践、基本原理以及主题。书中的实战技巧可以帮助你解决在使用Adobe AIR建立桌面的富互联网应用程序时所遇到的各种任务和情景,并且详细解释了它们为何及如何运作。该书可供各大专院校作为教材使用,也可供从事相关工作的人员作为参考用书使用。
书摘插图
媒体评论
“这本书史无前例地涵盖了Adobe AIR 1.5和AIR开发的一切,你甚至找不到一个更好的创作团队来帮你了解些。当我从事AIR开发时,这本书是除了我的键盘之外,另一个不可或缺的工具。”
——Lee Elrimelow Platform Evangelist,Adobe Systems,Inc。
书籍介绍
完全由Adobe公司的AIR开发团队审核的《Adobe AIR 1.5 Cookbook》,叙述了Web开发者和应用程序设计者最希望了解的最佳实践、基本原理以及主题。《Adobe AIR1.5Cookbook(影印版)》中的实战技巧可以帮助你解决在使用Adobe AIR建立桌面的富互联网应用程序(Rich Internet Appliction)时所遇到的各种任务和情景。这是通过即学即用的实践解决方案学习Adobe AIR微妙之处的理想方式,并且《Adobe AIR1.5Cookbook(影印版)》详细解释了它们为何及如何运作。这些技巧可以帮助你:
使用Flex、Flash或HTML和Ajax建立AIR应用程序
创建数据库并连接至你的应用程序
为PC和Mac整合原生菜单
与Service Monitor Framework共同运作
利用Adobe AIR Update Framework
利用自定义chrome和应用程序图标创建标志性的桌面体验
使用Seamless Install Badge发布AIR应用程序还有更多。《Adobe AIR 1.5 Cookbook》包含了许多AIR开发团队中新进明星的秘诀,如David Tucker、Rich Tretola、Marco Casario和Koen De Weggheleire,以及由Adobe和O'Reilly主办的《Adobe AIR 1.5 Cookbook》社区站点(www.adobe.com/go/air_cookbook)上许多访问者张贴的最佳解决方案。如果你已经准备好利用Adobe AIR来扩展你的技能,那么这《Adobe AIR1.5Cookbook(影印版)》就是你期待已久的。
网站评分
书籍多样性:9分
书籍信息完全性:9分
网站更新速度:3分
使用便利性:9分
书籍清晰度:9分
书籍格式兼容性:9分
是否包含广告:4分
加载速度:4分
安全性:4分
稳定性:7分
搜索功能:7分
下载便捷性:6分
下载点评
- 情节曲折(202+)
- pdf(94+)
- 图书多(562+)
- 四星好评(659+)
- 差评少(290+)
- 五星好评(484+)
- 三星好评(522+)
- 已买(247+)
- 方便(469+)
- 藏书馆(137+)
- 格式多(510+)
- 小说多(619+)
- 好评(66+)
下载评价
- 网友 瞿***香:
非常好就是加载有点儿慢。
- 网友 潘***丽:
这里能在线转化,直接选择一款就可以了,用他这个转很方便的
- 网友 寇***音:
好,真的挺使用的!
- 网友 国***芳:
五星好评
- 网友 石***烟:
还可以吧,毕竟也是要成本的,付费应该的,更何况下载速度还挺快的
- 网友 戈***玉:
特别棒
- 网友 冉***兮:
如果满分一百分,我愿意给你99分,剩下一分怕你骄傲
- 网友 詹***萍:
好评的,这是自己一直选择的下载书的网站
- 网友 林***艳:
很好,能找到很多平常找不到的书。
- 网友 印***文:
我很喜欢这种风格样式。
- 网友 冷***洁:
不错,用着很方便
- 网友 焦***山:
不错。。。。。
喜欢"Adobe AIR 1.5 技术手册(影印版)"的人也看了
数据库设计与应用 Visual FoxPro 程序设计实践教程·第3版/21世纪高等学校规划教 mobi 下载 网盘 caj lrf pdf txt 阿里云
百善孝为先 mobi 下载 网盘 caj lrf pdf txt 阿里云
5G无线接入网架构及关键技术(精装版)/国之重器出版工程9787115504883 正版新书知其然图书专营店 mobi 下载 网盘 caj lrf pdf txt 阿里云
中小型变压器实用全书 【正版保证】 mobi 下载 网盘 caj lrf pdf txt 阿里云
高等学校英语应用能力考试B级辅导书 mobi 下载 网盘 caj lrf pdf txt 阿里云
海外直订Princess coloring book for girls: Coloring book for girls 3-5 age 公主涂色书为女孩:涂色书为女孩3-5岁 mobi 下载 网盘 caj lrf pdf txt 阿里云
体制创新与政策选择 mobi 下载 网盘 caj lrf pdf txt 阿里云
版画观念与技法大全(第2版) (美)比尔·菲克,(美)贝丝·格拉博夫斯基 著 于洪 译 mobi 下载 网盘 caj lrf pdf txt 阿里云
9787542938794 mobi 下载 网盘 caj lrf pdf txt 阿里云
预售【外图台版】轻松×简单 背景绘制诀窍 / たき、いずもねる、icchi 北星出版社 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 2006考研英语80分之路·英语知识应用和写作 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 货物认知与养护 mobi 下载 网盘 caj lrf pdf txt 阿里云
- VisualFoxPro6·0程序设计实训及实验指导(李珍香)附盘 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 上帝掷骰子吗 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 生肖有故事 陆生作 化学工业出版社【正版图书】 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 种子检验学 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 【九周年店庆回馈】【当天发】【官方原版全新塑封当天发货】莫奈画册画集 原版引进中文版Taschen Monet莫奈画册画集 印象派艺术家绘画大师作品合集画册画集 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 久坐急救运动( 货号:722117474) mobi 下载 网盘 caj lrf pdf txt 阿里云
- 可不可以不结婚 译林出版社 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 上升 追溯马修宇宙的原点发现梦之囚徒的真正起源 欧洲漫画界卡夫卡马克安托万马修的出道短篇作品集 mobi 下载 网盘 caj lrf pdf txt 阿里云
书籍真实打分
故事情节:4分
人物塑造:3分
主题深度:4分
文字风格:5分
语言运用:4分
文笔流畅:6分
思想传递:8分
知识深度:8分
知识广度:5分
实用性:5分
章节划分:3分
结构布局:9分
新颖与独特:7分
情感共鸣:5分
引人入胜:9分
现实相关:7分
沉浸感:5分
事实准确性:7分
文化贡献:9分