Scientia Mobile licensed its Wurfl Cloud PHP library to DotKernel 1.6

This post refers to DotKernel 1, based on Zend Framework 1. If you are looking for DotKernel 3 or above related posts, go here. In the DotKernel version 1.6.0 , released on May 16th, 2012 we have removed the GPL’ed … Read MoreRead More

Wurfl Cloud Integration in DotKernel 1.6.0

This post refers to DotKernel 1, based on Zend Framework 1. If you are looking for DotKernel 3 or above related posts, go here. Another new feature in version 1.6.0 of DotKernel is the integration of Wurfl Cloud. Wurfl or … Read MoreRead More

Detecting Mobile Devices in DotKernel 1.6.0

This post refers to DotKernel 1, based on Zend Framework 1. If you are looking for DotKernel 3 or above related posts, go here. The new DotKernel version 1.6.0 is comming with some changes how we are detecting mobile devices, … Read MoreRead More

Highcharts Integration in DotKernel 1.6.0

This post refers to DotKernel 1, based on Zend Framework 1. If you are looking for DotKernel 3 or above related posts, go here. Integrating a new charting library in the latest version of DotKernel (1.6.0) we offer a new … Read MoreRead More

Forcing UTF8 connections and character set in MySQL

In some situations, it may be neccesar to force MySQL server collation and character set to UTF8. As you can’t control all scripts that are connecting to your database( for instance: mysql command line, or mysqldump) For that , open … Read More