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
Okay, we're turning last week's post title for summarizing and linking to the best contributions from money-related blog carnivals into a regular feature! Once again, we've sorted through a couple hundred contributions to all the carnivals named below, and have extracted the top posts, the sharpest analysis and anything we thought was truly cool, including the Best Post of the Week, Anywhere! Keep reading to find out who took the top honor this week!
This week's CotC is hosted by FMF of Free Money Finance.
BPG of BigPictureSmallOffice.com's post on the art of negotiation nearly took the Best Post of the Week, Anywhere(TM) award this week for good reason. Read and see why.
Steve Pavlina has a very interesting take on the role that motivation plays in determining success or failure in achieving a goal. Plus, he provides a mental picture of Socrates dunking a young man's head in the water and nearly drowning him after the young man asked him how to acquire wisdom.
The carnival for entrepreneurs is being hosted by David Daniels at Global Market Development this week.
The best post of the week, anywhere, is MarkTAW.com's post on the topic of what it takes to make a new business successful. It's a long post, but well worth reading (at least twice!) if you're even thinking about starting up your own enterprise.
This week's Carnival of Investing is being hosted by Jeffrey Strain of Personal Finance Advice.
Dan Melson of Searchlight Crusade makes some really good points about money - it really is all about what it can do!
Daily Dose of Optimism is watching the commodity prices for zinc and has pinpointed the price at which they'll go through all their pennies (minted since 1982) for the sake of melting them down! Of course, pennies minted before 1982 (made from copper) are already at that point!
The 38th edition of the personal finance carnival is hosted this week at the Canadian Capitalist. Is that an oxymoron?
Keeping with the Great White North theme, the Big Cajun Man of Canadian Financial Stuff reviews a series of posts by asking (and answering) a good question for anywhere - which is better: paying off debt or saving and investing for retirement?
The Real Returns shows how taxes and inflation eat away at the returns earned in stock market investments.
No Credit Needed is putting their money where their mouth is - they're only spending a pre-determined amount of cash this month and they're tracking their progress in this post. The photo showing exactly what bills they've used is priceless!
This week, the Festival of Frugality is Simply Thrifty!
Did you ever wonder what to do with all those books and other stuff that you've bought over the years that you'll never read or use again? Fearless Money shows off his strategy for using Amazon.com's marketplace to make money from items cluttering up his home.
Not straying far from the Amazon empire, Jeffrey of Personal Finance (not to be confused with Jeffrey Strain of Personal Finance Advice) is taking advantage of Amazon's Price Watch tool, which gives its users the opportunity to be sure that they receive the lowest price on items they purchase (within a 30 day window.)
The blog carnival dedicated to reducing individual debt burdens (now in its 25th edition) is being hosted this week by Jim at the Blueprint for Financial Prosperity.
Harrison Loke of the Finandom Blog, aka "The Journey to Financial Freedom", provides a listing of the Top 10 reasons people wind up in debt.
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.