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 our regularly scheduled Friday, February 5, 2010 edition of On the Moneyed Midways, were we present the best posts contributed to the best of the past week's money or business-related blog carnivals for your weekend reading pleasure!
How many days do you spend each month working in order to put a roof over your head? Or to eat? Or to entertain yourself? Or to get to and from work?
The answers to those questions are rather ingeniously visualized in The Best Post of the Week, Anywhere! That post, and the rest of the best posts of the week that was, are now ready for your review....
On the Moneyed Midways for February 5, 2010 | |||
---|---|---|---|
Carnival | Post | Blog | Comments |
Carnival of Debt Reduction | Visualizing How the Things You Own, End Up Owning You | Steadfast Finances | The Best Post of the Week, Anywhere! Matt uses a calendar to visualize where all his income went during the course of a month after graduating school and describes how he fixed what was clearly not a sustainable situation with his debt load. |
Carnival of HR | Comic Book Leadership | Upstart HR | Ben Eubanks isn't afraid to admit he likes comic books, nor is he afraid to discuss what might be learned about effective leadership from the people in the business of making comic books. |
Carnival of Personal Finance | Unemployed? Are You Rocking or Are You Rolling? | Personal Finance by the Book | Joe Plemon argues that the time you're out of work is not the time to put your life on hold. Absolutely essential reading! |
Carnival of Taxes | Whistleblower Dilemma? Would You Do 3 Years in Prison for $20 Million? | Darwin's Finance | Darwin tells the story of Bradley Birkenfeld, a banker at UBS, who disclosed to U.S. authorities how people were evading taxes through Swiss banks. The Swiss arrested, tried, and jailed him for violating the country's strict banking secrecy laws, but when he emerges, he stands to gain $20 million from the U.S.' program for rewarding whistleblowers. |
Festival of Frugality | How to Afford Switching to Cloth Bags | Conscious Shopper | Erin lists a number of low-cost options for saying no to paper and plastic and yes to cloth bags! Our favorite: Make your own bags out of thrifted sheets or pillowcases (for us, just like Halloween from days long ago!...) |
Money Hacks Carnival | Can You Build a Credit History Without Getting a Credit Card? | Suburban Dollar | Kyle identifies three ways you can build up your credit score without signing up for a credit card: student loans, co-signing a loan (or getting a co-signer for your loan), and borrowing money from yourself, which is more involved than you might think! |
Carnival of Money Stories | Should You Borrow Money to Fund a Retirement Account? | Cash Money Life | Patrick tells of his experience in loaning money through P2P lender Prosper to a software engineer who wanted to fully fund his Self-Employment Plan IRA. Absolutely essential reading! |
Presented in reverse chronological order....
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.