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(); ?> Teetering on the Brink of Finals at spencerb.net



Teetering on the Brink of Finals

I did not think I would be saying this already, but the quarter system has doomed me to start thinking about finals. I was paging through a syllabus and realized we have a paper due on the last day of class – March 6. If someone told me something fun was happening on March 6 I would be excited because that means it is close. When I was told this quarter was ending the second week of March…I got a little scared.

The weather around Chicago has been crazy lately. Snow Storm Warnings. Flash Flood Warnings. Wind Chill Advisories. I do not know how to prepare for today.

So I have turned to the blog. I have decided to start making more posts in the ‘Life’ Category because I realize all of you might not care about Real ID. My recent choice to use the blog as a depository for research does not exactly cater to this crowd. I do think it would make a great debate case though!

[?]
Share This

Related posts:

  1. Long Time, No Post
  2. First of the Final College Finals
  3. This Summer
  4. Quarters
  5. Winter Break

Leave a reply



Get Adobe Flash playerPlugin by wpburn.com wordpress themes

Close
E-mail It