Moris.js Jump Start PRO
Moris.js is a simple basic JavaScript library for creating good looking charts. Moris.js uses jQuery and Raphael. The following video clip shows how to create a simple chart using this library. The following code sample is the one the video clip overviews. You can find more code samples at moris.js website. <!DOCTYPE html> <html> <head> […]
JSZip.js Jump Start PRO
JSZip.js is a JavaScript framework for creating, editing and reading ZIP files. Useful both on the server and on the client this JavaScript is intutitive and easy to learn. The following video clip goes over the currently available types of charts you can create using moris.js framework. The following video clip goes through the very […]
Smoke.js Jump Start PRO
Smoke.js is an intuitive, sleek and simple framework for creating dialog messages of different types including alert, confirm and quiz. The following video clip goes through the very first steps you need to complete in order to use this library. The code shown in this video clip is available below. Make sure you fix the […]
Twitter Bootstrap Jump Start PRO
Twitter Bootstrap is an intuitive, sleek and powerful framework for developing the client side of our web application. It allows a simple and a faster development. The following video clip goes through the very first steps you need to complete in order to use this responsive highly attractive framework. The code shown in this video […]
Shenkar Programming Languages July 2013 ACD
During 2013 summer semester I will deliver the Programming Languages academic course in Shenkar. This course belongs to Shenkar’s BSc Academic Program in Software Engineering. You can find the google group of this course at https://groups.google.com/forum/#!forum/shenkar-programming-languages-2013-07. You can find the detailed plan at https://docs.google.com/spreadsheet/pub?key=0AhDgrQD6qivLdDZmbDN6WFJqTV81c2czcEdTWUVVVnc&output=html. You can find the syllabus at http://www.lifemichael.com/shenkar/2013_07_programming_languages.pdf.
Creating HTML Elements in Dart PRO
Dart allows you to create new HTML elements and add them to the web page. There are two ways for doing it. The following code sample shows how to do it. The code sample includes two files. The first is the HTML file. The second is the Dart file. Once the web browser loads the […]
Howler Jump Start PRO
The Howler JavaScript library assists us with adding sound into our web pages. The following video clip shows the very basics of using this framework. The code sample in this video clip together with the MP3 file I am using can be downloaded at http://www.abelski.com/courses/howler/howlerdemo.zip. The MP3 file was downloaded from http://www.classiccat.net. <!DOCTYPE html> <html> <head> […]
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 […]
Log4JavaScript Jump Start PRO
Using the Log4JavaScript framework we can add logging messages into the code we write in JavaScript. Log4JavaScript is very similar to Log4j. We can add appenders, we can work with multiple loggers and we can set the logging messages layout. The following video clip shows the very basics of using this framework. I have just […]
Google Maps JavaScript API v3 Jump Start PRO
Using the Google Maps Javascript API we can embed Google Maps in a web page we develop and develop code that interacts with it. The following three video clips overview the very basics of using this API, starting with obtaining the key, creating a simple map and placing markers on it. I have just complete […]