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, September 25, 2009 edition of On the Moneyed Midways, where we present the top posts we found in the best of the past week's business and money-related blog carnivals!
Why do smart people make big mistakes with their money? What's wrong with Fidelity's customer service? What should the quants on Wall Street have remembered from their undergrad physics classes? Is it really worth it to "stop living" after taking on a mortgage for the sake of avoiding paying for things twice?
The answers to these questions, and the rest of the best posts of the week that was, follow....
On the Moneyed Midways for October 10, 2009 | |||
---|---|---|---|
Carnival | Post | Blog | Comments |
Carnival of Debt Reduction | Peer to Peer Lending: Lend Money and Invest | Digerati Life | The Silicon Valley Blogger takes the pulse of the big players in the world of social lending. |
Carnival of Personal Finance | Money Is More About Mind Than It Is About Math | Get Rich Slowly | The Best Post of the Week, Anywhere! Here's the key question J.D. Roth's asks after running into old friends and talking about the group's past mistakes with money: "We’re smart folks — when we were in high school together, we were in the college-prep classes together — and we understand the mathematics of our choices, but we make them anyhow. Why?" |
Carnival of Real Estate | Home Buyer Tax Credit Extension: Yet Another Bill Introduced | Phoenix Real Estate Guy | Jay Thompson is watching the Congress like a hawk to see if they'll go through with proposals to keep the economic stimulus package's $8,000 new home owner tax credit alive after 30 November 2009. |
Carnival of Taxes | Energy Efficiency Tax Credits | Tax Gab | Madison lists the types of home improvement projects you could do for which the government will force your neighbors to kick in cash through their tax dollars to help pay for you! One thing not mentioned: these tax credits only apply to the cost of materials, not labor or other charges. |
Cavalcade of Risk | Movement Across Health Plans | Healthcare Economist | Jason Shafrin reviews a new paper that analyzes a decade's worth of data from Massachusetts and reveals the reasons why some people change health plans even though they haven't changed jobs. The most significant ones: "aging in place" and "adverse selection". |
Festival of Frugality | Mortgage: Every Thing You Buy Costs Twice as Much! | Money and Such | Shadox is buying a house and a friend gave the cryptic advice to "don't stop living" when it comes to thinking about how the money spent on little things might go to pay down the interest on his mortgage. |
Festival of Stocks | Why Fidelity Sucks | My Dollar Plan | Longtime Fidelity customer Madison DuPaix opened a Solo 401(k) with the company last year, but had her first contribution rejected because the name on the new account didn't match their records (she got married) so they shut it down. Soon, she'll have a new Solo 401(k) account elsewhere.... |
Carnival of Pecuniary Delights | 25 Songs About Money | Suburban Dollar | Kyle lists 25 musical hits about money and links to the 24 available on iTunes. We're surprised that so few are from the 1980s (the so-called "decade of greed!") |
Best of Money | How Stupidity on Wall Street Violated the Most Basic Laws of Physics | Darwin's Finance | Absolutely essential reading! Darwin outlines five important observations from physics that the financial world should have heeded. |
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.