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
If you were in the public prediction making business back in 1993, could you have accurately predicted where technology would go? Or described where technological change would take us a little over 16 years later?
Now, what if you were part of the marketing team for AT&T? What are the odds that you could reasonably describe what the world of tomorrow would look like in the early days of the World Wide Web?
And what if you committed that vision to a series of television advertisements narrated by Tom Selleck?
We here at Political Calculations are pleased to bring you, via Robot Dreams, via Core77, the future according to AT&T's advertising team of 1993!
We wondered what other predictions made in 1993 might be happening today. Here are three of the more amazing ones:
Jack Shafer writes:
In 1993, novelist Michael Crichton riled the news business with a Wired magazine essay titled "Mediasaurus," in which he prophesied the death of the mass media—specifically the New York Times and the commercial networks. "Vanished, without a trace," he wrote.
The mediasaurs had about a decade to live, he wrote, before technological advances—"artificial intelligence agents roaming the databases, downloading stuff I am interested in, and assembling for me a front page"—swept them under. Shedding no tears, Crichton wrote that the shoddy mass media deserved its deadly fate.
Samuel Phillips Huntington (born April 18, 1927) is a political scientist known for his analysis of the relationship between the military and the civil government, his investigation of coup d'etats and his thesis that 'the fundamental source of conflict in this new world will not be primarily ideological or primarily economic. The great divisions among humankind and the dominating source of conflict will be cultural. Nation states will remain the most powerful actors in world affairs, but the principal conflicts of global politics will occur between nations and groups of different civilizations. The clash of civilizations will dominate global politics. The fault lines between civilizations will be the battle lines of the future.' [Source: EconomicExpert.com]
Vernor Vinge (pronounced VIN-jee, rhyming with 'stingy') (born February 10, 1944) is a mathematician, computer scientist and science fiction author who is best known for his Hugo award-winning novel A Fire Upon the Deep and this 1993 essay, in which he predicts an imminent acceleration of progress caused by increasing speed of computers and developments in artificial intelligence. [Source: EconomicExpert.com]
Labels: forecasting
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.