Login   Register  Search
Java, .NET and other useful programming tips.

Courtesy of Discreet-Geek.Com. .NET 2.0 and 3.0 offer two very different ways to serialize object data into something else, namely XML and bytes. This article will compare the two methods for you, as well as offer some words of wisdom.

 

Veteran 4GL programmers, OO Framework gurus, and other geeks far and wide would gasp and pale if they knew what implications the title of this article brought with it. Given the combination, and the often over trusted Object Oriented promises of ActionScript 2.0, anyone with a solid programming background would be a bit surprised, at the very least, by the behavior of this 'MovieClip Monster'.

 

Courtesy of Discreet-Geek.Com. When it comes to Java you hear the word framework used often, a framework is basically an encapsulated way to do something, wrapped up in one or more libraries.

 

Before you create a new component object in flash Actionscript, consider its attributes and whether the component you are intending to design is actually more than one individual component. Define each of the subcomponents, and their properties, in a separate class file so that the application is broken down properly into individual objects. This will save you a lot of headache in the long run, even though it may take a little bit more time( I promise that it will pay off, I know this from experience).