RSS

Blog

A loser And a New Open Source Mortgage Calculator

h312 Aug 2009 –  Comments (9)

Comments

Dude, the first place winner doesn't compare to the one you made. Good work, and thx for making it open source!

[] Brian ~ 7 months ago at 11:37 a.m.

@Brian

Technically .. I think it is, I've compared their source code.

But for some reasons mine didn't respond to their criteria. Maybe I pushed to much on the technical side and not enough on the UI, I don't know really.

But thanks for confirming my gut feelings ;)

[] h3 ~ 7 months ago at 11:45 a.m.

Only briefly checked yours and the 1st place, personally i like yours better.

[] Izaak Alpert ~ 7 months ago at 12:29 p.m.

I really liked your too but acodingfool's is pretty sweet. Being able to customize colors, drop logo's in and turn it into a 'widget' is pretty sweet.

[] James ~ 7 months ago at 5:56 p.m.

How the hell did #3 come in as #3? That was some god-awful UI work, there.

[] pytechd ~ 7 months ago at 10:30 p.m.

Yours is beautiful, but it does have a major flaw.

Interest rates in the US are almost always in 1/8ths of a percent, which means that 5.125, 5.375, 5.625, etc are very common rates. Chopping off the .005 causes enough of an error to matter.

Hindsight, but that may have really hurt you in the comp.

Great work, tho.

[] dave ~ 6 months, 4 weeks ago at 4:27 p.m.

@dave

Only the output is chopped, the internal calculation are all made with JavaScript's maximum precision (15 decimals).

Furthermore, the output can be controlled with a Python 3000 like string format given as option. The default is "${0:0.2f}", so if you'd wanted to display three decimal instead, you'd only have to pass the option {format: "${0:0.3f}"}

[] h3 ~ 6 months, 4 weeks ago at 9:26 a.m.

mCalc is awesome - you should have won the first place.

[] Raj ~ 6 months, 3 weeks ago at 1:32 a.m.

Sorry, but the archive link is broken, could you please update? thanks

[] willy ~ 4 months ago at 4:46 a.m.

Copyrighted stuff .. u know.