JavaFX and Facebook, the solution

When I started this blog, I was rambling with Facebook, JavaFX and alternative technologies.
It turned out that JavaFX is not ideal for social application development, because of various reasons.
Let alone JavaFX, applets are also not very ideal for social application development, if a RIA is necessary Flash is the solution, not even Flex.
Anyway Turning a [...]

How to put flash behind HTML

This was a big issue for me because on my new game arcade Goober when i try to pop up a feed dialog, it was going behind the swf.
I found this post searching about how to keep the flash in the background, I may extract only the hiding part and post it here later.
EDIT:
It turns [...]

About my Facebook posts

Going deeper in web programming i see that i did lots of unneccesary things. So my older posts are highly low in quality.
Also Flex/Flash is far more better than JavaFX for web applications.
I would recommend this book it is available as e-book. It’s a one night stand. After reading it you will know what to [...]

JavaFX and Facebook – Part 2

My first post describes how to deploy a JavaFX application to Facebook but I realized that it gives some errors on most computers, and it is not very practical
Here I will give a more clear example
My application is a Sudoku Solver, you can see it from the Pages of my site
One major problem that i [...]

Turning any JavaFX application into a Facebook application in 5 minutes

I say 5 minutes but it took hours for me to figure out.
On this post i will explain how simple it is to make any JavaFX application, a Facebook application, with complete source codes and step by step explanations.
There is already an app with JavaFX on Facebook but unfortunately they didn’t share their source code.
First [...]