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
When we talk about Campbell's Tomato Soup, we often refer to it as a product that hasn't much changed since it was first introduced to American consumers in 1897. But like the metaphorical Ship of Theseus, just about every aspect of the iconic product has been changed over the decades the product has existed. The recipe. The tomatoes. The can. The can's lining.
And also its iconic label, which has just been in the news because its basic design is being changed for the first time in 50 years. Campbell Soup (NYSE: CPB) posted the video announcement of the change on Twitter:
New label, same M'm! M'm! Good!® taste you know and love.❤️Look for our new design on shelves & online!#NewLook #Campbells #MmMmGood pic.twitter.com/h1tb6FRJrJ
— Campbell's (@Campbells) July 27, 2021
The company described the changes to its label in a press release:
Maintaining the famed red and white color blocking loved by generations, the redesigned Campbell’s label features several new elements to contemporize the brand while respecting its heritage — including a modernized logo scripture, which was based on founder Joseph Campbell’s original signature. Campbell’s fans will be able to spot more hidden elements, including the Campbell’s ‘C’ in the fleur de lis and slanted ‘O’ in soup that pays tribute to the letters from the first red and white label in 1898.
“We’ve been on a journey to reimagine this iconic brand and appeal to new generations of consumers who are cooking at home more than ever, while still honoring our rich history,” says Linda Lee, Chief Marketing Officer, Meals & Beverages, Campbell Soup Company.
What Lee doesn't mention is the 2021 changes in the label will help Campbell Soup save money on printing labels, reducing the complexity of the printing process it has been using during the past five decades. It's a seemingly small change that when multiplied by millions of cans produced per year, will produce significant savings, partially offsetting the inflation in other production and transportation costs Campbell Soup is coping with in 2021.
But only partially, since those other rising costs are larger. What the change means is that the price for consumers will rise more slowly than it otherwise would have had Campbell's not adapted the design of its labels.
Speaking of producing millions of cans of soup per year, we'll close with a 2019 video of Campbell Soup's labelling and palletizing line #3 at its Toronto facility in action.
Producing soup has changed too. At the time the video was posted, Campbell Soup was seeking to sell the featured production equipment.
Labels: business, ideas, inflation, soup
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.