-
Archives
- October 2009
- September 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- November 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
-
Meta
Tag Archives: data
Showcase | Visualizing data Roundup
The way you present the data to the public, will determine the success on the user understanding or not. Therefore is it important to define it, by developing and testing several ways to present the same data. Creating charts can … Continue reading
Posted in Data Visualization, Frameworks, Resources, Showcase
Tagged adobe flash, adobe flex, api, AS3, charts, collections, data, Frameworks, Graphics, Resources, Showcase, statistical, tools, visualizing data
5 Comments
Component | Open Source TreeMap Component
A treemap displays hierarchal data in a truly fascinating way. Using a limited rectangular space, a series of nodes display relationships between items through visible properties such as size and color. Furthermore, by structuring your data into categories, you can … Continue reading
Posted in Components
Tagged Adobe, component, data, download, Flex, Open Source, Resources, treemap, visualization
Leave a comment
Tutorial | Charting with XML on Flex
Here is a nice tutorial where you set up a column chart, import XML data and format the chart in Flex. Read Tutorial
Tutorial | Sending, manipulating and receiving data with sendAndLoad / AS2
Nice and simple tutorial showing you the way to send / receive data on Flash using PHP script. Read Tutorial
Showcase | Bestiario – How to graphically show data in 2D and 3D
Biskero, is a nice site using their own PV3D 3D Framework, that shows you several ways to graphically display data. It is one of the showcases, about data display. Hope it can helps you, on your future projects, when handling … Continue reading
Visual Display of Data
If you are a Flex developer, and you haven’t checked out Degrafa yet, you should. Degrafa is an open source declarative graphics framework for Flex. It allows you to easily create complex shapes, patterns, skins, gradients, strokes, etc… without … Continue reading
How to make a login/password entrance with flash & asp
Did you never want to have a login entrance to your flash site? Here it is the ASP code you need to communicate from flash to the access database. <%@LANGUAGE=”VBSCRIPT” CODEPAGE=”1252″%> <% ‘open the database—————————————————— set conn=server.createobject(“adodb.connection”) cnpath=”DBQ=” & server.mappath(“mydb.mdb”) conn.open … Continue reading
Posted in Actionscript, ASP, Source Code
Tagged access, actionscript 2, AS2, ASP, code, data, database, Flash, login, password, Source, Tips
3 Comments