Myself, Coding, Ranting, and Madness

The Consciousness Stream Continues…

Posts tagged JavaScript


Factor.js and Rational.js

26 Nov 2012 8:00 Tags: JavaScript, Programming, Web Design

Non-integer number handling in JavaScript is...somewhat fuzzy. And not in the cute critter kind of way. Some implementations of JS use a variation on IEEE-754; the standard seems to be that a minimum of 64 bits are used to represent the number.

Read More...

Noggle

8 Oct 2012 20:30 Tags: JavaScript, Games, Programming, Web Design

What happens when I get utterly destroyed playing boggle? I write a training program where you have to, as a single player, find words as a path of letters! You can play the result, called Noggle, and have some fun looking for words. The code is not compatible with any current version of Internet Explorer.

Read More...