Last week at FITC Amsterdam I attended Colin Moock’s session about the next version of ECMAScript. As ECMAScript is the language standard on which Actionscript is (somewhat loosely) based, this means that most proposed features for ECMAScript 4.0 will also be in Actionscript 4.0 (hence the name “Actionscript 4??”). Do note that most of the proposals are still just that.
Here’s a quick summary:
» ..read on
Oh man this was just too awesome! Today was the second day of FITC Amsterdam and it just got even better than it already was.
Right now I’m still rushing on adrenaline and waiting for fatigue to kick in, so here’s just a little overview, more lenghty reviews will follow in the next few days..
Having overslept I walked into today’s first presentation not before halfway through, and honestly I instantly regretted not having been on time. Koen de Weggheleire did a really good job entertaining the audience (which still seemed kind of sleepy and reluctant with applauding) with his presentation about bitmap-manipulation. Especially the fly-smashing part really got me smiling.
The rest of the day was really just one big bunch of inspiration, seeing some really beautiful artwork by Jared Tarbell (here are the pieces he showed) and also Erik Natzke.
Also really mind-blowing was all of the audio-stuff Andre Michelle had to show (but more about that later).
In my opinion the best part of today was James Paterson’s (most inspiring) presentation. I was already familiar with the work he’s done for VH1 and as it turns out I had already come across his website a couple of years ago, so seeing him show off all of his insanely awesome animations, characters and drawings was althemore exciting/interesting.
Yes I am. Jesse from Actionscript.org was kind enough to hook me up with some tickets for FITC Amsterdam 2008, this is awesome.
I’m particularly excited about getting to see Joshua Davis talk, I remember being baffled when I first saw his work. Also, I’m very curious as to what Erik Natzke will be talking about, but I guess I’ll find out tomorrow..
I’ll try to keep you guys posted over the course of the next two days.
When some time ago I was bored I started this little AI experimental project (Actionscript-only, no Flex), tonight I had some time on my hands and decided to finish it.
The main reason behind this was to get a grasp of the utter basics of AI. Alongside that I also thought it’d be cool to try to have classes work with as little knowledge as possible about other classes. Do mind that this is not an example of best-practices, merely a little experiment of mine.
In this project is that there are three different types of organisms; rock (blue), paper (red) and scissors (green). Naturally if a paper encounters scissors then paper dies. If two organisms of the same type (i.e. two papers) encounter eachother, another organism of the same type will be born.
Check it out by clicking the image below, source-code is available as well. You can toggle the visualisation of the grid by hitting the space-bar.
Oh, and sorry for being too lazy to think of a clever name

As promotional material for today’s view day at my course I made an interactive mindmap which was beamed onto one of the walls of the classroom of the ‘Next Web’ minor.
I got some really positive responses so I decided to post it here, click the screenshot below to check it out (navigate by clicking an element). Also feel free to check out the source-code.

Credits also go to Mark Shepherd, I used his very very awesome and super-easy to use SpringGraph component. I also used Maikel Sibbald his Sticky ToolTip for the description of every element, so thanks man.
On top of that I used the Flex component kit for Flash as to be able to create the visual effects of elements in Flash.