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
Now that you've gone through the ever-increasing hassle of filing your annual income taxes, especially if it took you until today to file your income taxes for 2011, perhaps you're now thinking to yourself "there's got to be a better way to do this!"
So why don't you invent one?
What if you were in charge of reforming the U.S. individual income tax? Would you consider ditching today's excessively complex tax code in favor of something much, much simpler? Something like a flat income tax, perhaps?
If so, you've come to the right place! Our featured tool for this post, which we originally introduced in September 2011, puts you in the driver's seat for determining how the nation's, and your own, fortunes would fare under such a system!
In the tool below, all you need to do is enter the percentage income tax rate that would apply to all Americans, from Warren Buffett on down to his pool of non-amused secretaries, along with the value of a single tax credit, which would be provided to each individual American, again regardless of who they are.
After that, if you want to see how your or your family's income taxes might change as a result of your dramatic proposal, enter your household's total money income (whether you earned a salary, wages, capital gains, and/or dividends) and the number of individuals who would be covered by it (sorry, pets and other livestock need not apply!)
We used our model of the 2010 aggregate distribution of household total money income for the U.S. in generating the "how would the federal government do with your flat tax?" portion of the tool, along with the U.S. GDP for 2010, and the IRS' count of the number of exemptions reported on tax forms for 2009 (the most recent year this data is available.)
The rest was just simple math! (Trust us - you should see how the IRS does quadratic equations!)
In 2011, it took 72,536 pages to document the ins and outs of the U.S. tax code. We whipped our tool up yesterday afternoon. If you're into simple, this is about as simple as it gets.
Do you think anyone in Washington, D.C. wants that?
White House Office of Management and Budget. Budget of the United States Government: Historical Tables Fiscal Year 2012. Table 2.1 - Receipts by Source: 1934-2016. [Excel Spreadsheet]. 14 February 2011. Accessed 28 September 2011.
Bureau of Economic Analysis. Gross Domestic Product: Second Quarter 2011 (Second Estimate). 26 August 2011. Accessed 28 September 2011.
Internal Revenue Service. Selected Income and Tax Items for Selected Years (in Current and Constant Dollars). Individual Complete Report (Publication 1304), Table A, 1990-2009. [Excel Spreadsheet]. Accessed 28 September 2011.
Image Credit: Real Clear Markets (thanks guys!)
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.