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
Umbrellas are an example of a successful and very well established invention. By some estimates, they have been around in their basic form for over 4,000 years.
That basic form, an assembly of sticks and cloth that can be deployed to provide either shade from the sun or shelter from falling precipitation, has been generally stable over all that time. It consists of a central shaft around which a collapsible frame of ribs with attached fabric is supported. Most modern innovations of umbrella technology represent tinkering improvements to this basic form, mostly with the introduction of new materials like steel and waterproof fabrics. Perhaps the biggest innovation in that form factor came in the 1920s with Hans Haupt's invention of the pocket folding umbrella. Haupt paired a collapsible central shaft with folding ribs in a design that was much more compact and easier to carry.
That doesn't mean the umbrella cannot be improved. Anyone who has used an umbrella knows its main pain point: you have to dedicate the use of at least one of your hands to hold it.
But what if you didn't have to hold an umbrella to use it? What if you could eliminate its central shaft and the need to hold the umbrella altogether?
The answers to those questions are explored by JohnX at his I Build Stuff Youtube channel in the following ten-minute video. He's taken the umbrella to the next level using modern drone technology and shows the trial and error process of how he developed his prototype:
This is genuine outside the box thinking. While he doesn't quite eliminate the central shaft, he does succeed in minimizing it to fit within the umbrella's canopy. Along with a modified quadricopter drone.
Time will determine if JohnX' prototype flying drone umbrella will become a common, everyday ordinary object. It certainly has potential and we can see where it may have use when combined with hundreds of other flying umbrella drones at outdoor sports events or music performances. Taken to the next level, a fleet of umbrella drones could replace the expensive retractable roofs on modern sports stadiums or keep the next Woodstock music festival from becoming an unholy muddy mess.
HT: Core77.
Labels: ideas, 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.