The JSONP Technique

When using the XHR object in order to send an HTTP request to specific URL address we are limited. We cannot initiate this HTTP request to servers other than the one from which the web page (in which the code in JavaScript that uses the XHR object is running) arrived. The JSONP technique allows us […]

PhoneGap Build Jump Start

I have recentpy chose to update my training material for the PhoneGap library and add a short coverage for using PhoneGap cloud based tool at build.phonegap.com. The first step would be creating an Adobe ID account. Once created you can proceed and start using this tool. The PhoneGap Build allows you to code the HTML, […]

Node.js Jump Start

On May 23th 2014 I delivered a jump start lecture for web applications development using the Node.js framework. The lecture took place in HIT and it was open to the public. You can find the slides available on slideshare at www.slideshare.net/lifemichael/nodejs-jumpstart-201403.

Scala Jump Start

On May 30th 2014 I delivered a jump start lecture for the Scala programming language. The lecture took place in HIT and it was open to the public. You can find the slides available on slideshare at http://www.slideshare.net/lifemichael/scala-jump-start.

Android Hybrid Applications Tel Hai October 2014

During the first semester (winter semester) of the 2014-2015 academic year I will deliver an academic course that covers mobile hybrid applications development for the android platform. This course belongs to the academic program in computer science that takes place in the Tel Hai college. You can find the google group that was set up […]

Java EE Platform Tel Hai October 2014

During the first semester of 2014-2015 academic year I will deliver a Java EE course in the Academic Tel Hai college. The official name of that course is ‘Internet Programming’ and it covers the very basic topics in Java EE, including Java Servlets, JSP and JSF. You can find the google group of this course […]

HttpOnly Cookies Overview PRO

When the server side sends back to the client HTTP headers that instructs the client to create a new cookie (or update a cookie that already exists), the cookie on the client side can be accessed using code written in JavaScript. HttpOnly cookies cannot be accessed using code written in JavaScript. In order to create a […]

Using PHPStorm, MAMP & Xdebug PRO

I have recently noticed that many PHP developers avoid using a proper debugger due to the hassle involved with its settings. In order to assist my PHP students I chose to create a short video clip that explains how to config PHPStorm, MAMP and Xdebug to work together inorder to assist us debugging the code […]

Scala Programming Course in HIT Summer 2014 ACD

During Summer 2014 I am going to deliver the Internet Programming course in HIT. This course is delivered as part of the BS.c. academic program in computer science. The first 2/3 of the course focuses on Java. The last 1/3 of the course focuses on Scala. You can find the syllabus at http://www.lifemichael.com/hit/internet_programming_2014_07_en.pdf. You can […]

Java EE Course in HIT Summer 2014 ACD

During Summer 2014 I am going to deliver the Java EE course in HIT. This course is delivered as part of the BS.c. academic program in computer science. You can find the syllabus at http://www.lifemichael.com/hit/internet_programming_2014_07_en.pdf.pdf. You can find the google group I created for this course at https://groups.google.com/forum/#!forum/hit-java-ee-2014-07/. You can find the detailed plan I developed for […]

Update cookies preferences