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(); ?> Catching Up on a Few Articles at spencerb.net



Catching Up on a Few Articles

1. “A Governor and His Veto Pen”

If you live in Minnesota and you missed the politically intense budget battle and use of archaic MN constitutional techniques:

Upon receiving the last spending bill, he announced that he would exercise the power of “unallotment,” which has been on the books since 1939 and which has been used four times. Under it, the governor is allowed to “unallot” (take away) any state spending for which there is no money to pay. Panicked, the DFL passed tax legislation to cover its blowout spending bills, 10 minutes before the session’s end. Too late. The governor said he’d veto the bill and would not be calling back the legislature to do any more mischief.

2. Pawlenty not Running for Reeelection

Possible presidential run?

3. Alternatives to the Democrat’s Health Care Reform

Four Republicans in Congress — Sens. Tom Coburn (Oklahoma) and Richard Burr (North Carolina) and Reps. Paul Ryan (Wisconsin) and Devin Nunes (California) — will today introduce a bill that moves away from federal centralization. Aptly called the Patients’ Choice Act, it provides a path to universal coverage by redirecting current subsidies for health insurance to individuals. It also provides a new safety net that guarantees access to insurance for those with pre-existing conditions.

These are all great articles (especially 1 and 3). Definitely worth the read if you have some time to sit down and spend it with the Wall Street Journal. One final note, everyone should probably subscribe to the paper because it really is the best news source out there. (Note: I am not paid by News Corp)

[?]
Share This

Related posts:

  1. I’m Not Convinced
  2. Health Care Battle
  3. Rod Blagojevich, Illinois Governor, Arrested
  4. Can Our Government Get Any More Ridiculous?
  5. The Not-so Stimulating Stimulus
  1. Dan Schoppe posted the following on June 16, 2009 at 9:04 pm.

    The story behind your first article is reason enough to vote for Pawlenty in a presidential bid. This man has been anything but intimidated by a rampant liberal legislature. He’s got balls, and more importantly, he knows how to stop frivolous spending on my dime.


Leave a reply



Get Adobe Flash playerPlugin by wpburn.com wordpress themes

Close
E-mail It