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, July 24, 2009 edition of On the Moneyed Midways, where we've rounded up the best of the past week's business and money-related blog carnivals for your weekend entertainment!
This week's blog carnivals provided a study in contrast. On one side, we had this week's Carnival of Personal Finance, which was above and away one of the best constructed carnivals we've seen in a very long time. This week's host, Stephanie of Poorer Than You, really went the extra mile in assembling the carnival around the theme of the U.S. Presidents. Not an easy, or even a desirable thing to do, yet she made it work.
At the other extreme, this week's Carnival of Real Estate was a completely forgettable affair. Completely automated, the host barely managed to note that they were just throwing up the week's contributions in the order they were received. We reacted as we always do to that level of visible effort: we completely ignored the carnival except to offer this obsevation: If you're not going to make the effort to make the blog carnival you host worth reading, we're not going to review it. It's just not worth our time.
For the best posts we found in the best of the past week's business and money-related blog carnivals, just scroll down....
On the Moneyed Midways for July 24, 2009 | |||
---|---|---|---|
Carnival | Post | Blog | Comments |
Carnival of Debt Reduction | Debt: Invest in Yours | Don't Quit Your Day Job | Which is smarter: paying off your 5% interest debt with extra money or investing it to get a 7% return? PKAMP3 says that before you answer that question, you need to take taxes into account! |
Carnival of Personal Finance | Median vs Mean: Know the Difference or Risk Being Manipulated | Darwin's Finance | Darwin describes the three different ways of finding an "average" value and explains how politicians and other shady types use them to manipulate the truth. Absolutely essential reading! |
Carnival of HR | You Get What You Pay For | i4CP | Eric Davis challenges the HR notion that what employees value more than money is recognition programs. By far and away, The Best Post of the Week, Anywhere! |
Festival of Frugality | How to Clean a Dirty Oven | Miss Thrifty | Miss Thrifty describes how you can do away with those really caustic chemical oven cleaners and their cost! |
Festival of Frugality | Downsizing Appliances to Save Money | pocketmint | Karawynn inherited a large chest freezer with the purchase of a house and only recently unplugged it in favor of a smaller unit - the energy savings were pretty shocking! Absolutely essential reading! |
Festival of Stocks | Somebody Stop Me Before I Buy Again: Boeing Update | Bootstrap Investing | Boeing (BA) has a lot of problems right now, including the continuing slide of the first flight for its new 787 flagship to the right (that's internal Boeingese for "undesirable delay"!) Still, Bootstrap looks at the company's strategic position and argues that it's worth investing in. |
Money Hacks Carnival | Just Buy It Already! Fighting Indecision on Big Purchases | The Happy Rock | The Weakonomist guest posts an argument in favor of spending now on big ticket items that you know you need instead of waiting to try to score a perfect deal. |
Carnival of Money Stories | The Automatic Poorhouse | My Dollar Plan | Amanda Grossman guest posts about how she lives paycheck to paycheck. Not because she's poor, but because she's following David Bach's advice on how to become an Automatic Millionaire, whereby she automatically invests a very large portion of her paycheck. |
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.