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(); ?> Quarters at spencerb.net



Quarters

Well, these past few weeks have taught me that the quarter system is brutally efficient. As soon as you get the feeling school work is going to let up they time it so that it is starting again. I have now realized that when I reach the point that I am taking a sigh of relief, that is the point when I should start worrying again. Of course it would be possible to have a semester sat up just as intense, but I have not experienced it in practice yet. I think a compromise between the quarter and semester system would be great because there is a lot of wasted time in a semester.

Anyway this post is just meant to be a quick update not a critique of education. I am on the Mock Trial team and it is interesting because I have not done this activity since Junior High. It is certainly a change from debate. I am also in the Triathlon Club. Unfortonuately Mock Trial has been keeping me busy, so I have not improved in shape that much. Doing another Tri would be a lot of fun though!

[?]
Share This

Related posts:

  1. Daily Northwestern Acknowledges Mock Trial
  2. Long Time, No Post
  3. Blogging Hiatus/Trip to Iowa
  4. Weekend Blogging Hiatus 2 Ends
  5. This Summer
  1. Bill posted the following on November 9, 2007 at 10:34 am.

    MIT manages to make the semester system act like how you just described the quarter system..

  2. admin posted the following on November 9, 2007 at 3:24 pm.

    I figured that would likely be the case. I am not sure if I am down with this three sets of classes a year thing yet, but we shall see..


Leave a reply



Get Adobe Flash playerPlugin by wpburn.com wordpress themes

Close
E-mail It