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(); ?> Econ 101 – Government Spending at spencerb.net



Econ 101 – Government Spending

In the first year of macroeconomics I don’t think there is a single student who doesn’t leave with some understanding of fiscal and monetary policy. One controlled by legislators and the other by central bankers. Furthermore, even an elementary reading of Keynes or a brief quote in a textbook makes it clear that government spending (a component of GDP) can be an effective way to encourage growth. Although there are negative effects like crowding out private investment and national debt, the argument goes that these temporary short term problems are worth the long term stability hopefully spurred by government intervention.

The lesson that reality has shown is that there is only an extremely weak multiplier effect for government spending, meaning a dollar spent by the government does not spread throughout the economy in the way originally modelled by Keynes. Moreover and a lesson made clear from the 2009 stimulus bill – getting legislators to allocate money quickly and then spending it is nearly impossible. The tendency is for government spending to dovetail recoveries. This seems to be what is happening now:

The approach this week of the stimulus program’s one-year anniversary sparked a fresh round of dueling partisan statements, as Democrats sought to credit the effort with averting a deeper recession and Republicans said the program deserved a failing grade. But in terms of spending, the stimulus is largely incomplete.

As the economy is recovering, the influx of the majority of the U.S. stimulus money will make the recovery look stronger and more swift than it would be absent extra government spending.

[?]
Share This

Related posts:

  1. Barney Frank Gives Us a Picture of a Democratic Government
  2. The Not-so Stimulating Stimulus
  3. Obama Administration Sheds 500,000 Jobs
  4. 2009 Q4 GDP Statistics
  5. Proxies for Confidence

Leave a reply



Get Adobe Flash playerPlugin by wpburn.com wordpress themes

Close
E-mail It