PHP SOAP Web Services <font size=-2><a href=http://www.lifemichael.com/en/?page_id=73 target=_blank>PRO</a></font>
PHP supports a wide range of web services types, including REStful Web Services, WDDX Web Services and SOAP Web Services. The following video clip shows how simple it is to consume a SOAP web service in PHP.
Hello World in PHP using Netbeans 7.0 <font size=-2><a href=http://www.lifemichael.com/en/?page_id=73 target=_blank>PRO</a></font>
In my daily work I use the Eclipse. I hardly find my self using Netbeans. Nevertheless, following the release of Netbeans 7.0 I chose to give it a try. I downloaded the Netbeans 7.0 PHP version and installed it. The following video clip shows how simple it is to develop PHP applications using Netbeans 7.0. […]
The Standard PHP Library <font size=-2><a href=http://www.lifemichael.com/en/?page_id=73 target=_blank>PRO</a></font>
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 […]
jWebSocket Jump Start <font size=-2><a href=http://www.lifemichael.com/en/?page_id=73 target=_blank>PRO</a></font>
I have recently downloaded the jWebSocket server in order to test the new Web Sockets API, which is an part of HTML 5. The following video clip shows a chat demo running using the jWebSocket server.
The Faces Application <font size=-2><a href=http://www.lifemichael.com/en/?page_id=73 target=_blank>INFO</a></font>
The Faces application assists teachers with remembering their students. It is a simple application to use that most of it was developed in Scala. It uses the Bing Java SDK for fetching the students images from the web. It was developed by Dor Schaike, Oded Azulay and Nofar Chanuka, who took part in the Internet […]
The Google +1 Button <font size=-2><a href=http://www.lifemichael.com/en/?page_id=73 target=_blank>BIZ</a></font>
Google has started (currently still an experiment) to allow its search engine users to recommend sites they find through google by pressing the +1 button. I have just enabled google +1 button experiment in my google account. The following video clip shows how does it work from the private end user perspective. The following video clip […]
The PHP __autoLoad($str) Magic Method <font size=-2><a href=http://www.lifemichael.com/en/?page_id=73 target=_blank>PRO</a></font>
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 […]
Log4Net Jump Start <font size=-2><a href=http://www.lifemichael.com/en/?page_id=73 target=_blank>PRO</a></font>
Log4Net is a .NET port for the famous Log4J logging tool. I have recently updated my ASP.NET course covering this tool. The following video clip is a 5 min jump start that will assist you using it in your work.
Vaadin Data Binding <font size=-2><a href=http://www.lifemichael.com/en/?page_id=73 target=_blank>PRO</a></font>
I have recently completed to develop the data binding topic in my Vaadin Basics course. The following video clips explain some of the core ideas in Vaadin data binding. You can find the source code as well as the slides available for free personal and academic usage at www.abelski.com.
ASP.NET Data Binding <font size=-2><a href=http://www.lifemichael.com/en/?page_id=73 target=_blank>PRO</a></font>
I have recently completed to cover the ASP.NET Data Binding topic in my ASP.NET course. You can find its community version available for free personal usage at www.abelski.com. The following video clips were prepared in order to explain the basics of this topics. Both the source code shown in these clips and the slides can […]