Posted by: arunbluebrain on: January 28, 2009
Merapi is a bridge between applications written in Java and those running in and created for Adobe AIR™.
Merapi has been designed to run on a user’s machine, along with an Adobe AIR™ application and provide a direct bridge between the Adobe AIR™ framework and Java, exposing the power and overall capabilities of the user’s operating [...]
Posted by: arunbluebrain on: January 28, 2009
FluorineFx ( Mr. Zoltan Csibi Creator of FlourineFx ) provides an implementation of Flex/Flash Remoting, Flex Data Services and real-time messaging functionality for the .NET framework.
Currently the team is working on more tight integration into Visual Studio and the most recent commit to the repository is from the 27th of January 2009.
Check out the repository…
http://code.google.com/p/fluorinefx/
Posted by: arunbluebrain on: January 28, 2009
The ActionScript 3 API Reference is a free iPhone application that provides a quick and convenient method for accessing the ActionScript 3 API class reference documentation.
Screenshots
Main Screen, Class List, Class List Filtering, Class API Documentation, About Screen
Requirements
iPhone
The ActionScript 3 API Reference has only been tested on iPhone OS 2.2.
Install
Install from iTunes app store
Release History
1.0 [...]
Posted by: arunbluebrain on: January 27, 2009
I have been looking for a good geo-location API that I can host on my own server. I set this one up and want to see how close the results are in accuracy (please leave comments). The returned geolocation should match your ISP given proxies, overall it should be accurate down to city level.
This XML [...]
Posted by: arunbluebrain on: January 27, 2009
How to consume an HTTPService using Xml Object. You can see the power of Databinding in this environment.
You only need to set the property dataProvider=”{productsarray}” of the DataGrid to get all objects coming from
on results function.
Here an example of Xml object definition
<dataroot>
<product>
<id>1</id>
<total>2</total>
<name>Motherboard</name>
<price>100</price>
</product>
<product>
<id>2</id>
<total>2</total>
<name>Pprocessor</name>
<price>150</price>
</product>
</dataroot>
Now we [...]