The Faces Application INFO
The Faces application assists teachers with remembering their students. It is a simple application to use that most of it was developed in Scala. It uses the Bing Java SDK for fetching the students images from the web. It was developed by Dor Schaike, Oded Azulay and Nofar Chanuka, who took part in the Internet […]
The Google +1 Button BIZ
Google has started (currently still an experiment) to allow its search engine users to recommend sites they find through google by pressing the +1 button. I have just enabled google +1 button experiment in my google account. The following video clip shows how does it work from the private end user perspective. The following video clip […]
The PHP __autoLoad($str) Magic Method PRO
The PHP __autoLoad($str) magic method is been called when a class is required. We can define it in our PHP script and let it handle the inclusion of a separated PHP script source code where the class is defined. I have just updated the Object Oriented Programming slides in my PHP Fundamentals course with a […]
Log4Net Jump Start PRO
Log4Net is a .NET port for the famous Log4J logging tool. I have recently updated my ASP.NET course covering this tool. The following video clip is a 5 min jump start that will assist you using it in your work.
Vaadin Data Binding PRO
I have recently completed to develop the data binding topic in my Vaadin Basics course. The following video clips explain some of the core ideas in Vaadin data binding. You can find the source code as well as the slides available for free personal and academic usage at www.abelski.com.
ASP.NET Data Binding PRO
I have recently completed to cover the ASP.NET Data Binding topic in my ASP.NET course. You can find its community version available for free personal usage at www.abelski.com. The following video clips were prepared in order to explain the basics of this topics. Both the source code shown in these clips and the slides can […]
Angry Birds in HTML5 INFO
We can now find an HTML5 implementation for Angry Birds. Angry Birds is not the only game. You can find HTML5 implementation for many games. HTML5Games.com is a good resources to start with. The Angry Birds HTML5 version is currently available as a free Chrome OS application at Google Chrome Web Store.
Scala Typed Patterns PRO
When dealing in Java with an object we don’t know its type we need to use a series of if-else statements and instanceof casts in order to check the exact type of our object before moving forward with casting the type of the reference we hold in order to invoke the relevant method. Scala allows […]
Technion Analysis & Design using UML June 2011 INFO
In June 2011 I will start lecturing the “Analysis & Design Using UML” course. The course will take place in the Technion as part of a long term .NET course. The course includes five meetings and aside of going through UML it includes practical labs through which the participants will gain practical experience in analysis […]
Vaadin Application PRO
The Application class is the entry point. The object instantiated from that class is responsible for creating and managing the user interface components. Each and every user session has its own Application object. The fourth topic of my Vaadin Basics course focuses on this class and covers various related issues that become relevant when developing […]