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
This week, we're finally recognizing some patterns as to who is producing some of the best commentary around the business end of the blogosphere in this week's edition - be ready to update your bookmarks!
The CotC is hosted this week by Casey Software.
Professor Stephgn Bainbridge looks at GM's economic problems and finds that perhaps its biggest problems are those that revolve around its culture. Essential reading for anyone who doesn't understand what it takes to turn around a struggling business with deeply rooted issues.
One of the best essayists in the blogosphere today, David St. Lawrence (via Ripples) wonders if the business decision to layoff staff acquired during good times really addresses what ailing the company. Another good discussion of the importance of culture within a business.
Jeffrey Strain of Personal Financial Advice has put his foot down this week and weeded out all the non-debt reduction related posts that have filled recent editions of the Carnival of Debt Reduction. We here at Political Calculations are eternally thankful, since we pretty much see the same contributions from carnival to carnival in putting this weekly summary together!
Ane at Money and Investing begins by looking at recent advertising from Citbank and Visa, then deflates the ad campaigns and argues that responsible credit card holders should pursue a different strategy than the one taking center stage in the ads.
Each week that we've put this summary of the best posts we find in the various blog carnivals, we just about always find an excellent entry in the personal finance categories from Jim at the Blueprint for Financial Prosperity. This week's thoughtful entry on whether it makes sense to use the balance transfer strategy to pay off debt is no different!
The 14th edition of the Carnival of Investing is hosted by Neo of Neo's Nest Egg.
Not just a good primer on the various major stock index funds, but one that also shows what a large difference there can be when the same stocks are weighted differently within an index fund. A strong contender for, but not quite, the Best Post of the Week, Anywhere(TM)!
David Porter of the Pacesetter Mortgage Blog has discovered that the big credit bureaus are compiling lists of people who have recently applied for a mortgage and are selling the lists they generate to the highest bidder.
This week's carnival is being hosted by JLP at the recently renamed All Things Fiscal.
The world champion post for counterintuitivity goes to the Net Worth Blog, whose observations regarding how high mortgage rates should impact an individual's decision of when to buy a house are certainly interesting!
Five Cent Nickel is another personal finance blogger well worth bookmarking. This week's thoughts on how one might increase their retirement savings beyond the limits presribed by law for IRAs and 401(k) accounts is well worth considering.
This week's Festival of Frugality is being hosted by Free Money Finance.
The fine folks at Firevalt find that rather than holding strict limits on the various categories that make up a monthly budget, it may be better to aim at simply being cash flow positive (income - expenses) during the month.
It wouldn't really be about frugality if there weren't any money saving tips! The best this week comes from Sound Money Tips, who has found that you might be able to score a seriously discounted kit with items that consume less energy from your local utility.
The newest of the major money and business-related blog carnivals is hosted this week by Jeff Cornwall of The Entrepreneurial Mind.
Chris Yeh of Adventures in Capitalism provides one of the best insights that any prospective entrepreneur should take to heart. The Best Post of the Week, Anywhere(TM)!
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.