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
It's a little known fact that in addition to being the patron saint of Ireland, Nigeria and the excluded, St. Patrick is also the patron saint of engineers.
Because of that, celebrating St. Patrick's Day is about more than wearing green and drinking beer. It's also about drinking away the sorrows and memories that go with really bad engineering.
To that end, we're going to highlight three beer-drinking related inventions that really deserve to be forgotten on this St. Patrick's day. In fact, they appeared among InventorSpot's Luke McKinney's list of Ten Things You Don't Need on St. Patrick's Day, a list of things that might have seemed like they would be good inventions when their respective inventors were drinking, some heavily, but weren't for the reasons Luke identifies....
First up, the engineering disaster that is... "beer shorts":
Straight from a college movie, a sneaky way to smuggle beer into guarded or expensive areas. The reason it works in movies is because you don't see the awkwardness of wearing them, or feel the terrible sensations of walking with loose sacks of liquid strapped to your nether regions. To say nothing of the shame of being caught in what look like floppy cyber-diapers . And if you can't see the problem in wearing large sacks of booze around your crotch in public, then you're likely too drunk to even read this right now.
We know what you're thinking: "What about the ladies? Surely there must be some other invention that required some really bad engineering to put together so women can also have an invention for secretly transporting beer on their persons! One that wouldn't make their hips look bigger, because apparently, that's not necessarily a good thing."
And you would would be right. Let's call that badly engineered invention: "The Beer Rack":
Hey there lady, do you wish you could simultaneously carry free beer and have bigger breasts? Then congratulations, you don't need to buy anything because you're a figment of a teenage boys imagination! Thrillist, however, are ready should you ever exist with the Winerack. They point out how smuggling bladders of booze on your chest makes your breasts look bigger. They don't say anything about dealing with mammaries that deflate and turn wrinkly over the course of the night - though you could view it as training for life.
Finally, another really badly considered beer containment and transportation device that sets the bar for really bad engineering ideas in action. Ladies and gentlemen, we give you the "Beer Belly":
Truly, we have advanced as a culture. My father had to drink his way to an unsightly beer belly the old-fashioned way. Now you can buy your own, and apply liters of sloshing alcohol to your gut directly! Featuring everything that's wrong with the Beer Bra without even pretending there's an upside. Bonus points for the male model in the picture. "Yes, I'm an alcoholic just like you! I mean, whenever I'm not spending five hours a day in the gym, I'm definitely in - er, pubs, right?"
Happy St. Patrick's Day!
Labels: food, none really, 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.