PureMVC ColdFusion Integration Example Posted
Simon Bailey has posted an example of how to communicate with ColdFusion from a PureMVC Flex client, performing a query against a remote CFC.
Simon Bailey has posted an example of how to communicate with ColdFusion from a PureMVC Flex client, performing a query against a remote CFC.
O'Reilly InsideRIA is sponsoring a Flex 3 Cookbook Cook-Off , and the grand price is a ticket to Adobe MAX in San Francisco and $500 on O'Reilly books.
The SourceForge.net 2008 Community Choice Awards are open, and now is the time to submit nominations. Click here to nominate Flex SDK and select the "Best Tool or Utility for Developers" category (you can select others if you'd like, too, "Most Likely to Change the World" seems quite appropriate).
Samuel Asher Rivello has posted his ActionScript 3 and MXML Coding Standards . If you're getting started with Flex, this may be of use to you.
I just presented an opening session at WebManiacs in D.C. in the magnificent auditorium at The Carnegie Institution. Less than a handful of those present had any experience with Data Services, and so I spent the bulk of the time on LCDS, BlazeDS, data management services, and more. If you have yet...
I am on the way to Washington, D.C., for WebManiacs which starts tomorrow. I present an opening session, and then will have to duck out to catch a flight to Europe where I have meetings in Bucharest and Brussels. There still are some slots left for WebManiacs, so register now .
Yesterday evening I presented a session on data services at a Flex Camp in Toronto. I ran through a series of demos (and ran over time, of course) and several attendees asked (repeatedly, both during the session and afterwards) for me to clarify which needed Data Services and which didn't, as well...
I'll be in Toronto on Thursday for Flex Camp , and in Washington, D.C., on Monday for the opening of WebManiacs . Registration is still open for both events.
When Flex 3 was launched a few months back, we also launched a series of extensions that can be used from within CS3 products to create Flex skins. These extensions (for Flash, Fireworks, Illustrator, and Photoshop) allow designers to skin controls which can then be imported into a Flex 3 project....
Yesterday I wasted an hour or so debugging a Flex itemRenderer that I was using to display an image instead of a value in a DataGrid column. The renderer had to simply pick one of six images based on the column value, and so it contained a single tag and a function that set the Image source...