In August, I posted a simple application that shows how the Flex 3 AdvancedDataGrid handles XML data. What I did not discuss in the accompanying blog entry is the fact that binding the XML from the server directly to a UI component is not generally the best design for a real-world application. Unless you’re building [...]
The ConfigService class in the Alfresco Flex SDK is responsible for getting server configuration information from an external XML file, and making that information available to other SDK classes. The class works well generally, but it does have a quirk that can really trip you up: it sets default values for the configuration variables, and [...]
This evening at Max, Adobe presented their annual Sneak Peeks, which are demos of new technologies that they may or may not release in the future. Two of these new technologies pertain to Ajax. One is a tool set that is intended to help developers integrate pre-made Ajax components into their sites. The other is [...]
Don’t you love acronyms? I probably could have come up with a more descriptive title for this post, but the acronyms were just too much fun to resist. The disadvantage is that the title probably leaves you wondering what this post is actually about. Well, I’ll tell you. It’s about issues that Internet Explorer has [...]
Thanks to everyone who attended the Putting a Flex Face on Alfresco webinar. I hope you found it useful. If you didn’t get to attend the live webinar, that’s OK: the good folks at Alfresco recorded it, and you can view it here .
I cleaned up the code a bit and added some comments, and [...]
In case you haven’t heard, Alfresco is an impressive open-source content management system. And of course you probably wouldn’t be reading this blog if you didn’t already know that Flex is a killer technology for building world-class user interfaces. Seems like someone should put the two technologies together, no?
As it turns out, Alfresco has [...]
In a prior post I promised to provide some thoughts on the AdvancedDataGrid and XML. Well, that post was written about 4 months ago, and I’m finally delivering. I’ve put together a simple demo to show how the AdvancedDataGrid works with XML data:
Each of the first three tabs works with a different XML file. [...]
I had a good time at FlexManiacs. It was great to see some old friends and make new ones. I also got to sit in on some interesting presentations.
I’ve posted the files from my own presentations as follows…
Introduction to ECMAScript for XML (E4X) - This download includes a PDF of the slides, plus two Flex [...]
First off, I need to thank Ricky Bacon for bringing this to the attention of the Flashcoders list. Click on the image below to see the full-size screen shot, and you’ll see what happens at this particular AOL page when you visit it using the Debug version of the Flash Player. Make sure to read [...]
In the grand scheme of things, this may not seem like a big question. However, as a developer who likes to reference the API documentation frequently, it seems significant. The question is this: Why does the Flex 3 Help feature bury the API documentation when the Flex 2 Help feature made it so readily available?
Here [...]