Currently Browsing: Adobe AIR

Angel (αlhpa)

version 0.8.7

Download

Angel for Windows
or
Angel for Mac and Linux with AIR 2

How to use

  1. Start you browser (Google Chrome or Firefox)
  2. Start Angel
  3. Go browsing and sometimes look at the Angel

Feature list

  • Shows new threads of followed sources (sites and gmail)
  • Source editor
  • Drag & Drop handler
  • Automatically offers to follow several visited homepages
  • Automatically offers to follow gmail letters
  • Works with Google Chrome and Firefox
Bookmark and Share

Calais AS3 api Class

Image representing OpenCalais as depicted in C...
Image via CrunchBase

Calais AS3 API is an ActionScript 3 class, that contains an easy to use lite actionscript for the core function of Open Calais.

Usage of the class

import com.andzol.api.Opencalais;
import com.andzol.api.OpencalaisEvent;
 
//Inside function
var opencalais:Opencalais = new Opencalais("yourapikey");
opencalais.addEventListener(OpencalaisEvent.ONRESULT,opencalaisHandler)
opencalais.getData("any string")
 
//Handler
private function opencalaisHandler (event:OpencalaisEvent):void
{
	var data:Array = event.data
	for (var i:Number = 0; i < data.length;i++ ) {
		trace(data[i].name,data[i].type,data[i].typeGroup)
	}
}

Feel free to download and reuse, if you have any question contact with the author.
Download Calais AS3 API
Current version 0.8.1

Bookmark and Share

Gmail Note (Updated for Windows 7)

About Gmail Note
This application is a simple gmail notifier made with Adobe AIR technology.

Feuture list

  • Safe Account storage
  • Multi Gmail Account handling
  • Auto refresh
  • Highlight new emails
  • Short content of the email
  • Reach your Gmail workplace with a double click

Install

Please upgrade your Flash Player This is the content that would be shown if the user does not have Flash Player 9.0.115 or higher installed.

Direct Download Link
Download Adobe AIR Runtime
Download Gmail Note Application

Support
Write your opinions, report bugs, help to improve the application

Donate
If you find Gmail Note application useful, please donate the author.

Important note for Windows 7 and Windows Vista users
I just installed Windows 7 on my computer, and noticed that my application doesn't works appropriate. The common problem is, that the application can't reach its local database file, because of the security settings of Windows 7. You can solve this problem by right click on the icon > Settings > Compatibility > Check in "Run program as administrator"
With this option you can add you E-mails into the mail list of Gmail Note.
Keep sending your ideas.
Bookmark and Share