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, June 25, 2010 edition of On the Moneyed Midways! Each week, we read dozens of posts contributed to the best money and business-related blog carnivals so we can point you to the best posts we found in each!
It's clearly summer, as many of the carnivals we regularly feature are on vacation this week! And in the spirit of summer, where we'd much rather be doing anything other than working, we're just going to get straight to this week's edition!
The best posts we found in the week that was are ready to launch your essential weekend reading....
On the Moneyed Midways for June 25, 2010 | |||
---|---|---|---|
Carnival | Post | Blog | Comments |
Carnival of Debt Reduction | Obama Credit Card Debt Relief: Will the President Pay Your Debts? | ptMoney | "No. He won't." PT takes on some of the more bizarre and deceptive advertising that some really shady debt settlement companies have adopted to exploit the President's ever-expanding series of bailouts. |
Carnival of HR | Establishing a Culture of Distributed Leadership | Great Leadership | What does it take to have junior leaders able to take charge and get positive results without having to wait for their superiors in their organizations to act? Dan McCarthy explains in The Best Post of the Week, Anywhere! |
Carnival of Personal Finance | Does Going to Work Actually Cost You Money? | Red Stapler Chronicles | RutgersKevin tells some tall tales inspired by the movies and TV to describe how some employees escaped from having to participate in their office pools and community fundraising activities. |
Festival of Frugality | Selling on Craigslist | Live Real, Now | It's the top pick in this week's Festival of Frugality, and we agree! LRN delivers the concise guide to selling your stuff on Craigslist. |
Carnival of Money Stories | I Admit, I'm a Cheater (and I Don't Feel Guilty) | Money Beagle | We were both shocked and dismayed to find out the Money Beagle is a cheater. But oddly enough, we're okay with it too, seeing as Mr. Beagle is legitimately shopping around for a good deal. |
Best of Money | Walmart vs. Super Market vs. Commissary | Richly Reasonable | Does Wal-Mart really provide the best deals? And how does it compare to the commissaries that are available for military personnel and their families? Lauren comparison shops to find where the best deals are! |
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.