Archive for the ‘FDT’ Category

AIRCamp and SFUG are calling

Wednesday, February 13th, 2008

Sometimes it seems unbelievable how time flies. It’s been a week already since we had to call off our second devjam, since Wolli caught the flews. So we’ll have to delay the work on our new game.

But my own game, that I decided to call “BubbleMath”, advanced pretty well during the last weeks and I put some extra attention to the engine that’s behind the game: I added a ScreenController and AbstractScreens, which allow building static menus easily. I hope to be able to post a first screenshot soon. Right now, I’ll have to work on a quick slideshow player for my parents big birthday this weekend. Pew!

In other news… I got an invitation to the Adobe AIRcamp, Switzerland, which takes place in Zurich on 28th and 29th of February, and signed up right away. Besides a six hour AIR workshop the free event includes a 24 hour contest in developing an AIR application. The best program does not only win a Macbook but will also be promoted at this year’s best of swiss web awards in March. Only one thing left to say: Wheeee! :)

So, time to practice my Flex skills, which reminds me: my Liip colleague Sandro and I will be giving speeches about two ActionScript 3 workflow approaches at the Swiss Flash user group meeting in Zurich next Monday. One will consider the basic workflow setup with FDT and one will be about our recently evolved Flex template approach. So if you’re around and interested, sign up today! :)

FDT templates

Saturday, February 2nd, 2008

The day I found out that it is possible to define code snippets within the FDT plugin my productivity went up about 20%. I wasn’t actually aware of the feature until I stumbled upon it by chance so I venture there are more people out there that are missing out on this unique chance to boost their productivity. What is this all about?

FDT lets you define templates for frequently used code snippets that you can call via a key word you define.

For example: when you type “fori” and hit CTRL+Space FDT will suggest to write a regular for-loop for you and guide you from one crucial element of the loop to the other e.g. to change the suggested index or array the loop is performed on. Isn’t that great?
And it gets even better: you can create new templates and call them via the keyword you choose. Never want to write a singleton from scratch again? Here is how it goes:

(more…)

FDT 3.0 setup with Eclipse 3.3.x

Tuesday, November 27th, 2007

For those of you who’ve been looking for a quick introduction on how to setup FDT 3.0 with Eclipse 3.3.x in German this article by Jens Franke (if you havn’t bookmarked his blog, yet, now is the time!) may provide the end of your troubles. It is part of a collection of articles on how he arranges his AS3.0 workflow. Worth a glimpse for any flash developer working with AS3.0 since he shads some light on best practices in programmer-designer collaboration, as well.