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 21, 2007 edition of On the Moneyed Midways, the blogosphere's only weekly review of the best posts that we could find in the past week's best business and money-related blog carnivals!
This is the last edition of OMM for the year for us! We'll be gone all next week and when we come back in the new year, the first edition of On the Moneyed Midways will not just exclusively feature the best posts we found in 2007, we'll also highlight the best bloggers we found in 2007 as well!
So, until then, the best posts of the week that was await you below....
On the Moneyed Midways for December 21, 2007 | |||
---|---|---|---|
Carnival | Post | Blog | Comments |
Carnival of Debt Reduction | Why the $1000 Emergency Fund? Choice #1 | I've Paid for This Twice Already | Paidtwice provides invaluable advice in explaining why setting up a decent-sized emergency fund should be the first thing you do when beginning to work your way out of debt! |
Carnival of HR | Forget "Succession Planning." Instead Think "Leadership Development." | Three Star Leadership | Wally Bock delivers Absolutely essential reading! for any business owner or manager within a company: "Succession planning is all about having 'a name in an envelope' to replace the CEO. Leadership development is about having two or more qualified replacements for any management position." |
Carnival of Real Estate | Think to Differentiate Your Real Estate, Restaurant, or Retail Store | Business is Personal | Mark Riffey finds the mashup potential of marketing your business given its relationship to the things around it - things like restaurants, entertainment venues, coffee houses, schools, daycare, etc. Absolutely essential reading! |
Festival of Stocks | This Year's Christmas Gift: FBR Group | Value Investing News | Jeffrey Annello reviews the investment potential of Friedman, Billings Ramsey Group (aka FBR or, our favorite abbreviation of a corporate name: Fried Bill Rams), a company that has transformed itself in the wake of the sub-prime lending and real estate fallout into what he argues is a very strong value (and yes, he owns the stock.) |
Small Business Issues | Do People Remember You? | Copywriting Tips | Do you want to sell your skills quickly? Do you have an elevator speech yet? Carol Bentley takes you step-by-step through how you can create your own elevator speech in The Best Post of the Week, Anywhere! |
Black Pearl (Real Estate) | What Is a Brand? | BloodhoundBlog | Gregg Swann didn't award any real estate business-related posts with the Odysseus Medal this week, so we're featuring his Black Pearl winner. Bill Leider contradicts the conventional wisdom that a brand is only about name recognition and argues that "the kind of experience people have in doing business with you IS an integral piece of your Brand." |
Carnival of Personal Finance | Confessions of a Car Salesman | Million Dollar Journey | Want to get the best deal on a new or used car? Frugal Trader excerpts the key lessons to take away from an article at Edmunds.com on all the tricks car salesmen use to make the most money for the dealer and themselves. |
Festival of Frugality | Mommy I'm Bored! | Mommy Gets Paid | Mommygetspaid finds 10 things that kids stuck inside in bad weather can do that won't strain your pocketbook! |
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.