Export a client certificate from Firefox on Android without root
2015-10-22 14:04Exporting a client certificate, which is installed in Firefox on an Android phone can be difficult. Especially when you need the private key and your phone is not rooted. Here's a way.
Extract color from image using JavaScript and Web Worker
2015-01-15 13:28A demonstration of how to extract the dominant color of an image with pure JavaScript. For performance optimization I utilized a web worker, which had a great impact.