Lifemichael - lifemichael.com

General Information:

Latest News:

Play Framework Jump Start in Scala PRO 26 Aug 2013 | 01:47 pm

I have recently started to work on a new course for learning how to use the Play Framework. Its community version is already available for free personal usage at http://abelski.lifemichael.com. So fa...

Using Apache DB as In-Memory Database PRO 22 Aug 2013 | 03:12 pm

If you are already familiar with using the Apache DB I believe you will find it very simple to start using it as an in-memory database. You just need to change connection string you are using. Using ...

Open Source In-Memory Databases INFO 22 Aug 2013 | 03:06 pm

Using an in-memory database we get most of the data saved on the main memory instead of having it saved using the hard disk storage mechanism. The main advantage of using an in memory database is the ...

Parsing JSON in JavaScript PRO 22 Aug 2013 | 08:31 am

There are many cases in which we need to parse JSON data our code receives. When writing our code in JavaScript parsing the JSON data is fairly simple. We just need to invoke the parse() function on t...

Collie.js Jump Start PRO 18 Aug 2013 | 01:06 am

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...

Hammer.js Jump Start PRO 17 Aug 2013 | 06:55 pm

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 ...

Autumn 2013 Free Lectures in HIT INFO 17 Aug 2013 | 12:27 pm

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 (21...

Swipe.js Jump Start PRO 16 Aug 2013 | 07:21 pm

Swipe.js is one of the most popular JavaScript libraries that allow us to get a responsive slider in our web page. The following code sample shows how simple it is to use this JavaScript library. It ...

The Decorator Design Pattern in JavaScript PRO 15 Aug 2013 | 04:43 am

The decorator design pattern was created in order to allow us adding new functionality to an already existing class without extending it. The decorator design pattern was created for those cases in wh...

The Factory Design Pattern in JavaScript PRO 15 Aug 2013 | 04:34 am

The factory design pattern is a creational pattern. It assists us with creating new objects. Instead of using the new operator in order to create a new object we call the factory method and pass over ...

Recently parsed news:

Recent searches: