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, October 16, 2009 edition of On the Moneyed Midways! We are your weekly source of the best there is to be found among the Social Media 1.0 phenomenon that is the past week's business and money-related blog carnivals
This was very much one of those weeks where there wasn't much going on in the world of blog carnivals, as we're falling into the gap between for the biweekly, bimonthly and monthly blog carnival editions.
Still, what we found is still the very best of the best! Just scroll down for a shortened sample of the best of the week that was!...
On the Moneyed Midways for October 16, 2009 | |||
---|---|---|---|
Carnival | Post | Blog | Comments |
Carnival of Debt Reduction | Deprioritizing Our Debt Payoff | Modern Tightwad | a.b. (aka Mrs. Modern Tightwad) is deranking paying off debt as her family's top priority. Absolutely essential reading! |
Carnival of HR | Do You Snoop Online on Prospective Employees? | Human Resources Blog | Susan M. Heathfield posts her reaction to a recent trend among employers, where some are requesting job candidates to provide their passwords to social media sites such as Twitter and Facebook. The Best Post of the Week, Anywhere! |
Carnival of Real Estate | Estimating and Executing Rehab on a Single-Family Investment Property | Lifestyles Unlimited | With so many foreclosed properties now at prices low enough to entice real estate investors, what challenges might they face in getting a return on their investment? Shauwn Digman, an established house flipper, describes his process. |
Festival of Frugality | A Frugal Idea Backfires | M Is for Money | Miss M thought she'd save money by going back to her natural hair color, but forgot to take into account everything else that she would have to change (like makeup and wardrobe) because all her previous purchasing decisions in these areas were based in part on her old dye job! |
Festival of Stocks | Gold Hype? You're Being Taken for a Ride | Darwin's Finance | We see it hawked in countless television commercials on the cable networks and thanks to its latest runup in price, on CNBC. But is gold really a good investment? Darwin applies a dose of common sense to his analysis of why gold's glitter isn't really attractive. |
Money Hacks Carnival | How to Avoid Ebay Seller Scams | Stumble Forward | Shelly paid for a dress she found on eBay, but the seller took her money and disappeared, leaving Shelly both dressless and poorer. Chris Holdheide tells Shelly's story and describes what to do to protect yourself in similar circumstances. |
Carnival of Money Stories | Would You Rather Be Fat or In Debt? | Man vs. Debt | Baker weighs the things that cost more because he's overweight and vows to put the pounds behind him, launching a new blog "Man vs Fat" in the process! |
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.