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 ‘Murray’ at spencerb.net

Tag Archive for 'Murray'

Roger Federer Takes the 2010 Australian Open in 3 Sets

Roger Federer won the Australian Open this morning 6-3, 6-4, 7-6 (13-11). The first two sets, it was clear that Fed was dominating play in this match. Murray looked frustrated initially and frequently made motions toward his knee and quadricep. The Scot turned things up for the third set, breaking Federer early, but Fed fought back to force the tiebreak. Throughout the match Federer looked fairly calm, even when the set was within reach of Murray.

Being in the UK, I was able to enjoy this evening match (Melbourne time) in the morning. The match was definitely a bit of a nail biter at the end, but I was happy to see Federer come out with his 16th grand slam victory.  Playing a tiebreak to 13-11 is tough, but both players looked strong throughout it.  I’m sure we have more to see in the future from Andy Murray.   At the end, Federer looked genuinely elated to win this match.



Get Adobe Flash playerPlugin by wpburn.com wordpress themes

Close
E-mail It