20 February 2011

WP localization string

<?php _e('Some string', 'theme_textdomain'); ?>

i.e.


<?php _e('Some string', 'is_IS'); ?>

13 December 2010

AgileIS 2009

01 November 2010

Find text in files through the Terminal

grep -li 'TEXT TO FIND IN FILES' **/*.doc
will find the 'TEXT TO FIND IN FILES' in all .doc files.

18 October 2009

Gmail killer feature

I like my gmail and the new Google Docs preview feature is just wonderful for someone like me how keeps most everything at Google Docs.

11 August 2009