Robotium Jump Start PRO

The Robotium framework provides us with testing automation for the android platform. It supports testings both for native and for hybrid applications. Using the Robotium framework we can easily write our own automatic black-box test cases. The following is the code of the activity I test in the video clip. package com.lifemichael.samplecalc; import android.os.Bundle; import […]

PouchDB Jump Start PRO

PouchDB is a small JavaScript library that provides us with the functionality of a document oriented database. We can use it both on the server and on the client. The following is the code that I was using in this video clip. Make sure you update the link to the PouchDB JavaScript file before you […]

The Ubuntu Edge Mobile Telephone BIZ

The ubuntu edge is a new mobile telephone that comes with a dual boot allowing the user either using the well known android platform or the new ubuntu phone os. Hybrid applications can be easily ported for this new platform. Native applications can be developed using the Ubuntu Phone SDK.

The yepnope.js JavaScript Library PRO

The yepnope.js is a JavaScript library that allows us an asynchronous conditional resource loading in according with conditions been tested on the client side. The following is the code that I was using in this video clip. Make sure you update the link to the JavaScript files before you run it. <!DOCTYPE html> <html> <head> […]

TaffyDB Jump Start PRO

TaffyDB is a small JavaScript library that provides us with the functionality of a document oriented database. We can use it both on the server and on the client. The following is the code that I was using in this video clip. Make sure you update the link to the TaffyDB JavaScript file before you […]

Lightbox Jump Start PRO

Lightbox is a small JavaScript library that allows us to overlay series of images on top of our web page. Lightbox was developed by Lokesh Dhakar, it uses jQuery and modernizr and is available for free. The following video overviews this library using the examples we can find in its official website at http://lokeshdhakar.com/projects/lightbox2. The following […]

Twitter Bootstrap Beautiful Websites INFO

The Twitter Bootstrap framework allows you to develop the client side probably faster than any other framework. You can find my free detailed course for using this framework in my free courses website at abelski.lifemichael.com. You can find below a collection of eight screenshots for some of the most beautiful and popular websites that were […]

Moment.js Jump Start PRO

Moment.js is a simple tiny JavaScript library that assists us with parsing, formatting and manipulating date values. Using the Moment.js JavaScript library usually involves with calling the moment() function that returns a reference for a new object that represents the current time. The code shown in this video clip is available below. Make sure you […]

Adapt.js Jump Start PRO

Adapt.js is a simple tiny JavaScript library that allows you to develop web pages that automatically adjust themselves to the web browser screen size. The Adapt.js library dynamically checks the width of the web browser and serves the CSS file for that width. The following video shows how simple it is to use this library […]

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

Update cookies preferences