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, August 20, 2010 edition of On the Moneyed Midways! OMM is your one-stop shop for finding the best of the past week's money and business-related blogging as we review each of the past week's money and business-related blog carnivals!
But we go beyond just finding the best post of each blog carnival! We also identify one of those posts as being The Best Post of the Week, Anywhere!, and we identify the near-contenders for that title as being Absolutely essential reading!
And it all begins below.... Thank you for reading this edition of OMM and have a great weekend!
On the Moneyed Midways for August 19, 2010 | |||
---|---|---|---|
Carnival | Post | Blog | Comments |
Best of Money | 5 Lessons from a Homeless Entrepreneur | Christian PF | Joe Plemon discusses what we can learn from the story of Travis Lloyd Kevie, who bought a six-pack, broke into a vacant bar, put up an "Open" sign and began serving customers, then kept his "business" going by using the money he made from that first six-pack to buy more. He had earned over $1,300 in cash and merchandise by the time he was arrested just four days later.... The Best Post of the Week, Anywhere! |
Carnival of Debt Reduction | Choosing Between Debt Consolidation Options | Reduce Debt Faster | Need to repackage your debt? RDF reviews the various options to help you identify which might be the best method for you. |
Carnival of HR | Jimmy Buffett on Strategic Human Resources Issues | The Human Race Horses | Mike Vandervoort mines Jimmy Buffett's classic "Fruitcakes" (what else?) for the valuable HR lessons it offers that are encoded within the song's lyrics! |
Carnival of Personal Finance | Ahhhhh I Did Something So Freakin' Stupid! | Budgets Are Sexy | As best as we can tell, J. Money doesn't make many money mistakes, but thanks to using the wrong plastic card while standing at a ATM some three different times in one week, he'll be paying a lot more than the value of the money he took out…. |
Festival of Frugality | How to Make Your Mortgage Interest Tax Deductible | Investing Thesis | If you're Canadian, it turns out that you *can* get a tax deduction for your mortgage interest - provided you can prove you're reinvesting the money and not using it for personal expenses. Dan Tout goes into the details for how to make that work for you. |
Carnival of Money Stories | Free Money? | This Scientific Life | grrlscientist should be happy to be getting a refund for a medical bill she paid twice, but instead finds she's very, very angry. So much so that she's given up on ever returning to work or live in the U.S. ever again, all because of a hospital's bungled financial record-keeping that made it onto her credit report. Absolutely essential reading! |
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.