Quick Hint: Fix Debugging in Firefox
The new Firefox 3.6 “Crash Protection” makes debugging with Flash Builder/FDT impossible. A small change in firefox config allows to fix that problem.
The new Firefox 3.6 “Crash Protection” makes debugging with Flash Builder/FDT impossible. A small change in firefox config allows to fix that problem.
(for libraries, pedants and teams)
I am just in the midst of working at an application that takes a closer look at the swf’s we publish. While doing so I recognized that there are some things one might want to consider when you finish your work at a .swf that I saw many people not take [...]
As mentioned in one of my former posts, last week I was able to hold a presentation about threads at the flex user group cologne. The recording didn’t work properly so I translated it to english and held it once more in our office for a few colleagues, this time the recording worked, enjoy!
Some things in the Http specification are counterintuitive. Working in the client-server programming field, this is something that I have to deal with every now and then. One case in particular is stressful in the environment I work.
I have been holding a presentation today at the Flash User Group Cologne about Threading and a processor I wrote as addition to the libspark thread framework.
Not much on the blog going on these days. Well. I am working in my spare time hard on nanosome. A new opensource project from me and my friend from russia (Mr. D). Up to and for now we are trying to proof the basic concepts. Once that is done you will find some introductions [...]
This week I finally found some time to take care about two – long overdue – tasks at the Road to tag cloud 1 that I finally brought me somewhere further on my journey to a Wordle like tag clouds: Open Source and Performance …
For quite some time it was a bit silent on this blog. Not because I lacked ideas to write about or the community became unimportant for me. I’ve spent a lot of extra time on the weekends and in the evenings to organize my (as for now) most intense event: The marriage with my lovely [...]
Yesterdays launch of Firefox 3.5 included some interesting new features which I really wanted to try out. Worker threads and Pixel manipulation support took my special interest.
Technically its comparable to Pixel Bender and the BitmapData API from Adobe Flash.Both offer at least two threads and [...]
In many of the Spark Projects presentation there is one tine little class presented that actually really rocks: the SWFWheel.
In fact Izukawa’s little project has no other purpose but fixing the mouse wheel event for the mac. For those who don’t know: On the mac browsers the [...]