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 regularly scheduled Friday, January 23, 2010 edition of On the Moneyed Midways, the one place where you'll find the best posts contributed to the best of the past week's money or business-related blog carnivals!
Do you want a raise? What does it take to get out from having to pay a parking ticket? Do older workers rack up more expensive workers' compensation claims? And what do you need to know to set up a side business buying and selling textbooks while you're still in college?
The answers to these questions, and the rest of the best posts of the week that was, await you below....
On the Moneyed Midways for January 29, 2010 | |||
---|---|---|---|
Carnival | Post | Blog | Comments |
Carnival of Debt Reduction | Convenience Tax: You're Only Charging Yourself | Engineer Your Finances | The Fin Engr finds a different kind of debt that falls between the extremes of "good" and "bad" debt: the "Convenience Tax," or rather, the extra money you end up spending or charging for the sake of making life easier for yourself. |
Carnival of Personal Finance | Buffett the Dividend Investor | Dividend Growth Investor | The Dividend Growth Investor digs into Warren Buffett's portfolio and argues that the "Sage of Omaha" is really a "closet dividend investor." |
Carnival of Personal Finance | When Pigs Fly: How I Fought My Parking Ticket and Beat City Hall | Len Penzo dot Com | It took his wife getting a parking ticket to spur Len into action to fight City Hall, which resulted in his winning the case in court. The story of what it took to beat City Hall at its own game is Absolutely essential reading! |
Carnival of Real Estate | Surprise! Government Report on Negative Equity Gets It Wrong | Altos Research | Scott Sambucci dissects a Government Accounting Office (GAO) report on the extent of negative equity in 16 major U.S. real estate markets and finds that it really missed the mark for most, which could have major implications for loan modifications in many. |
Cavalcade of Risk | Older Workers and Comp: Low Risk and a Few Surprises | Workers' Comp Insider | Jon Coppelman reviews a new insurance industry study that shows workers Age 65 or older are more safety conscious and less expensive in terms of workers comp than their younger peers. |
Best of Money | How to Get a Raise or Promotion | Free Money Finance | FMF reviews an MSNBC article that discusses how to get a raise or promotion in 2010. Oddly though, regardless of whose story is being told, FMF can express the lesson to be learned from the article in the same simple sentence! |
Carnival of Money Stories | The Extensive Guide to Starting a Textbook Side Hustle in College | Foreigner's Finances | Austin Morgan ran a side business while in college and managed to earn more than any student with an on-campus job. In The Best Post of the Week, Anywhere!, he describes how it worked! |
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.