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(); ?> Tag Archive for ‘Olympics’ at spencerb.net

Tag Archive for 'Olympics'

American Olympic Success (So Far)

Just a little Vancouver update:

Perhaps most impressive is that America is winning medals in traditional sports often dominated by Europeans, such as alpine skiing, figure skating and long-course speedskating. Noting that the number of Winter Olympics events has risen to 86 from 46 in Calgary, Olympic historian David Wallechinsky said, “We’re expected to do well in new events like freestyle skiing and snowboarding. But this week is not just a new-event phenomenon for the U.S.”

Link

Not too jinx things, since there are still a lot of medals yet to be one, but I think we can all be proud of the athletes representing America in this year’s Winter Olympics. Let’s hope the leadership in both overall medals and gold medals continues this week!

Lance Armstrong Pledges to Return to Tour de France

In what to me is stunning news, Lance Armstrong has decided to race in the Tour de France again!

Lance Armstrong is ready to swear off the chips and salsa, climb back on the bike and win an eighth Tour de France. Three years after retiring, the 36-year-old says he’ll return to competition and the Tour de France in 2009, giving up relaxed days of a few beers and Tex-Mex food for a self-described monk’s life of disciplined training and punishing races.

The sport of cycling needs a jump-start like this. I think the intense anti-doping regimen of the Olympics helped slightly, but the problems that have recently plagued the Tour de France and the sport of cycling seemed too great to solve. Decreased watching and enthusiasm for the sport were the result of a ‘Tour de Doping’. The ultimate issue arises when the winner of the event faces continuous doping alegations ala Floyd Landis.

Now that Lance Armstrong is returning with his 7 previous Tour de France titles in hand and an enhanced celebrity status post-retirement, I think we should see some more excitement about cycling this year.



Get Adobe Flash playerPlugin by wpburn.com wordpress themes

Close
E-mail It