-
In our previous tutorial, we created a personal notes storage database using HTML, CSS, and JavaScript. In this tutorial, we’re going to explore the UI features of the AIR platform by building a simple Customer Relationship Management (CRM) application. We’ll use those same technologies, as well as a local SQLite database.
-
The Adobe Integrated Runtime (AIR) platform changes the game for web developers, taking standard web technologies such as HTML, CSS, and JavaScript, and bringing them into a desktop application environment. In this tutorial, I’ll show you how to build a personal notes database with Adobe AIR.
-
For most developers, security is a prime concern when developing web applications: Password fields, SSL connections, and likely additional measures on the server. What happens when you're developing a desktop application for Adobe AIR where there is no server? With features like file IO, you could clearly store sensitive information on disk, but you don't want to use plain text. This article explores the encrypted local store feature in Adobe AIR to help you protect your users' data.
-
Adobe provides three assets that are essential to the deployment of AIR applications: the Adobe AIR install badge, the Adobe AIR browser API, and the Flash Player Detection Kit. When you use all of these tools, you can create a seamless installation process that installs the needed components for your AIR applications.
-
The update framework supplies a default user interface that your application can use. It provides the user with basic information and options related to application updates. Your application can also also define its own custom user interface for use with the update framework.
-
Badger is a Flex application built on AIR that enables developers to easily create install badges for their applications (see Figure 1). The application was created by Grant Skinner for Adobe Systems, Inc.
Badger includes the following features:
* Rapid configuration: Simply open the AIR file within the Badger application to retrieve information required for the install badge.
* Visual configuration: Preview the badge and make any necessary changes.
* Simple cut-and-paste deployment: Export and cut and paste the code to your web page.
Categories