
Welcome to Hong Kong Adobe Flex and AIR User Group (FxAIR.org) at Adobe Groups!
For latest information. Please visit our hosted site at http://www.fxair.org.
==================================================================
歡迎來到 Adobe Groups 的 香港 Adobe Flex 及 AIR 用戶組 (FxAIR.org)!
如欲知道最新的資訊 請瀏覽主站 http://www.fxair.org
FxAIR.org haxe.unit, the unit testing package bundled in Haxe std library - May 18
Not sure if you know, there has been a minimal basic unit testing package, haxe.unit, bundled in the Haxe std library, since Haxe 1.02! Although its functionality is minimal, but it is enough for most of the projects and being very target independent. I would definitely recommend it to any beginner of writing unit test. The haxe.unit ...
FxAIR.org jQueryExtern 2.0.0-alpha.1 - May 14
It took longer than expected, but jQueryExtern for Haxe 2.0.0-alpha.1 was released to haxelib! The cool parts: Supports jQuery version 1.9.1/2.0.0! Note that 2.0.0 has the same API of 1.9.1, but removed support of IE 6,7,8. jQueryExtern is now generated from the official jQuery documentation in xml format. It means it will be updated faster, more accurate ...
FxAIR.org Setting up a Processing Android project in Eclipse - Apr 24
Processing is written in Java, and it plays very well with the Android platform. Every serious programmer knows that the Processing IDE is far from being a proper IDE, and the official Android IDE is Eclipse, so we better stick to Eclipse. To setup a Processing Android project in Eclipse, follow these steps: Setup a normal Eclipse ...
FxAIR.org FxAIR.org Tech Gathering #14 Summary - Apr 5
以下為是次聚會既總結供大家參考 ** 請留意下一次聚會為 2013 年 5 月 25 日 ** Vicker Leung 簡介幾個近期的新 products - Apache Flex 4.9.1 (http://flex.apache.org) - Adobe AIR SDK 3.6 (http://www.adobe.com/devnet/air/air-sdk-download.html) 另外分享左 FXG o係 Adobe Flex mobile app 開發的經驗 - Presentation Slide (http://www.slideshare.net/vickerleung/fxg-and-flex-mobile-development)
FxAIR.org Automated unit-testing for Haxe project using Travis-CI - Mar 18
What is Travis-CI? Travis-CI is “a hosted continuous integration service for the open source community”. It is tightly integrated with github, once we enabled its commit hook, whenever there is a new commit, or a pull request, on any branch, it will automatically build and run the unit test and notify us any problem respecting to ...