Ben Forta

Blog

January 12, 2004

CFUG Presentation in Scotland

I'll be in Edinburgh later this month, and will get the chance to speak to the Scottish CFUG (for the first time) on Monday, January 26th. Topic and specifics have not been announced, so no details yet (although I think I can safely assume that we'll meet for drinks). Details should be posted...

January 11, 2004

Flex Example: ColdFusion Generated Flex

My last Flex blog post demonstrated Flex as a ColdFusion client, a n-tier application using ColdFusion as the logic layer and Flex as the presentation layer. Here is another way to integrate Flex and ColdFusion; dynamically generated Flex. Click on URL http://www.forta.com:8100/cf/flex/tree.cfm to...

January 8, 2004

Car Bluetooth Fails Me

It had to happen, I just ran into the first real glitch in my car's Bluetooth feature - no support for +. All dialing is via voice recognition, you say "dial" to dial, "pair" to pair a phone, "phonebook" to access the phonebook, "one" for 1, and so on. Managing phones and phonebook entries works...

January 7, 2004

Java Does Not Belong on the Client

I've been buried in DBMS software this past week, and just finished brand new installs of DB2, MySQL, Oracle, PostgreSQL, SQL Server, Sybase on Windows and Linux boxes. (No, I am not a masochist, this was to test SQL scripts on lots of platforms). Of the six DBMSs listed, all but MySQL and...

January 4, 2004

ActionScript Code Used in Flex Example

A few of you asked to see the ActionScript code use to implement the query2tree() function used in the Flex example I posted last week. So, here it is: function query2tree(src) { // Define tree object var tree:XML = new XML(); // Define vars var recNo:Number, itemCount:Number; var rec:Object; var...

January 3, 2004

Flash Based NASA M2K4

Stay on top of the Mars Exploration Rover Mission via NASA's Flash based M2K4 site at http://www.nasa.gov/externalflash/m2k4/frameset.html. Animations, images, Mars surface exploration, trivia and more.

January 1, 2004

Flex App: ColdFusion Resources List

My ColdFusion Resources page lists columns, articles, presentations and more. Over the years the list has grown to the point that the page requires about eight page-down scrolls to see the entire two column list. So, this page seemed like an ideal first Flex app; a tree control showing categories...

Page 386 of 489 (4889 posts)