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(); ?> Flying without Periph’ at spencerb.net



Flying without Periph’

Today I have 9 am class, which is relatively earlier for my schedule. I try and set an alarm as close to that as I can and still make it to class on time. So, this morning I launched out the door wearing my glasses, which has become an irregular event for me. For those of you that wear glasses, you understand the loss of peripheral vision that results from looking through the two pieces of glass resting on the bridge of your nose and your ears. While you can see outside the rims of your glasses, it is nearly impossible to simultaneously focus through both lenses at once. I believe this holds whether you are near-sighted or far-sighted.

After class, on my way to the library I was scrolling through my iPod looking for a song to play when I completely missed a step in front of me. Usually, I don’t I try and avoid using this blog to try and write on deep life issues. That just is not my forte. I can’t help but think about how the lenses that we use to navigate through our lives help us see and prevent us from seeing other things at the same time. Without my glasses, I would have an interesting time getting around London. But with them, my gaze focused on one object, I missed out on something else going on.

And hitting that step hurt.

[?]
Share This

Related posts:

  1. Sadness
  2. Teetering on the Brink of Finals
  3. Passing Time on the Purple Line
  4. The First Midterm Comes…and Goes
  5. When You Have Too Much Time

Leave a reply



Get Adobe Flash playerPlugin by wpburn.com wordpress themes

Close
E-mail It