Recently whilst working on my day-job project I needed to get a HTMLElement from the DOM and then store it as a string. Using innerHTML …
Unit Testing Aurelia Custom Elements
If you're a user of Aurelia and you're writing unit tests, you might have run into some confusion around testing your custom elements, more …
Copying Your Local SSH Public Key To A Remote Machine/Server In Mac OS
When it comes to working with your servers (or any remote machine for that matter), public key encryption is a must. The basics are: you …
Windows 10’s Wifi Sense Feature Is Awesome
How many of your friends and family come over and want to use your wifi? For me, It would take me a while to count all of the people who I …
Standalone Bootstrap 3 Grid System
Lets be honest. There are developers who love all of the additional styling for forms, typography and widgets that come with Bootstrap and …
Geronimo Jerky (All Flavours) Review
Geronimo Jerky is a small Brisbane based company that produce beef jerky. At the helm is The Big Chief aka Mark Hoyle, who moved to …
How To Update Aurelia Javascript Framework
If you are currently working with the Aurelia Javascript framework, then you would know that every so often given the not-so-beta nature of …
Reversing A String In Javascript 3 Different Ways
Leading off from my previous post about swapping variable values, I thought I would write a follow-up post on how to reverse a string in …
Swapping Javascript Variables Without A Third Variable
While most developers will probably never encounter a situation where they'll need to swap two integer values without a third variable …