-
13th Mar, 2018
HTML to JSX
I quite like this
JSX React javascript -
6th Mar, 2018
Useful React links
Useful links for React
javascript react -
23rd Nov, 2017
Mocking dependencies with TypeScript and WebPack
That's it really
javascript typescript -
24th Jan, 2017
Slow SSH?
Sometimes connecting takes ages.
linux -
7th Dec, 2016
Set width of tabs in Github.
I like to use tabs instead of spaces for tabulated lines (INORITE?), but GitHub defaults to 8 space tab width.
dotfiles -
26th May, 2015
Web.config snippet to force to HTTPS
You should be using HTTPS as a standard these days. This snippet will bump your browser to HTTPS
.Net config -
14th May, 2015
Example require.js config file
example
-
6th Nov, 2014
Web.config snippet to allow CORS
Web.config snippet to allow CORS
snippet -
14th Oct, 2014
Help my icons are showing as Unicode entities
Are your icons showing as entities and not the icons? It's possible that Sass is double-escaping it.
css sass -
21st May, 2014
Reliably detect IE version with JavaScript
I found this snippet online to detect what version of IE using JavaScript.