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
Well, we spoke too soon last week when we pronounced the Festival of Job Hunting to be dead. It's back this week, but it seems to be on life support as it only has five posts, and two of them are duplications!
Now, we could go on about zombie carnivals, and honestly, we like them much better than haiku-oriented blog carnivals, but that would be keeping you from reading the best business, money and personal finance posts, as well as The Best Post of the Week, Anywhere!(TM) Just scroll down for this week's edition of On the Moneyed Midways!
On the Moneyed Midways: June 9, 2006 | |||
---|---|---|---|
Carnival | Contributor | Post | Comment |
Carnival of Business | The Ultimate in Branding | It's Just Money | lamoneyguy provides examples of the top brands, whose product and company names have become synomynous for entire classes of products. |
Carnival of Business | Reverse Insurance Part 1: What It Is | The Radical Libertarian | What if you never had to pay any insurance premiums until after you've had a loss? Aaron Kinney describes the differences between traditional and reverse insurance. |
Carnival of the Capitalists | The Best Place for a Kids' Lemonade Stand Is… | The Scratching Post | KT Cat shares a lesson that the participants in Donald Trump's The Apprentice could have used in the first edition of the show! |
Carnival of Career Intensity | RadicalHop.com | RadicalHop.com | This week, host David Lorenzo commends the blogs of contributors rather than an individual post. Of the five selected, the recent posts found at RadicalHop.com by Peter Kua best exemplifies what Career Intensity is all about! |
Carnival of Debt Reduction | Day 44: Pinch and Pay | We're in Debt | The King of Debt shows how consolidating his family's cable and telephone services has reduced their monthly expenses and freed up additional cash for paying down their debt. |
Carnival of Entrepreneurship | Simplified Marketing Plans for the Real World | Small Biz Survival | If you're going to sell your products, you need a marketing plan. Becky McCray shows how to keep it simple. A great post! |
Carnival of Investing | Sun Tzu and the Art of Using Neural Nets | D'igital Breakfast | Thomas is surprised that his market model for predicting the closing value for the S&P 500 is performing so well. Not to mention excited and skeptical. Plus, for all you number crunchers out there, he's posted his model spreadsheet and instructions! |
Carnival of Marketing | Forget Benefits, And You Will Sell More | Michel Fortin | A great lesson in copywriting from one of the world's best copywriters. The Best Post of the Week, Anywhere! |
Carnival of Personal Finance | Can You Make Money from Jim Cramer's Picks? | Seeking Alpha | Nick Mulcahy highlights research that says "yes", and notes that it may be done in a way that viewers of Mad Money might have had in mind. |
Festival of Frugality | MyPoints | A Penny Saved… | Thatedeguy is willing to receive spam in exchange for rewards, and finds a site that delivers! |
Festival of Job Hunting | Job Interview: What Not to Say | chrisQuimby.com | Chris Quimby provides all the answers we wish we could when interviewing for a new job! |
Personal Development Carnival | Developing a Stronger Mind | Emmanuel Oluwatosin: Inspiring Excellence, Realising Ambitions | Emmanuel Oluwatosin says you need to hire yourself as your '”mental manager” and suggests six jobs you need to assign yourself straight off! |
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.