Sunday, April 15, 2012

Saturday, April 14, 2012

Sunday, April 8, 2012

CSS strike through colour

How do you make a strikethrough in a different colour than the text?

Saturday, March 31, 2012

Friday, March 30, 2012

Thursday, March 22, 2012

Tuesday, March 13, 2012

Thursday, November 17, 2011

Sunday, November 13, 2011

CakePHP saveField() not working (solved)

Today I ran into a situation where CakePHP's method Model::saveField() didn't work.

Saturday, October 22, 2011

Friday, October 21, 2011

Saturday, October 15, 2011

Saturday, October 8, 2011

MySQL strlen

What is the string length function in MySQL?

There are two MySQL functions for string length:

Thursday, August 25, 2011

DNS lookup command

The quickest way to check what IP a domain or a subdomain resolves to is using this command:

Wednesday, August 24, 2011

Excel change sheets shortcut

The other day I was analyzing some website data using Microsoft Excel. The data was spread across multiple worksheets and I had to jump back and forth quite often.

Saturday, August 20, 2011

CakePHP trailing slash

Fancy trailing slashes?

Me too! That's why I desperately wanted to have them in my CakePHP applications as well.