webdesign, linux and lots of other stuff…

Category Archives: Programming

Actionscript development on Mac

I’m planing on starting up some small game projects in Flash using either actionscript or haxe with all open source softwares, just to look at the possibilities of doing interactive flash things using this tools.  It looks to be a bunch of different ways of compiling and making this possible but i have a hard time getting [...]

Shirt for coders

A real geek doesn’t go without having at least a couple of shirts in the closet with extremely nerdy sentences like “Can’t get it out of my <head>!”. For the webdesigner nerd that is without such a shirt, he or she can find some good quality shirts at www.shirtsforcoders.com.

Free flex book component

It’s hard to find a flipbook script for free but i managed to find one after a bit of searching, this script by Ruben Swieringa is still in alpha but works very good apart from some minor gliches. This is a good alternative if you don’t want to spend alot of money. http://www.rubenswieringa.com/blog/flex-book-component-alpha I used [...]

Javascript for Flash CS3 ActionScript 3.0 Part 1

I wanted to write down some information that i found hard to find when trying to implement simple JavaScript actions to a ActionScript Flash CS3 link. We will start by making a button that calls a popup from JavaScript within Flash CS3 Start by creating a new flash-file (CTRL+N) and choose ActionScript 3.0 Then create [...]