Coder’s Eye

A site about one of the three passions in my life.

Coder’s Eye header image 4

Entries Tagged as 'Adobe AIR'

Weewar Status Notifier for Adobe Air

June 10th, 2008 · 13 Comments

I’m pleased to announce the release of my first Adobe AIR application. This is a simple little desktop (not browser) app which checks your status on Weewar to see if you have any games waiting for your attention.
Revision 2.2 feature list:

Checks your status using the Weewar API
User settable interval between checks
You can force an update […]

[Read more →]

Tags: Adobe AIR · Javascript

Updated Weewarify for Adobe AIR

June 3rd, 2008 · No Comments

Using the free AIR code signing certificates offered by Adobe AIR Marketplace I’ve signed Weewarify 2.1 so that it doesn’t give nasty “UNKNOWN PUBLISHER” warnings when one goes to install it. Evidently, I’ll now be able to publish updates as well, and have them be automatically offered as available, so long as I use the […]

[Read more →]

Tags: Adobe AIR · Satchmo

Free Code Signing Certificate from Adobe

May 28th, 2008 · No Comments

Score! I just got a free Adobe AIR code signing certificate from Thawte. Adobe is giving out 125 of these to the first people who upload to the new Adobe Air Marketplace.
This is a $300 value, and it is good thinking by Adobe, because while I enjoy making free apps for AIR, I wouldn’t have […]

[Read more →]

Tags: Adobe AIR · Best Practices

Updated my AIR apps to version 1.1

May 26th, 2008 · 2 Comments

I finally got around to updating my Adobe AIR apps to the latest version of the runtime. Argh.
They keep changing the sandbox! It is incredibly annoying to have to work around the sandbox, and then to have to go make seemingly arbitrary tweaks on every version update.
Regardless, I’ve now updated Bluegrid and Weewarify to work […]

[Read more →]

Tags: Adobe AIR · Open Source

Mootools beats jQuery and Ext for AIR

October 26th, 2007 · 6 Comments

When I recently updated an Adobe AIR app I’d written for AIR Beta 1, I found that I had to go to enormous lengths to continue being able to use Ext as a support library for it.

[Read more →]

Tags: Adobe AIR · Javascript

Blueprint CSS Grid Tool for Adobe Air

October 26th, 2007 · 5 Comments

I’m a big fan of the Blueprint CSS framework. In the process of using it to develop the base template for Banjo, the blog app I’m writing, I realized I need a tool to help me keep page elements lined up on the grid, both vertically and horizontally.
Blueprint comes with a background grid image to […]

[Read more →]

Tags: Adobe AIR · CSS · Open Source

Updated Weewarify AIR app to Beta 2

October 25th, 2007 · No Comments

After more work than I expected, I’ve updated my Weewar status notifier to work with the Adobe Air Beta 2 SDK.
There were two tricky parts to the update. The first, separating the AJAX/UI logic out into a separate sandbox. The second challenge was getting rid of the pesky scrollbars AIR seemed to insist […]

[Read more →]

Tags: Adobe AIR

Adding AIR mimetype to Lighttpd

August 20th, 2007 · No Comments

If you tell Lighttpd about the mimetype for your AIR apps, then your users will be properly prompted when they click on the files to download/install. If not, then their browsers will complain about unknown file types.

[Read more →]

Tags: Lighttpd · Adobe AIR