Posts
Changing text selection colours
Published 4 March 2014 in archive with tags css A nice little trick to add a bit of polish to your site is changing the colour of text selection. Stockapps Blog have a nice orange colour, and of course, Si Digital have their well known Fuchsia highlighting. Continue reading …Using number inputs, and hiding the arrows
Published 3 March 2014 in archive with tags webkit , chrome , css , html For a long time we've lived with a few basic input types; text, password, select, and submit. But with HTML5 there are a few more input types that we get to play with. Some of these are yet to be fully supported, but if you're developing for a single browser like I am at the moment, and that single browser happens to be Chrome, you're in luck. Continue reading …Find column from all tables
Published 18 February 2014 in archive with tags sql A very useful SQL snippet today, courtesy of Danny Dawes and SQLAuthority. Continue reading …Counting commits with Git
Published 10 February 2014 in archive with tags git To count commits on a branch, you can usegit rev-list
.
Continue reading …