Introduction to Facebook Places <font size=-2><a href=http://www.lifemichael.com/en/?page_id=73 target=_blank>SOC</a></font>
Facebook has announced about a new service that allows its users to update their friends about their geographic location, similarly to GoWalla and Foursquare. Although this new service is a true alternative to GoWalla and Foursquare services, the laters chose to team up with Facebook and have already announced they will connect their services with Facebook […]
The Objective C Popularity <font size=-2><a href=http://www.lifemichael.com/en/?page_id=73 target=_blank>BIZ</a></font>
I can still recall that summer. It was August 2002 when I attended a meeting with one of the biggest wireless carriers in Israel. They were looking for a software development company to develop games and applications for their new mobile telephones. The programming language was Objective C. Given the rising popularity of Java ME […]
Tips for Learning Software Programming Languages <font size=-2><a href=http://www.lifemichael.com/en/?page_id=73 target=_blank>PRO</a></font>
In this post I am trying to put together my top ten recommendations for learning software programming languages in an effective way. 1. Overcome The English Barrier The technical professional software development training material is in English. If you are still having problems with reading technical material in English you must overcome this difficulty. The sooner […]
Facebook Social Plugins <font size=-2><a href=http://www.lifemichael.com/en/?page_id=73 target=_blank>PRO</a></font>
The facebook platform allows us to integerate our web site with their platform by embedding its social plugins into our web page. Embedding a social plugin into a web page is done by copying a short code. Most of the available plugins can be embedded using either a simple HTML or a simple XFBML code. […]
Shenkar Java EE Spring 2010 Final Projects <font size=-2><a href=http://www.lifemichael.com/en/?page_id=73 target=_blank>ACD</a></font>
During Spring 2010 I was teaching an academic Java EE course in Shenkar. This course is part of Shenkar’s BSc 4 years academic program in Software Engineering. The course covered various advance topics in Java EE, such as Servlets/JSP, JSP Custom Tags, JSTL, JavaServer Faces, JPA, Hibernate, Jasper Reports, Web Services, EJB, JDBC and more. […]
Scala Basics Video Clips <font size=-2><a href=http://www.lifemichael.com/en/?page_id=73 target=_blank>PRO</a></font>
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 <font size=-2><a href=http://www.lifemichael.com/en/?page_id=73 target=_blank>PRO</a></font>
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 <font size=-2><a href=http://www.lifemichael.com/en/?page_id=73 target=_blank>PRO</a></font>
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 <font size=-2><a href=http://www.lifemichael.com/en/?page_id=73 target=_blank>PRO</a></font>
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 <font size=-2><a href=http://www.lifemichael.com/en/?page_id=73 target=_blank>PRO</a></font>
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 […]