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, June 11, 2010 edition of On the Moneyed Midways, where we review and present the best posts from the week's best money and business-related blog carnivals to provide your essential weekend reading material!
This week's top contribution from the Carnival of Debt Reduction wasn't the best post of the week, but it pointed to what we think might be the most potentially rewarding use of 18 minutes and 40 seconds of your time today - it's all about what works for motivating people to achieve greater things:
Now, who's ready to implement the ROWE strategy? Which oddly enough encapsulates our philosophy for why we produce each week's edition of OMM - we do it every Friday (and occasionally Saturday) so it's there where you're ready for it on your own schedule!
After all it's your time. We thank you for passing some of it with us and hope we've provided you something you find valuable.
Speaking of which, the best posts we found in the week that was await you below....
On the Moneyed Midways for June 11, 2010 | |||
---|---|---|---|
Carnival | Post | Blog | Comments |
Carnival of Debt Reduction | How the Candle Problem Can Help You Reduce Your Debt? | Debt-Tips.com | What is "the candle problem" and how might you use it to reduce your debt load? Kris Bickell points to the lessons that can be learned from Dan Pink's motivation video from TED to explain it all, which we liked so much we're featuring it above for your convenience! |
Carnival of HR | Unemployed? Then Don't Even Bother Applying | bnet Personal Success | Suzanne Lucas, whom we best know as the Evil HR Lady, weighs in on the story of a company where the unemployed need not apply and how to exploit being unemployed to give you an advantage when seeking new work. |
Carnival of Personal Finance | Dollar-Cost Averaging Takes the Stress Out of Investing | Foreigner's Finances | Austin Morgan argues that a dollar cost averaging investment strategy can do a lot to reduce your exposure to market volatility over time. |
Carnival of Taxes | Ten Things I Don't Want to Pay Tax for Anymore | Monevator | The Investor goes on a rant about all the wasteful places taxpayer money goes in his native Britain. Absolutely essential reading!, because you know your own national government should be stopped from doing similar stupid things! |
Best of Money | Don't Devalue Yourself | Budgets Are Sexy | Jess Michelsen guest posts about what you need to consider before you ask for what you're worth. The Best Post of the Week, Anywhere! |
Carnival of Money Stories | How to Take Control of Your Finances the Manly Way | Good Financial Cents | Jeff Rose provides a venue for Greg Garland to tell the story of how he manned up to confront his personal debt situation. |
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.