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, April 2, 2010 edition of On the Moneyed Midways! Each week, we scan the world of money and business-related blog carnivals to pick out the best posts in each, which we then present to you here to kick off your essential weekend reading.
This edition has something for everyone. From a professional acrobat who tries out being homeless for a day, to a single mother in bankruptcy acting to drop her satellite television service, to a study of how definitively Warren Buffett outperforms many market measures, to a blog carnival that's been effectively put up for sale, and even what happens when frugality is taken just one step too far!
And that doesn't even describe all we've found this week! The best posts we found in the week that was await you below....
On the Moneyed Midways for April 2, 2010 | |||
---|---|---|---|
Carnival | Post | Blog | Comments |
Carnival of Debt Reduction | Breaking Up with Dish Network | Miss Bankrupt | No cable. No satellite. And oddly enough, Miss Bankrupt reports no withdrawal symptoms or bad feelings after doing away with her DTV, although she has come to the conclusion that she should be dating people and not utility companies. |
Carnival of HR | Why Corporate America Can't Build a Training Program Worth Squat | Jason Seiden | Jason Seiden exchanges employees for kids, quality training for vegetables and development programs for donuts in explaining what's wrong in using post-training surveys to evaluate the effectiveness of corporate training. Absolutely essential reading! |
Carnival of Personal Finance | |||
Carnival of Real Estate | The Carnival of Real Estate Could Be in Your Hands | Carnival of Real Estate | How much is a blog carnival worth? The founders of the Carnival of Real Estate at Zillow are preparing to exit the management of the CoRE blog carnival to focus more on their core business, but are looking to keep the carnival alive, launching a contest whose winner will get to own it. |
Festival of Frugality | Frugality on a Whole New Level! | Budgets Are Sexy | How far will you go to keep from having to spend money? J. Money shares what strange events occurred when a friend opted to "double-pop" popcorn in the microwave at their office… |
Festival of Stocks | Just How Good Is Old Weezy (Warren Buffett)? | Living in Volatility | LivingInVol discusses why the Sharpe ratio is only really good for quick and dirty assessments and introduces the Omega ratio along the way to revealing just how effectively Warren Buffett has outperformed many "market-beating" strategies. |
Carnival of Money Stories | I Went Homeless So You Don't Have To | Soul Acrobats | Alvin Tam wanted to confront his fears of becoming homeless by living like a vagrant for a day in Las Vegas. His experience is The Best Post of the Week, Anywhere! |
Best of Money | Lessons in Saving Money and Your Marriage from Tiger Woods | Wealth Pilgrim | A very close contender to being The Best Post of the Week, Anywhere!, which makes this post about you-know-who's midlife crisis Absolutely essential reading! |
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.