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(); ?> Update: Fed Rate Cut at spencerb.net



Update: Fed Rate Cut

Federal Reserve officials have pared their outlook for economic growth through 2009 to minimal levels and are prepared to cut interest rates further, while concern has risen that a deflationary spiral may take hold.

WRAPUP 1-Fed signals ready to cut rates amid glum outlook | Markets | Markets News | Reuters.

In an update to the previous post about falling prices, this article indicates that the Fed will likely lower interst rates.  This should spur investment in the economy at a time when the word ‘recession’ is looming over head.  As I speculated in my earlier post, the Fed is worried about continually falling prices which would be a bad sign for the economy.

Let’s make this clear quick, relatively cheap prices are good (ie buying something on sale), absolute continual price decline is not good.

[?]
Share This

Related posts:

  1. Expectations and Reality in Exchange Rates
  2. Why Do We Cut Taxes?
  3. Stock Market Entitlement
  4. Record Price Drops
  5. The Not-so Stimulating Stimulus

Leave a reply



Get Adobe Flash playerPlugin by wpburn.com wordpress themes

Close
E-mail It