Since the JS version can do almost the same as the original NNM Pace Calculator I will not duplicate that information here. Instead you can start read the original documentation page which will contain useful information.
Here I will only clarify the differences between the original version and the JS version.
hh:mm:ss
, minutes:seconds
or in seconds
. For example, you can define 2 minutes as 00:02:00
, 2 min
or as 120 s
and you can define 120 minutes as 02:00:00
, 120 min
or 7200 s
.
1:40:00
. If you do not define the hour or minute part for the time, you can define a second value larger than 59. For example, define 100 seconds and it will be converted to 0:01:40
.
1.25
minutes (not 1:15
minutes).
The NNM Pace Calculator JS is an enhanced project parallel to the original NNM Pace Calculator. In this JS version all the calculations are handled by JavaScript on the client side, which hopefully results in a quicker and smoother user experience. It would be nice to hear how you feel about it.
This JS version should be seen as a complement to the original version. The NNM Pace Calculator JS is designed, developed and maintained by Anders Gustafson.
There are some improvements from the original version, for example, now the time is converted to the total number of seconds, so you can define the time in hh:mm:ss
, minutes:seconds
or in seconds
and do conversions between those.
The user interface in this JS version looks almost the same as in the original version, but the Calculate/Convert and Clear fields buttons are not needed anymore, since all the calculations are made directly when you change a value and you can clear the fields by reloading the page.
Feedback on the calculator is always appreciated and you can contact me by sending an email to .
You will find my homepage at http://anders.nemonisimors.com.
And remember that the sky is no limit!