to your HTML Add class="sortable" to any table you'd like to make sortable Click on the headers to sort Thanks to many, many people for contributions and suggestions. Licenced as X11: http://www.kryogenix.org/code/browser/licence.html This basically means: do what you want with it. */ var stIsIE = /*@cc_on!@*/false; sorttable = { init: function() { // quit if this function has already been called if (arguments.callee.done) return; // flag this function so we don't do the same thing twice arguments.callee.done = true; // kill the timer if (_timer) clearInterval(_timer); if (!document.createElement || !document.getElementsByTagName) return; sorttable.DATE_RE = /^(\d\d?)[\/\.-](\d\d?)[\/\.-]((\d\d)?\d\d)$/; forEach(document.getElementsByTagName('table'), function(table) { if (table.className.search(/\bsortable\b/) != -1) { sorttable.makeSortable(table); } }); }, makeSortable: function(table) { if (table.getElementsByTagName('thead').length == 0) { // table doesn't have a tHead. Since it should have, create one and // put the first table row in it. the = document.createElement('thead'); the.appendChild(table.rows[0]); table.insertBefore(the,table.firstChild); } // Safari doesn't support table.tHead, sigh if (table.tHead == null) table.tHead = table.getElementsByTagName('thead')[0]; if (table.tHead.rows.length != 1) return; // can't cope with two header rows // Sorttable v1 put rows with a class of "sortbottom" at the bottom (as // "total" rows, for example). This is B&R, since what you're supposed // to do is put them in a tfoot. So, if there are sortbottom rows, // for backwards compatibility, move them to tfoot (creating it if needed). sortbottomrows = []; for (var i=0; i
Having already established that the "stimulus bill," as President Barack Obama described the American Relief and Recovery Act of 2009 in his first State of the Union address, actually failed to stimulate the economy as the administration's finest economic minds anticipated it would, we thought we'd turn our attention today to why the stimulus bill failed to work as planned.
Let's begin by outlining three scenarios for why the stimulus failed to deliver on its backers' best thinking, based upon the potential effectiveness of the stimulus bill's ability to stimulate the economy:
Before we go any further, let's make something very clear. Regardless of which of these possible scenarios might actually apply, the stimulus failed because of a lack of effective leadership by President Obama.
Here's how we know. Each of these scenarios has one thing in common - the economy performed worse than expected. The hard evidence of that fact, perhaps most easily measured by the government's tax collections, but to a lesser degree by the nation's employment situation, piled up month after month after month.
And yet, there was absolutely no follow through on the part of the President or his administration to adapt to the worse-than-expected situation. Other than to blame the worse-than-expected economy, which much surely have been the fault of the previous administration, or to proclaim the success of jobs having been "created or saved" through the stimulus, a measure so open to interpretation to its meaning to actually have none.
You see the problem. No follow through. And without the follow through to make sure that things are going as they should be, and the response to set things back on track if things are not, the failure of the stimulus bill to work as intended was ensured.
That's not effective management. That's an absence of effective leadership. Specifically, it's the absence of the most crucial aspect of effective leadership: the ability and commitment to act to set things back on track when they don't go as needed.
To see why, let's turn to the work of Walter Shewhart, the father of modern statistical quality control. Shewhart identified four crucial steps that repeat in a never-ending cycle to achieving success after setting a goal to improve quality in an industrial process, which we'll adapt to simply achieving success after setting a goal: the Plan-Do-Check-Act cycle.
Applied to the President's stimulus bill, we see problems beginning almost immediately in the planning phase, in that "jobs saved or created" was clearly not an effective measure. However, that's not a show-stopper, since there were other, more effective measures that clearly communicated things weren't going as planned.
Instead, we observe that at no time in the past year did the President or his economic team act to adjust to an economic situation that was worse than they expected, as the situation was developing. It was only in last night's State of the Union address that the President finally began to adapt to a situation that he and his advisers sat by and watched grow worse than they expected for each of the last ten months with his call for a new "jobs" (aka "stimulus") bill.
Only now, the President will have a much more difficult task in gaining approval for the new measure, given his demonstrated inability to deliver promised results. It's a lot harder to get a hit when you take your eye off the ball.
Image Credit: Wikipedia
Labels: management, politics, quality
Welcome to the blogosphere's toolchest! Here, unlike other blogs dedicated to analyzing current events, we create easy-to-use, simple tools to do the math related to them so you can get in on the action too! If you would like to learn more about these tools, or if you would like to contribute ideas to develop for this blog, please e-mail us at:
ironman at politicalcalculations
Thanks in advance!
Closing values for previous trading day.
This site is primarily powered by:
The tools on this site are built using JavaScript. If you would like to learn more, one of the best free resources on the web is available at W3Schools.com.