<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href="http://www.powercranks.com/news/templates/Default/RssDisplay.xslt" type="text/xsl"?>
		<rss version="2.0">
		  <channel>
				<title>PowerCranks - Train Like a Pro</title>
				<link>Articles - Cycling</link>
				<description />
				<language>en-us</language>
				<copyright>http://www.powercranks.com/news</copyright>
				<generator>N/A</generator>
				<webMaster>http://www.powercranks.com/news</webMaster>
				<lastBuildDate>jmckenna@powercranks.com</lastBuildDate>
				<ttl>20</ttl>

					<item>
					  <title>PowerCranks Impression - a summary of the first 90 days</title>
					  <link>http://www.powercranks.com/news/articles/48/1/PowerCranks-Impression---a-summary-of-the-first-90-days/Page1.html</link>
					  <description>FIRST IMPRESSION
My first trial with PowerCranks has been in October 2007 when a friend of 
mine let me borrow his bike with Powercranks. I used it for 5 training rides 
each lasting less than one hour. I was well trained and fit and I did not have 
big problems dealing with it.
I was impressed about the possible improvements in pedal efficiency that I 
have talked with my trainer and asked my team a second bike to use this tool 
throughout the whole season. They did it. After the end of season rest 
period, I started training again in mid November, setting up 2 bikes, one 
with PowerCranks, on the hometrainer (actually I first went out on the road, 
but did only 9 km and got back immediately. Because of the rest period, I 
probably needed more endurance)
I have started practicing on PowerCranks on the rollers first, doing 3 
session a week, starting from 20', then 15'x2, 15'x3&#160; and improving up to 
1hr. Once I completed 60' consecutive on the hometrainer, I decided I was 
ready to go out on the road.
It took me 2 weeks and 7 trainining sessions.

ROAD WORK-OUTS

I planned with my trainer to use powercranks to do specific strenght 
work-outs called SFR (salite forza resistenza)
One typical session would be like this:
-60' warm up with some tempo (2x10')
-from 4 to 6 x 5' climbing at low cadence (50-55rpm) recovering 3'
-another 45-60' of riding at higher cadence;
of course the first time that work-out were very demanding and I arrived 
home really tired, but in a few session I improved my efficency.
After 8 weeks I reached a point where I could do a complete 3hr training 
without being death in the end.
Pedal adence has been low (70-75) the first ride, now , after 3 months, I 
can handle with higher cadence 80-90 without problems.

PERCEIVED BENEFITS
I went at the first training camp in mid January where I got tested and I 
recorded a power output at my anaerobic thesold of 370W
Last year, same period, same test, I did 350W
When I am at home I use to test myself on a 4kms climb.
The test itself is pretty simple:
-I go full gas for the whole climb and record the average power
-I go back down the descent, spin-off for 10'
-I go full gas again on the climb and record again the average power output.

I did this test after the second training camp (mid February) before 
starting to race, like I did last year.
I averaged 384 and then 382
The year before I averaged 385 and then 360

That meant that my fit level is the same, but I am more efficient and more 
fresh after the first test.&#160;
Definetely this is what it makes a difference in a race with many climbs. In 
the end riders who are able to develop the same poweroutput of the first 
climb are the ones that finish in the top field.
I feel that using PowerCranks is helping my legs to work with less fuel and 
to become more economic.
I have the feeling that after a 5hr ride I am not really tired and the day 
after I can still do an intense work-out.

The first races have been good, compared to other years. This could have many 
reasons, and one of them is more pedal economy and effectiveness.

DURING RACE SEASON

Once the season is started I reduced strenght work-outs to one session a 
week.
I have been using the PowerCranks on the rollers everytime that the bad 
weather forced me to train indoor. I found out that one hour spent on the 
rollers with PC is high value, no interruptions, easy to focus on cadence 
and safe.
Right now when I am not racing during the week I am doing (4 times a week) 
10'-15' on PC on the rollers before break-fast. I found that this helps me 
to set my neuromuscular system for the daily work-outs, improve my base 
metabolism and strenghten my core muscles. I have been working on core 
muscles with specific off-the-bike exercizes, and I have seen that PC use 
helped me to get leaner and stronger my pillar.
As the use of Powercranks during racing season is still new for me, I 
suggested my trainer that I can do a 2hrs training session the day before a 
race.
I did it 2 times so far and, despite his doubts, I feel already warmed up 
the following day and able to keep with the fast starts of a one day 
pro-race.




	
		
			

				
					function reloadCaptchaImg(){
	window.location.reload();
}

function CheckAdvancedSearchForm()
{
	if(document.getElementById(&#34;AQuery&#34;).value == &#34;&#34;)
	{
		alert(&#34;Please enter your search query.&#34;);
		document.getElementById(&#34;AQuery&#34;).focus();
		return false;
	}

	if(document.getElementById(&#34;searchArticles&#34;).checked == false &#38;&#38; document.getElementById(&#34;searchComments&#34;).checked == false &#38;&#38; document.getElementById(&#34;searchBlogs&#34;).checked == false &#38;&#38; document.getElementById(&#34;searchPages&#34;).checked == false &#38;&#38; document.getElementById(&#34;searchNews&#34;).checked == false)
	{
		alert(&#34;Please select a search area.&#34;);

		return false;
	}

	if(document.getElementById(&#34;searchAuthor&#34;).checked == false &#38;&#38; document.getElementById(&#34;searchContentBody&#34;).checked == false &#38;&#38; document.getElementById(&#34;searchTitle&#34;).checked == false)
	{
		alert(&#34;Please select a search field.&#34;);

		return false;
	}



	return true;
}
function swapComment(){
	if(document.getElementById(&#34;addCommentBox&#34;).checked == true){
	document.getElementById(&#34;commentField&#34;).style.display = &#34;&#34;;	
	}else{
		document.getElementById(&#34;commentField&#34;).style.display = &#34;none&#34;;	
	}
	return true;
}
function SwitchField(ArticleType)
{
	articleType = ArticleType;

	switch(ArticleType)
	{
		case 0: // Article
		{
			document.getElementById(&#34;FileRow&#34;).style.display = &#34;&#34;;
			document.getElementById(&#34;ArticleURLRow&#34;).style.display = &#34;none&#34;;
			break;
		}
		case 1: // Summary Only
		{
			document.getElementById(&#34;FileRow&#34;).style.display = &#34;none&#34;;
			document.getElementById(&#34;ArticleURLRow&#34;).style.display = &#34;none&#34;;
			break;
		}
		case 2:
		{
			//blkarg
			document.getElementById(&#34;FileRow&#34;).style.display = &#34;none&#34;;
			document.getElementById(&#34;ArticleURLRow&#34;).style.display = &#34;&#34;;
			break;
		}
	}
}

function CheckSubmitArticleForm()
{
	if(document.getElementById(&#34;Title&#34;).value == &#34;&#34;)
	{
		alert(&#34;Please enter an article title.&#34;);
		document.getElementById(&#34;Title&#34;).focus();
		return false;
	}

	if(document.getElementById(&#34;Summary&#34;).value == &#34;&#34;)
	{
		alert(&#34;Please enter a summary.&#34;);
		document.getElementById(&#34;Summary&#34;).focus();
		return false;
	}

	if(document.getElementById(&#34;ACategories&#34;).selectedIndex == -1)
	{
		alert(&#34;Please select a category.&#34;);
		document.getElementById(&#34;ACategories&#34;).focus();
		return false;
	}

	if(articleType == 0) // Article
	{
		if(document.getElementById(&#34;File&#34;).value == &#34;&#34;)
		{
			alert(&#34;Please choose a file to upload.&#34;);
			document.getElementById(&#34;File&#34;).focus();
			return false;
		}
	}
	else if(articleType == 1) // Summary
	{

	}
	else if(articleType == 2) // Link
	{
		if(document.getElementById(&#34;ArticleUrl&#34;).value == &#34;&#34; || document.getElementById(&#34;ArticleUrl&#34;).value == &#34;http://&#34;)
		{
			alert(&#34;Please specify the article URL.&#34;);
			document.getElementById(&#34;ArticleUrl&#34;).focus();
			document.getElementById(&#34;ArticleUrl&#34;).select();
			return false;
		}
	}

	return true;
}

function CheckSubmitArticleForm2()
{
	if(document.getElementById(&#34;Title&#34;).value == &#34;&#34;)
	{
		alert(&#34;Please enter an article title.&#34;);
		document.getElementById(&#34;Title&#34;).focus();
		return false;
	}

	if(document.getElementById(&#34;Summary&#34;).value == &#34;&#34;)
	{
		alert(&#34;Please enter a summary.&#34;);
		document.getElementById(&#34;Summary&#34;).focus();
		return false;
	}

	if(document.getElementById(&#34;ACategories&#34;).selectedIndex == -1)
	{
		alert(&#34;Please select a category.&#34;);
		document.getElementById(&#34;ACategories&#34;).focus();
		return false;
	}

	 if(articleType == 2) // Link
	{
		if(document.getElementById(&#34;ArticleUrl&#34;).value == &#34;&#34; || document.getElementById(&#34;ArticleUrl&#34;).value == &#34;http://&#34;)
		{
			alert(&#34;Please specify the article URL.&#34;);
			document.getElementById(&#34;ArticleUrl&#34;).focus();
			document.getElementById(&#34;ArticleUrl&#34;).select();
			return false;
		}
	}

	return true;
}
function CheckLoginForm()
{
	if(document.getElementById(&#34;Username&#34;).value == &#34;&#34;)
	{
		alert(&#34;Please enter your username.&#34;);
		document.getElementById(&#34;Username&#34;).focus();
		return false;
	}

	if(document.getElementById(&#34;Password&#34;).value == &#34;&#34;)
	{
		alert(&#34;Please enter your password.&#34;);
		document.getElementById(&#34;Password&#34;).focus();
		return false;
	}

	return true;
}

function CheckAuthorForm()
{
	if(document.getElementById(&#34;Username&#34;).value == &#34;&#34;)
	{
		alert(&#34;Please enter your username.&#34;);
		document.getElementById(&#34;Username&#34;).focus();
		return false;
	}

	if(document.getElementById(&#34;Password&#34;).value == &#34;&#34;)
	{
		alert(&#34;Please enter your password.&#34;);
		document.getElementById(&#34;Password&#34;).focus();
		return false;
	}

	if(document.getElementById(&#34;Password&#34;).value != document.getElementById(&#34;PasswordConfirm&#34;).value)
	{
		alert(&#34;Your passwords don't match.&#34;);
		document.getElementById(&#34;Password&#34;).focus();
		document.getElementById(&#34;Password&#34;).select();
		return false;
	}

	if(document.getElementById(&#34;FirstName&#34;).value == &#34;&#34;)
	{
		alert(&#34;Please enter your first name.&#34;);
		document.getElementById(&#34;FirstName&#34;).focus();
		return false;
	}

	if(document.getElementById(&#34;LastName&#34;).value == &#34;&#34;)
	{
		alert(&#34;Please enter your last name.&#34;);
		document.getElementById(&#34;LastName&#34;).focus();
		return false;
	}

	if(document.getElementById(&#34;Email&#34;).value == &#34;&#34;)
	{
		alert(&#34;Please enter your email address.&#34;);
		document.getElementById(&#34;Email&#34;).focus();
		return false;
	}
	
	if(document.getElementById(&#34;Email&#34;).value.indexOf('.') == -1 || document.getElementById(&#34;Email&#34;).value.indexOf('@') == -1)
			{
				alert('This email address is not valid.');
				document.getElementById(&#34;Email&#34;).focus();
				document.getElementById(&#34;Email&#34;).select();
				return false;
			}

	if(document.getElementById(&#34;Biography&#34;).value == &#34;&#34;)
	{
		alert(&#34;Please enter your biography.&#34;);
		document.getElementById(&#34;Biography&#34;).focus();
		return false;
	}

	return true;
}

function emailToFriend(ArticleLink)
{
	var t = (screen.availHeight/2) - (485/2);
	var l = (screen.availWidth/2) - (605/2);
	var emailWin = window.open(ArticleLink+&#34;/articleemail&#34;, &#34;emailWin&#34;, &#34;scrollbars=yes,toolbar=1,statusbar=0,width=605,height=485,top=&#34;+t+&#34;,left=&#34;+l);
}

function CheckArticleCommentForm()
{
	var sel = false;
	var ok = false;

	for(i = 1; i &#60; 6; i++)
	{
		eval(&#34;sel = document.getElementById('ArticleRating_&#34;+i+&#34;').checked;&#34;);

		if(sel)
		ok = true;
	}

	if(ok)
	{
	 return true;
	}
	else
	{
		alert(&#34;Please select a rating for this article.&#34;);
		return false;
	}
}

function CheckArticleCommentForm1()
{
	var sel = false;
	var ok = false;

	for(i = 1; i &#60; 6; i++)
	{
		eval(&#34;sel = document.getElementById('ArticleRating_&#34;+i+&#34;').checked;&#34;);

		if(sel)
		ok = true;
	}

	if(ok)
	{
		if(document.getElementById(&#34;addCommentBox&#34;).checked == 1){
			if(document.getElementById(&#34;ArticleComment&#34;).value == &#34;&#34;)
			{
				alert(&#34;Please enter a comment.&#34;);
				document.getElementById(&#34;ArticleComment&#34;).focus();
				return false;
			}
			else
			{
				return true;
			}
		}
		
	}
	else
	{
		alert(&#34;Please select a rating for this article.&#34;);
		return false;
	}
}

function CheckArticleCommentForm2()
{
	var sel = false;
	var ok = false;


		if(document.getElementById(&#34;ArticleComment&#34;).value == &#34;&#34;)
		{
			alert(&#34;Please enter a comment.&#34;);
			document.getElementById(&#34;addCommentBox&#34;).checked = true;
			swapComment();
			document.getElementById(&#34;ArticleComment&#34;).focus();
			return false;
		}
		else
		{
			return true;
		}
	
}

function CheckEmailForm(frm)
{
	if(frm.YourName.value == &#34;&#34;)
	{
		alert(&#34;Please enter your name.&#34;);
		frm.YourName.focus();
		return false;
	}

	if(frm.YourEmail.value == &#34;&#34;)
	{
		alert(&#34;Please enter your email address.&#34;);
		frm.YourEmail.focus();
		return false;
	}

	if(frm.YourEmail.value.indexOf(&#34;.&#34;) == -1 || frm.YourEmail.value.indexOf(&#34;@&#34;) == -1)
	{
		alert(&#34;Your email address is invalid.&#34;);
		frm.YourEmail.focus();
		return false;
	}

	if(frm.FriendsName.value == &#34;&#34;)
	{
		alert(&#34;Please enter your friend\'s name.&#34;);
		frm.FriendsName.focus();
		return false;
	}

	if(frm.FriendsEmail.value == &#34;&#34;)
	{
		alert(&#34;Please enter your friend\'s email address.&#34;);
		frm.FriendsEmail.focus();
		return false;
	}

	if(frm.FriendsEmail.value.indexOf(&#34;.&#34;) == -1 || frm.FriendsEmail.value.indexOf(&#34;@&#34;) == -1)
	{
		alert(&#34;Your friend\'s email address is invalid.&#34;);
		frm.FriendsEmail.focus();
		return false;
	}

	frm.Message.disabled = false;

	return true;
}
			
				
					
					
				
				
					
			
					
						 </description>
					  <author>pinotti.m@gmail.com (Marco Pinotti)</author>
					  <pubDate>Thu, 20 Mar 2008 00:00:00 -0600</pubDate>
					 
					</item>

				

					<item>
					  <title>Benefits of PowerCranking</title>
					  <link>http://www.powercranks.com/news/articles/46/1/Benefits-of-PowerCranking/Page1.html</link>
					  <description>
I
remember racing Bear Mountain Fall 2005. A breakaway of four went up
the road. On the final lap, one of the riders, Ryan Morris of Cornell University,
had flatted, and we picked him up road-side. Two more guys were scooped
up, leaving only Dan Zmolik up the road, able to stay away for the
victory.
&#160;
In the downhill sprint, Morris, off the front for most of the race, was STILL able to take the sprint for 2nd. Pretty. Damn. Impressive. It was apparent that when Morris flatted, the horsepower of that break flattened, too&#8230;
&#160;
I raced with him a month later in Rhode Island
at the Jamestown Classic. We got into an early breakaway, and man this
kid could ride! We were caught mid-way, a rider soloed off, and in the
final sprint &#8211; you got it &#8211; this kid Morris took the sprint for 2nd! He had a very fluid, effortless pedal stroke, able to power in TT-mode for long stretches, and he could also sprint&#8230;
&#160;
In
May 2006 I found myself in a 2-man break with him at the Hollenbeck
Road Race, Cornell&#8217;s home race. We hammered for 44 miles, and this kid
just did not seem to tire. He crushed me in the steep uphill finish,
putting 11 seconds into me in less than 200 feet. Afterwards, we got to
talking, and he told me of his training secret&#8230;
&#160;
As
an engineering major at Cornell, Morris was thinking of inventing the
ultimate training tool: independent cranks. But then he realized they
already existed: POWERCRANKS. Morris was on them immediately, riding
them a ton, and in less than two years, he went from being a Cat-5 to
Cat-1 and one of the top time-trialists in America.
&#160;
Purchasing
a set of PowerCranks, second only to a power meter, is where you should
put your money if looking to improve performance. Carbon frames,
aerodynamic wheels, lighter pedals, hugely expensive wind-tunnel
testing, the latest 10-speed groupset &#8211; these things should not be your
ticket to getting faster. PowerCranks offer a plethora of benefits:
they teach you how to pedal more efficiently, strengthen your core,
strengthen your legs, help you maximize your strength, and teach you
how to best fit on the bike&#8230;
&#160;
PowerCranks
force you to pedal each leg independently. When you get on the bike,
both crank arms are hanging down. You clip in and must pedal each leg
individually, picking your leg up and pedaling in complete circles &#8211;
there is no fixed bottom bracket holding the cranks together in a 180&#176;
position. You can pedal one leg at time, both legs at the same time.
The moment you stop pedaling, both legs fall to the down position. Most
guys who get on them either want to not ride them again, sell them, or
can do only 5-20 minutes at a time. You usually ride very slowly and
the cadence is very, very low &#8211; most likely you find the 11 and keep it
there! You are hitting new muscles you never hit before and simply do
not have the ability to keep picking your foot up&#8230;
&#160;
But
if you stick with it, PowerCranks will help you create the perfect
pedal stroke. Let&#8217;s break down the pedaling action: your hamstrings are
not only used on the upstroke. As you&#8217;re pedaling down, you should
already be pulling back. There is a lot of hamstring in the downstroke.
If you can access this large muscle in your downstroke, you will
increase power. 
&#160;
As
you get to the bottom of the downstroke, Greg LeMond&#8217;s advice from the
1980s remains the best and most succinct: &#8220;Scrape the mud off the
bottom of your shoe.&#8221; Never will you feel like you&#8217;re scraping mud off
the bottom of your shoe as much as when you are PowerCranking&#8230;
&#160;
The
upstroke is primarily a hip flexor and hamstring effort. One way to
improve your pedal stroke, without using PowerCranks or doing pedaling
efficiency drills, is to mountain bike as it forces you to pedal in
circles to gain traction and get over rocks, roots, steep inclines, and
other challenges in the trail. When you start mountain biking, you&#8217;ll
realize how important a perfect pedal stroke is as you struggle through
a rock garden or ride over a log&#8230; It&#8217;s not surprising that many fast
mountain bikers are also avid PowerCrankers &#8211; mountain bikers have
excellent pedaling action&#8230; 
&#160;
The
final part of the pedal stroke is the top, and you need to drop the
heel as you come over the top of the stroke, something PowerCranks
automatically make you do. I can tell you from absolute experience that
after first riding these things, muscles in your ankle, in your calf,
behind your knee &#8211; muscles that you never knew you had &#8211; will be sore
because you&#8217;ve never used them on the bike before.
&#160;
Team Campmor&#8217;s Eddy Ceccolini, New Jersey&#8217;s fastest and one of New England&#8217;s
best professional mountain bikers, rides PowerCranks religiously. Fast
Eddy commutes to work on them 2-4 times a week during the race season,
and in the off-season he&#8217;s on them usually 4 times, generally 8-12
hours a week. He doesn&#8217;t try to do too much structure &#8211; he just tries
to ride them consistently as he knows how beneficial they are.
&#160;
Just
remaining upright on the PowerCrank bike forces you to use core muscles
in your abs and lower back that you don&#8217;t use when pedaling traditional
cranks. Westwood Velo&#8217;s Mike Gisler,
the 2007 New Jersey State Time Trial Champion, noted that if he gets
back on the Power Cranks after a break, his core is sore the next day.
He credits Power Cranks for not only giving him a more powerful and
efficient pedaling stroke but also a very strong core, a powerful
ingredient to time trial success. Mike believes he also avoids injury
because his tendons are super-strengthened, not to mention PowerCranks
prevent muscle imbalances because his pedal stroke has become complete.
&#160;
As
the name implies, PowerCranks also do just that: they improve your
power. Because it&#8217;s tiresome to keep picking your leg up, you end up
pushing a bigger gear than normal, putting more stress on your quad. I
should also mention another important fact about PowerCranks: they are
HEAVY. When I put them on my Ghisallo, I added close to three pounds to
my bike. So, when pedaling you can certainly feel the weight of these
suckers, making the workouts even harder!
&#160;
After
PowerCrank training, on your regular bike you will notice that you can
push a bigger gear, either when climbing, riding at threshold, or just
cruising at tempo. But the Cranks FORCE you to strengthen your
hamstring and hip flexors, so if you&#8217;re now using three muscles more
effectively as opposed to one on the road bike, do you think you can
ride harder, longer? The muscular workload is divided more evenly. 
&#160;
Something I&#8217;ve discovered is PowerCranks can take your strength and maximize it &#8211; The Tale of Two Opposite Time Trialists. Westwood&#8217;s Mike Gisler
rides them a lot, and he is wicked fast on them. He time trials at
around 80-85 rpms, so he's right at home on these things. At 80 rpms on
the TT bike, he's putting out even more power because he&#8217;s utilizing a
complete stroke.
I've
been riding the PowerCranks for almost a year now. I'm the opposite of
Gisler, spinning a much smaller gear in TTs, 105-110 rpms, and I&#8217;ve
still garnered improvements because of the Cranks. I thought the
PowerCranks would help lower my cadence, but they really didn&#8217;t &#8211; the
cadence has actually increased! On the Cranks, I'm usually at 90-95
rpms. But I notice when I'm time-trialing, I can stay at a higher
cadence without fatiguing because my pedal stroke is much improved. As
a result, I feel much, much more comfortable time-trialing now. The
quads, hip flexors, hammies, core &#8211; everything just feels solid. My
legs aren&#8217;t fatiguing like they used to, whereas before I lacked the
massive power to TT fast at 110 rpms&#8230; PowerCranks catered to my
personal riding style and helped my capacity for time-trialing.
&#160;
Succinctly,
PowerCranks help strengthen your strength. If you are a sprinter doing
sprints on them, I can guarantee you will sprint faster on your road
bike (you truly learn to balance your body &#8211; you can&#8217;t even sprint on
PowerCranks without a powerful core). If you are a climber and
consistently did hill repeats on them, whether a spinner or big-gear
masher, when you get on your road bike you will climb as if shot out of
a cannon&#8230;
&#160;
Once
you put the Cranks on a spare bike, over time you&#8217;ll tinker with the
position so you can ride them better. On my PowerCrank bike, I now have
my handlebars higher, my saddle more forward and a little lower. I&#8217;ve
found that with my bars higher, I can keep my hip angle open, allowing
me to keep picking my leg up. Additionally, if you slide the saddle
back, you&#8217;ll find it easier to ride the Cranks. 
&#160;
However,
I&#8217;m focusing on TTs, so I have the saddle more forward, making it
harder to pull up (further back, you can ride longer because you&#8217;re
incorporating more leg muscle and core, and further forward you&#8217;re more
aero but relying more on your quads and will fatigue faster &#8211; this is
why if you want to become a good time trialist, as with anything else,
you need to train the position). 
&#160;
I
also found it easier for me to pedal with the saddle slightly lower, as
I can pedal THROUGH the stroke more effectively. I see too many riders
with their saddles too high, hips almost teetering up there, feet
pointing down to reach for the bottom of that pedal stroke, and if they
had that same height with PowerCranks, they&#8217;d have difficulty. With the
saddle a smidge lower than usual, I can power down and through the
stroke with more control &#8211; when I made the adjustment, I felt
exponentially more competent on the Cranks. If you began applying these
concepts to your road bike fit, I guarantee you&#8217;d benefit similarly&#8230; 
&#160;
Roger
Aspholm of FinCraft Endurance Sport Coaching and one of the nation&#8217;s
strongest 35+ racers has been riding PowerCranks since 1999. He
understands that you need to balance the body and get both legs equally
strong, that you need to properly tune that V8 engine! He thinks
they&#8217;re pretty much the greatest training invention, teaching the
neurological system to pedal perfectly. 
&#160;
Aspholm
makes a good point in that it takes a long time to build strength on
these things. &#8220;There is no shortcut to stardom, so be very patient,&#8221;
Roger says. &#8220;Once you have eliminated all your weak spots in your legs,
you can pretty much train normal on these. I do sprints, hill
intervals, longer steadier intervals, and once in a while even fast
group rides on these. If you have a PowerTap, then you have something
to stare at when you are dealing with the pain. Pain is good!&#8221;
&#160;
Now
is the time to ride them. In the winter, we should all be returning to
the gym, hitting up a progressive lifting program. As the leg strength
is developed, endurance and force work on the bike can then be done.
All the while, we should be working on our pedaling efficiency &#8211; so
this means hitting the PowerCranks regularly! In my program, the first
six weeks of Foundation training focuses on pedaling mechanics &#8211; this
is what we need to do as we embark on winter riding. As the training
progresses, you'll be able to do tempo and force work on them, and then
during the season you should ride them at least once a week. Last year
I rode them on my easy days, hoping to get acclimated to them. This
year, I'm going to hammer on them once during the week, actually make a
PowerCrank day &#8211; they're that important.
Doing
group rides on PowerCranks is beneficial because it gets you on the
Cranks for a few hours, usually without going too too hard. Don&#8217;t get
me wrong: PowerCranks HURT. During a group ride, you&#8217;re working twice
as hard as the guy next to you. But because you really can&#8217;t focus
primarily on the downstroke and are instead hitting your hamstrings and
hip flexors so much, it&#8217;s difficult to get out of the Tempo zone, or
even elevate the HR up for extended periods&#8230; In a way, PowerCranking
prevents you from going too hard and keeps you in the proper training
zone because it&#8217;s difficult to hammer 100%.
&#160;
PowerCranks
are not magic, not some fast secret, not an easy recipe to the podium.
You need to put in the time and be willing to suffer. Aspholm makes a
good point in that success does not come overnight. Like with
everything, you need to take your time with them and gradually find
improvement. But this much is guaranteed: if you have the desire,
motivation, and the ability to push yourself, PowerCranks are a great
way to help you realize 100% of your potential.
&#160;
Kenneth Lundgren
&#160;
Elite Endurance Training Systems
www.EliteEndurance.com
&#160; </description>
					  <author>Coach@EliteEndurance.com (Kenneth Lundgren)</author>
					  <pubDate>Tue, 12 Feb 2008 00:00:00 -0700</pubDate>
					 
					</item>

				

					<item>
					  <title>Keep Balanced using PowerCranks</title>
					  <link>http://www.powercranks.com/news/articles/44/1/Keep-Balanced-using-PowerCranks/Page1.html</link>
					  <description>

As the days become
shorter and the temperatures start to drop, many cyclists will soon review
their progress from the 2007 cycling season and set goals for 2008. In
addition, many cyclists will begin cross training to maintain their existing
fitness and focus on muscle groups that have been neglected. It is important to
note that neglected muscle groups can result in muscle imbalances and asymmetry
that have an impact on the cyclist&#8217;s performance and comfort on the bike.

The detection of muscle imbalances and correcting
them before injury occurs is critical to cycling longevity and performance. Most cyclists develop muscle imbalances due
to over use of the hip flexors (mobilizers) and under use of weak gluteus
muscles (stabilizers). This type of muscle imbalance can cause the pelvis to
tilt upward and extend the lumbar spine causing a lordotic tilt (arched lower
back) of the pelvis.

Cyclists should conduct periodic screenings for
muscle imbalances and correct the abnormalities of muscle strength and length to
prevent musculoskeletal pain and irregular function. Evaluating muscle length
is not difficult via standardized tests.&#160;
However, evaluating muscle strength can be more challenging. The primary
focus on evaluating muscle strength is to be able to isolate the action of
individual muscles. The majority of muscle strength evaluation concentrates on
testing the mobilizers (hamstrings, adductors, hip flexors and abdominal recti)
because they are easier to isolate than stabilizers (transversus abdominis and
posterior glutei mediae).&#160; If the cyclist
is unfamiliar with muscle imbalance testing they should look for a professional
to evaluate them and make sure a protocol is established to assess both the
mobilizers and stabilizers. 

As discussed earlier,
muscle imbalances can cause a lordotic tilt of the pelvis. The tilt of the
pelvis can also be more pronounced on one side of the body due to asymmetry
where one side of the body is more dominant than the other. 

There are many factors
to consider when addressing muscle asymmetry.&#160;
However, there are two primary factors that cause muscle asymmetry while
riding the bike. The first is bike fit and proper rider positioning on the
bike.&#160; Muscle asymmetry will become more
pronounced if the rider is on the bike incorrectly.&#160; A major factor to determine if the cyclist is
on their bike correctly is if he or she is able to engage their core muscles
while sitting on the saddle of the bike.&#160;
If the cyclist cannot engage their core muscles, there is dysfunctional stabilization
and no lumbopelvic stability.&#160; When the
cyclist lacks core stability he or she will be pedaling outside their natural
alignment and more muscular effort is required to recover to a stable position.&#160; In short, while pedaling long distances the
dominant side muscles groups begin to work more than the less dominant side
muscle groups, thus causing more muscle asymmetry.

The second factor to
consider when addressing muscle asymmetry is the cyclist&#8217;s riding habits.&#160; For example, reaching down for a water bottle
with the same hand reinforces muscle asymmetry.&#160;
Another example is while stopping at an intersection and extending the
same leg to the ground while the other leg remains contracted reinforces muscle
asymmetry.&#160; A third example is looking
back over the same shoulder when checking for traffic reinforces muscle
asymmetry.&#160; To test your level of
asymmetry do what I call &#8220;the one-armed interval.&#8221;

To do the &#8220;one-armed
interval&#8221; all you do is ride your bike for 5 to 10 minutes with only one arm on
the handle bars at an easy pace.&#160; Then
switch arms and ride another 5 to 10 minutes with only the other arm on the
handle bars.&#160; If you are right side
dominant, you will notice while riding with your right hand on the handle bars
and your left hand off the bars, your left glutes (stabilizers) and left side
core muscles will be working harder than when you were riding with the left
hand on the handle bars.&#160; When your left
hand is on the handle bars and you are right side dominant, your glutes and
right core muscle groups are not nearly as taxed.

There is no easy answer to eliminating muscle
imbalances.&#160; The only way to prevent or
eliminate injuries is to learn where you have muscle imbalances and adjusting
them with the correct strengthening and flexibility exercises.&#160; Once you understand more about your muscle
imbalances begin a daily stretching and strengthening routine.&#160; Doing yoga and/or pilates is a great way to
strengthen weak muscles and lengthen tight muscles.&#160; 

To effectively address
muscle asymmetry, first ensure you are on the bike correctly.&#160; Second, I recommend riding with Power
Cranks.&#160; Power Cranks are
great for addressing muscle imbalances and asymmetry immediately.&#160; When you first begin using Power Cranks
you will know instantly what muscles groups have been neglected.&#160; Over time, you will be more efficient in your
pedal stroke because you will be engaging your core muscles and the mobilizers
and stabilizers will be working in unison.&#160;
There is no getting around it&#8230; the Power Cranks make these
muscles do their job.&#160; Third, avoid doing
everything on the bike only in a one-sided manner&#8230; mix it up. Fourth, do
&#8220;one-armed intervals&#8221; to condition your weaker side. </description>
					  <author>gcombs@methodist.edu (greg combs)</author>
					  <pubDate>Wed, 21 Nov 2007 00:00:00 -0700</pubDate>
					 
					</item>

				
				  </channel>
				</rss>
			