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
Payscale.com analyzed the data in its online salary database and has revealed the college degrees that go along with the jobs that have the lowest median pay for their respective career professionals in its 2012-13 College Salary Report. Note - these figures represent the typical annual combination of pay, bonuses, commissions and profit sharing earned by people who have been successful in working in these fields for at least 10 years and were willing to participate in Payscale.com's survey, which means the reported median incomes will likely be inflated above each field's actual median incomes....
College Degree | Median Annual Salary |
---|---|
Child and Family Studies | $37,700 |
Social Work | $45,300 |
Elementary Education | $46,000 |
Human Development | $47,800 |
Special Education | $48,900 |
Culinary Arts | $49,700 |
Athletic Training | $49,800 |
So what possesses people to take out big student loans to go into professions like these that offer such little compensation? Payscale.com offers the following insight:
"According to our research, people in these majors typically believe their work makes the world a better place," says PayScale’s lead analyst Katie Bardaro.
To translate, the people in these majors are perhaps so disconnected from reality that they do not recognize that the reason their trades provide so little return on their educational investment is because they really do not require unique ability, which is why society does not reward them with greater compensation.
These people are then exploited by the higher education establishment, which really does know better, but can't help noticing that these same people are willing to pay nearly the same amount of money for their college degrees as do people in careers that society values a lot more.
And let's not forget the role of the U.S. federal government in guaranteeing and issuing student loans, which has its own ulterior motives for pushing higher education that offers little real benefit to society.
Say what you will about the careers that go with the degrees above, but at least many of the people who pursue these degrees might actually get jobs in their fields of study, if only low paying ones. Kiplinger's Caitlin Dewey takes things several steps further and identifies the college degrees in Payscale.com's database that combine low pay with high rates of unemployment for their graduates!
Also, this isn't just an American phenomenon. Don't miss this perspective by a recent PhD graduate in Britain who complains that the "real world" doesn't understand or appreciate their skills.
Image Source: Global Elites.
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.