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 October 12, 2007 edition of On the Moneyed Midways, the blogosphere's only collection of the top posts from the best of this past week's business or money-related blog carnivals!
We're absolutely enchanted by a post about doing business in Thailand - and it doesn't help that the post is from an individual whose site is set up to trade artwork produced there! Beyond that, you'll find posts that take you inside your medicine cabinet, brings a doctor to your home, changes your oil and that take on the Rich Dad in this week's edition, not to mention the rest of the best posts of the week that was!
On the Moneyed Midways for October 12, 2007 | |||
---|---|---|---|
Carnival | Post | Blog | Comments |
Blogging About ERISA | 1875: First Private Pension Plan in the US | For the First Time (or the Last Time) | Michael N. Marcus recaps the history that led to the first private sector pension in the U.S. on his really neat blog, which is dedicated to changes that mark the first or last time something occurred that we might now either take for granted or have long since forgotten. |
Carnival of Debt Reduction | Can You Go One Day Without Spending a Dime? | My Two Dollars | Even though you might think you're not spending money, David reveals that you're spending your hard earned dollars continuously! |
Carnival of Personal Finance | The 3,000 Mile Oil Change Myth | Money Blue Book | Do you really need to change your oil every 3,000 miles? Raymond finds that modern engines are well equipped to go much further between oil changes. |
Carnival of Real Estate | The National Association of Realtors' Wacky Predictions | Money Blue Book | Raymond records the predictions made by the NAR's previous lead economist that were, shall we say, rather wide of the mark. And the target. And the broadside of a barn. And the ballpark…. |
Carnival of the Capitalists | Why the Rich Get Richer: An Entirely Different Perspective | The Digerati Life | What is it about the rich that makes them so envious? The Silicon Valley Blogger shows how envy, while often fueling so-called class conflict, can also be a positive force if channeled to productive ends. Absolutely essential reading! |
Cavalcade of Risk | Physician House Calls | Healthcare Economist | What if your personal doctor was on call 24/7 and made up to two house calls a year for a relatively low annual fee? Jason Shafrin describes the entrepreneurial practice of Dr. Jay Parkinson in Absolutely essential reading! |
Festival of Frugality | Under the Weather and Over the Counter | Bargain Quest | Alison has been reading the labels of many over-the-counter medications and discovers that they're just about all some combination of just five different ingredients! Knowledge that might be used to switch to less expensive generic medications. |
Festival of Stocks | Is Rich Dad the Great Black Swan Hunter | The Dough Roller | The Dough Roller takes on Rich Dad, Poor Dad author Robert Kiyosaki, who scoffs at the lessons of Nassim Nicholas Taleb's Black Swan. |
Festival of Stocks | Dividend Stock Wednesday: Canadian National Railway (CACNR) | The Dividend Guy | The Dividend Guy runs through a fundamental analysis of the great Canadian railroad company - should you consider adding it to your portfolio? |
Odysseus Medal (Real Estate) | Financial Models for Underachievers: Two Years of the Real Numbers of a Startup | How to Change the World | Glenn Kelman guest blogs at Guy Kawasaki's blog on his experience in planning his new company's budget versus what they actually spent. |
Small Business Issues | Owning a Business in Thailand (Part One) | art Thailand | Adam Bryan-Brown illustrates the attractions, obstacles and lessons in establishing a business in a foreign country. The Best Post of the Week, Anywhere! |
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.