Adam K Dean

Posts in archive

Reverse the polarity of AngularJS filters

Published 11 March 2014 in archive with tags javascript , angular AngularJS allows you to use strings, objects, and functions as filter objects. You can use them to filter certain text, such as a name in a list of names, or a number in a list of phone numbers. But what happens when you want to filter out those results? Continue reading …

Remove all tags from git repo

Published 6 March 2014 in archive with tags git I had started to tag builds with a branch name and date, but after a while, these started to make the log unreadable. It was time to Arnold Schwarzenegger-ize them. Continue reading …

Modify your last commit message

Published 5 March 2014 in archive with tags snippet , git It's easy to modify your last commit message, simply add --amend and commit again. Continue reading …

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 …



Newer Page 19 of 41 Older