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, June 18, 2010 edition of On the Moneyed Midways, the only place you can find the best posts that appeared in the best of the past week's business and money-related blog carnivals!
How can you avoid being a jerk when loaning money to your family members? How much can you save each month by toilet training your cat? Is Goldline a scam? If you've declared bankruptcy, can you still get an American Express card? How much life insurance should you have? Or how much long term care insurance do you need? How can your use of social media in the workplace lead you to get fired? And when should you pay off those pesky student loans?
Those are the questions being asked this week - the answers to these questions and more await you below!
On the Moneyed Midways for June 18, 2010 | |||
---|---|---|---|
Carnival | Post | Blog | Comments |
Carnival of Debt Reduction | Can I Get an American Express Credit Card After Bankruptcy? | Ask Mr. Credit Card | Mr. Credit Card says no, you can't on your own. But perhaps someone could make you an authorized user of theirs. |
Carnival of HR | 7.2 Wasy to Get Fired with Social Media | Blogging 4 Jobs | Jessica Miller-Merrell shares the video of her live presentation describing how things like tweeting and facebooking can lead to the unemployment line. |
Carnival of Personal Finance | Is Goldline a Scam | Bargaineering | Absolutely essential reading! Sure, as an investment, gold has never been worth zero, but Jim Wang wonders if one of the leading companies marketing investments in gold is really a scam. He thinks not, comparing them to people hawking $2 bottles of water outside ballgames and concerts. |
Best of Money | How Much Extra Should You Pay on Student Loans | Foreigner's Finances | Austin Morgan takes on the complicated nature of student loans in considering what recent graduates need to consider when acting to pay off their loans. The emphasis on where to place students loans on your budget priority list make this The Best Post of the Week, Anywhere! |
Cavalcade of Risk | The Eight Money Ratios, Part 4 | Free Money Finance | FMF specifies the rules of thumb for determining how much life insurance you need at any age from 25 to 65 as well as how much long term care insurance you might need. |
Festival of Frugality | 27. Toilet Train Your Cats | 1000 Ways to Save a Buck | Can you train your cat(s) to be like Mr. Jinx in Meet the Parents and save money? Kelly identifies the stakes as being savings of $30/month if you can and lists a couple of kits designed to help you train your cat(s)! |
Carnival of Money Stories | How to Loan Money to Relatives Without Being a Jerk | Complex Search | Nathan Richardson finds the secret to successfully loaning money to family members is to keep the terms of the deal really simple and to keep the relationship as honest as possible. |
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.