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, September 7, 2007 edition of On the Moneyed Midways, the blogosphere's only collection of the top posts from this week's best business, economics, investing and otherwise money-related blog carnivals!
Busy week! And shaping up to be a busy weekend as well. So, we'll stay out of the way and go straight to the best posts of the week that was, including one that's a contender for being The Best Post of the Year, Anywhere!...
On the Moneyed Midways for September 7, 2007 | |||
---|---|---|---|
Carnival | Post | Blog | Comments |
Bootstrapping Entrepreneurs | Avoid Getting Gypped by Fraudulent Web Designers | Small Business Buzz | Michelle Cramer helps fill the void left by the on-hold Carnival of Fraud (while regular Tracy Coenen preps a book for publishing) by focusing on what you need to do to avoid getting scammed by phony business site web designers. |
Carnival of Debt Reduction | The Worst Credit Card I Have Ever Seen | Money, Matter, and More Musings | Golbguru takes a close look at the fine print behind the Continental Finance MasterCard and challenges readers to find a worst credit card offer! |
Carnival of HR | Keeping Talent on Tap | Execupundit | "Too dumb for words" summarizes Michael Wade's take on company policies that terminate their company's connection with the people that know their business extremely well - their retirees. |
Carnival of Small Business Issues | Be a Good Manager by Letting People Learn and Grow | INTJ Personal Development | Warren Wong writes The Best Post of the Week, Anywhere! and, as far as we're concerned, one of The Best of the Year, So Far! |
Carnival of Taxes | If You Believe That I Have a Bridge for Sale Cheap | Wandering Tax Pro | Tax professional Robert Flach scans a discussion thread on Urban Tax Legends at the Tax Almanac, picking out things many people believe are true, but just aren't! |
Carnival of the Capitalists | 10 Questions Venture Capitalists and Angel Investors Are Going to Ask | Instigator Blog | Ben Yoskovitz lists ten questions prospective entrepreneurs can expect from the people who might help finance their enterprise, for which they should have solid answers ready to go. |
Festival of Stocks | The Smart Investor, How to Stay Calm While Trading | Stock Trading To Go | Does stock market volatility really push your emotional response buttons? Blain Reinkensmeyer lists some market-driven events that gets his heart pumping and shows how developing rules and acting upon them can help bring his pulse rate down! Absolutely essential reading! |
Odysseus Medal (Real Estate) | FHA Secure: A Political Power Move Disguised as a Helping Hand to Those in Need | Rain City Guide | Jillayne Schlicke lays out what's wrong with the President's proposal to bail out mortgage lenders through the FHA and lights into what's wrong with AWOL government bureaucrats at large. |
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.