to your HTML Add class="sortable" to any table you'd like to make sortable Click on the headers to sort Thanks to many, many people for contributions and suggestions. Licenced as X11: http://www.kryogenix.org/code/browser/licence.html This basically means: do what you want with it. */ var stIsIE = /*@cc_on!@*/false; sorttable = { init: function() { // quit if this function has already been called if (arguments.callee.done) return; // flag this function so we don't do the same thing twice arguments.callee.done = true; // kill the timer if (_timer) clearInterval(_timer); if (!document.createElement || !document.getElementsByTagName) return; sorttable.DATE_RE = /^(\d\d?)[\/\.-](\d\d?)[\/\.-]((\d\d)?\d\d)$/; forEach(document.getElementsByTagName('table'), function(table) { if (table.className.search(/\bsortable\b/) != -1) { sorttable.makeSortable(table); } }); }, makeSortable: function(table) { if (table.getElementsByTagName('thead').length == 0) { // table doesn't have a tHead. Since it should have, create one and // put the first table row in it. the = document.createElement('thead'); the.appendChild(table.rows[0]); table.insertBefore(the,table.firstChild); } // Safari doesn't support table.tHead, sigh if (table.tHead == null) table.tHead = table.getElementsByTagName('thead')[0]; if (table.tHead.rows.length != 1) return; // can't cope with two header rows // Sorttable v1 put rows with a class of "sortbottom" at the bottom (as // "total" rows, for example). This is B&R, since what you're supposed // to do is put them in a tfoot. So, if there are sortbottom rows, // for backwards compatibility, move them to tfoot (creating it if needed). sortbottomrows = []; for (var i=0; i
Did you just eat something you really shouldn't have? Especially if you're trying to lose some weight?
Well, there's a pretty straightforward way to avoid taking the calorie hit to your waistline - you can boost your activity level to burn off the extra food you just took in. But how much do you need to boost it? And how?
Sure, you can go for a run, swim, bike, do aerobics, or some other fitness oriented activity, but what if you can't? Not because you literally can't, but rather, because you're somewhere where you can't dress for those activities - like work, school or just out and about during the middle of your day with hours to go before you might get home.
So you're limited. You need an activity that won't get you all sweaty, but that will help you burn more calories today than you would have had to if you hadn't decided to treat yourself to that treat. Something that you won't look too out of place doing wearing what you're wearing.
If you haven't figured it out long before now, we're talking about walking. And now, since that's really the only healthy and not out-of-place option for your situation, we need to talk about how much extra walking you're going to have to do to wash out that treat you chose to eat.
Fortunately for you, we have an app for that! Just enter the amount of extra calories you consumed, and we'll give you a good ballpark estimate of how much extra walking you're going to have to do to keep them from being a permanent addition to your waistline!
Our tool is based on back of the envelope math done by fitness expert Craig Harper, who translated the amount of time and calories consumed by various treats into the amount of time it would take a 160 pound person to walk them off at a speed of three miles per hour.
As it happens, 160 pounds is the average self-reported weight for a woman in the United States, at least as reported by Gallup, which makes this a pretty useful weight to use as a rule-of-thumb benchmark. If you weigh more than that amount, it will take you a little less time to walk off the extra calories you ate, and it will take longer if you weigh less, but the total amount of time you need to spend walking should be be pretty close.
But really, perhaps the best way to use this tool is as a guide for deciding whether you should eat those extra calories in the first place!
Image Source: National Institute of Health
Welcome to the blogosphere's toolchest! Here, unlike other blogs dedicated to analyzing current events, we create easy-to-use, simple tools to do the math related to them so you can get in on the action too! If you would like to learn more about these tools, or if you would like to contribute ideas to develop for this blog, please e-mail us at:
ironman at politicalcalculations
Thanks in advance!
Closing values for previous trading day.
This site is primarily powered by:
The tools on this site are built using JavaScript. If you would like to learn more, one of the best free resources on the web is available at W3Schools.com.