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
Would you like a sneak preview of what a good part of your paycheck will look like in 2015? Or perhaps you would like to see what it might look like if you finally get that raise or if you change your job (and your income) sometime during 2015?
If so, we have the tool for you!
Our tool below is designed to answer those questions for 95% of all Americans. You just need enter the indicated information as it applies for you, and we'll do our best to estimate how much of the money you work hard to earn will still be yours after the federal government has withheld what it wants from your paycheck!
Now that we've given you a sense of how much money you'll have withheld in 2015 from each of your paychecks by the U.S. federal government, we should note that there are some really complicating factors that may come into play during the year depending upon how much you earn.
For example, in 2015, once you have earned over $118,500, you will no longer have the Social Security payroll tax of 6.2% of your income deducted from your paycheck. But then, by the time that happens, you'll have long been paying taxes on your income that are taxed at rates that are at least 10% higher than those paid by over half of all Americans.
There's also the complication provided by the so-called "Additional Medicare Tax" that your employer is required to begin withholding from your paycheck if, and as soon as, your year-to-date income rises above the $200,000 mark, which is part of the new income taxes imposed by the "Affordable Care Act" (a.k.a. "Obamacare"). Since the money collected through this 0.9% surtax on your income does not go to directly support the Medicare program, unlike the real Medicare payroll taxes paid by you and your employer, it is really best thought of as an additional income tax.
Since we've already mentioned Obamacare, we should also note that many Americans may soon find themselves in the situation where they find that they have an additional income tax liability because of the Affordable Care Act. At this writing, Americans who do not have health insurance coverage and who have not been included among those groups qualifying for hardship exemptions under the law are at risk of a nasty tax surprise, even if their situation comes about through no fault of their own thanks to the law's extremely careless construction and implementation.
There are other paycheck calculators like this on the Internet, including the very well done tools available at PaycheckCity.com. We really like PaycheckCity's calculators because they allow you to determine the amount of state income tax withholding that will be taken out of your paycheck separately from what the federal government takes.
Then again, if you live in one of the nine states that have no personal income tax for wage and salary income (Alaska, Florida, Nevada, New Hampshire, South Dakota, Tennessee, Texas, Washington or Wyoming), our tool above will provide you with a very good estimate of your actual take-home pay. We'll note that both New Hampshire and Tennessee both tax dividend and interest income, which doesn't affect your paycheck, but might influence your withholding decisions.
We've been in the business of calculating people's paychecks (not including state income tax withholding) since 2005!
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.