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 this Friday, July 6, 2007 edition of On the Moneyed Midways, the blogosphere's only review of the best posts from the best of the week's major business and money-related blog carnivals!
Every week, we read hundreds of blog posts contributed to dozens of money and business-related blog carnivals, seeking out the very best posts in each carnival. The best post we find wins the title of being The Best Post of the Week, Anywhere!(TM) Posts that come near that level are awarded the title of being Absolutely essential reading!(TM)
We don't have much to say this week, so let's just get right to it. The best posts of the week that was are below....
On the Moneyed Midways for July 6, 2007 | |||
---|---|---|---|
Carnival | Post | Blog | Comments |
Carnival of Fraud | Who Buys Fake Goods? Plus How to Spot Counterfeit Products | The Digerati Life | The Silicon Valley Blogger identifies the most-likely buyers of counterfeit goods and knock-offs and offers tips for how to spot these often pirated products. |
Carnival of Money Stories | When Buying a Car with a Credit Card Makes Cents | Marc and Angel | Should you buy your next car with plastic? Marc and Angel show how a combination of reward benefits and introductory rate deals might put you ahead on the transaction. |
Carnival of Taxes | The Different Forms of Taxes | Money Walks | How many different kinds of taxes are there? Money Walks takes us through the long list, and even compares taxes paid by single people or married couples with two kids in many countries. Absolutely essential reading! |
Carnival of the Capitalists | How Long, oh CEO | Three Star Leadership | Wally Bock observes that where companies find their CEOs has a big effect on how long they keep their CEOs. |
Carnival of Trust | Agreement and Trust | Dangerously Irrelevant | Scott McLeod reflects on management expert Peter Block's tools for evaluating and strengthening a leader's relationships with the essential people around them. The Best Post of the Week, Anywhere! |
Cavalcade of Risk | Does Sarbanes-Oxley Stop Risk-Taking? | SOX First | Leon Gettler documents a University of Pittsburgh study that found that since the Sarbanes-Oxley law took effect, many US companies changed their risk-taking behavior, choosing to hoard cash instead of investing in R&D and new products. |
Festival of Stocks | Is Sears the Next Berkshire Hathaway? | Wealth Building Lessons | Or, to ask a slightly different question, is Eddie Lampert the next Warren Buffett? The Wealth Builder discusses how non-multimillionaires might be able to join in on the Sears Holdings' CEO's investment strategies. |
Small Business Issues | Cutting Through the Hype and Lies About Internet Marketing | Integrity Business Blog | Terry Dean argues that successfully marketing your Internet-based business is hard work that involves three things: finding a market, offering something the people in the market want, and constantly testing to find what works. |
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.