RIAStats.com collects statistics about Rich Internet Application browser plugin deployments and provides the results publicly. The site uses a small javascript, much like Google Analytics, to detect the presence and version of RIA plugins. Like google analytics, any web site...
Read More
Using some of my previously covered material, I have created a Flex appication that displays Shapefile (.shp) polygons on a map. This demo includes three different shapefiles that give some information about Brazos County, TX. You'll notice that you can...
Read More
Just for fun, I've created a Google SocialGraph Explorer application in Flex. Google's web spider picks up XFN and FOAF information. The Google SocialGraph API makes that data available through a JSON API. Running Demo Source Code This application makes...
Read More
The following was created as an example ModestMaps implementation in Adobe Air. This application shows the basic functionality of Modest Maps. You will need both of the following projects. The ModestMap Library is a checkout from the ModestMap SVN ModestMapAir...
Read More
Last week I gave a short presentation on available Flex mapping solutions to the DC Area Flex Users Group. We covered Yahoo Maps, ILOG Elixir, and ModestMaps. Below you'll find links to the slides I used during that presentation, in...
Read More
Thanks go to Danny of TheGoldHold.com for a bunch of this information! In ActionScript, there is no method to manually completely remove an object from memory. That task is soley the responsibility of the Flash Player's garbage collector (GC). The...
Read More
Out of the box, horizontal scrolling in datagrids with many columns is not smooth; especially if your view has many visible rows. A cheap and easy way around this is to disable "liveScrolling". Without liveScrolling, the datagrid will not redraw...
Read More
ModestMaps is a BSD licensed project that enables Flex developers to create unique and robust mapping solutions. ModestMaps has the ability to use map tiles from almost any source; with built-in support for Google, MSN and Yahoo map tiles. View...
Read More