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, December 19, 2008 edition of On the Moneyed Midways, the one place you can go to cut through the noise to find the best of the money and business blogosphere!
Each week, we scan dozens of money and business-related blog carnivals, reading hundreds of posts, choosing the best from each then also declaring one to be The Best Post of the Week, Anywhere! Near contenders for that title are identified as being Absolutely essential reading!
And now that we're getting to the end of the year, we're gearing up to name The Best Post of the Year, Anywhere! as well as The Best Blogs We Found in 2008. Those two topics will be covered in the first two editions of OMM in 2009.
That said, this is our final edition for 2008! The best posts we found in the best of the past week's business and money-related blog carnivals await you below....
On the Moneyed Midways for December 19, 2008 | |||
---|---|---|---|
Carnival | Post | Blog | Comments |
Carnival of Debt Reduction | The College Student Debt Machine: A National Disgrace | Tough Money Love | Mr. Tough Money Love pulls no punches in wondering if what colleges are really teaching students is how to be "comfortable" with astronomical levels of debt. |
Carnival of Personal Finance | The Diary of a Mad Black Fridayee | Frugal Franco | Franco camped out overnight outside a Best Buy to take advantage of their Black Friday doorbusters and shares his "diary" of the experience! |
Carnival of Real Estate | The Tale of a Near Death Accident, a Bank Robbery, a Washing Machine & the Completed Short Sale | Northern Virginia & Washington DC Real Estate | Did you ever wonder what could *really* go wrong in trying to complete a real estate transaction? Brian Block provides his short sale war story…. |
Carnival of Trust | The Edifice Complex | Seth Godin's Blog | The Best Post of the Week, Anywhere! Seth Godin describes how he'd redirect a lot of marketing money away from advertising and toward investing in people. |
Cavalcade of Risk | Government Bonds: An Exciting New Way to Lose Money to the Bear Market | Monevator | The Investor has come to the conclusion that all those government bonds being bought up now aren't such a great investment. |
Festival of Stocks | Start With Re-Defining the Incentives | College Analysts | James Cullen won't be buying any bank stocks, even the best of them, anytime soon. Absolutely essential reading! for the very interesting idea he has for addressing the misguided tax incentives that helped create the current crisis. |
Money Hacks Carnival | Facing the Recession | PennyJobs | Curtis Ophoven makes a strong argument favoring the idea that the best thing the government can do in facing the recession is to allow it to run its course. Absolutely essential reading! |
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.