Ferry Boender
Programmer, DevOpper, Open Source enthusiast.

Nobody’ll probably get a chance to read this because not before long my connection will undoubtedly be dead again, but for the moment things seem to working again. I hope, I pray, I beg for my connection to actually keep working, but I’m not holding my breath. Anyway, everything will soon be moved over to […]
I never really gave it much thought, but it turns out that, naturally, Javascript supports Object Oriented programming. It’s a bit awkward, but still: /***************************************************************** * Class description *****************************************************************/ function MyClass(param1, param2) { /*———————————————————— * PROPERTIES *———————————————————–*/ this.property1 = false; thisObj.eventHappened = false; /*———————————————————— * METHODS *———————————————————–*/ /** * method1 */ this.method1 = function(param2) { […]
Search this blog:
The text of all posts on this blog, unless specificly mentioned otherwise, are licensed under this license.