The Power of Functional Programming

What is Functional Programming Banner?

The Functional programming paradigm treats computation as the evaluation of mathematical functions and avoids changing state and mutable data.

Record Classes in Java

image of woman and database

Learn how to define record classes in Java, and when to use record classes in your code. Stay up to date with the new Java features.

Communities Meet, Interact, and Evolve! I continuously learn new technologies and maintain the knowledge I already have by staying up-to-date with the recent developments. I chose to share my up-to-date knowledge through the communities I maintain on Facebook, Google+, Linkedin, WhatsApp and Telegram.   The following communities are international ones. The language to be used […]

PhoneGap Jump Start PRO

On friday december 20th 2013 I delivered a short jump start lecture about PhoneGap and its role in developing mobile cross platform hybrid applications. The lecture took place in HIT. You can find my slides at http://www.slideshare.net/lifemichael/phonegap-start-201312. I will be more than happy to get your feedback about my lecture. More info about my new coming professional […]

The jQueryMobile Touch Events PRO

The jQueryMobile library enables us to hook up with various types of events. The touch events is one of them. The following code sample shows how to do it in order to handle the taphold event. <!DOCTYPE html> <html> <head> <title>My Cycling</title> <link rel=”stylesheet” href=”http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.css” /> <script src=”http://code.jquery.com/jquery-1.9.1.min.js”></script> <script src=”http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.js”> </script> </head> <body> <div data-role=”page” […]

The jQueryMobile Grid Layout PRO

Using the jQueryMobile we can split our screen into columns. We just need to choose in advance the number of columns we want and use the relevant CSS class. Using the ‘ui-grid-a’ CSS class we shall get two columns, using the ‘ui-grid-b’ CSS class we shall get three columns and so on. In order to […]

Creating Custom Icons in jQueryMobile PRO

Using jQueryMobile we can create our own custom icons. We just need to create a PNG-8 transparent file in the 18×18 pixels size and define a new CSS class that refers it. The following video clip explains how to do it. The following is the code sample explained in this video clip. You can find […]

Facebook Meet Other Professionals, Interact, Learn, and Evolve! I am on facebook and I am always glad to meet new people who are into software development. If you are a software developer I will be more than happy to get to know you over facebook. Please send me a friend request and drop me a […]

Moving from Duke to Android INFO

In 1995 it was Java that changed the way we all think about software programming. In 2006 Android showed up. Today, it is clear that Android fulfills an important role in software programming. I have recently decided to change the logo I use at www.abelski.org. Duke will always have my respect. It is time to […]

Day in The Future INFO

Spectacular short video clip that shows a day in the future. Watching this clip together with my students we couldn’t avoid sensing the important role JavaScript and HTML 5 are going to play in the creation of rish user web based interface. Given today possibilities, this is the only option for creating cross platform user […]

Skip to content Update cookies preferences