Archive

XMLDisplayManager 003

February 4, 2011 by fMajakovskij

XMLDisplayManager gets a couple of new methods a some bug fixes.
Let’s get started with a live example.

Check if an xml attribute exists

February 2, 2011 by fMajakovskij

This is the best method I found so far to check is an xml attribute exists and have some value set.

trEnv got 1.2 update!

November 8, 2010 by fMajakovskij

trEnv got 1.2 update!

fXML 0.2.5

April 9, 2010 by fMajakovskij

Just a quick update of fXML, a free XML editor built in Flash and Adobe Air.

fXML 0.2 is here!

March 31, 2010 by fMajakovskij

After a long time, here an update of fXML.
It looks like a minor update, but a lot was rewritten under the hood…

Welcome fXML, a free XML Editor

February 9, 2010 by fMajakovskij

I’m pleased to annunce fXML, a free XML Editor built with Adobe Flex/Air.
It’s still in an early stage, but I hope it could become a kind of a nice and useful tool.
More info here…

Adobe Air: Application Log made easy

January 10, 2010 by fMajakovskij

This is a simple class that let you add to your Adobe Air application a simple logging system.
Sometimes there’s need to log the application activity outside the authoring environment or for long time.
This class comes to cover this need….

WordPress XML-RPC and Actionscript 3.0

December 14, 2009 by fMajakovskij

A while ago I stumbled upon this nice ActionScript 3.0 library to work with the Wordpress XML-RPC calls.
It does extends the more abstract XML-RPC AS3 library brought from Akeem Philbert.

I did decide to give it a try…

Adobe Air: add NativeMenuItem to existing NativeMenu

December 2, 2009 by fMajakovskij

If you want to add just a single (or more) NativeMenuItem on the your existing NativeMenu, you can do it without recreate all the NativeMenu structure.

Air Updater made easy, with scheduling

November 25, 2009 by fMajakovskij

If you are developing an Air application, you should to know how it is important to use the great automatic update process provided by the Air framework. Having the option to fix some bugs or give more features to your users, with a seamless process, is quite amazing.