Blog
Removing the Adware mplugin from Wordpress
July 13, 2021
I recently worked on a couple sites initially developed by another developer
Visual Studio Code git error macOS
September 22, 2019
How to fix the git path error in Visual Studio Code
Simple Bootstrap SASS Spacing Utility
May 21, 2019
A simple utility loop for SASS like Bootstrap for margin and padding.
CORS + Windows Auth + Web.config
December 05, 2018
I had recently run into a case where I was using a simple Windows Auth in web.config with CORS…
Adventures in ReasonML
March 28, 2018
Another adventure in learning a new language. I was on a search to compare TypeScript and Elm along with some alt-js languages and was intrigued by ReasonML, an OCaml backed language, and I wanted to test out rebuilding word4’s web ui since it was lacking some love since I gave up the domain.
Mithril.js, Vue.js and Hyperscript
March 19, 2018
I have recently been experimenting with Mithril.js and Hyperscript to see what new things I can learn from the framework. It is definitely an impressive framework for roughly 8KB gzipped–CRAZY!
Jekyll from Wordpress
May 07, 2017
I had recently decided that I no longer needed a Wordpress site and began searching for an alternative. After some searching, Jekyll seemed to be the perfect fit for me.
Shake - a random shuffler using VueJS
April 14, 2017
Shake is a simple app for shuffling and drawing names/numbers. Bulma is once again used for the CSS framework along with FontAwesome.
http://word4.us now using Mithril.js and Bulma CSS
April 08, 2017
I wanted to play around more with rendering frameworks, Vue.js, Ember, Riot and after some research felt like Mithril ticked all the boxes
Canvas Performance Tips
February 03, 2016
Some links for canvas performance tips
Awesome AngularJS 1 (NG)
January 31, 2016
Some links for angular collections
Angular $broadcast vs $emit
January 30, 2016
Just keeping a record of documentation for $broadcast
vs $emit
DrawImage() quality on canvas video
January 28, 2016
I have recently started playing around with VideoJS and did some experiments with rendering <video>
to a <canvas>
2d context and thought I’d share my take.
Overlay HTML on Fullscreen Video
January 27, 2016
This question popped-up on my research project with Alexander Gaipo‘s Masters thesis regarding our project on First Screen eXperience (FSX). FSX, allowed web-cast presenters to engage users by sending them predefined annotations with links, text and images. However, we ran into an issue where when the user views the video in fullscreen, all that content was removed since the video is essentially in a new window layer above the HTML rendered space.
Prevent UI-Bootstrap Modal from closing when clicking buttons
January 26, 2016
With form editing aside from validating user’s input we always want to provide users any indication of errors that occurred from the server. So I recently ran into a case where I needed to keep UI-Bootstrap’s Modal visible while the form is processing to prevent the user having to open the modal again.
AdventOfCode
December 31, 2015
A little late here… but I just discovered AdventOfCode. Such a cool challenge to try out learning Elixir.
Remove Git Submodules
December 17, 2015
This is just a repost of gist.github.com/kyleturner/1563153
for removing git submodules
Back to Wordpress
November 23, 2015
I started migrating my site back over to WordPress. Working (and writing) in WordPress is just so much easier than using Concrete5. I think Concrete5 is an awesome platform but just too much time to get a simple page done (maybe I’m doing something wrong).
KARD | Kinect + AR.Drone (v0.1 – Wilbur Released)
March 21, 2013
First release of KARD (v0.1 – Wilbur) – GitHub
Resetting MF4370dn To Factory Defaults
February 26, 2013
I had recently decided to make adjustments to my Canon ImageClass MF4370DN, but forgot the password that I had normally “Set and Forget”.I’ve spent hours searching on Canon’s Website, Manuals, and forums for a solution and all these Canon specific sites were more or less useless!!! <– 3 exclamations.
Fix Your Bricked Arduino UNO Board
February 25, 2011
I know it must be frustrating to have spent multiple hours of not watching T.V., or Facebook to program (assemble) for the Arduino only to mess up a line and it ends up bricking your board! Don’t worry I have the fix… well for my case.