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
Via Core77, meet the Miracle Machine - a device that you can use to make high quality wine at home in just a few days with low-cost basic ingredients, which uses a smart phone app to let you monitor how it's fermentation process is coming along:
Do you have what it takes to make your own wine? Most likely not. But with this fancy gadget and a lower-than-average amount of skepticism, you might. Drink like Jesus did with the Miracle Machine: just add water, grape concentrate, yeast and a vaguely described "finishing powder" to impart that truly barrel-aged flavor without true barrel-aging.
The modestly named Miracle Machine is a household appliance with the capability of fermenting and age-flavoring fine wine within three days, for as little as $2 per bottle in materials.
Here is developers Kevin Boyer and Philip James' "Kickstarter" pitch:
Sound too good to be true? That's likely because it was.
In reality, the water-to-wine Miracle Machine turned out to be quite a publicity stunt:
It's amazing what you can do with some attractively turned wood, plastic and LEDs these days!It sounded like a dream come true. The Miracle Machine was a gadget that would turn water -- along with grape concentrate and yeast -- into wine in your very home in as little as three days. A lot of people got excited, imagining becoming home winemakers without all the bother of growing grapes, aging in barrels, or knowing anything about how to make wine.
There was just one catch, and it was a big one. The Miracle Machine is a made-up product. The Miracle Machine founders promised a Kickstarter launch, but that debut never materialized. It was just a hook to get people to sign up for more information. Today, those people got an e-mail leading them to a video about Wine to Water, a nonprofit organization dedicated to supplying clean drinking water to people in need around the globe.
The end game for the stunt is to raise awareness of Wine to Water and drive donations and volunteers to the cause. The people behind it say that more than 600 media outlets around the world picked up coverage of the fake product within the last 10 days.
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.