The Israeli Guide to UML INFO
I have recently started to work on writing a short practical guide that teaches UML. The guide includes texts and video clips. The texts were written in Hebrew. The video clips were taken in Hebre as well. You can find it at www.UMLBook.co.il.
Dependency Properties in Silverlight PRO
I have just completed to develop the Dependency Properties topic in my Silverlight course. The slides and the relevant video clips can be found for free personal usage in their community free version at www.abelski.org. The professional version of this course is available at www.abelski.com. The video clip below was prepared as part of this […]
The Israeli Guide to Scala INFO
I have recently started to work on writing a short practical guide that teaches the Scala programming language. It includes short text and video clips. You can find it at www.ScalaBook.co.il.
Layouts in Silverlight PRO
I have recently completed to develop the Layout topic of my on going Silverlight course. You can find its community free version at www.abelski.org. The professional version is available at www.abelski.com.
Abelski Professional Webinars INFO
I have recently decided to start using webinars for delivering my knowledge and experience. I will deliver my first professional webinar on December 4th. It will be kind of a PHP Jump Start and apart of PHP it will cover various web technologies such as JavaScript, Ajax, HTML5 and jQueryMobile. During the webinar itself I […]
Mouse Events in Silverlight PRO
We can easily handle the various mouse events by referring their events. These events are usually available as properties of the elements we work with. The following code sample access those properties using their corresponding attributes in the XAML code. The XAML file: <UserControl x:Class=”SilverlightApplication13.MainPage” xmlns=”http://schemas.microsoft.com/winfx/2006/xaml/presentation” xmlns:x=”http://schemas.microsoft.com/winfx/2006/xaml”> <Grid> <Grid.ColumnDefinitions> <ColumnDefinition></ColumnDefinition> <ColumnDefinition></ColumnDefinition> </Grid.ColumnDefinitions> <Canvas x:Name=”Surface” Grid.Column=”0″> […]
The Israeli Guide to Android INFO
I have recently started to work on writing a short practical guide that teaches how to develop Java applications for the android platform. You can find it at www.AndroidBook.co.il.
Shenkar Scala Programming Autumn 2011 INFO
During the coming semester I am going to deliver the Java & Scala Programming course in Shenkar. Its official name is ‘Internet Programming’. I deliver this course as part of Shenkar’s Software Engineering BSc academic program. The course starts with a detailed coverage of the Java SE programming language and continues with a detailed coverage of Scala. […]
HIT Scala Programming Autumn 2011 INFO
During the coming semester I am going to deliver the Java & Scala Programming course in HIT. Its official name is ‘Internet Programming’. I deliver this course as part of HIT’s Computer Science BSc academic program. I deliver this course for two groups. Both groups take place on Mondays. The first takes place during 1200-1600. The second takes […]
Tel Hai Java EE Autumn 2011 INFO
During the coming semester (Autumn 2011) I am going to deliver a detailed Java EE course in Tel-Hai. This course is delivered as part of Tel-Hai Computers Science BSc academic program. We are going to cover the following Java EE topics: Java Servlets & JSP Java Server Faces Java Persistence API We are going to […]