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, April 17, 2009 edition of On the Moneyed Midways, where we've collected the very best reading from the best of the past week's money and business-related blog carnivals, purely for your weekend reading pleasure!
What can you learn about personal finance from a 9-year old's entry into a drawing contest? A lot more than you ever imagined, especially if you need to put your own fiscal house in order!
But then, that's the description of the post we declared to be "The Best Post of the Week, Anywhere!" Our other selections this week offer more focused insights on different aspects of money and business. All the best of the week that was, begins below....
On the Moneyed Midways for April 17, 2009 | |||
---|---|---|---|
Carnival | Post | Blog | Comments |
Carnival of Debt Reduction | Accountability: Sometimes You Need Someone to Slap You on the Back of Your Head | Bible Money Matters | Where fiscal discipline is concerned, it really helps to have someone around who can hold you accountable for your actions. Pete offers his relationship tips for getting along with that person in your life. |
Carnival of HR | When Does a Job Interview Begin? | Fortify Your Oasis | Rowan Manahan notes that a lot of people might be very surprised to find out that their job interviews have begun long before they arrive at their prospective employer's premises! |
Carnival of Personal Finance | What to Do with Old Cell Phones? | ChristianPF | Finally! Bob Lotich describes a service where you can trade your old cell phones for cash. Best money tip of the week! |
Carnival of Personal Finance | Augment Yourself, Not Your Resume | Bargaineering | Shouldn't you be more than the bullet points on your resume? Jim Wang makes a strong case against career growth by ticket-punching. Absolutely essential reading! |
Carnival of Real Estate | Myths That Can Sink New Real Estate Investors | Real Estate Heavyweight | 90 real estate "pros" got together and launched this blog to help promote their book about real estate investing. In this section, Jarom Adair takes the "easy money through real estate investing" sales force to task for the myths they push. |
Carnival of the Capitalists | How Would You Reach YOU? | Eric.Weblog() | Eric Sink delves into the mystery that is effective marketing by first placing yourself in the shoes of a potential customer and asking "how would you find out about what you have to sell?" |
Festival of Frugality | Learning to Love Foods You Hate: A How-To Guide for Frugal Eaters | Cheap Healthy Good | Kristen Swensson deploys all her sneaky cooking tricks to find ways to insert inexpensive, yet healthy foods that have bad reps into your diet. |
Money Hacks Carnival | How to Be a Millionaire: As Explained by a 4th Grader | Prime Time Money | There was no serious competition for The Best Post of the Week, Anywhere! this week, thanks to PTMoney's featuring fourth grader Jenna Fink's contest winning artwork. |
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.