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 the price of fuel soars, drivers who seek to avoid spending money on petroleum have two options. They can:
For many, driving less is an obvious solution, but one that isn't necessarily achievable. That's comes down to why people have cars in the first place. They need them to travel to and from work and also to and from where they buy the goods and services they need.
In today's world, whether they drive a gas-powered, battery-powered or hybrid vehicle, some non-zero percentage of the fuel or energy needed to enable their ride will be produced by fossil fuels. When the price of oil and other fossil fuels rise, the cost of essential commuting goes up as well. But you can limit your exposure to those higher costs by slowing down to drive your vehicle at speeds where it is more efficient.
That fact was established by a nearly three-decade old study by the U.S. Department of Energy that found that most gasoline-powered vehicles in the U.S. are operated at speeds at which they do achieve their peak level of fuel efficiency. At highway speeds, for instance, the forces of aerodynamic drag can substantially increase the amount of fuel an automobile engine has to burn in order to sustain a high velocity. A simple back-of-the-envelope calculation reveals that the amount of drag force that a car being driven at 75 miles per hour sees is some 33% higher than the same car being driven at 65 miles per hour would see.
Though today's roads have more electric and hybrid vehicles driving upon them, they are still affected by the same laws of aerodynamics. Like gas-powered vehicles, it takes less energy to sustain them moving at lower speeds, which means their batteries can hold their charges for longer.
But not too slow. Driving too slow also comes not just with a time penalty but also an increased penalty for fuel consumption. Most modern vehicles are designed to operate most efficiently at speeds ranging from 30 to 55 miles per hour. That's the sweet spot in which you can get the most distance driving out for your fuel consumption dollar.
We've tapped that old study to reverse-engineer the Fuel Economy vs Speed average vehicle profile developed by the U.S. Department of Energy and create the following tool, in which you can find out who much money you might save by going slower. If you're accessing this tool on a site that republishes our RSS news feed, please click through to our site to access a working version of the tool.
The cool thing about this tool is that you now have more weapons in your arsenal to help fend off the effects of higher gasoline prices! Armed with this information, you can now make whatever trade-offs you might need to your greatest advantage. For example, if getting the greatest possible savings is most important to you, you'll want to drive at speeds that produce the lowest equivalent cost per gallon of gas compared to your normal driving speeds. If you want to save gas money and time, you'll want to drive at speeds that give you the greatest equivalent "tax free" income compared to how you drive today.
Image credit: Lighted Automotive RPM, Temperature, Fuel, and Speedometer Gauges photo by Kevin kevin on Unsplash.
Labels: gas consumption, gas prices, personal finance, tool
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.