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, August 22, 2008 edition of On the Moneyed Midways, the blogosphere's exclusive review of the best posts found in the best of the past week's money and business-related blog carnivals!
The 2008 Olympics provided a common theme linking many of the week's business and money-related blog carnivals. Most often, we're leery of themed carnivals as normally, themed carnivals provide almost unlimited opportunities for unlimited disaster. Fortunately though, the Olympics turn out to be a good theme, since the carnival hosts took more time to pick out the week's gold medal winners!
The good news is those gold medals were properly awared about half the time! ;-) Like the real Olympics, we believe a number of the "winners" were really ineligible for the week's top awards. Unlike the real Olympics and the impotent IOC, we could and did do something about it....
The final results are below....
On the Moneyed Midways for August 22, 2008 | |||
---|---|---|---|
Carnival | Post | Blog | Comments |
Carnival of Debt Reduction | Consider This Likely Future Tax Benefit of Early Mortgage Payoff | Tough Money Love | Everyone thinks that owning a home (or really, having a mortgage) allows you to reduce your income taxes. Mr. ToughMoneyLove says that's the wrong way to think about it and shows how paying off that mortgage would reduce your income taxes more! The Best Post of the Week, Anywhere! |
Carnival of Personal Finance | What Michael Phelps and the US 4x100 Freestyle Relay Team Taught Me About Debt | One Caveman's Financial Journey | The Caveman extracts the lessons that might be learned about handling debt from the central moment of the 2008 Olympics. |
Carnival of Real Estate | A Six-Figure Income and Impeccable Credit Doesn't Insulate You From Tightening Mortgage Guidelines | The Mortgage Reports | Dan Green uncovers the scope of a building credit crunch from a Fed survey that reveals that 80% of U.S. banks are now making it much harder for "prime" borrowers to get a mortgage than they did a year ago, and offers advice for those who will be homeshopping in the next six months. |
Festival of Frugality | How to Get Something for Nothing | I Pick Up Pennies | Abby revels in the highly labor-intensive art of mooching and a lifestyle of deferred gratification. |
Festival of Stocks | What Could a Stronger Dollar Do? | College Analysts | James Cullen considers how a rising U.S. dollar would reshape both the economy and his portfolio. |
Money Hacks Carnival | Free Money from the U.S. Mint | My Dollar Plan | Absolutely essential reading! Madison DuPaix reports on a brilliant strategy for exploiting the U.S. Mint's misguided marketing strategy for putting more U.S. dollar coins in circulation that puts more money in your pocket while keeping the undesirable dollar coins out of it! |
Carnival of Money Stories | The Age of No Negotiation | Your Money Relationship | Adam tells the story of his unsuccessful attempt to buy a bike that was on sale, finding it out of stock, then offering to pay more money to buy another bike if the store would extend the sale discount for it. Absolutely essential reading for providing a lot of things to consider from all points of the interaction! |
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.