
Code Support
Professional Web Development
Category: Code


Fix horizontal line in emails for Outlook 2016
After going slightly insane and trying to style every element but still not be able to get the horizontal line in Outlook 2016 away. After googling and not finding a solution just other people with the same issue. I started to remember that adding in a blank space can solve the issue in some dodgy …
April 19, 2017
HTML

Update NPM and NODE on Ubuntu
update npm: if failing: Update NODE, make sure to replace with the version you just installed in the last command.
April 10, 2017
Ubuntu/Debian, Unix

bulletproof email template 3
From Code school’s “unmasking html” course: https://litmus.com/builder/369cfaf
March 19, 2017
HTML

bulletproof html template 2
From Code school’s “unmasking html” course: https://litmus.com/builder/7f28329
March 19, 2017
HTML

array.some function checking if someone in a list is over 18
Array of objects to work with: Array.prototype.some() // is at least one person 19 or older? refactored with an array function //refactored
February 21, 2017
JavaScript

Higher Order Function
As seen in the talk https://www.youtube.com/watch?v=e-5obm1G_FY I found this js snippet a nice introduction to higher order functions which is common in functional programming.
February 21, 2017
JavaScript

Type ahead functionality
This code was taken from JavaScript30 by Wes Bos. This funcionality is common in applications so its handy to have as a code snippet!
February 20, 2017
JavaScript

