Difference between revisions of "CalcHowTo"
From CunningWiki
m (Created page with "Intro As an electrial engineer I spent a lot of time using and creating excel based calculators. The problem I have is when I or other people make minor changes we rarely ever s...") |
m |
||
Line 5: | Line 5: | ||
example | example | ||
code | code | ||
+ | [[File:testcalc.html]] |
Revision as of 12:24, 15 December 2011
Intro
As an electrial engineer I spent a lot of time using and creating excel based calculators. The problem I have is when I or other people make minor changes we rarely ever syncronize our updatse. Eventually we just redesign the calculators from scratch. To try and reduce time I wanted to create them in javascript on a webpage. That way I know I can access it anywhere and update it on any pc.
example code