Inspired from Removing duplicate objects with Underscore for Javascript Source: /** @function _.uniqObjects @require Underscore.js and json.stringify @purpose return an…
Number.prototype.toFixed was giving me too many problems, so I just rewrote it. There's the source. /** @author Larry Battle Contact…
In javascript, Number.prototype.toFixed has problems rounding. Here's the fix and some test cases. Number.prototype.toFixed = (function () { var oldToFixed…
ParseInt returns 1 for when passed any number greater or equal to 1e+21. var x = 1.0e+2; console.log( x ==…
A few days ago I noticed that my "code of the day" article was wrong. So I spent some time…
I haven't been paid to say this. I just want others to know about Lumzy instead of paying for similar…
Here's a book review I did on amazon.com I've started a few small businesses that failed because of poor planning…
Here's a strange Windows Error. A file and folder can't have the same name. Note: The folder name must include…
Coffee-script is a smoking hot simple language that converts 100% into Javascript code. Coffee-script allows you to spend more time…