We are pleased to announce that as of March 4, 2025, an updated Rich Text Editor has been introduced in the MyFitnessPal Community. To learn more about the changes, please click here. We look forward to sharing this new feature with you!
Pilates

chosen
Posts: 31
Hello does anyone know how to add pilates to my fitness chart so I can use them as calories burnt????
0
Replies
-
Hello does anyone know how to add pilates to my fitness chart so I can use them as calories burnt????0
-
Go to health calculator. com they have a link on there of exercises that you can check how many calories burnt.0
-
here is a code for a pilates calorie burned calculator...hopefully the code works correctly
<table><tr><td colspan="3">Calories Burned Calculator</td></tr><tr><td colspan="3">Estimate the calories you burned doing Pilates:</td></tr><tr><td>Type:</td><td colspan=2><select id="selPaceWFM" name="selPaceWFM"><option value="3.5">Pilates-Mat</option><option value="3.25">Pilates-Reformer</option></select></td></tr><tr><td style="width:110px;">Weight:</td><td style="width:50px;"><input type="text" id="txtWeightWFM" name="txtWeightWFM" value="0" style="width:40px;" maxlength=6></td><td style="width:190px;"><select id="selWeightWFM" name="selWeightWFM" style="width:95px;"><option value="2">Pounds</option><option value="1">Kilograms</option></select></td></tr><tr><td style="width:110px;">Time:</td><td style="width:50px;"><input type="text" id="txtTimeWFM" name="txtTimeWFM" value="0" style="width:40px;" maxlength=6></td><td style="width:190px;"><select id="selTimeWFM" name="selTimeWFM" style="width:95px;"><option value="1">Hours</option><option value="2">Minutes</option></select></td></tr><tr><td colspan="3"><INPUT type="button" value="Calculate" id="btnCalculateWFM" name="btnCalculateWFM" onclick="CalculateWFM();"></td></tr><tr><td colspan="3"><div id="divResultWFM" id="divResultWFM"></div></td></tr></table>
<script type="text/javascript">
<!--
function CalculateWFM(){if(document.getElementById('txtWeightWFM').value==''||isNaN(document.getElementById('txtWeightWFM').value)){alert('Please enter a valid weight');document.getElementById('txtWeightWFM').focus();return false;}if(document.getElementById('txtTimeWFM').value==''||isNaN(document.getElementById('txtTimeWFM').value)){alert('Please enter a valid time');document.getElementById('txtTimeWFM').focus();return false;}var hr;var kg;var cb;if(document.getElementById('selTimeWFM').value!=1){hr=document.getElementById('txtTimeWFM').value/60;}else{hr=document.getElementById('txtTimeWFM').value;}if(document.getElementById('selWeightWFM').value!=1){kg=document.getElementById('txtWeightWFM').value*.45359237;}else{kg=document.getElementById('txtWeightWFM').value;}if(kg>182||kg<22){alert('Please enter a valid weight');document.getElementById('txtWeightWFM').focus();return false;}if(hr>12||hr<=0){alert('Please enter a valid time');document.getElementById('txtTimeWFM').focus();return false;}cb=Math.round((kg*document.getElementById('selPaceWFM').value)*hr);document.getElementById('divResultWFM').innerHTML='You burned '+cb+' calories!';}
//-->
</script>Pilates can help with <a href="http://www.everydayhealth.com/heart-disease/index.aspx">cardiac disease prevention</a>.
well....guess it didn't work:laugh: here is the link to the page that this code is from
http://www.everydayhealth.com/Calories-Burned-Pilates.htm0
This discussion has been closed.
Categories
- All Categories
- 1.4M Health, Wellness and Goals
- 394.5K Introduce Yourself
- 44K Getting Started
- 260.5K Health and Weight Loss
- 176.1K Food and Nutrition
- 47.5K Recipes
- 232.7K Fitness and Exercise
- 444 Sleep, Mindfulness and Overall Wellness
- 6.5K Goal: Maintaining Weight
- 8.6K Goal: Gaining Weight and Body Building
- 153.1K Motivation and Support
- 8.1K Challenges
- 1.3K Debate Club
- 96.4K Chit-Chat
- 2.5K Fun and Games
- 4K MyFitnessPal Information
- 16 News and Announcements
- 1.3K Feature Suggestions and Ideas
- 2.8K MyFitnessPal Tech Support Questions