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 [...]
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> [...]
Posted by: arunbluebrain on: January 27, 2009
Google today released a new tool that will make learning and testing code for Google’s Javascript APIs a lot easier. Google’s interactive AJAX API Playground gives developers an easy to use interface to write some basic Javascript code for Google’s eight Javascript APIs (Maps, Search, Feeds, Calendar, Visualization, Language, Blogger, Libraries, and Earth). The API [...]
Posted by: arunbluebrain on: January 27, 2009
Adobe launched a new Peer connection service called Adobe Stratus into beta. The service allows 2+ Flash Player 10 clients (or AIR 1.5 clients or mixed) connect directly to one another using a new protocol in Flash Player 10 and AIR 1.5 called RTMFP (UDP based). With a Stratus developer key you can now write [...]