Scala Basics Video Clips PRO
I have recently completed to develop several video clips that explain fundamental topics in this programming language. The clips were developed as part of the ‘Scala Fundamentals’ course I am working on. This course is available for free personal and academic usage at www.abelski.com.
C# Supports The goto Command PRO
I was recently surprised to find out that C# supports the ‘goto’ command. I tend to believe that most of the readers of this post have already heard during their lessons in the university that using the ‘goto’ command is very bad, they should never use it and that is also the very same reason […]
Apache Commons File Upload PRO
The Apache Commons open source project includes various useful components we can use in our code. One of them is the FileUpload, that allows us to develop a Java Servlet (or a JSP document) that handles files uploads. The following video clip presents a small code sample for handling a file upload coming from an […]
HTML 5 Forms PRO
During my recent research about the new HTML 5 forms capabilities I found many new attributes, new input controls and new capabilities that may assist us with the development of rich internet web applications. The final findings are summarized in my ‘Introduction to HTML 5’ course, available for free personal and academic usage at www.abelski.com. […]
HTML 5 Communication Between Windows PRO
HTML 5 allows us to implement direct communication between separated windows. We can use it for sending textual messages in both directions. I have recently completed to develop my presentation for explaining this possibility. You can find it in my ‘Introduction to HTML 5’ course. The course is available for free personal usage at www.abelski.com. The following […]
The HTML 5 Video Tag PRO
I am working now on updating the slides of my ‘Introduction to HTML 5’ course. I am updating both the commercial version available at www.xperato.com and the community version available for free personal usage at www.abelski.com. The new video tag that allows us to place video in our web page without using any proprietry technology such […]
Please Don’t Send Me Professional Questions
For most people, this post will most likely seem strange and for some, it might even look a bit of an arrogant one. For a very small group of people, the problem I am about to describe in this post might sound familiar. I have always (and still am) enjoy assisting others and sharing my knowledge and […]
Scala and Java Integration PRO
The possibility to develop code in Scala and seamlessly integrate it as part of code written in Java allows us to enjoy the power of Scala without throwing away software systems that were already developed in Java. In addition, once specific modules are written in Scala we can at any time compile those modules into […]
The jQuery Mobile Library INFO
If you have experience developing native applications and games for mobile telephones then you probably already know the difficulties in developing different versions of the same application for the different platforms and for the different phone models. The possibility to develop a web application surely exists. Yet, when doing so, in most cases, we are […]
SMKB WP7 Course Summer 2010 Final Projects ACD
Towards the end of the ‘Applications Development for Windows Phone 7’ course I taught in SMKB during 2010 summer semester, my students started to work on their final projects. They were asked to develop either an educational game or an educational application for the windows phone 7 platform. The following screenshots present a glimpse of […]