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(); ?> Another Rough Day for the Dow at spencerb.net



Another Rough Day for the Dow

Down 758.80 points! After the recovery Monday, I had been thinking of investing. 1) Shows what I know 2) Thank God.

When will things get better? I think as the government progresses with the bailout and gets some liquidity in the mortgage markets, so we can figure out how much people’s homes are worth. More specifically, how much the loans on people’s homes are worth.

[?]
Share This

Related posts:

  1. Falling…Falling…Falling…
  2. Politicking Our Economic Woes
  3. Dow Soars Nearly 900 Points
  4. Stock Market Entitlement
  5. Big Day for Markets
  1. Dan Schoppe posted the following on October 15, 2008 at 8:51 pm.

    Wow, bummer about the market. I spent 2 hours in a lecture on Friday watching the Dow grow over 900 points. I had my Yahoo! finance page refreshing every two seconds. After the 650 point mark, I tried to quickly create a trading account online in order to get some money into the market “upswing.” I didn’t get it done in time, so none of my money saw Wall Street. Thus, I’ll agree with your second point. Thank God.

    We live in an interesting time, the technology / information age and all. If this economic slump continues, things will only get more interesting…

    I think I’ll write about the whole “interesting time to growing up” topic. You should think about writing some thoughts as well, Spenc.

  2. spencerb posted the following on October 16, 2008 at 9:10 am.

    Working on a post now.

    I really want to be a more active investor…just hard times right now.

  3. Pingback from An Interesting Time to Grow Up at spencerb.net

    [...] at Up for Grabs, has encouraged me to write a post about growing up right [...]


Leave a reply



Get Adobe Flash playerPlugin by wpburn.com wordpress themes

Close
E-mail It