WooCommerce 1.2 now in Dutch

Aside

I spent most of my time in the last 2 weeks into translating WooCommerce into dutch (nederlands, nl_NL). Two days ago I made a Git pull request and now it has been included to the core.

WooCommerce 1.2 features the full dutch translation for WooCommerce 1.1.3

WooCommerce 1.2.1 will feature the full dutch translation for version 1.2.1

WooCommerce 1.2 dutch can be downloaded from WordPress.org / Plugins / WooCommerce

Linux Kernel 3.1 installation guide for Ubuntu Linux

Aside

This short walkthrough describes how to get the latest linux kernel version 3.1.0 working under Ubuntu Linux without having to compile it yourself.

This tutorial should work with the latest version of Ubuntu Linux (10.04 LTS, 11.04 and 11.10) and most distributions based on these versions of Ubuntu Linux including Mint.

The included kernel files have been compiled using the generic ubuntu configuration.
Note: ATI, Intel and NVIDIA drivers are automatically installed using DKMS, if you have these installed and up-to-date. Else … don`t blaim me.

Installation Guide

  1. Download the kernel headers package;

    linux-headers-3.1.0-030100_3.1.0-030100.201110241006_all.deb
  2. And the appropriate package for your system

    AMD64: linux-headers-3.1.0-030100-generic_3.1.0-030100.201110241006_amd64.deb

    I386: linux-headers-3.1.0-030100-generic_3.1.0-030100.201110241006_i386.deb
  3. And the accompanying compiled kernel;

    AMD64: linux-image-3.1.0-030100-generic_3.1.0-030100.201110241006_amd64.deb

    I386: linux-image-3.1.0-030100-generic_3.1.0-030100.201110241006_i386.deb
  4. Install the files in the same order (else it won`t work!)
  5. In the terminal run:

    sudo update-grub
  6. Reboot and select the kernel from the bootloader menu

    If it`s not there check all steps (and of course for errors)

The source can be found on www.kernel.org

Jan Akkerman and the Juke Joints, Timmerfabriek

Aside

The Definitive Guide to Drupal 7 review

With the release of Drupal 7.0 earlier this year (January 2010), a new time has come for the Drupal Community.

Click here to order on Amazon.com

Drupal is an open source PHP/SQL based content management system (CMS). As SQL database, popular engines as SQLite, MySQL and PostgreSQL can be chosen.

Since version 4 Drupal is one of the most used open source CMS platforms available.

Drupal can be compared to other popular PHP/SQL based CMS systems like Joomla, WordPress and XOOPS but has its own benefits.

You are reading my review of the book “The Definitive Guide to Drupal 7”.

Continue reading