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 very rare Sunday, February 22, 2009 edition of On the Moneyed Midways, where today, we're finally catching up to the best of the past week's money and business-related blog carnivals!
There's no excuse - we're late posting this week's edition and that's all there is to it! So late, in fact, that we'll just go straight to it: The best posts found in the best of the week's business and money-related blog carnivals will be delayed no more!...
On the Moneyed Midways for February 22, 2009 | |||
---|---|---|---|
Carnival | Post | Blog | Comments |
Carnival of Debt Reduction | How to Strong Arm Your Way to a Better Deal | Bargaineering | Want lower cable bills? How about Internet service? Or a cell phone plan? Jim describes how to arm yourself for negotiating the best prices with your service providers. |
Carnival of HR | Laying Down the Law on Executive Compensation | i4CP Productivity Blog | David Wentworth considers whether the $500,000 cap on CEO pay for government-bailout companies is just for show and wonders what effects it will have. |
Carnival of Personal Finance | Signed Up for a Credit Card to Get a Free Sandwich | The Better Credit Blog | Ryan identifies the hidden cost of a free lunch in answering a question from a college student who ran his credit report and found that he had two credit cards open under his name - one of which he uses, the other because he filled out a form for a promotion and got a free sandwich. |
Carnival of Real Estate | All Mortgages Are Now Assumable | Luxury Home Digest | Roberta Murphy makes a pitch to become the U.S. Mortgage Czar with a suggestion for how banks could deal with their "toxic" real estate assets. |
Carnival of the Capitalists | A Failure of Nerve | Coyote Blog | The Best Post of the Week, Anywhere! Warren Meyer makes an outstanding argument in favor of more bankruptcies now as a way to accelerate the U.S. economy out of recession! |
Festival of Frugality | Wife Swap and Couponing Gone Wrong | Prime Time Money | ABC's reality show "Wife Swap" provides the basis for PT's analysis of what can go wrong for both your pocketbook and your family when you focus too much on getting better deals through clipping coupons! |
Carnival of Taxes | Updated for 2008 Taxes: Turning a $57,000 Salary Into a Zero Tax Liability | Wisdom from Wenchypoo's Mental Wastebasket | Wenchy has been revisiting some of her more classic advice, this time retelling the story of how one taxpayer made all his tax liability disapper, legally! |
Money Hacks Carnival | Stupid Advice from a Payday Lender Courtesy of Google News | Payday Loans Review | David delivers a fun fisking of a "news" article that offers some pretty absurd financial advice. |
Carnival of Government and Money | How Many Mustangs Could the $800 Billion Stimulus Buy? | Richer by the Day | Mike breaks down the spending of the stimulus package by how many Mustangs (from toy cars to collectible editions) could buy! |
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.