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
Move over, CD Jewel Case! The new worst piece of design ever done is, drum roll please... Plastic Clamshell Packaging!
Anita Schillhorn writes:
Design should help solve problems. This packaging attempts to solve the problem of theft, but creates new problems that are far worse, principally irritating your own customers.
It's been the cause of thousands of emergency room visits, and there's even a Wikipedia-approved term to describe the frustration you feel when confronted with an unrelenting piece of plastic between you and your product:
Wrap rage. We know it well, but what can be done about it?
The answer might be found among the winners selected as part of the 23rd DuPont Packaging Awards (HT: Core77), where Proctor and Gamble was named a "Diamond Winner" for excellence in innovation, cost/waste reduction and sustainability for it's "Be Green" packaging:
In its new design, packaging for Gillette Fusion ProGlide moved away from a clamshell approach and opted instead for a formable pulp tray made of renewable bamboo and bulrush fiber-based material. This new package pushed the boundaries of pulp trays, reducing both cost and material weight. Additionally it is much easier to open, making it popular with consumers. The graphics strongly reinforce the product’s brand identity and support great shelf appeal.
This is a good example of why big business is good - in order to become a big business and to stay a big business, the people behind big businesses need to devote their great resources to work to make consumers happy. Otherwise, in a genuinely competitive market, some other business will. And as it happens, there are compelling economic reasons for big businesses to move away from plastic clamshell packaging:
The Pyranna, the Jokari Deluxe, the Insta Slit, the ZipIt and the OpenIt apply blades and batteries to what should be a simple task: opening a retail package.
But the maddening — and nearly impenetrable — plastic packaging known as clamshells could become a welcome casualty of the difficult economy. High oil prices have manufacturers and big retailers reconsidering the use of so much plastic, and some are looking for cheaper substitutes.
"With the instability in petroleum-based materials, people said we need an alternative to the clamshell," said Jeff Kellogg, vice president for consumer electronics and security packaging at the packaging company MeadWestvaco.
Companies are scuttling plastic of all kinds wherever they can.
And they're saving money in the process, adding to their bottom lines:
"We’ve seen a lot of small, high-value products moving away from what would have been two to three years ago a clamshell, to today what is a blister pack or blister board," said Lorcan Sheehan, the senior vice president for marketing and strategy at ModusLink, which advises companies like Toshiba and HP on their supply chains.
The cost savings are big, Sheehan said. With a blister pack, the cost of material and labor is 20 percent to 30 percent cheaper than with clamshells. Also, he said, "from package density — the amount that you can fit on a shelf, or through logistics and supply chain, there is frequently 30 to 40 percent more density in these products."
The packages also meet other requirements of retailers. Graphics and text can be printed on it.
Because most people cannot tear the product out of the blister pack with their hands, it helps prevent theft.
Which is the problem that plastic clamshell packaging was originally intended to solve. Thus, everybody wins....
Labels: business, 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.