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, September 11, 2009 edition of On the Moneyed Midways! Each week, we seek out the best posts from the past week's business and money-related blog carnivals and present them here to kick off your weekend reading entertainment!
But that's not all! For those of you who aren't satisfied with a list of the best posts we found in the week that was, we've gone the extra mile to identify the posts that are Absolutely essential reading, our signal to you of the posts that rank among the best of the year. And for the truly time-constrained, who can only devote enough time to read just one money-or-business-related blog post, we've awarded the one post you need to read with the title of being The Best Post of the Week, Anywhere!.
And for the very truly time constrained, we'll stop going on and let you get right to it....
On the Moneyed Midways for September 11, 2009 | |||
---|---|---|---|
Carnival | Post | Blog | Comments |
Carnival of Debt Reduction | What Happens When You Run Out of People to Blame? | Financial Methods | Trisha Tolar finds that the number one obstacle preventing you from being happy, successful or debt-free is very likely looking right back at you in the mirror. |
Carnival of Personal Finance | Where to Find Other Sources of Income | Canadian Finance | Tom notes the two ways people can improve their personal finance situation: cutting their spending and increasing their income. Here, he considers a number of options for bringing more money home. |
Carnival of Taxes | The Next Bubble: Your Taxes | Don't Quit Your Day Job | Paul Kamp sees higher taxes in America's future, and argues in favor of taking advantage of a law that will remove the limits on how much money can be transferred from a taxable Traditional IRA into a non-taxable Roth IRA for 2010 only. |
Carnival of Taxes | Cash for Appliances Is Coming - Hold Off on That Purchase! | Darwin's Finance | The next major "stimulus" package is already in the works for this fall! Darwin makes a compelling argument in favor of holding off on making any major appliance purchases today until the government's "Cash for Clunker Appliances" program is up and running. Darwin's post is The Best Post of the Week, Anywhere! |
Cavalcade of Risk | Money Transfer in Kenya Evolves | Bankelele | Bankelele delivers Absolutely essential reading with a post that considers how "mobile money," or rather, payments made via cell phone accounts technology, is taking the place of money in Kenya. The future of money could very well be being made right now in Africa! |
Festival of Frugality | Six Thrifty Uses for a Lemon | Miss Thrifty | Miss Thrifty lists six things you can use lemons for to save money. We freely admit that we never considered using lemons as a deoderant, nor as a copper cleaning agent. |
Carnival of Money Stories | Why Join a Credit Union? Why I'm No Longer a Traditional Bank Customer | The Smarter Wallet | Tim Parker stopped using banks several years ago and is surprised that anyone does today. Here, he explains why. |
Carnival of Pecuniary Delights | Cleaning Silver - This One's a Beauty | Miss Thrifty | After having selected her post on using lemons to accomplish a number of household tasks, we couldn't pass up Miss Thrifty's ingenious use of hot water, salt and aluminum foil to clean silver. Who knew? |
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.