Posted by travikk on August 30, 2010
How many times were you building your application thinking ‘Oooh, I’d love to have one of those cool splashscreens’ ? I’ve recieved literally thousands of emails asking about this. It has to be the biggest challange we developers could ever face… Right…
For purpose of this task I will be integrating the whole thing with Fabrication framework, which frankly is the best thing that could ever happen to anybody.
So you know what is about to be done, let’s get cracking then!
[...] Continue Reading…
Posted by travikk on August 30, 2010
Fabrication now has a great way to deal with asynchronous tasks. It is called AsyncMacroCommand. Basically it is a set of commands, which are executed sequentially – one after another is finished.
If you, for instance, want to pull users from the database and after that load their avatars, there is nothing that could be easier now! [...] Continue Reading…
Posted by travikk on August 3, 2010
Literally, every single developer struggles with this problem. How to create paint in AS3. The problem ends today because I’ve got a solution! [...] Continue Reading…
Posted by travikk on July 23, 2010
I am very happy to announce, that JetBrains has just released 9.0.3 version of IntelliJ IDEA editor.
It comes with a lot of bugfixes and improvements but also with some [...] Continue Reading…
Posted by travikk on July 1, 2010
As I’m sure, millions of you have wondered: how to make list able to be scrolled with slide of the mouse. Well wonder no more, as I’ve just cracked it. (read on) [...] Continue Reading…