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, April 18, 2008 edition of On the Moneyed Midways, where we've identified the best business and money-related blog posts from the best of the past week's blog carnivals dedicated to business and money-related issues.
After last week's edition, we were ready for trouble this week, but fortunately, all was quiet and no pseudo or parody haiku was to be found in any of the carnivals we've featured this week!
So let's get right to it then! The best posts of the week that was await you below....
On the Moneyed Midways for April 18, 2008 | |||
---|---|---|---|
Carnival | Post | Blog | Comments |
Carnival of Debt Reduction | An Illustration of Why Saving Money is Harder than Spending Money | Broke Grad Student | The Broke Grad Student employs highly sophisticated graphic artist skills to show with crystal clarity why building savings is harder than taking on debt! |
Carnival of HR | Watching China's Rise | Talent in China | Frank Mulligan looks at China's rampaging job market, where the country's export driven growth powers average annual salary growth of 16% and average job tenures of 18 months, which makes finding and keeping talent a difficult task. |
Carnival of Money Stories | Rogue Debt Collectors Illegally Freeze Debtors' Accounts | Your Finish Rich Plan | Horror stories of people cut off from their bank accounts as a result of aggressive, and as it turns out, illegal conduct of overly aggressive debt collection agents. Absolutely essential reading for outlining what income debt collectors cannot touch by law. |
Carnival of Personal Finance | Outsource to Your Kids Already! | My Family's Money | Steward suggests turning to the child labor market within your household to take on those mundane tasks when you'd rather be lazy, listing the benefits for both you and your children! |
Carnival of Real Estate | Your Money or Your Life | Larry's Take on the Cocoa Beach Florida Real Estate Market | Larry Walker reflects on the choices that buyers often make when selecting their next home and finds that they're often choosing between their money and their lives. The Best Post of the Week, Anywhere! |
Festival of Frugality | The Hour: How 60 Minutes a Week Can Save Hundreds of Dollars on Food | Cheap Healthy Good | Kris shows how just an hour a week of taking a quick inventory, scanning for deals, a little coupon clipping and making a plan can save a lot of money in household food costs. Absolutely essential reading, because when you think about it, what you save by taking an hour like this might be more than you would make in an hour at a "real" job. |
Festival of Frugality | How to Make 10 Ordinary Things Last Longer | The Digerati Life | We've been following the Silicon Valley Blogger's planned transition from a two income household to just one, so we have pretty good confidence that any and all of SVB's ten suggestions for stretching the life of various household products will work as advertised! |
Odysseus Medal | I Want to Be a Lister - The Listing Presentation - The Objections | BloodhoundBlog | The Black Pearl in a week without an official Odysseus Medal winner, Phoenix-area real estate institution Russell Shaw looks at the objections that buyers might have for listing their home with a realtor and offers agents a thorough list of questions to answer in crafting an effective listing presentation. |
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.