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
Welcome to the Friday, October 31, 2008 All Hallow's Eve edition of On the Moneyed Midways, the only place where you'll find the best posts from the week's past money and business related blog carnivals gathered for your easy weekend reading!
In reviewing our top selections after having selected them for this week's edition, we can't help but notice the theme of fear running through most, but not all of them. Here's a sample of the fear-based questions and issues each of the best contributions to this week's blog carnivals are considering:
These fear-facing posts and The Best Post of the Week, Anywhere! await you below!...
On the Moneyed Midways for October 31, 2008 | |||
---|---|---|---|
Carnival | Post | Blog | Comments |
Carnival of Debt Reduction | Are Children Entitled to a College Degree? | SavingAdvice | Joe Morgan wonders where it was "written that we as parents need to gift a college education to our children" and argues that a non-traditional path to higher education is the key to affordability. |
Carnival of HR | Abolish the Performance Review | Three Star Leadership | Wally Bock dissects what's wrong with performance reviews and simply explains what manager need to do to be good managers. Hands down, The Best Post of the Week, Anywhere! |
Carnival of Personal Finance | Obama vs McCain: The Presidential Candidates Sound Off On Your Money | Digerati Life | Jacques Sprenger outlines what we know of this year's presidential candidates and what each means for your money. |
Carnival of Real Estate | What Sort of Loan Can I Get? | Searchlight Crusade | Dan Melson recently had two "very qualified" pending homebuyers ask if they would even be able to get a loan. In this post, he outlines how lender requirements of borrowers have changed and what options for financing exist in today's real estate market. Absolutely essential reading! |
Money Hacks Carnival | Is Investing a Big Fat Lie? | The Shark Investor | The Shark Investor wonders if we're all wrong about investing in general or if investors have been putting their money in the wrong things at the expense of investing in real wealth. |
Festival of Frugality | Driving Slower to Save Gas | Christian PF | Can you really save gas (and money) by driving slower? Economist Jim Hamilton did the math. We built the tool. But Bob, only just having heard that it might work, actually tested it out for himself! |
Carnival of Money Stories | Bankruptcy Recovery: Lessons Learned | Ask Mr. Credit Card | Jenna and her husband declared bankruptcy a couple of years ago, and they're surviving. She explains what they learned and what they would have done to avoid going there. Absolutely essential reading! |
Labels: carnival
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.