<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Enhanced Ability &#187; Writs</title>
	<atom:link href="http://www.enhancedability.co.uk/tag/writs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.enhancedability.co.uk</link>
	<description>life hacking</description>
	<lastBuildDate>Fri, 05 Nov 2010 11:26:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Heart Rate Training Zone</title>
		<link>http://www.enhancedability.co.uk/2009/02/heart-rate-training-zone/</link>
		<comments>http://www.enhancedability.co.uk/2009/02/heart-rate-training-zone/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 15:39:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Body]]></category>
		<category><![CDATA[15 Minutes]]></category>
		<category><![CDATA[Adams Apple]]></category>
		<category><![CDATA[Beats]]></category>
		<category><![CDATA[exercise]]></category>
		<category><![CDATA[fat burning]]></category>
		<category><![CDATA[Fat Metabolism]]></category>
		<category><![CDATA[fitness]]></category>
		<category><![CDATA[Heart Rate Training]]></category>
		<category><![CDATA[Heart Rate Training Zone]]></category>
		<category><![CDATA[Heart Rate Zone]]></category>
		<category><![CDATA[heartrate]]></category>
		<category><![CDATA[Intensity]]></category>
		<category><![CDATA[Limit 0]]></category>
		<category><![CDATA[Measurement]]></category>
		<category><![CDATA[metabolism]]></category>
		<category><![CDATA[Pulse Rate]]></category>
		<category><![CDATA[Result Document]]></category>
		<category><![CDATA[Several Points]]></category>
		<category><![CDATA[Writs]]></category>

		<guid isPermaLink="false">http://www.enhancedability.co.uk/?p=70</guid>
		<description><![CDATA[The best way to know that you are exercising fat burning and metabolism boosting intensity is to measure your pulse while you exercise. If it is within your training heart rate zone for 15 minutes or more then your exercise is having a fat burning effect. To find your training heart rate zone, you need [...]]]></description>
			<content:encoded><![CDATA[<p>The best way to know that you are exercising fat burning and metabolism boosting intensity is to measure your pulse while you exercise. If it is within your training heart rate zone for 15 minutes or more then your exercise is having a fat burning effect.</p>
<p>To find your training heart rate zone, you need to subtract your age from 220, then calculate 65% of this amount for the lower end of your training zone and 80% for the upper limit.</p>
<p>220 &#8211; age * .65 = lower limit<br />
220 &#8211; age * .80 = upper limit</p>
<p>To find your pulse rate, you will need a watch with a second hand. There are several points at which the pulse can be felt easily: the neck on either side of the Adams apple; the writs. Apply light pressure to find the pulse. Taking your pulse for 10 seconds and multiplying it by 6 is an optimum way to measure whilst maintaining the intensity of training. It is best to take a measurement after each 10-15 minutes of exercise.</p>
<form><label for="age">Age</label><br />
<input id="age" type="text" />
<input onclick="get_heartrate();" type="button" value="Get Heart Rate" /></form>
<div id="results">&nbsp;</div>
<p><script language="javascript" type="text/javascript">
function get_heartrate()
{
	var lower_limit = 0;
	var upper_limit = 0;
	lower_limit = (220 - document.getElementById("age").value) * .65;
	upper_limit = (220 - document.getElementById("age").value) * .80;
	result = "Your heart rate should be between " + parseInt(lower_limit) + " and " + parseInt(upper_limit);
	result += " per minute. Beats in 10 seconds would be " + parseInt(lower_limit/6) + "/" + parseInt(upper_limit/6) + ".";
	var node = document.getElementById("results");
	node.removeChild(node.childNodes[0]);
	var textnode = document.createTextNode(result);
	document.getElementById("results").appendChild(textnode);
}
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.enhancedability.co.uk/2009/02/heart-rate-training-zone/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

