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 this Friday, December 17, 2010 edition of On the Moneyed Midways, where each week, we present the best posts we found among the best of the past week's money and business-related blog carnivals!
This will be the final regular edition of On the Moneyed Midways for 2010, as we'll be away through the holidays. The final editions of OMM for 2010 will then appear in the first week of January 2011, where we'll reveal both The Best Blogs We Discovered in 2010 and celebrate The Best Posts of 2010!
And that can only mean one thing - we'll also be awarding our top honor The Best Post of the Year, Anywhere!
Our final roundup for the year, and the final entries into our annual contest, is ready for your review below. See you next year!...
On the Moneyed Midways for December 17, 2010 | |||
---|---|---|---|
Carnival | Post | Blog | Comments |
Best of Money | Will Someone Please Tell the World that There's a Difference Between Income and Wealth? | Free Money Finance | Can't tell the difference between income and wealth? If that's you, you're likely to set FMF off on a rant like nobody's business! And if you're Forbes magazine, you might want to try not killing off one of your devoted readers because you can't get it right!... |
Carnival of Debt Reduction | What Happens to Your Debts When You Die? | Cash Money Life | We've heard how death and taxes are inevitable, but what about death and debt? Ryan Guina explains what your heirs can expect if you haven't gotten your debts haven't expired by the time you do! |
Carnival of Personal Finance | Make Money Shopping at CVS and Walgreens | The Penny Hoarder | Have you heard of the "drug store game?" The one that might let you load up on a ton of stuff at pennies on the dollar, which you can then turn around and sell for a profit? The Penny Hoarder provides the game's rules.... |
Cavalcade of Risk | Weight and Mortality: Fear Not, It's Not that Bad | Disease Management Care Blog | Jaan Sidorov scans the headlines for reports indicating that while having a high BMI might be correlated with a higher relative hazard of dying, it might not mean that a high BMI person's absolute risk of dying is significantly higher. The Best Post of the Week, Anywhere! |
Festival of Frugality | Toyota Millionaires vs Mercedes Millionaires | Watson Inc | Roshawn Watson considers the differences between millionaires by what kind of cars they drive. |
Presented in reverse chronological order....
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.