User Mouse Tracking / Website Research

If you use website statistic tools – and thats something i guess everybody is interested in – you got well numbers about how many users visit your website and exactly which page of your website. You will also know from which other website the came and which key words they used within Google to get […]

Read more

Dynamic Resize Flash Application Container / Flash Stage ( without external JavaScript )

[Update: Add complete Flash Builder project source files. ] If you have dynamic content within your Flash application or you have several states or „pages“ implemented, which all have different content, it might be helpful to resize your flash aplication container within the html- context. For this it’s not enough to resize the application from […]

Read more

Quick start with Flash ExternalInterface class

The ExternalInterface class allows you to communicate with the Flash wrapping container, which is usually the HTML page with JavaScript capeability. It allows you to send data from ActionsScript to JavaScript and vice versa. The ExternalInterface class is implemented for nearly all current browsers. Please see the documentation for a detailed list of the supported […]

Read more

FFK10 – Day 2

Hallo und Humppa nach Norddeutschland, Nach einem gelungenen Beisammensein bei der Audiotool-Party, konnte es mit dem zweiten Tag der Konferenz losgehen. Usabillity Testing Das erste mal auf der FFK vertreten führte Tobias Hauser den Zuhörer in die Welt des struktierten User Tests ein. Was machen wenn der User meint die Webseite sie nicht nutzbar oder […]

Read more

FFK10

Hallo und Humppa nach Norddeutschland, wie immer: wer nicht gerade in Köln bei der Flash Forum Konferenz (FFK10 – http://ffk10.flashforum.de) ist der verpasst etwas. Dieses Jahr geht das Treffen der größten deutschen Community zum Thema Flash und Flash Plattform in die bereits 10 Runde. Wieder einmal konnte die Konferenz mehr Teilnehmer als im Vorjahr anlocken. […]

Read more

JavaScript Timer Class

Here is a little JavaScript Class which allows you to have timed function calls. Of course there could be different instances of these timers. Here is a example how to use it: var timer = new Timer( {’interval‘:1000} ); timer.start( timedFunction );   function timedFunction(){ // called every 1000 milliseconds }var timer = new Timer( […]

Read more

Connect OpenOffice with MAMP/XAMPP MySQL on OS X

Just to have a note for myself, here are some steps you need to know to connect your MySQL Database with OpenOffice e.g. for creating form letters. You need to create a ODBC connection. First step is to install the latest ODBC drivers. For MySQL you will get them diretly from MySQL: http://dev.mysql.com/downloads/connector/odbc/. Just download […]

Read more

Posts navigation