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(); ?> Long Time, No Post at spencerb.net



Long Time, No Post

Wow, I make an intense claim that I need to start podcasting and then I stop making blog posts. I guess I have proven I really have what it takes to accomplish that!

Well, a lot has been happening recently. Over winter break I went on vacation – once with my family and once with Monica. Both were a lot of fun. School has started again I have some interesting classes this semester at NU. History of Economic Thought, Politics of Local Justice, and my second to last quarter of Chinese. I also am taking a Legal Studies class as credit for participating in Mock Trial.

As one could tell from my facebook quotes, I am really enjoying the history of economic thought. It is fantastic reading the writings of the great minds that have formed my field of study.

I have been fervently looking for jobs, mostly in the financial industry. It is nice being at a school where the business school does not hide all the opportunities away. I have started working for a more public interest like group called the Cyber Privacy Project. It is run by a professor from the Harvard Medical School who is a visiting prof at the Medill School of Journalism at NU. It is interesting and if I can muster up some time to devote to it I think I could play an exciting role

In other news, I really need to start pumping out some LSAT prep and figure out what I am going to do next year!

I recommend anyway with a slight interest in MN politics head over to Minnesota Public Radio and create a Fantasy Legislature. Feel free to join the Red League.

[?]
Share This

Related posts:

  1. The First Midterm Comes…and Goes
  2. This Summer
  3. Thesis Update v .01 –> .02 (patch)
  4. Memories for a Generation
  5. Teetering on the Brink of Finals

Leave a reply



Get Adobe Flash playerPlugin by wpburn.com wordpress themes

Close
E-mail It