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
The Fourth of July is a time for American families and friends to gather for the second-greatest of American food traditions: the summer cookout!
The good news is that in 2023, it will be ever-so-slightly cheaper than last year. Here's our visualization of the costs of the items included in the Farm Bureau's summer cookout menu:
When we say the cost compared to 2022 is ever-so-slightly cheaper, we're not kidding. For a menu that will feed approximately 10 people, it will cost $6.77 per person in 2023, down 22 cents per person from last year's cost. That's still $0.82 more per person than the cost of 2021's cookout grocery list.
Here's how the Farm Bureau framed the cost of its summer cookout menu for 2023:
Celebrating the 4th of July with a cookout will cost significantly more than two years ago, although prices have fallen slightly from record highs in 2022. Families will pay $67.73 to host an Independence Day cookout with 10 family members or friends, based on the 2023 American Farm Bureau Federation marketbasket survey.
The $67.73 grocery bill is down 3% from 2022, but still approximately 14% higher than prices were just two years ago. Last year set a record high since AFBF began the survey in 2013, and 2023 comes in as the second-highest cost. The cookout favorites include cheeseburgers, chicken breasts, pork chops, homemade potato salad, strawberries and ice cream, among other products.
“The slight downward direction in the cost of a cookout doesn’t counter the dramatic increases we’ve seen over the past few years. Families are still feeling the pinch of high inflation along with other factors keeping prices high,” said AFBF Chief Economist Roger Cryan. “Don’t assume farmers come out as winners from higher prices at the grocery store either. They’re price takers, not price makers, whose share of the retail food dollar is just 14%. Farmers have to pay for fuel, fertilizer and other expenses, which have all gone up in cost.”
Which is to say they aren't buying into the skiffy greedflation claims being circulated by certain political activists.
The data in the chart was collected by Farm Bureau staff members and other volunteers, who shopped for the individual items needed for their summer cookout at 240 different stores in every state and Puerto Rico. The total menu cost of $67.73 represents the second-highest recorded since the Farm Bureau began their annual cost of a summer cookout project in 2013. Only 2022's cost of a summer cookout for 10 people is higher.
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.