jQueryMobile, Ajax, WebSockets, MongoDB & PhoneGap Free Lectures INFO

On December 20th, I am goimg to deliver 6 short jump start free lectures in Holon Institute of Technology. The first lecture starts at 0800 and it covers my personal tips for learning programming languages. I will overview my recommened tips and share my experience. This lecture is highly recommended for every person who wants […]

Paper.js Verctor Graphics PRO

Paper.js is an open source JavaScript library that provides us with vector graphics capabilities. Paper.js uses the HTML5 well known canvas. The following code sample shows how simple it is to use this library. <!DOCTYPE html> <html> <head> <title>paper.js demo</title> <script type=”text/javascript” src=”paper-full.min.js”></script> </head> <body> <canvas id=”ourcanvas” resize></canvas> <script type=”text/paperscript” canvas=”ourcanvas”> var path = new […]

Autumn 2013 Free Lectures in HIT INFO

On wednesday october 9th I am going to deliver 4 short lectures (40min each) in HIT: JavaScript Jump Start (1800-1840), PHP Jump Start (1900-1940), HTML5 Jump Start (2000-2040) and Dart Jump Start (2100-2140). Attending the lectures is free. You just need to reserve your seat in advance. the lectures will be delivered in hebrew. The […]

Collie.js Jump Start PRO

The Collie.js JavaScript library allows us to create simple 2D graphics animations. The Collie.js library indirectly uses HTML5 canvas based graphics capabilities. The following code sample shows how simple it is to use this library. The animation uses a simple image file. <!DOCTYPE html> <html> <head> <title>collie.js demo</title> <script type=”text/javascript” src=”http://jindo.dev.naver.com/collie/deploy/collie.min.js”></script> </head> <body> <div id=”drawingarea”></div> […]

WebSockets API using Apache Tomcat Jump Start PRO

Java EE supports the HTML5 WebSockets API. We can easily get a WebSockets server up and running by developing a servlet that extends WebSocketServlet class. The following code sample includes two files. The following is the HTML file that includes code in JavaScript for using HTML5 Web Sockets API. <!DOCTYPE html> <html> <head> <title>Simple WebSockets […]

Modernizr Jump Start PRO

The Modernizr JavaScript assists us detecting whether the web browser support the various available HTML5 and CSS3 web technologies. The following video clip shows the very basics of using this framework by showing how to download a customized version of modernizr and how to use the load function. I have just complete do develop the […]

MTA Android Hybrid Applications Summer 2013 ACD

This coming summer semester (Summer 2011) I am going to deliver in MTA a course that teaches how to develop hybrid applications for the android platform. The course includes the following main topics: Android Basic Java Applications PHP Server Side Programming HTML5, jQueryMobile & SenchaTouch The PhoneGap Framework Most of the slides and the other […]

The Bright Future of Dart BIZ

It is very difficult to forcast when it comes to technologies. Nevertheless, as of today I have every reason to believe that Dart might become one of the most popular programming languages in the world. In this post I will try to explain this bombastic conclusion. It is fairly clear that more and more applications […]

Learning Android Java Applications Development PRO

Using HTML5 and other web technologies when developing an application for the android platform simplifies the development process and helps us cooping with the well known android platform fragmentation problem. I chose to write this post in order to point at those cases in which we cannot avoid using Java in our application development for […]

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 […]

Skip to content Update cookies preferences