The Standard PHP Library PRO

The  standard PHP library (SPL) exposes some of the PHP internal functionalities allowing the developer to develop PHP script that works in a special different way. Among the special possibilities SPL enables we can find the the possibility to access objects as if they were arrays and the possibility to iterate objects using an iterator. Implementing the ArrayAccess interface […]

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

HIT Scala Programming Summer 2011 ACD

During the coming summer semester (Summer 2011) I am going to deliver the Internet Programming course in HIT. This course is delivered as part HIT’s Computer Science BSc academic program. It starts with a detailed coverage of the Java programming language and continues with a detailed coverage of Scala. The topics in Scala I am going to cover […]

Shenkar Scala Programming Summer 2011 ACD

During 2011 Summer semester I am going to deliver the Java & Scala Programming course in Shenkar (www.shenkar.ac.il). This course is delivered as part Shenkar’s Software Engineering BSc academic program. It starts with a detailed coverage of the Java SE programming language and continues with a detailed coverage of Scala. The topics we are going to […]

Java Script Image Map PRO

The new version of the professional Java Script Programming course I deliver via www.xperato.com includes four new topics. One of the new topics is Image Map. We can create images the user can interact with. We can set separated touchable areas and assign each one of them with a URL address or with a specific […]

WP7 First Steps BIZ

During last months I come across many developers that share zero confidence in the WP7 platform. Many of them still share the dissapointment from windows mobile. Many of them still believe that the wireless operators will keep blocking microsoft. Many of them simply don’t believe that the WP7 platform can take off. In a dynamic […]

Amazon Android Appstore INFO

Amazon has launched its android appstore. During the very near future, developers who join their developers program won’t need to pay the $99 program fee for the first year. You can find more information about amazon android appstore browsing at https://developer.amazon.com/welcome.html, amazon appstore developers program.

HIT Scala Programming Course Spring 2011 ACD

During the coming semester I am going to deliver the Java & Scala Programming course in HIT. Its official name is ‘Internet Programming’. It is delivered as part HIT’s Computer Science BSc academic program. It starts with a detailed coverage of the Java SE programming language and continues with a detailed coverage of Scala. The […]

Generics in F# PRO

I have just completed to develop the 7th topic in my on going course for learning F#. It covers the usage of generics and among other sub topics it explains how to define a generic class and how to define a generic function. If you are already familiar with generics you will find this topic […]

Loops in F# PRO

Using functional programming languages you can significantly shorten your code. The new topic I have recently completed to develop in my on going F# Fundamentals course explains how we can code efficient short loops in F#. This course is available for free personal usage at www.abelski.com. The new clips I have recently completed to prepare present short code samples you […]

Update cookies preferences