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 8, 2010 edition of On the Moneyed Midways! Here, we present the best posts we found among the past week's business and money-related blog carnivals to help you kick off your weekend with your essential weekend reading list!
While every post we present offers some unique insight into the money or business topics at hand, and they all represent the best post we found in the blog carnivals to which they were contributed, there are two categories of posts we award with unique titles. The Best Post of the Week, Anywhere! is self explanatory, but the near contenders for that title are acknowledged as being Absolutely essential reading!
That matters, because posts with these titles are in the running for earning the title of being The Best Post of the Year, Anywhere!, which we'll announce for 2010 early next January!
But for now, the best posts we found in the week that was await your attention below....
On the Moneyed Midways for October 8, 2010 | |||
---|---|---|---|
Carnival | Post | Blog | Comments |
Best of Money | Financial Wisdom from The Princess Bride | Balance Junkie | Can you learn any financial lessons from the dizzying intellect of Vizzini in his battle of wits with the Dread Pirate Roberts? "Inconceivable!", you say? 2 cents mines what he can from the classic motion picture…. |
Carnival of Debt Reduction | Will the New Debt Relief Rules Really Help Consumers? | Debt-Tips | Debt Tips wonders if the new Telemarketing Sales Rule will help protect consumers from unscrupulous debt relief companies and offers suggestions for helping find a good one. |
Carnival of Personal Finance | 5 Things I Kinda Feel Bad About | Budgets Are Sexy | J. Money: 1. Never tipped his tattoo artist. 2. Threw away his church's tithing envelopes. 3. Keeps and uses all those "free" St. Jude's return address labels. 4. Keeps his nickels away from those Leukemia and Lymphoma checkout line collection boards. 5. Didn't bother to write thank you cards after his last birthday. And Christmas. He swears he'll do better in the future, though! |
Carnival of Real Estate | Real Estate Agent ≠ Financial Advisor | Elizabeth Newlin | As a real estate agent, Elizabeth Newlin takes more than a little umbrage with hearing about people blaming real estate agents for "talking" them into buying more house than they could afford. Her rant on the topic is The Best Post of the Week, Anywhere! |
Carnival of Taxes | Preparer Terror - It's Real - How to Prevent It | Stacie's More Tax Tips | You know that feeling of dread you get every spring when it's time to file your tax return? According to Stacie Clifford Kitts, tax preparers also dread the return of tax season! Absolutely essential reading! |
Cavalcade of Risk | The Obama Administration Gets Into the Pre-Approval Business: "Coming Between You and Your Doctor" | Disease Management Care Blog | Dr. Jaan Sidorov finds direct evidence, via the New England Journal of Medicine of the federal government intruding into health care decision making by coming between doctors and their patients where prescribing the risky diabetes treatment Avandia is concerned. |
Leadership Development Carnival | Great Leaders Don't Multi-Task | The People Equation | Jennifer Miller argues that real leaders who do just one thing at a time are much more likely to see the things they would otherwise be missing as she considers the findings of recent research that reveal people don't multi-task anywhere near as effectively as they think they do! Absolutely essential reading! |
Carnival of Money Stories | Building an Inexpensive Office Wardrobe | Canadian Finance | Alan Schram discusses how he went about building his work wardrobe at low cost as he transitioned from having his office in the outdoors to working in a real office job in a real office building. |
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.