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, March 5, 2010 edition of On the Moneyed Midways, where each week, we review the best of the past week's money and business-related blog carnivals to identify and feature the best posts we find in each.
Should you pass on buying bottled water because it's a waste of money? What if your tap water is brown?
Did you get a mortgage on your house for the tax break? What would you have if you didn't have the mortgage?
What would you do differently today if you knew you were going to have to pay higher taxes in the near future? What if you're a business owner facing those higher taxes?
The answers to these questions, and more, are just a mouse click away!...
On the Moneyed Midways for March 5, 2010 | |||
---|---|---|---|
Carnival | Post | Blog | Comments |
Carnival of Debt Reduction | The Mortgage Tax Deduction Is a Consolation Prize at Best | Free Money Finance | FMF quotes Mary Hunt's advice to disregard the mortgage interest tax deduction as a reason to keep a mortgage and shares what his family found really happens with the money you earn when you fully own your own home! |
Carnival of HR | Who Are You to Judge Your Manager? | Fail Spectacularly | Jason Seiden tells the story of when he had to fire an employee who quit, then tried to unquit. Absolutely essential reading! |
Carnival of Personal Finance | Raising a Cow for Beef: Month 6 | Provident Planning | Bambi the cow is now six months old and destined to feed Paul Williams' family. Here, he sums up what it has cost in both money and time over the last six months. |
Carnival of Taxes | Companies Paying Dividends Early to Beat Higher UK Tax Rates | Monevator | Taxes on both regular income and from investments are getting set to spike sharply upward in the UK. The Investor notes that change is what is behind a number of companies' plans to pay dividends sooner rather than later in The Best Post of the Week, Anywhere!. |
Festival of Frugality | Finding Money | Cathy Stucker | Have you ever gone through and thought about all the places where you might have unknowingly stashed money? Cathy Stucker lists some obvious and not-so-obvious places to look for when you need to tap some cash! |
Carnival of Money Stories | I Still Buy Bottled Water… Sorry | Miss Bankrupt | Christina reacts to an article claiming that buying bottled water is a waste of money, but she won't stop because she just wants "water that doesn't smell like metal or the toilet. That's not asking for much, is it?" |
Presented in reverse chronological order....
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.