Tech Tip Station - Tips and Tutorials for Computer Users and Programmers Home | Projects | Pricing | Login | Contact
 

Archive for the ‘AIR’ Category

How to Generate Your Own Free Digital Signature

Friday, December 5th, 2008

The Adobe® AIR™ Software Development Kit comes with a command-line utility that will let you create a free digital certificate. 

  1. Download and unzip the free Adobe AIR SDK.
  2. Open a command prompt to the “/bin” folder in the sdk.
  3. Execute the command below which was adapted from the command shown on the Adobe Developer Connection. (Replace the highlighted text with your own values.)

    adt -certificate -cn YourCommonName 1024-RSA test_cert.pfx YourPassword

  4. Now open the “/bin” folder and you should see the file that was generated.

Visit the Adobe Developer Connection for more details and how to sign an AIR applicatoin with your digital signature.

Adobe Developer Connection:
http://www.adobe.com/devnet/air/articles/signing_air_applications_print.html

Software Makes Designing Interface Mockups a Cinch

Monday, July 28th, 2008

I ran across a very interesting program last week. Balsamiq Mockup makes it easy for users to create mockups of web pages or software interfaces.

(more…)

Breath Deep with Another Runtime Environment

Saturday, July 26th, 2008

Adobe® AIR™ is a runtime environment that lets you use your HTML, CSS and JavaScript skills to make desktop applications as well as web applications. You can also use Flex® and Flash®.

There is an SDK that comes with a debugger. I tried it out last night and after looking through the readme file and messing around with things, I was able to run a simple calculator that I built with HTML, CSS, and JavaScript.

Go to the marketplace to check out other AIR applications.

Copyright Notice:
Adobe, AIR, Flash, and Flex are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States and/or other countries.

 
© 2006 - 2008 Anthony Tietjen