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 Saturday, July 5, 2008 edition of On the Moneyed Midways! Each week, we find the best posts from the best of the past week's business and money-related blog carnivals and link them all in one place for your weekend edutainment!
It's a major holiday weekend here in the U.S. and we're anxious to get back to all the festive activities! What do you say we just get right to our weekly wrap-up of the best posts of the past week?
No objections? In that case, just keep scrolling down!...
On the Moneyed Midways for July 5, 2008 | |||
---|---|---|---|
Carnival | Post | Blog | Comments |
Carnival of Careers | Why Everyone Should Experience a Sales Job | The Butler Project | Absolutely essential reading! Mark has been interviewing millionaires over the past few months and finds a surprising similarity in their backgrounds. |
Carnival of Debt Reduction | And When I Am Bad, I Am Very, Very Bad | The Pennywise Librarians | K tries to follow strict financial discipline most of the time, but sometimes can't resist the urge to splurge. |
Carnival of Personal Finance | The Surprising Costs of DIY | SavingAdvice | Cortni Marrazzo finds the sources of hidden costs for those do-it-yourself projects around the house! |
Carnival of Real Estate | Laura Richardson, Julia Boseman, and Shirley Huntley - Representatives of Financial Irresponsibility? | The Baglady | Two members of the U.S. House of Representatives and one New York state senator. Three individuals with phenomenally bad judgment regarding handling their own finances and all with influence over legislation affecting how financial institutions are regulated. How bad could that be? |
Cavalcade of Risk | How Too Many Legal Contracts Are Costing Business | Trust Matters | Charles H. Green observes fine print creeping into transactions at every level and considers the costs that these mini-contracts are imposing on society. The Best Post of the Week, Anywhere! |
Festival of Frugality | Save Money, Get a Divorce! | Blueprint for Financial Prosperity | Jim delivers a tongue-in-cheek view of the things that government does that promote divorce. Absolutely essential reading! |
Festival of Stocks | How Low Can Gannett Go? | MagicDiligence | What's wrong with newspapers today? Steve lays out the case against investing in Gannett (GCI), but we'll observe that the same logic applies to the New York Times (NYT), McClatchy (MNI), and Journal Register (JRC) to name just three more troubled news media companies. |
Money Hacks Carnival | Four Things Working at Starbucks Taught Me | Money Under 30 | David Weliver learned a lot more than how to sling lattes and bag beans in his time at Starbucks - his short list underscores Mark's point about why everyone should learn sales in this week's contribution for the Carnival of Careers! |
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.