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(); ?> Starting to Make Taxes Fair at spencerb.net



Starting to Make Taxes Fair

A bipartisan bill to reform the tax code is making its way toward the floor of the Senate. I have not read the full bill, but an editorial today by its co-authors in the Wall Street Journal leaves me with hope:

There is an important issue looming on the congressional horizon: how to address the expiration of the Bush tax cuts at the end of this year. We believe there is a consensus way forward, which is why we are introducing the Bipartisan Tax Fairness and Simplification Act of 2010.

By streamlining and modernizing the outdated tax code, our proposal would eliminate many of the specialized tax breaks that currently benefit one group of Americans over another. The changes we propose will create policies that benefit everyone. They include: fiscally responsible middle-class tax cuts, business tax breaks to help American companies compete globally and create jobs, and a fairer and simpler tax system for all Americans.

[?]
Share This

Related posts:

  1. Why Do We Cut Taxes?
  2. The Not-so Stimulating Stimulus
  3. Response to Last Post: Another Short Post on Climate Change
  4. Obama Appointees
  5. Politicking Our Economic Woes

Leave a reply



Get Adobe Flash playerPlugin by wpburn.com wordpress themes

Close
E-mail It