View previous topic :: View next topic |
Author |
Message |
wmiler
Joined: 21 Jul 2005 Posts: 24 Location: Florida
|
Posted: Thu Aug 04, 2005 4:17 pm Post subject: Extending tags for computed items |
|
|
What would be the best method to add computed items to the webpages?
An example:
To compute estimated cumulus cloud bases, the formula is: H(feet)=222(<!--outsideTemp--> - <!--outsideDewPt-->)
Since there is no existing <!--cloudBase-->, and there is prolly no need for the half dozen other formulas I'd like to add, I doubt there would be a desire to add them to the main program distribution.
Thanks. |
|
Back to top |
|
|
mteel
Joined: 30 Jun 2005 Posts: 435 Location: Collinsville, TX
|
Posted: Thu Aug 04, 2005 8:10 pm Post subject: |
|
|
You may be surprised
Send me a list of the formulas you are talking about, and I will give them consideration. It wouldn't take long to add them...
Short of that, I don't know how you would do it unless you rigged up a PHP script or something...
Mark |
|
Back to top |
|
|
jensjk
Joined: 27 Feb 2006 Posts: 31 Location: Greenland
|
Posted: Wed Mar 01, 2006 10:52 am Post subject: |
|
|
But how do you modify the htx with formulas containig tags? Ie, I would like to make a correction for the wind speed, adding 50% (or multiplying with 1.5)?
jensjk.dk |
|
Back to top |
|
|
chrisale
Joined: 09 Nov 2005 Posts: 187
|
Posted: Wed Mar 01, 2006 4:39 pm Post subject: |
|
|
javascript is probably the best way to do that.
let me know if you need a hand to do that. |
|
Back to top |
|
|
jensjk
Joined: 27 Feb 2006 Posts: 31 Location: Greenland
|
Posted: Thu Mar 02, 2006 11:39 am Post subject: |
|
|
Thanks, I will be happy to rceive your offer - ie a script to allow calibration of values, especially wind - jensjk.dk |
|
Back to top |
|
|
|