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 U.S. government passed a unique milestone in May 2017, where it has now cumulatively borrowed more than $1 trillion from the public since President Obama was sworn into office in January 2009, just so it can loan the money back out to Americans who need to borrow money to go to college in the form of Federal Direct Student Loans.
President Obama is directly responsible for this state of affairs. After being sworn into office on 20 January 2009, his first major domestic policy act was to sign the American Recovery and Reinvestment Act of 2009 into law on 17 February 2009 in an attempt to jump start a U.S. economy that had fallen into deep recession. Better known as the "Stimulus Bill", the act boosted the subsidy amount and quantity of Pell Grants paid to low and middle income-earning Americans attending college, but not by enough to cover more than one-third of the average annual cost of a university education, where American students who received these grants would then have to make up the difference through taking out student loans that are subsidized by the U.S. government.
Then, on 30 March 2010, President Obama signed the Health Care and Education Reconciliation Act of 2010, which resulted in the U.S. government taking over the student loan industry from the private sector.
President Barack Obama signed a law Tuesday that he said will end subsidies for banks that guarantee federal student loans, saving $68 billion over 11 years by making loans directly through the U.S. Department of Education.
The overhaul of the student loan industry is part of the Health Care and Education Reconciliation Act of 2010, which was passed by Congress to reform the nation's health care system.
According to the White House, starting July 1 all federal student loans will be direct loans administered through private companies that have performance-based contracts with the DOE.
At present, the law appears set to fail on delivering these promised savings to U.S. taxpayers. For that portion of the story, please scroll down and click through!...
U.S. Student Loan Implosion - We looked at the Federal Direct Student Loan program from the perspective of the student borrowers, where $137 billion worth of loans that have come due are either delinquent (more than 90 days without any payment being made) or are in default (more than 270 days without any payment being made).
Labels: data visualization, national debt
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.