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

Introduction to Git Free Course PRO

I have recently completed to upgrade my Introduction to Git course. Its free community version is available at http://www.abelski.com/moodle/course/view.php?id=175. The new version includes five topics: Introduction, Git Basics, Distributed Word, GitHub Jump Start and Git Logs. The new version of this course includes more than 20 video clips on specific topics. You can find the slides, […]

Math.js Jump Start PRO

Math.js is a lightweight open source JavaScript library that provides us with an extensive collection of mathematical useful functions. You can easily download the Math.js library code browsing in GitHub at https://github.com/josdejong/mathjs. The following code sample shows how simple it is to use this library. <!DOCTYPE html> <html> <head> <title>math.js demo</title> <script type=”text/javascript” src=”math.min.js”></script> </head> […]

String.js Jump Start PRO

String.js is a lightweight open source JavaScript library that provides us with useful functions for working with strings. You can easily download the String.js library code browsing in GitHub at https://github.com/jprichardson/string.js. The string.js library adds the S property to the window global object. The following code sample shows how simple it is to use this […]

Google Web Font Loader Jump Start PRO

Google Web Fonts Loader is a JavaScript library developed by Google that allows you to dynamically load any of the free web fonts developed by Google. Using the Google Web Fonts Loader library we can use multiple different web font providers. The documentation and source code of the Web Font Loader JavaScript library is available as […]

Turn.js Digital Publishing PRO

Turn.js is a JavaScript library that allows us to create digital books the user can flip through their pages. Although the library is available as an open source project on GitHub there are some restrictions on using it. Make sure you check the license terms before you choose to use it. The following code sample […]

Goldman Sachs Collections PRO

The Goldman Sachs Collections framework (AKA GS Collections) provides us with an alternative implementation for the JDK collections framework. GS Collections provides us with capabilities similar to those we find in programming languages such as Scala, C# and Samlltalk. Using this framework together with lambda expressions allows us writing significantly shorter code. The following code […]

Hammer.js Jump Start PRO

The Hammer.js JavaScript library allows us to handle gesture touch events that take place when running our code on a touch screen device. The following code sample shows how simple it is to use this library. You just need to pass over the name of the gesture touch event you want to handle and the […]

Mustache.js Jump Start PRO

The mustache.js JavaScript library allows us to use simple strings as templates for creating other strings that will be used for various other purposes, such as generating new source code and generating new configuration files. The placeholders are replaced with values using a plain simple object we should create. The following code sample shows how […]

The Two.js Framework PRO

The two.js JavaScript library provides us with the capability to create two dimensional drawings and animations. The following code sample shows how simple it is to use this library. If you try to run this code on your end make sure you update the link for the underscore-min.js file. <!DOCTYPE html> <html> <head> <title>two.js demo</title> […]

Skip to content Update cookies preferences