Fullasagoog

Show all feed information | Ping Blog Update

ColdFusion 7, Spry 1.6, and JSON - A Beginner's Tutorial 4 years ago

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

Use Spry and ColdFusion To Create Paged Data With Additional Information Loaded Using Ajax 4 years ago

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

Using The ValueList and ListToArray Functions To Convert Values Stored In A Query Column To An Array 4 years ago

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

Corrections To Flex Exchanging Data With ColdFusion Backend Posted on Adobe's Flex Developer Center 4 years ago

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

Sometimes It's Just Perfect and You Fall In Love With Running Again 4 years ago

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

Thanks To Adobe - I've Wasted Some Money 4 years ago

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

Using Flex 2 Custom Events and Public Functions When Creating Custom Components 4 years ago

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

Using Flex List Control's SelectedIndices and SelectedItems Properties to Pre-Select Multiple Items 4 years ago

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

Create A Flex Widget To Show Images With Auto Advance and Constrain Image Size 4 years ago

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

Create A Flex Widget To Show Images With Auto Advance and Contstain Image Size 4 years ago

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