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 our regular Friday, November 27, 2009 edition of On the Moneyed Midways! After last week's posting mishap, we're back on track with the best posts we found in the best of the past week's business and money-related blog carnivals!
This past week was, by far, the best week for posts that we've seen in a very long time. Just about every post qualifies as being Absolutely essential reading! so the criteria for that award came down to the posts that would be very strong contenders for being The Best Post of the Week, Anywhere! in any other week.
As it happens though, this was not any other week. The post winning the title of being The Best Post of the Week, Anywhere! combines the business of fast, fresh food with the cult-like passion for it, and if you're wondering what you'd like to eat after Thanksgiving, it will answer that question for you!
Just scroll down and see for yourself....
On the Moneyed Midways for November 27, 2009 | |||
---|---|---|---|
Carnival | Post | Blog | Comments |
Carnival of Debt Reduction | Slow and Steady Wins the Race | Get Rich Slowly | J.D. Roth continues his series on what works for getting out of the red and into the black, finding inspiration in both Aesop's fable and last season's Biggest Loser. |
Carnival of HR | How Does HR Add to Profits? | Profitability Through Human Capital | Cathy Missildine-Martin answers the question that has perplexed executives since corporations were first invented and needed to hire people to hire people! |
Carnival of Personal Finance | How Do You Plan to Manage Your Million Dollars? | Bible Money Matters | What if you won the lottery? What if you finally reached your lifetime savings goal? Would you know what to do with the money once you had it? Jason Price takes lessons from The Millionaire Next Door and How to Debt Proof Your Marriage. |
Carnival of Real Estate | Home Mortgage Interest Deductions To Be Reduced | San Diego Real Estate Market | Bob Schwartz looks at what the Obama administration is planning for raising tax revenues by progressively doing away with the mortgage interest tax deduction. |
Festival of Frugality | Opportunity to Pay Zero Federal Income Tax in 2010 | My Wealth Builder | We admit we were hooked by the tiltle of the Super Saver's post. Here, the early-retiree describes how he will manage his income and take advantage of three tax credits to avoid any exposure to federal income taxes next year. If you were looking for lessons on how to "go Galt," this is perhaps a good place to begin.... |
Festival of Stocks | Quick Take: Time Warner Inc (TWX) | MagicDiligence.com | Steve looks at how media titan Time Warner (TWX) is transforming its business after spinning off Time Warner Cable (TWC) earlier in the year, arguing that its current stock price and earnings prospects makes it "a solid MFI buy". |
Money Hacks Carnival | Sccusesufl Peosrnal Finnace Deos Not Riqueire Perftceion. | Dough Roller | The Dough Roller delivers Absolutely essential reading! in finding that perfection isn't needed to be successful in personal finance and investing. Or as the Dough Roller might put it, in "presoanl finncae and ivnsetnig." |
Carnival of Money Stories | Reasons Why I Love In-n-Out Burger: It's No Secret | Good Financial Cents | In-n-Out Burger is a fast-food franchise available in just four states (CA, NV, AZ and UT). If you live anywhere else in the world, Jeff Rose's post will make you wish you had one near you just so you can order off the secret menu! The Best Post of the Week, Anywhere! |
Best of Money | The X-Men Guide to Unlocking Your Financial Mutant Powers | Man vs Debt | Adam Baker explains how Wolverine is the "Dave Ramsey" of the X-Men world in dividing the X-men universe between its personal finance heroes and villains. |
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.