Welcome!

Dennis Baldwin

Subscribe to Dennis Baldwin: eMailAlertsEmail Alerts
Get Dennis Baldwin via: homepageHomepage mobileMobile rssRSS facebookFacebook twitterTwitter linkedinLinkedIn


Top Stories by Dennis Baldwin

I wanted to write an article that would be useful to the developer community. Since Flash is gaining ground as a powerful development tool, this article will focus on using Flash to create a rich UI hooked up to a ColdFusion component. An effective Web site cannot exist without content, so this article will show you how to pull dynamic content into Flash. Pulling content from across the Web into Flash may be much easier than you expected. We're going to look at utilizing Macromedia's Designer & Developer (DesDev) XML feed. This XML feed will be pulled locally to our server, and then loaded into Flash. To accomplish this we'll be utilizing ColdFusion Components (CFCs), Flash Remoting MX, and Macromedia Flash MX components. Before starting, please be sure to download the necessary files from www.devmx.com/cfdj/mm_desdev.zip. Once you've downloaded the files, unzip t... (more)

Web Services in a Flash

Of course the latest buzzword in the world of Internet applications is Web services. So we're assuming that you already know what a Web service (WS) is and we're not going to worry about creating one. This article will focus on accessing a Web service using Flash Remoting, and displaying the information in a rich Flash UI. We'll be looking into the emfusion.com Web service which supplies the latest news and information to many organizations. The emfusion engine gathers up-to-the-minute content and makes it accessible to developers and Web administrators through a WS. Although th... (more)

Let Macromedia Flex Consume Your CFCs

In previous articles I've written about the power of integrating Flash and ColdFusion to build Rich Internet Applications (RIAs). In this paradigm Flash provides the user interface while ColdFusion is responsible for handling the business logic and sending data to Flash either through Flash Remoting or Web Service calls. In this article I'd like to shift focus a bit and provide a more programmatic approach to building RIAs. By this I mean using XML to create the Flash interface. The answer lies in Macromedia's Flex. This article will walk you through a simple application that retr... (more)

Flash MX Web Services vs Remoting

Flash MX 2004 Pro Web service classes or Flash Remoting components for ActionScript 2.0: Which is right for you? This article offers some guidelines. In just three years we've come a long way. It seems like an eternity since the days when I used to code CF pages with dynamic content served up to Flash, but let me stress how rudimentary it was. Flash back to December 14, 2001, when a little site called FlashCFM received Macromedia's Site of the Day designation. On several occasions I received e-mails asking me how on earth FlashCFM received this prestigious award. There was nothi... (more)

Flash Up Your Forms with Components

Flash MX has hit the streets, and some amazing applications are already under development. Macromedia has gone above and beyond by providing us with this fully functional Web development tool. Now with drag-and-drop components such as scrollbars, list boxes, calendars, and much more, developers can harness the power of reusable code. This will dramatically enhance the development process as well as cut down the time it takes to maintain and debug Flash applications. No longer "just an animation tool," as it has been labeled in the past, the new Flash has given rise to more full... (more)