Integrating the converter into your website

  1. Copy convertClimbingScale.js in the same directory as the one holding your html file.
  2. Insert <script src="convertClimbingScale.js"></script> in the <head> section of your html file. If you decide to put the .js file in another folder, make sure the correct directory is indicated.
  3. Paste the entire content of the <body> section into your html file. It is up to you to decide where on your page the converter will be displayed.
  4. If you would like for the input box to receive focus automatically after the page load, include the onload="focusOnInput()" option in your <body> tag.

Here are two videos in English and French on how to aplly the above instructions.


Integrating the converter into your blog

Embed the following code
anywhere in your blog (watch the video below.

Here are two videos in English and French on how to aplly the above instructions.


Notes

  • You can find the equivalence between scales in a Calc and in an Excel format, as well as in the Javascript code. If you do not agree with a particular equivalence, feel free to modify the Javascript code directly (see comments within the code).
  • Please do not omit the <p>By <a href="http://addictiveknowledge.blogspot.com/">addictive knowledge</a></p> snippet. This will allow people to get to know my work.
  • If you find this gadget useful, you might consider making a small Paypal donation. This is by no means compulsory. The converter is and will remain free.