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 Saturday, August 30, 2008 edition of On the Moneyed Midways, the only place you'll find the best posts from the best of the past week's money and business-related blog carnivals!
Oh, who are we kidding! If you're a longtime reading of OMM, you already know that "special" is our marketing word for "late"! And if you're a new reader, well, now you know too!
The best posts from the past week await you below!...
On the Moneyed Midways for August 30, 2008 | |||
---|---|---|---|
Carnival | Post | Blog | Comments |
Carnival of Debt Reduction | How Eating Baked Beans Saves Me Over 1500 Dollars a Year | Engineer a Debt Free Life | A lot of madsow's co-workers give him weird looks for his fondness for eating cold baked beans, but he's laughing all the way to the bank at the rate of $30 per week! |
Carnival of Personal Finance | Leaving the Workforce at 29: Where Do I Go from Here? | My Dollar Plan | Madison DuPaix is really 29 and really about to retire. And yet, she wonders how she's going to handle the transition. Absolutely essential reading! |
Carnival of Real Estate | What the Surprising Strength of the U.S. Dollar Is Doing to Mortgage Rates | The Mortgage Reports | Dan Green notes that mortgage bond rates are tracking along with the U.S. dollar, which is not only benefiting today's mortgage shopper, but is likely to benefit tomorrow's too. |
Cavalcade of Risk | Banking on Continued Risk in Lending Markets | The Aleph Blog | David Merkel charts the tightening underway in U.S. credit markets and discusses what that means for banks and borrowers. |
Festival of Frugality | Don't Go to a Private University | Blueprint for Financial Prosperity | Jim takes on his role of devil's advocate in arguing that private colleges, like Harvard, aren't worth the premium you pay for the supposed advantage you might gain in networking there! |
Festival of Stocks | American Water Works Co. Inc. (AWK) - Flooding Impacts Earnings | ZachStocks | Zach, who holds a short position in the stock, makes the case that American Water Works is likely to go lower in the near future. |
Money Hacks Carnival | 10 Tips To Becoming a Make Money Online Sheep | Swollen Pickles | Are you finally ready to MAKE MONEY ONLINE? Swollen Pickles tells you the 10 things you need to do to become an MMO sheep. Baaaaa! |
Carnival of Money Stories | On Money, Personal Finance and Being Judgmental | Tough Money Love | Mr. Tough Money Love justifies swinging his handy clue-by-four in The Best Post of the Week, Anywhere! |
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.