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 special, Febraury 13, 2010 edition of On the Moneyed Midways, your one stop shop for finding the best posts from the previous week's business and money-related blog carnivals!
What makes this issue "special" (or to translate into our meaning of the word: "late")? We made a late editorial decision to bump the post to today so we could feature a public service to every bachelor who might be considering ending their bachelorhood this Valentine's Day weekend.
Otherwise, there's absolutely nothing out of the ordinary about this week's edition of OMM! The best posts we found in the week that was await your attention below!...
On the Moneyed Midways for February 13, 2010 | |||
---|---|---|---|
Carnival | Post | Blog | Comments |
Carnival of Debt Reduction | What the New Credit Card Act Means to You | Studenomics | If you're under 21, the new law will make it tougher to get a credit card. But MD notes that the new law "really sucks" if you're an aspiring entrepreneur or if your parents have bad credit. |
Carnival of Personal Finance | Two Views on the Economics of Dating | Four Pillars | Mr. Cheap spills the inside story of a male friend who tracks every penny he spends on the women he dates with a goal of getting the number to zero and a female friend who's goal in dating is to get the guy to spend as much as possible on her without giving up much in the way of physical affection. Oddly enough, they don't date each other.... |
Carnival of Trust | America's Most Despised Companies | The Corner Office | Steve Tobak names the least trusted among America's big businesses and offers advice for what they can do to turn their situations around. Absolutely essential reading! |
Cavalcade of Risk | Maternity As an Option Rather Than a Mandate | Colorado Health Insurance Insider | Louise Norris considers a bill making its way through the Colorado state house that would require health insurers to offer at least one policy with maternity coverage - wondering instead why not just make it an ala carte option that could be added to any policy. |
Cavalcade of Risk | Falling Objects Pose Serious Hazards | Risk Management for the 21st Century | Nancy Germond's recent search of recent jury verdicts finds danger falling from the sky in the form of cardboard, countertops, wheelbarrows and couches. She lays out what the potential consequences are to businesses and how they might avoid the risks in Absolutely essential reading! |
Festival of Frugality | How Much Could You Reduce Your Budget If You Get Laid Off? | Darwin's Finance | Darwin isn't in immediate danger of being laid off, but he goes through his own budget to illustrate what kind of expenses will have to be pared should the worst happen. The Best Post of the Week, Anywhere! |
Money Hacks Carnival | Donating an Old Car May Not Be Tax Deductible | FIRE Finance | The folks at FIRE Finance find the IRS' fine print for deducting the fair-market value for a formerly fine form of four-wheeled transportation may make it not worth the fuss. |
Best of Money | How to Benefit from Chaos in Your Life | The Financial Blogger | Can chaos send you in a better direction? The Financial Blogger finds it can if accepting it allows you to break out of a box that was constraining you. |
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.