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, February 29, 2009 edition of On the Moneyed Midways, where today, we're actually posting the newest edition of our money-and-business-related blog carnival review on schedule!
Yes, the last edition was horribly late. Worse, there was a real lack of really good insights, as we only found one post that was a contender for being The Best Post of the Week, Anywhere! Normally, we'll find at least one or two others in any given week, which we identify as Absolutely essential reading!, that were in the running for the title.
But not last week. And then, as if to show that maybe the business and money-obsessed end of the blogosphere was just taking the previous week off, we've found no fewer than four really outstanding posts this week, and even the ones that we didn't identify as being a top post are also well worth your time!
Those posts, and the best of the week that was, await you below....
On the Moneyed Midways for February 22, 2009 | |||
---|---|---|---|
Carnival | Post | Blog | Comments |
Carnival of Debt Reduction | Ohhh How I Love Me Some Taxes!!! Just Got 'Em Back… | Budgets are Sexy | J. Money is rolling in his own, well, money after Uncle Sam was kind enough to give what he overpaid the government back. Here, he discusses where it's all going to end up! |
Carnival of Personal Finance | Millionaire Bag Lady | The Strump | Absolutely essential reading! The Strump tells of the shopping experience of an extremely well-to-do, yet very modest appearing, woman at an upscale retailer, where snobbery spiked a significant sale opportunity. |
Carnival of Real Estate | The 3 People Principle | Agent Genius | Ken Brand champions the power of networking to turn up prospects looking to buy or sell houses during tough times. |
Cavalcade of Risk | A Tale of Two Reports. Commonwealth Fund and Milliman | Disease Management Care Blog | Jaan Sidorov looks at two reports considering how health care costs can be reduced. One is a retread of the kind of nationalized health care proposals being crowed about in Washington DC, the other is the product of actuaries who find opportunities for savings based on what actually has been shown to work. The Best Post of the Week, Anywhere! |
Carnival of the Capitalists | Why Good Managers Make Bad Decisions | Three Star Leadership | Wally Bock adds his voice to a discussion between Erin White and Sydney Finkelstein on what leads otherwise smart managers to do dumb things. Absolutely essential reading! |
Carnival of the Capitalists | 50 Funniest Short Job Descriptions Ever | JobMob | Scott Adams of Dilbert blog asked his readers to provide a one sentence description of their job. The results are job descriptions for the age of Twitter! |
Festival of Frugality | Reduce Your Monthly Outgoings by Going Down the Gym | Find Financial Freedom | Tristan relates the story of an acquaintance who is using their gym membership as a tool for lowering their household expenses. |
Festival of Stocks | American Italian Pasta: A Strong Stock Today | The Iconoclast Investor | Mike Cintolo is very impressed by the financial prospects and stock performance of the largest pasta maker in the U.S., American Italian Pasta (AIPC). |
Money Hacks Carnival | An Example of What I've Been Talking About | Free Money Finance | You know those people who take out ginormous student loans to go into fields that have no significant earnings potential? FMF knows of one and uses the story of their stupidity to illustrate why your debt needs to match your realistic income earning potential. Absolutely essential reading. |
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.