Introduction
Spry now supports the JavaScript Object Notation (JSON) data format. You can use ColdFusion to generate JSON formatted data that can be used by Spry. One advantage of using the JSON data format over XML is the JSON format enables a
I needed to create a web page that would show data from a database a page of data at a time and for each item shown, have a link that would dynamically load into the page--just below the item--more details about that item. The challenge was that
I recently was fortunate to study an advanced ColdFusion developer's code. I noticed his use of the valueList and listToArray functions to convert the values stored in a query column to an array. The array then was used to provide the bean with
I was recently working my way through a Flex tutorial on exchanging data with a backend ( see: http://learn.adobe.com/wiki/display/Flex/Part+II.+Exchanging+Data) provided by Adobe's Flex Developer's Center. The example in Adobe's tutorial uses
Mahaffie Half Marathon Race Report
Sometimes everything—training, preparation, weather, race course, and mental state—all come together in almost perfect harmony to create a special race experience. On November 3, 2007 I ran
Now that I've your attention...
I own and have studied almost all the Flex 2 and ActionScript 3 books published. However, when I encounter a problem in my Flex application development I first search through the online documentation provided by A
Introduction
A well-designed Flex 2.0 application involves integrating various components. Many of these components are provided for us in Flex (for example, DataGrid). But as you develop more sophisticated Flex applications you&r
Introduction
I'm working on a project where we allow the user to select multiple items from a list. If the user has previously selected multiple items in the list, then we show the user his previous selections as selected items in the list. I've
Introduction
I recently had to create an "upcoming events" Flex widget for work. The widget had to include an image and a title that linked to the area of our website that had more information. I started with the excellent image galler
Introduction
I recently had to create an "upcoming events" Flex widget for work. The widget had to include an image and a title that linked to the area of our website that had more information. I started with the excellent image galler