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 this perfectly normal, regularly scheduled, Friday, November 21, 2008 edition of On the Moneyed Midways, the one place on the web where you can catch up with the best posts from the best of the past week's money and business related blog carnivals!
After two weeks in a row of posting late editions of OMM, we're celebrating our return to our "normal" schedule with some outstanding posts this week! Here's a quick sample of the best of the best:
These posts, and the rest of the best of the week that was, await you below!...
On the Moneyed Midways for November 21, 2008 | |||
---|---|---|---|
Carnival | Post | Blog | Comments |
Carnival of Debt Reduction | What a Balance Transfer Did to My Credit Score | Art of the Coupon | You know those deals where you can get a 0% interest rate for so many months if you switch your balance from one credit card to a new one? Did you know that doing that just once can shave almost 100 points off your credit score? Absolutely essential reading! |
Carnival of Personal Finance | Finding Your Lifestyle Break-Even Point | How to Make 7 Million in 7 Years | Adrian J. Cartwood explains the math for figuring out how much you need to save and invest to replace the income that supports your lifestyle in retirement. |
Carnival of Real Estate | Why Home Buyers and Home Sellers are Frozen on the Fence and What You Can Do About It? | Brand Candid | Ken Brand examines why real estate markets in even non-bubble markets are freezing up and advocates a strategy agents can use to generate confidence for their clients. |
Cavalcade of Risk | Combining Public and Private Health Insurance | Colorado Health Insurance Insider | Louise Norris argues that expanding Medicare to cover more Americans would be more efficient and make private health insurance premiums more affordable and claims that "health care is too important to leave it solely up to market forces." |
Festival of Frugality | How Regifting Can Help You Save Money | Ready to Be Rich | fitzvillafuerte is a gift recipient's worst nightmare and, quite possibly, evil. Here, he explains the rules for regifting the things you received but don't want to others, whom we'll call "victims"…. |
Festival of Stocks | CTC Media: Big Gain Potential, Equally Big Risks | MagicDiligence | Steve reviews CTC Media (CTCM) a Russian free-television broadcaster which he considers "an intriguing opportunity, but just carries too much risk to recommend as a Magic Diligence Top Buy." |
Money Hacks Carnival | Passive Residual Income Monthly Report | My Work at Home Mom Blog | In the month of October 2008, Maria raked in $2,654.18 as the result of her online writing - she shows how much and from where her income originates in The Best Post of the Week, Anywhere! |
Carnival of Money Stories | Who'd Have Thought Being Poor Was the Way to Go? | I Pick Up Pennies | Abby delivers contrarian wisdom in finding that being poor means that she and her significant other are pretty much recession-proof! 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.