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
Two brand-spanking-new Carnivals join this week's edition of Political Calculations' On the Moneyed Midways (OMM for short!) As luck would have it, both new carnivals focus on careers, suggesting that Rob May's observation that the proliferation of "second-movers" will lead to fewer and fewer readers for each individual carnival, as the market fractures into smaller and smaller pieces, is dead-on.
Then again, that kind of proliferation is why OMM is slowly gaining readers, since someone needs to sort the wheat from the chaff. That, and where else can you easily keep track of everything going on in the sphere of money-related blog carnivals?
But enough justifying OMM's existence - you're here to catch up with the best business, investing, debt-reduction, frugal-living, personal finance and now career-related posts from the week's money-related blog carnivals! Here they are in all their glory, including The Best Post of the Week, Anywhere!(TM)
Update: All links now working!
On the Moneyed Midways: May 19, 2006 | |||
---|---|---|---|
Carnival | Contributor | Post | Comment |
Carnival of Business | Is SOX draggin down the US economy? | Professor Bainbridge | Professor Stephen Bainbridge finds evidence that the Sarbanes-Oxley (SOX) legislation went too far in regulating publicly traded U.S. companies, putting them at a real disadvantage in the global marketplace. |
Carnival of Career Intensity | How to Change Your Career with a Blog | Career Change and Executive Coaching | Margaret Stead provides interesting advice on what blogging might provide for those seeking a change in career. |
Carnival of the Capitalists | Gresham's Law and Leadership | Slow Leadership | Carmine Coyote explores how bad management becomes the norm when meeting ""the numbers"" becomes more important than sound business practices. Runner up for being the Best Post of the Week, Anywhere!(TM) |
Carnival of Debt Reduction | Lessons to Live By? | No Credit Needed | No Credit Needed provides the lessons they learned in becoming debt free. |
Carnival of Entrepreneurship | VC Cliché of the Week | A VC | BusinessPundit's Rob May called this the best post the week for the Entrepreneur's Carnival, and we'll go a step further by calling it the Best Post of the Week, Anywhere!(TM), as it deals with the intricacies of the best ways to get both money or advice (by asking for the other!) |
Carnival of Investing | Investing with Leverage for Wealth | Personal Development Blog | Alex Scheel Meyer unlocks the power of leverage (via Physics) for increasing wealth. |
Carnival of Marketing | Starbucks = Coffee | Multiple Mentality | Josh Cohen finds that Starbucks is positioning itself to become *the* brand name people associate with coffee (ala Xerox for copies or Kleenex for tissue paper). |
Carnival of Personal Finance | Americans Are NOT in Bad Shape with Credit, Sort Of | Consumerism Commentary | We always hear that soaring credit card debt is about to wreck the average U.S. consumer, but Flexo finds data that suggests otherwise. |
Festival of Frugality | Saving on Groceries | MotherLoad: The Mom Advice Blog | Amy reveals the secrets of frugal grocery shopping - everything you need to know to cut your food bill! |
Festival of Job Hunting | What the 4% Salary Increase Means | Find a New Job | Jose Anes explains exactly what it means if you received a raise equal to or less than 4% in 2005. |
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.