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 10, 2009 edition of On the Moneyed Midways, where each week, you can catch up with the best posts we found in the past week's business and money-related blog carnivals!
Can you really ever recover from the financial impact of attending college? How exactly does debt settlement work? What can you do to find out if that investement advisor you're considering hiring hasn't already pulled a Bernie Madoff? Did Al Capone really live *that* modestly? And why does Costco put so many high-dollar item goods between the entrance and where the food is?
The answer to these questions, and more, await you below!...
On the Moneyed Midways for July 10, 2009 | |||
---|---|---|---|
Carnival | Post | Blog | Comments |
Carnival of Debt Reduction | How Debt Settlement Works | Bargaineering | You've seen an endless number of commercials for it on TV, and heard even more on the radio, but how does debt settlement work? Jim Wang runs through the basics! |
Carnival of HR | Business Agility | HR Bartender | "When customers have money to spend, they're in the driver's seat. If you want to keep them as a customer, you need to be agile…." - Sharlyn Lauby, in The Best Post of the Week, Anywhere! |
Carnival of Personal Finance | How to Do a Background Check on Your Financial Advisor | Good Financial Cents | Jeff Rose provides an illustrated "how to" for doing your own detective work when checking out who you might hire to manage your money. |
Carnival of Real Estate | Famous American Homes of an Era Bygone | Zillow Blog | Sarah Greenleaf provides a tour of the homes of some of America's wealthiest historical figures, including William Randolph Hearst and Al Capone! |
Festival of Frugality | How Costco Primes Us to Spend More Money…. | The Greenest Dollar | Heather explains that how Costco is physically organized "conditions" its customers to do a lot of spending. Absolutely essential reading! |
Festival of Stocks | How Warren Buffet Gets Better Deals Than You (And How You Can Do It Too) | eMoneyLog | You might think a post about Warren Buffet from the Festival of Stocks would have to do with his rather famous ability as an investor. Instead, eMoneyLog focuses on his ability as a solid businessman. |
Money Hacks Carnival | In the Long Run, College Will End Up Hurting Your Savings | Lucrative Investing | What would happen if you had two friends, both having saved for college, but one who went and the other who put their savings in the stock market instead? Jennifer McClelland answers the question in Absolutely essential reading! |
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.