Barousel.js Jump Start PRO
Barousel.js is an intuitive, sleek and simple framework for creating charts. Unlike many other similar frameworks this one is available with a bit more flexible open source license. The following video clip goes over the Barousel showcase you can find in Barousel official website. The following video clip goes through the very first steps you […]
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 […]
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 […]
QUnit Jump Start PRO
The QUnit framework allows us to develop unit tests for code developed in JavaScript. The following video clip overviews a simple demo for using this framework. The following is the code sample this video clip overviews. The QUnit website includes detailed documentation and code samples for using this framework. <!DOCTYPE html> <html> <head> <title>QUnit Demo</title> […]
Video.js Jump Start PRO
Using the Video.js JavaScript library we can easily add video into our web page and do it in style. Video.js provides a common controls skin built in HTML/CSS, fixes cross-browser inconsistencies, adds additional features like fullscreen and subtitles and manages the fallback to Flash or to other playback technologies. This video clip overviews a simple […]
Galleria Jump Start PRO
The Galleria JavaScript library allows you to create stunning beautiful image galleries. The Galleria library uses jQuery. The following video clip shows a simple usage of this library.
Highcharts Jump Start PRO
The Highcharts JavaScript library provides us with 2D charts only. Nevertheless, these charts are well known for their appealing and professional look. The following video clip explains the very basics in using this library. You can find a community free online course for learning the basics of this framework at abelski.lifemichael.com.