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
Not long ago, in an e-mail exchange with an individual who accused us of being "likely in the the top 5-10%" (which we are, definitely, wink, wink, nudge, nudge, say no more!), and therefore of being "clearly unable to understand the lives or plight of the lower 50%", into which group they placed themselves (hey - they're the ones who self-identified!) They also accused us of being "someone from the conservative side of the political spectrum".
Today, we're going to clear up exactly where we fall on the political spectrum. Via John Whitehead, we've taken "The World's Smallest Political Quiz". Here is a screen shot of our first-time-ever results:
We played around with the quiz, tweaking some of our answers slightly to account for some of the inherent vagueness in how to interpret the various options for each of the questions asked, but only managed to move the dot marking our location in the political spectrum one square to the left or one square up from our natural positions on the issues presented, when we managed to move it at all.
(Meanwhile, John Whitehead, tie-dye wearing hippie - at least, as compared to us - reports that one can achieve a 100% libertarian status in the quiz by agreeing with each proposition.)
Still, we appreciate that many of our readers might think that we fall much further to the right in the political spectrum. We suspect that impression has a great deal to do with our approach to the positions we take on the topics we cover, where we have two overriding principles:
This combination of principles largely accounts for our negative assessment of President Obama's tenure in office and his preferred policies, which many of the President's most ardent and not uncoincidentally unthinking supporters perceive as meaning that we're very much on the right of the political spectrum. Instead, the truth is that we're right in the center, the only place where people can be truly fair and objective.
We suspect that is perhaps what really upsets such mindlessly hate-filled and jealous people so greatly, because that combination of principles gives us the super power of being able to accurately see the world as it is, which makes it possible for us to be right so much more often than such negatively-affected extremists can ever hope to be.
But then, maybe that's just our perspective from actually being in the center of the political spectrum. We just don't see the point of spending any part of life in such an inadequacy-driven rage, because the data says that's no way to live.
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.