Simple TypeWriter effect for Flash / Actionscript3 v0.1
I just implemented a simple type writer effect for flash / actionscript3. In this article I’m going to show you how to use it. You can download the as3-class and use it for free.
I just implemented a simple type writer effect for flash / actionscript3. In this article I’m going to show you how to use it. You can download the as3-class and use it for free.
If you need a subversion plugin for Flex Builder 3 (eclipse), you might be interested in this article. There’s an excellent article on http://as3gaming.com/wiki/Flex_Builder_3_And_Subversion though, but the author referred to a subversive-version, which causes troubles. Here’s the guide:
Most java-programmers will tell you, they understand the Java access-modifiers public, private, protected and default.
In fact, some important points are sometimes misunderstood. Here comes the factsheet.
TinyButStrong is a template Engine for php. It’s pretty easy to use, as long as you have simple cases and flat hierarchies, but it can take some time to manage more complex stuff. This article describes how to display a hierarchy of objects (which means nested lists of objects – thus lists of objects, that [...]
I recently implemented an application in flash and stumbled across this weird error message: ArgumentError: Error #2012: [...] class cannot be instantiated.
If you have this error, there’s a good chance that you extended an “abstract” class. AS3.0 doesn’t support abstract classes but that doesn’t mean, they don’t exist:)
Some of Flash’s own classes (like DisplayObject) are [...]
The design-pattern Double Checked Locking (DCL) can reduce locking overhead when implementing lazy initialization. Using it with synchronize-statements in java is at least dangerous and for java 1.4 it simply doesn’t work as expected.
Dynamic Proxies can make your developer-live easier. Imagine AOP, Transactions decoupled from your objects, Dependency injection…
Being mainly a Java-Developer, I searched for this feature in php. In this case, I am limited to “standard”-php. That means, I am not able to install PECL-modules or similar stuff. Everytime I thought I found an existing solution for [...]
Ich habe angefangen, einen Java-Client für die Erstellung von Web-Bildergalerien zu entwickeln und bin auf Java-Webstart gestossen. Das hat auf den ersten Blick sehr nett ausgesehen und vor Allem: Einfach für mich, einfach für den Anwender. Bis die ersten Probleme aufgetreten sind. Nach mehreren Stunden trial and error möchte ich meine Erfahrungen nun schildern, um [...]
Ever tried to search for curly braces ({/}) with xPath 2.0 (Saxon 8 )?
I had some problems trying to tokenize a string.
You can use SQL-statements to search for content. But it doesn’t always produce what you might have thought of.
Spaces in searched content lead to unexpected behaviour.