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 our regular Friday, December 4, 2009 edition of On the Moneyed Midways, where we present the best posts we found in the best of the past week's business and money-related blog carnivals for your weekend reading pleasure!
We have a short edition this week, as we're falling in between the posting cycle for the biweekly and monthly business and money-related blog carnivals we regularly track. We also have a rare off-week for the Carnival of Real Estate, which looks to reappear in time for our next edition.
Other than that, we'd like to point you The Best Post of the Week, Anywhere! for the results of J. Money's experiment,, which we suspect many of you would love to try at least once in your life, but have been afraid to throw down the money it would take to find out if it would really work.
That post, and the rest of the best posts we found in the week that was, are ready for your review....
On the Moneyed Midways for December 4, 2009 | |||
---|---|---|---|
Carnival | Post | Blog | Comments |
Carnival of Debt Reduction | Raise the Bridge or Lower the Water | Eliminate the Muda | The LeanLifeCoach considers the two things you can do to give yourself more breathing room where your personal finances are concerned. |
Carnival of Personal Finance | Bad Debt to Income Ratio | Money Funk | Christine describes how she used the Motley Fool’s guide to calculating a “bad debt” to after-tax income ratio to get a better grasp on how her debts were weighing her down. Absolutely essential reading for the attached spreadsheet! |
Festival of Frugality | Oil Cleansing Method | Ultimate Money Blog | Mrs. Money reveals how she uses a blend of castor and olive oils to clean the oils from her skin. Yeah, it sounds crazy, but makes sense after you read it! |
Carnival of Money Stories | Five Steps to Six Figures in Seven Years | Free Money Finance | FMF provides the kind of career advice that you wish you had back in high school, describing how to combine education and aggressive career management to generate a six-figure income. |
Best of Money | Results of the $100 Scratch Off Lottery Project | Budgets are $exy | What if you had $100? Would you buy 100 scratch off lottery tickets to try to win more money? J. Money tests out this investing strategy, finds that they measure some 33 feet when laid out end-to-end and are 2 inches thick when stacked, and reports the financial results in The Best Post of the Week, Anywhere! |
Cavalcade of Risk | Workers' Compensation Metrics: Creating a One-Page Scorecard | Workers Comp Insider | How should the impact of worker injuries be measured and communicated to senior management? Tom Lynch presents his idea for a consistent, simple and meaningful scorecard approach so they can make more informed decisions more quickly. |
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.