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, May 28, 2010 edition of On the Moneyed Midways, where we kick off the Memorial Day Holiday weekend in the United States with a roundup of the best posts we found in each of the past week's money and business related blog carnivals!
We're more than ready for the long holiday weekend, so we'll just let this week's edition do the talking for us!
The best posts we found in the week that was await you below - we'll see you again after the holiday!...
On the Moneyed Midways for May 28, 2010 | |||
---|---|---|---|
Carnival | Post | Blog | Comments |
Carnival of Debt Reduction | Collections, Debt Negotiation or Bankruptcy? | Ask Mr. Credit Card | Mr. Credit Card identifies the pros and cons of debt negotiation in responding to a reader's question, while identifying bankruptcy as a last resort. |
Carnival of HR | 1 Fatal Error Most Job Seekers Make That Lengthens Their Search | Mint Resumes | You've had the interview, and they like you, so all you need to do is wait for the offer. Marsha Keeffer says that's the worst thing you can do in Absolutely essential reading! |
Carnival of Personal Finance | New Ways to Trick Yourself Into Saving for Retirement | Pop Economics | Saving for the long term can be especially difficult - Pop however has learned the lessons of behavioral economics well and describes you can put them to work for you to achieve your retirement goals. Absolutely essential reading! |
Best of Money | Unemployment Is the Mother of All Invention | Startup Digest | Tim Chen finds the silver lining in the creative part of creative destruction going on in the economy! |
Festival of Frugality | The Wedding Gift as the Price of Admission | Surviving and Thriving | Donna Freedman reacts to J. Money's solution to the age-old dilemma of how much a wedding present should cost, while considering the potential fallout outcomes for the newlywed couple as she also argues against the rule of thumb that apparently says that the value of wedding gifts should be tied to the cost of the food provided for the guests at the reception. Quite simply, The Best Post of the Week, Anywhere! |
Money Hackers Carnival | $100 Here, $100 There. $100 Everywhere a Wedding. | Budgets Are Sexy | Getting married? Invite J. Money - he'll give you $100! The post that sparked Donna Freedman's top-notch post in the Festival of Frugality is the best post of the Money Hackers Carnival! |
Carnival of Money Stories | My Conversation with a Car Salesman | Personal Finance Journey | PF Journey has $10,000 budgeted to buy a used car. The car salesman goes through all the tricks that can make buying a car such an unpleasant experience for a buyer, but in the end, PF leaves without a car. And yes, that's a success story! |
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.