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, December 12, 2008 edition of On the Moneyed Midways, the only review of the best posts to be found in the best of the past week's money and business related blog carnivals!
What do you say we just get straight to it this week! The best posts of the week that was, including The Best Post the Week, Anywhere!, await you below....
On the Moneyed Midways for December 12, 2008 | |||
---|---|---|---|
Carnival | Post | Blog | Comments |
Carnival of Debt Reduction | Another Thing I Didn't Know About Credit Cards | Christian PF | Did you know where you use your credit card may affect whether or not your credit card company cuts your credit lines? Bob explains why bars, nightclubs, pool halls and marriage counselors should be paid by other means…. |
Carnival of HR | So, Say an Employee of Yours Shoots Himself in the Leg… Your Response Would Be? | Jessica Lee Writes | Jessica Lee explains why you, as an employer, need to act to protect your company's "employment brand" if an employee of yours does something "newsworthy," but not in a good way. |
Carnival of Personal Finance | How Old Are You Financially? | Almost Frugal | Kelly shows how you handle money says a lot about how old you are mentally! The Best Post of the Week, Anywhere! and a fun "see where you fit" kind of test! |
Carnival of Real Estate | Blue Carpet Is the Kiss of Death - Things That Make Houses Sit There and Not Sell | Active Rain | Diane Tuman reviewed this post by real estate agent Robin Rogers of San Antonio in her contribution to the latest edition of the Carnival of Real Estate. We think Robin's post is the best real estate offering this week! |
Festival of Frugality | The Wine Industry: A Lesson in Marketing | The Personal Financier | Dorian Wales dislikes pretentiousness in a wine, drawing inspiration from a play that wondered if wine in bottles without labels would present a crisis for a proud wine connoisseur. |
Festival of Stocks | S&P Set for 50% Gains? Not So Fast, UBS | College Analysts | James Cullen doesn't buy UBS strategist David Bianco's forecast that the S&P 500 is headed straight back up to 1,300, and explains why. |
Money Hacks Carnival | Some Myths About Couples and Money | Simply Forties | Mary takes on three myths affecting couples: 1. If we love each other, we won't fight about money, 2. It takes money to make money, and 3. If we don't talk about money, everything will be okay. Absolutely essential reading! |
Carnival of Money Stories | Bear With Me as I Talk Myself Out of Getting a New Car | Digerati Life | Tanesha Morgan really likes the 2009 Nissan Maxima, but can't convince herself its time to trade in her 2005 Toyota Camry. Here, she works through the pros and cons of doing the deal! |
Carnival of Taxes | My First 1040 | Wandering Tax Pro | Robert D. Flach reflects back on the first tax return he ever prepared as a professional and how the experience was so very different back in 1971! |
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.