Adding a second caching layer to WURFL in Dotkernel using APC

This post refers to DotKernel 1, based on Zend Framework 1. If you are looking for DotKernel 3 related posts, go here. On one of our recent projects that used WURFL, response time was an important factor. Profiling revealed that … Read MoreRead More

Zend_Console implementation in DotKernel

This post refers to DotKernel 1, based on Zend Framework 1. If you are looking for DotKernel 3 related posts, go here. Starting with 1.5, DotKernel has a Console bootstrap to easily run PHP scripts from the command line. The … Read MoreRead More

DotKernel 1.5.0 Released

This post refers to DotKernel 1, based on Zend Framework 1. If you are looking for DotKernel 3 related posts, go here. After a longer wait than usual, DotKernel 1.5.0 was just released. Due to the large amount of changes … Read MoreRead More

Intro to jQuery

Starting with the 1.5 release, DotKernel will make the switch from Dojo to jQuery. On jQuery’s website, there’s an excellent “Getting started with jQuery tutorial“, as well as a extensive documentation for the framework, so I’ll just go over a … Read MoreRead More

Zend Registry usage in DotKernel

This post refers to DotKernel 1, based on Zend Framework 1. If you are looking for DotKernel 3 related posts, go here. In DotKernel, Zend_Registry will contain the following variables: startTime – the result of microtime() at the beginning of the request configuration … Read MoreRead More

SVN Export in a virtual host

The following commands should be run in the terminal (for example, using Putty in Windows) on the host where you want to export the repository). It’s recommended that you run them using the domain’s user, not root. … Read More

Disable Wurfl redirect for mobile browsers

This post refers to DotKernel 1, based on Zend Framework 1. If you are looking for DotKernel 3 related posts, go here. DotKernel has an example mobile site at http://v1.dotkernel.net/mobile that uses jQuery Mobile. Wurfl is also used to detect … Read MoreRead More