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(); ?> The First Midterm Comes…and Goes at spencerb.net



The First Midterm Comes…and Goes

Back into the swing of the quarter system again. The quarter is just about halfway through already. I can’t believe we started in late September and we’re almost halfway done.

My first midterm was for a history class that I’m taking. American History. I’m not sure why I took a history class. I thought that my general interest in history would make this a great class. To be fair, it has been interesting so far, but not as captivating as I’d expect. That’s the hard thing sometimes in college, especially at Northwestern. Just because you are interested in something doesn’t mean the class will capture that same interest. On the other hand, the classes with the ‘celebrity professors’ are fantastic no matter what the subject. So, I guess, it is a little hit or miss.

The midterm was easy. Let’s face it, we’ve all taken about a 100 American history classes since middle school.

[?]
Share This

Related posts:

  1. This Summer
  2. Long Time, No Post
  3. Teetering on the Brink of Finals
  4. Winter Break
  5. Quarters

Leave a reply



Get Adobe Flash playerPlugin by wpburn.com wordpress themes

Close
E-mail It