Excel convert date format dd.mm.yy to date

If you want to convert a date in toe format dd.mm.yy to a supported date, make a cell containing:

=(MID(A1,4,2)&"/"&LEFT(A1,2)&"/"&RIGHT(A1,2))

Logitech G510 freeze

Once in a while my Logitech G510 keyboard refuses to work. Even after a hard reset (by disconnecting the USB cable)
The solution is to reupload the firmware
The download can be found at http://www.logitech.com/pub/techsupport/keyboards/G510Updater.exe

How-To Install WP-CLI on shared hosting

Updated version of How-To Install WP-CLI on shared hosting. This guide has been tested and is working for my provider and WP-CLI 0.18.0

rm -rf ~./wp-cli
mkdir ~./wp-cli
cd ~./wp-cli
composer create-project wp-cli/wp-cli --no-dev
curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
php wp-cli.phar --info
alias wp='php ~./wp-cli/wp-cli.phar'

More WordPress Plugins removed

Today I`ve redrawn the following WordPress plugins from WordPress.org;

  • Opera Speed Dial
  • Has.js
  • jQuery Mobile (Updater)

    This plugin will be included in a future version of jQuery Updater

This means that they are no longer available or supported

I will post the source code on GitHub later this week.

Bumping minimum WordPress Version

This week I`ve been updated the readme of all my WordPress plugins.
All have been tested and should be fully compatible with WordPress 4.0 and 4.1. The readme.txt will now require atleast WordPress 3.9
Later this month, when WordPress 4.1.1 arrives, I will update this to 4.0!

Don`t worry, the PHP and MySQL requirements stay the same for now.