Unordered List Style Using Dash/Hyphen

As great as CSS is, there are some glaring holes within the specification. We can perform calculations using the calc function in CSS, but for some reason there is no list-style-type: dash but other …

Youi: Their False Advertising "Gets You"

As Youi’s advertisements say: At Youi, we get you. Spoken by a smug looking guy with a face you can’t help but want to punch (I’m sure he is a nice guy, maybe). After my recent …

Webpack, TypeScript, Aurelia and Wallaby.js

I have been working with Aurelia for a year now and loving it. I also discovered Wallaby earlier this year and love that as well. I got it to work when I was still using Jspm and System.js in my …

How Much You'll Really Pay For Playstation 4 VR

I am stoked for the Playstation VR headset for the Playstation 4 console. Pricing was announced at $399 USD and the Australian price is $550. Sony did reveal that it would be priced as a new platform, …

Introducing Aurelia Router Loader

This is a fun little plugin I wrote not long ago for being able to specify routes in JSON files and then load them into your Aurelia application. In my use-case recently I needed to define a bunch of …

New Object Methods Land in Chrome

Support for Object.values(), Object.entries() and Object.getOwnPropertyDescriptors() has landed in the Google Chrome dev channel. These newly added methods are currently candidate proposals and at …