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 week's edition of On the Moneyed Midways, the only place on the web that provides a weekly review of the best posts from the money and business-related blog carnivals. Each week, we award one post with the title of being: The Best Post of the Week, Anywhere!(TM)
There must be something about the end of August going into Labor Day weekend in the U.S. - there's a lot of better-than-average content among this week's carnivals! Scroll down for more!
On the Moneyed Midways for September 01, 2006 | |||
---|---|---|---|
Carnival | Post | Blog | Comments |
Carnival of Business | 7 Tips that Politics Run Your Company | Bouncing Back | Jeannie Bauer lists the warning signs of whether your office is more about office politics than office work. |
Carnival of Business | Why Democratizing Your Company Rocks | Trizoko | A lot of businesses are run as dictatorships - but Trizoko shows how a little dose of democracy can improve productivity. |
Carnival of Career Intensity | The Secret of Building a Strong Reputation | WOW | Alexander Becker shows how you can establish the kind of integrity it takes to succeed in business. The Best Post of the Week, Anywhere! |
Carnival of Debt Reduction | How Soon After You Purchase a Home Can You Refinance? | Searchlight Crusade | Dan Melson runs through the things you need to consider if you're looking to refinance your newly bought home to better manage your debts. |
Carnival of Investing | The Worst Mistake that a Trader Can Make: Average Down | My 1st Million at 33 | frugal spells out a very common error that investors make - buying additional shares of stock when its price has dropped well below their original purchase price. |
Carnival of Personal Finance | Which Is More Important - a High Starting Salary or Higher Average Salary Increases? | FreeMoneyFinance | FMF does the math for those just launching their careers. |
Carnival of Real Estate | Even When Zillow is Wrong, They're Right. A Different Home Search Model. | WebHomeUSA | Clifford notes that getting home values right isn't the key to Zillow's business model. |
Carnival of the Capitalists | Thoughts About Earnings | The Real Returns | The Real Returns thinks through the current stock market investing climate. |
Carnival of the Capitalists | Diplomacy 101 | ExecuPundit | Michael Wade returns with lessons on why personal diplomacy is an essential skill to develop in life. |
Festival of Under 30 Finances | Four Types of Insurance You MUST Have at All Times | Money Crashers | Selling insurance to young people is often a tough sell - the Money Crashers explain what you need, and why! |
Investing Carnival | Personal Finance and Simulation Modeling | Simran's Daily Links | Future Certified Financial Analyst Simran shows the power of Monte Carlo simulations in projecting your financial future! |
Personal Development Carnival | How to Kick Any Habit | leahey.org | Andrew Leahey provides the guidance you need to stop doing the things you know you shouldn't be doing. |
Personal Growth Carnival | The Key to Freedom | Dave Trager | Dave Trager says that "when we remember we are only responsible for *our* happiness, then we can truly be free." He's right, in this post that was a top contender for being The Best Post of the Week, Anywhere! |
Wealth Building Ideas | Could You Sell Sex? | Practical Entrepreneuring | The Constant Entrepreneur asks the question. Can you answer it? |
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.