Routed Events in Silverlight PRO

I have recently completed to develop the Routed Events topic in my Silverlight course. The course community version is available for free personal usage at www.abelski.org. The professional version is available at www.abelski.com.

HIT PHP Web Applications December 2011 INFO

In December 2011 I will start to deliver a professional course for developing cross platform web applications in PHP. I deliver this course through the external studies unit of HIT. The programming language selected for the server side is PHP. Most of the course focuses on PHP. The rest of the hours are allocated for complementary […]

Navigation in Silverlight PRO

I have recently completed to develop the Navigation topic in my Silverlight Basics course. You can find the community free version (for personal usage) at www.abelski.org. The professional version can be found at www.abelski.com. The video clips below were prepared as part of this topic.

The Silverlight Application Model INFO

I have recently completed to develop the 6th topic of my Silverlight Basics course. It covers the application model in a Silverlight application. The community version of my course is available for free personal usage at www.abelski.org. The professional version is available at www.abelski.com. The following two video clips were developed as part of this […]

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″> […]

Skip to content Update cookies preferences