Archive for the ‘Programming’ Category

Using XML Schemas in Eclipse / FlexBuilder

Monday, April 20th, 2009

UPDATE: After reading the entry by Misprintt on the SchemaManager and XMLDecoder more thoroughly, I felt the need to tell you all to go check it out! This is a very powerful undocumented feature of Flex (why undocumented?) that could potentially save loads of time on a larger project. Along with the rest of this article, you could automate the parsing of your XML files into bindable model classes with ease.

XML-Schema (.XSD extension) are documents used to describe the format of XML files. They are similar to DTD (Document type declaration) files but much more powerful.

xsd editor

While working on some XML documents for a Flash site, I stumbled across the XML-Schema editor for Eclipse. The editor shows the XSD as a graphical representation of the model that you’re editing that looks similar to a UML class diagram.

Here’s a great article on how it works.

(more…)

MVC cheat sheet

Wednesday, March 18th, 2009

Using Abstract Classes in the Flash CS3/4 Library

Wednesday, March 11th, 2009

The quest for the elusive “N-gleton”

Tuesday, February 24th, 2009

AS3 number to hex converter

Thursday, January 29th, 2009

Q&A – is, as, and type conversion

Tuesday, January 27th, 2009

AS2 EventDispatcher

Thursday, January 8th, 2009

Downsampling Flash – Converting AS3 to AS2

Thursday, January 8th, 2009

Flash Player 10 – 3D Example

Tuesday, October 21st, 2008

Flash player 10

Wednesday, October 8th, 2008