OpenSocial: Parsen van gegevens van en naar Flash-movie.

De OpenSocial applicaties worden gerenderd / getoond in een iFrame. Hoe is het nu toch mogelijk om de gegevens die ontvangen worden van OpenSocial te gebruiken in een Flash-movie? FlashVars Een methode is het meegeven van deze data als ‘FlashVars’. Dit is echter niet de mooiste manier. Er kan nu weliswaar gecommuniceerd worden van OpenSocial… Continue reading OpenSocial: Parsen van gegevens van en naar Flash-movie.

Home automation: Controlling your heating remotely

When buying my house we went during the visit also to the basement. At this place the so called Mercedes of the house was installed: The Vitola 200 oil-fired heating/boiler controlled by the Vitotronic 200 type KW2 produced by the firm Viessmann. Installation and material was about 6000 euro when checking the invoice. Maybe this… Continue reading Home automation: Controlling your heating remotely

Linux: Let your program run as background service

In this post you will learn how to convert your headless Linux program to a service running in the background. Here with headless is meant a program without user interaction and without graphical user interface (GUI). Assumed is that you are running a Linux distribution with Systemd enabled, like Ubuntu 15.10. In the example below,… Continue reading Linux: Let your program run as background service

Adobe Flex with a PHP back-end

You would like to create a great Adobe Flex application which will show data from a MySQL-database. You Googled around and found BlazeDS would be a great back-end solution for retrieving your data. Bad luck, you have no Java experience and/or your hosting provider is not equipped to allow you to deploy BlazeDS at a… Continue reading Adobe Flex with a PHP back-end