Testing Some Code
I'll be posting some code examples here eventually. One of the things I would like to focus this blog into becoming is a resource where people from academic communities and other web developer communities can come to learn from my successes and mistakes at the same time. I'm always looking for ways to improve and show people the ways I got what I needed to get done in hopes they can repeat the process and not have to be frustrated like I have been.
So here's a short snippet of code for MXML using the Wordpress plugin iG:Syntax Hiliter:
-
<mx:Application
-
xmlns:mx="http://www.adobe.com/2006/mxml"
-
layout="absolute">
-
<mx:Panel x="140" y="100"
-
width="250" height="200"
-
layout="absolute"
-
title="Educational Example">
-
</mx:Panel>
-
</mx:Application>
Note: The plugin doesn't support MXML syntax directly (for Flex and AIR apps), but MXML's closest ancestor according to the plugin docs is XML. Maybe someday I'll see about trying to get it to work and look more integrated into the blog page design (which I also hope to enhance/change sometime)




