danielhpavey.uk

How to Change the Last Character in a String to Uppercase in MySQL

11 February 2016

This is how I changed the last character of some data in a database from lowercase to uppercase

10 February 2016

Load Joomla! Template File From Separate View

Joomla! Template Equals Component

1 February 2016

Did you know that that you could do this to override the Joomla! view still further...?

Never Design The Home Page First

14 January 2016

Great web design Pro Tip.

The Pressing Need to Overtake

18 December 2015

Why do most motorists seem to feel it's essential to overtake cyclists as soon as possible?

2 Hard Things in Computer Science

10 December 2015

I've long been a fan of this great programming quote from Phil Karlton

How do you reload your .vimrc file without restarting vim?

4 December 2015

How do you reload your .vimrc file without restarting vim?

Recursively count all the files in a directory

27 November 2015

Recursively count all the files in a directory in Terminal

Git --assume-unchanged Problem When Switching Branches

20 November 2015

I had a problem switching to a different branch when using git --assume-unchanged. The solution is...