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
The "urban heat island" effect, in which the heat that builds up in a city's buildings and structures during the course of a day gets to a point where it affects the natural weather patterns around the city's metropolitan area, may soon be an odd footnote in the history of the twentieth century, ended by human innovation.
An experiment is currently underway on the highways and city streets of Arizona's largest urban center - one that has the potential to change how every road in every major city in the United States is paved. Road crews the Phoenix metropolitan area are resurfacing the region's major highways with a compound that combines traditional asphalt with particles of rubber recycled from old tires.
The resulting rubberized asphalt is proving to have some remarkable qualities. Initially intended as an experiment in reducing the noise of traffic on the area's major highways, the new material is demonstrating that it can improve traffic safety, and most surprisingly in one of the U.S.' hottest cities, it appears to be able to reduce the amount of heat that is absorbed by the road's underlying concrete during the day.
The Arizona Republic describes the unexpected benefits of the new road-paving material:
Life in the southeast Valley means life in an urban heat island. Every day, with every passing sun-drenched hour, our buildings, environment, roads and all things out of doors collect heat, sending surface temperatures well above the standard mercury reading and keeping things warmer than intended after the sun goes down.
Rubberized asphalt's porous top layer cools down quicker than concrete, cooling our roads and diminishing heat island effects. The cooling effect isn't on par with a full-blast air-conditioner, but when summer temperatures reach fatal highs, every little bit helps.
And with the soaring temperatures and unmerciful sun of the Arizona summer comes the inevitable - the monsoons. The porous surface of rubberized asphalt acts like the sponge from our opening analogy, soaking water in, dispersing it to roadsides from the crowned base level and diminishing retained street water. The tackier street surface provides good traction for treads against road, preventing some hydroplaning and keeping roads safer overall.
Of all its benefits, its the heat insulation properties of the rubberized asphalt that promises the most far-reaching change for the construction of roads in the U.S.' major cities. Given the role that the large masses of concrete that make up American roads has in creating the urban heat island effect, the ability of the material to more quickly shed the heat it builds up during the day could go a long way to cooling down urban centers in the U.S.
All-in-all, rubberized asphalt represents a neat example of how even a low-tech material can have serendipitous benefits (less heat buildup, safer roads) that were never considered by its original inventors.
Labels: technology
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.