PostBadge tag to show // FeedBurner FeedFlare. // ------------------------- // FeedBurner account and feed required. // Sign up at http://feedburner.com //================================================ class module_feedflare { function init(){ global $gregarious; $gregarious->add_settings ( array ( 'feedburner_url' => '' ) ); $gregarious->add_page ( 'FeedFlare', 'modules/feed-flare/icn_Flare.png', 'page_feedflare();', 'feedFlare' ); } function postbadge_tags(){ return array ( array ( 'tag' => '%FLARE%', 'replacewith' => 'feed_flare("",false)' ), ); } function update_info(){ return 100; } } //------------------------------------------ // TEMPlATE TAGS //------------------------------------------ function feed_flare($settings = '', $echo = true){ global $wp_query; $post = $wp_query->post; $sets = array('postID' => $post->ID, 'before' => '', 'after' => 'Gregarious FeedFlare', 'force' => 0 ); grab_sets($settings, $sets); if ( !$sets['force'] && hideOnID($sets['postID']) ){ return ''; } if( !$path = _get_feedburner_url() ) return ''; if( substr( $path, -1 ) == '/' ){ $path = substr( $path, 0, strlen( $path ) -1 ); } $path = str_replace ( 'feedburner.com/', 'feedburner.com/~s/', $path ); $path .= '?i='.get_permalink($sets['postID']); $result = $sets['before'] . "" . $sets['after']; if($echo) echo $result; else return $result; } function _get_feedburner_url(){ $feedurl = greg_get_option( 'feedburner_url' ); if ( $feedurl ){ return attribute_escape($feedurl); } else { $feedburner_settings = get_option('feedburner_settings'); if( is_array($feedburner_settings) && ($feedurl = $feedburner_settings['feedburner_url']) ) { return attribute_escape($feedurl); } else { return false; } } } //------------------------------------------ // OPTIONS PAGE //------------------------------------------ function page_feedflare(){ $feedurl = _get_feedburner_url(); ?> Rule #1: Stay Hydrated at spencerb.net



Rule #1: Stay Hydrated

Right now I am partially annoyed with Wordpress because I wrote this post yesterday and it did not post. The draft was simply the title.

This will be the Clif’s Notes version of the post that is lost on the interwebs.

Yesterday reminded me of a critical lesson that I took the chance to forget over the winter. Hydration is key to training and physical activity in general. MN summers provide plenty of scorchers like yesterday in the high 80’s. Since summer is finally upon us and I’m finally back in the TC, it is time to get outside and do all the amazing things summer lets you do.

Prior to a race or big event it is best to stop training or train very very lightly for about a week. During this time period hydration is absolutely essential. It will increase comfort and performance on race day. This means drinking a lot of water and electrolytely beverages (like gatorade). Staying hydrated is equally important for training and working out. Sometimes it is easy to forget about.

On the other hand, it is something incredibly easy to do everyday to ensure that you will be ready to go when you want to be. The important thing is to keep it mind, not to obsess over it.

This post is the first in a series preempting an exciting (albeit late starting) summer in MN.

[?]
Share This

Related posts:

  1. Rule #2: Know Your Limits
  2. 2008 Accenture Chicago Triathlon
  3. On Moving
  4. To Vote or Not to Vote?
  5. Lance Armstrong Pledges to Return to Tour de France
  1. Dan Schoppe posted the following on June 24, 2009 at 8:56 pm.

    So… drink lots of beer?

    In all seriousness, drinking plenty of water is about the easiest thing you can do to ease a hard workout. There are so many of us (including me) that don’t put in the due diligence to stay on top if this. After all, if you’re thirsty, you’re already dehydrated.


Leave a reply



Get Adobe Flash playerPlugin by wpburn.com wordpress themes

Close
E-mail It