Node.js on Cloud9 Jump Start PRO

Node.js is a platform built on top of JavaScript v.8, Google’s JavaScript runtime engine. Node.js enables us to develop web applications that excellent in their performance. The following code sample is a simple HTTP web server developed using node.js that returns the hello greeting back to the client from which the HTTP request arrives. var […]

WordPress Jump Start Lecture INFO

On Tuesday November 27th I delivered a practical jump start for websites development using the WordPress open source project. You can find the detailed presentation I was using during the lecture ready for download at http://www.lifemichael.com/presentations/wordpressjumpstart.pdf. I have just complete to prepare a series of short video clips (in hebrew) you can watch for free and […]

MTA Android Course Final Project PRO

During Summer 2012 semester I delivered in Tel-Aviv Yaffo Academic College a course for android hybrid applications development. By the end of that course, the students developed an hybrid application for the android platform. The hybrid applications included a server side developed in PHP that worked with MySQL and a client side developed mainly using […]

Technion Android Crash Course Final Projects INFO

During Summer 2012 semester I delivered together with Dr. Amnon Dekel an academic crash source for android applications development. The course took place in the Technion (Electrical Engineering faculty). The final project the students developed was a sensors tracking application. Once the application is installed and the service is started the data is continuously collected […]

Simple Zend_Form Demo PRO

I have recently created a simple demo for using the Zend_Form. In order to keep it simple I chose to avoid using decorators. You can download the files and place them on your own server. The demo provides us with a simple BMI calculator. The user get to see a simple form where he should enter […]

Simple Zend Framework Jump Start PRO

I have recently created a simple demo for using the PHP Zend Framework. The simple demo was prepared in order to assist my students doing their first steps using this framework. The demo includes few controllers and it basically shows a list of books and a list of reviews for each one of them. In […]

The Difference Between include and require in PHP PRO

Basically, the require and the include commands in PHP do the same thing. Both of them allows our code to use code written in another file by including it into the file we code as if it was part of it. The only difference takes place when encountering a problem. When using require the problem […]

HIT Java EE Spring 2012 ACD

This coming summer semester (Spring 2012) I am going to deliver a basic Java EE course in HIT. The course is part of the HIT Computers Science BSc academic program. The main topics we are going to cover in this course are: Java Servlets & JavaServer Pages Java Server Faces Java Persistence API Java EE Web Services […]

Tel Hai Cloud Computing Spring 2012 ACD

This spring semester (Spring 2012) I am going to deliver in Tel-Hai college a course that covers advance topics in cloud computing using the .NET platform. This course is delivered as part of Tel-Hai Computers Science BSc academic program. The main topics we are going to cover in this course are: Active Server Pages (ASP) Windows […]

Shenkar Java EE Basics Spring 2012 ACD

This semester (Spring 2012) I deliver a basic Java EE course in Shenkar. I deliver it as part of Shenkar Software Engineering BSc academic program. The main topics we are going to cover in this course are: Java Servlets & JavaServer Pages Java Server Faces Java Persistence API Java EE Web Services In addition, we are going […]

Update cookies preferences