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, October 17, 2008 edition of On the Moneyed Midways, the only place you'll find the best posts from the best of the business or money-related blog carnivals of the past week!
Our top questions for this week's edition:
Those are just several of the questions posed and answered in the top posts we found in the past week's somehow money-related blog carnivals! Just scroll down for those and the rest of the best of the week that was below....
On the Moneyed Midways for October 17, 2008 | |||
---|---|---|---|
Carnival | Post | Blog | Comments |
Carnival of HR | Bad Boss or a Bad Job Fit? | Maximize Possibility | Chris Young observes "Nobody walks around saying, 'I made a mistake coming to work here. I should seek employment elsewhere.' Instead - they blame the management. The problem is they hired the wrong people to do the job!" The Best Post of the Week, Anywhere! |
Carnival of Debt Reduction | Affluenza - the Credit Party Is Over | Until Debt Do Us Part | Mike Leonard looks at the debts he took on in recent years in a bad case of affluenza and wonders if it was all worth it, now that the "easy credit" party is over. |
Carnival of Personal Finance | The Retirement Gold Mine | Money and Such | Shadox is excited for the long term prospects of the stock market, offering advice for young people who have the advantage of a lot of time ahead of them! |
Carnival of Real Estate | Real Estate Agents Are Really Going Green… (You Have to See This One) | The REI Brain | How green is that back yard? Trevor Mauch finds evidence that at least one realtor has gone too far in trying to make an online listing more attractive! Absolutely essential reading! |
Festival of Frugality | Butcher Your Own Chicken | Blueprint for Financial Prosperity | If you want cheaper chicken, Jim finds that you can save quite a bit of money if you do the butchering yourself. |
Festival of Stocks | Valuing a Business - Seth Klarman's 3 Methods | Qovax | Ye suggests that investors should evaluate businesses using at least one of the three methods suggested by Seth Klarman (discounted cash flow, liquidation value, market value) and finds that each works best for different situations. |
Carnival of Money Hacks | Debt Destiny? | Living Almost Large | LAL digs deeper to find why consumer debt is the problem it is: "... rarely do I hear people saying car loans are driving them to the poor house. But the truth is car loans are probably the reason why people are charging on credit cards because they really can’t afford a $30k car on $50k salary!" Absolutely essential reading! |
Carnival of Money Stories | My Debit Cart Number Was Stolen | Cash Money Life | Patrick was reviewing his online banking account and discovered charges that he knew nothing about. He called his bank and found that his debit card number had been stolen.... |
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.