stage 1 of 'dynamically updated content entered..
- if you keep the main page (adarq.org/forum) loaded in your browser.. it should now 'auto update' the 'active users'.. this is the first stage in starting to make the page more dynamic/updated.. i plan to auto-update at least everything on the bottom of the page, ie: recent threads, active users, users in last 24 hours.. the recent threads one is kind of important... this will allow me/us to just leave the browser on the bottom of the page and let it poll for updates (if we want).
1RM CALCULATOR WORKING.
anyone have any requests?
i'm using:
v_res = 1rm = wei-ght/(1.0278-(.0278*reps))
then for the percentages:
$("#custom_calc_1rm_fres").attr('value', v_res);
$("#custom_calc_1rm_fres2").attr('value', v_res*.95);
$("#custom_calc_1rm_fres3").attr('value', v_res*.90);
$("#custom_calc_1rm_fres4").attr('value', v_res*.88);
$("#custom_calc_1rm_fres5").attr('value', v_res*.86);
$("#custom_calc_1rm_fres6").attr('value', v_res*.83);
$("#custom_calc_1rm_fres7").attr('value', v_res*.80);
$("#custom_calc_1rm_fres8").attr('value', v_res*.78);
$("#custom_calc_1rm_fres9").attr('value', v_res*.76);
$("#custom_calc_1rm_fres10").attr('value', v_res*.75);
icons are now in post form too.. so if you want to calc something faster, it's there for you to use.
peace