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 19, 2010 edition of On the Moneyed Midways, where each week, we present the best posts we found in the best of the previous weeks' money and business-related blog carnivals!
We're playing a little bit of catch-up today, as we somehow missed the "Best of Money" carnival from last week. As a result, we're feature posts from both it and the newest edition of the "Best of Money" carnival in this edition of OMM.
Those posts, and the rest of the best posts we found in the week that was, await you below!...
On the Moneyed Midways for March 19, 2010 | |||
---|---|---|---|
Carnival | Post | Blog | Comments |
Carnival of Debt Reduction | Thought Provoking Quotes About Debt and Paying Interest | Steadfast Finances | Matt uses a variety of quotes, proverbs and sayings as a springboard for his own commentary on different aspects of debt. |
Carnival of HR | Achieving High Performance with Leader Athletes | i4CP TrendWatcher | Mark Vickers finds a model in the agility required for athletic excellence to apply toward leadership in business organizations. Absolutely essential reading! |
Carnival of Personal Finance | Life Style Inflation: Why Your Savings Is Not Growing As Fast As Your Income | Personal Finance Ninja | Mike looks at how bigger incomes often translate into bigger spending, then shows how to draw the line at "enough!" Absolutely essential reading! |
Carnival of Taxes | 6 Reasons You Won't Go to Finance Hell If You're Getting a Tax Refund This Year | Darwin's Finance | If you listen to many consumer advocates, they'll tell you that it's a mistake to withhold too much income from your taxes. Darwin lists six reasons for how having too much taken out of each of your paychecks by the government may work in your favor. |
Festival of Frugality | The $25 Food Project Finale: Recipes, Conclusions, and an Exit Interview | Cheap, Healthy, Good | Kristen Swensson took on the challenge of feeding her six-foot, 205 pound fiancee with just $25 worth of food for a week. How she managed to do it while leaving him full at the end of each day is The Best Post of the Week, Anywhere! |
Carnival of Money Stories | Making Impressions at the Grocery Store | Buck$ome Boomer's Journey to Retirement | Bucksome saved $96.00 on her weekly grocery bill, causing the person behind her in line at the checkout to gasp. Here, she describes the five ways she makes that a routine occurrence! |
Best of Money | 8 Effective Ways to Raise Frugal Kids | Man vs Debt | Carmen Bolanos shares her secrets for instilling a frugal lifestyle in her kids - items #1 and #2 may shock you in the modern world…. |
Best of Money | Learning Financial Lessons From Aesop's Fables | The Amateur Financier | The Amateur Financier finds there's a lot to be learned about finance from the classic animal stories passed down from ancient Greece. |
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.