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, August 6, 2010 edition of On the Moneyed Midways! This is *the* place to kick off your essential weekend reading with the best posts we found in the best of the past week's money and business-related blog carnivals.
Here's a challenge for you, based upon one of our selections for this week's edition of OMM - how many alternative uses, other than the ordinary ones of binding items or as a weapon you can shoot at people, can you come up with for the humble rubber band?
Believe it or not, the post that inspired that challenge, which we selected from this week's Festival of Frugality, isn't even The Best Post of the Week, Anywhere! or what we would identify as a near contender for that title as Absolutely essential reading!
It does however underscore that each post we select brings something unique to each edition of OMM - we encourage you to explore them all.
And it all begins below....
On the Moneyed Midways for August 5, 2010 | |||
---|---|---|---|
Carnival | Post | Blog | Comments |
Best of Money | Money Isn't Everything, Not Having It Is | New Age Thinker | David Rahini philosophizes that while money doesn't guarantee you happiness, it sure does make it a heck of a lot easier to achieve! |
Carnival of HR | Are Men in HR Going the Way of the Dinosaur? | HR Observations | Mike Haberman wonders why there are nowhere near as many guys working in HR as their used to be at the beginning of his career. |
Carnival of Personal Finance | Your Big Fat Expensive Wedding: Stupid Is as Stupid Does | Len Penzo dot Com | Len Penzo offers future brides and grooms some of the best wedding planning advice available anywhere on the web by comparing the cost of Chelsea Clinton's wedding to his own. The Best Post of the Week, Anywhere! |
Carnival of Taxes | It Ain't Necessarily So | Wandering Tax Pro | Are you counting on a big tax break for installing new energy-efficient windows or donating your car to charity? Robert D. Flach says you need to find out how these tax breaks work before you find yourself low on cash and unlikely to get anywhere near a big a break on your taxes as you might have hoped. |
Carnival of Trust | Perceptions of the Pharmaceutical Industry Can Make Normal Business Practices Seem Unethical or Illegal | Pharma Reform | Mike Wokasch considers how the past behavior of the pharmaceutical industry has damaged its credibility to the point where even normal business practices found in many other industries are cause for suspicion. Absolutely essential reading when combined with Charles H. Green's comments! |
Festival of Frugality | 8 Uses for a Rubber Band | Mrs. Nespy's World | We did it once for beer caps, so we really appreciated Kaye's list of "other" things you can do with rubber bands! |
Carnival of Money Stories | Why Facebook Is Succeeding Where Myspace Has Failed | Intelligent Speculator | Did an excessive bottom line focus set the stage for future doom at Myspace before it was acquired by News Corp? The Intelligent Speculator delivers intelligent commentary in Absolutely essential reading! |
Leadership Development Carnival | Be the Boss, But Don't Be a Jerk | Three Star Leadership | If you're the boss, or want to be someday, Wally Bock's post admonishing you do to both of your jobs is 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.