Posts
Simple prototype inheritance in JavaScript
Published 31 July 2013 in archive with tags oop , javascript This post is more of a snippet than an in-depth post; something for the future when I stop doing JS and probably forget everything. I do actually think my brain is like Homer's, whenever I learn something new, the old stuff seems to leak out! Continue reading …Override selection style with CSS
Published 30 July 2013 in archive with tags css , design You may have noticed that certain designs, such as the amazing SI Digital website, have a custom style for the selection of text. When used properly, to match your designs main colour for example, this can give a really nice and polished feel. Continue reading …Excel SUM/COUNT based on background colour
Published 24 July 2013 in archive with tags excel , vba Today I have had to use VB. It's been seven or eight years since I last touched it, and today it's only to briefly complete a solution in Excel. I miss my curly braces. Continue reading …Natural box layout model
Published 15 July 2013 in archive with tags css Unfortunately, browsers do not always implement the default CSS rules that we would like. One rule which should almost definitely be added to every browser ever is the following, applying border-box box-sizing to, well, everything. Continue reading …Git workflow scripts
Published 11 July 2013 in archive with tags productivity , bash , git The following are a couple of general purpose scripts which will help you to work quicker with Git. Put these in your bin folder, so either/home/user/bin
or C:\Users\Username\bin
depending on your OS. Remember if it's nix, chmod +x
them.
Continue reading …