Alternative implementation of http request on top of implementation given by navigators.
Gives more semantics to the object.
Implementation of Word Counter tool described in the S8 Console Tutorial at: http://alereimondo.no-ip.org/U8/130
Also see http://alereimondo.no-ip.org/U8/20
This contribution allows to access local databases in iOS devices.
It is also a good example about wrapping an existing Objective C third party library. (In this case, We wrap FMDB library).
See also http://alereimondo.no-ip.org/U8/231