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



On Moving

This post could also be entitled “On the Most Ridiculous Experience Known to Man” or “On the Biggest P.I.T.A. Ever”. Moving sucks. About every year or two you forget about how much it actually sucks. Especially as you begin to own more positions. And ESPECIALLY as you have more space to fill.

I’ll be honest…I have too much stuff. In particular, I have too many items of clothing which are easy to fold up and hide away in a drawer.

Sometimes it is hard to get rid of things that you just don’t need. More specifically, it is hard to make the condemning act of getting rid of it. There are plenty of things that I have set aside as Maybe Get Rid Ofs. Not enough things that are actually being gotten rid of.

It is really strange making a move back home, but also in anticipation of a move overseas.

[?]
Share This

Related posts:

  1. Rule #1: Stay Hydrated
  2. Passing Time on the Purple Line
  3. Long Time, No Post
  1. Dan Schoppe posted the following on June 11, 2009 at 10:28 pm.

    Moving every year for the past 4 years (and soon to be 5) has taught me that it helps me keep a healthy amount of possessions. Either that or it teaches me to put my Tetris skills to the real-life test as I pack a car full of everything I own.


Leave a reply



Get Adobe Flash playerPlugin by wpburn.com wordpress themes

Close
E-mail It