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 Friday, April 3, 2009 edition of On the Moneyed Midways, where we've found the absolute best business and money-related blogging that appeared in the past week's business and money-related blog carnivals!
In this week's edition, the posts we've featured can help save you money by paying down your debt or provide for your retirement by not paying down debt, help react to your employer's plans for its telecommuting workforce, consider why you should begin blogging if you're a business professional, reflect on all the things we can't provide our kids and provide the one single question you really need to answer before you go into business for yourself.
The best posts we found for the week that was await you below!...
On the Moneyed Midways for April 3, 2009 | |||
---|---|---|---|
Carnival | Post | Blog | Comments |
Carnival of Debt Reduction | Debt Reduction vs Retirement Savings | Five Cent Nickel | Nickel responds to a reader's e-mail by arguing that it's a mistake to stop investing in retirement accounts when you're trying to pay off debt. |
Carnival of HR | Telecommuting: Diminishing Due to Job Cuts? | HR Observations | Michael D. Haberman examines the pros and cons of telecommuting in the current economic climate. Absolutely essential reading! |
Carnival of Personal Finance | Money May Satisfy But Does Not Bring Happiness | Tough Money Love | Mr. ToughMoneyLove looks to apply the findings of recent psychological studies into the relationship between money and happiness in real life! |
Carnival of Personal Finance | How to Avoid Pre-Payment Penalties | Ultimate Money Blog | Mrs. Money's method for avoiding the financial whackage of penalties from paying off a loan or lease early won't eliminate them, but it may incredibly minimize them! |
Carnival of Real Estate | Why Real Estate Blogging Rocks & Why I Would Never Be Able to Make an Elevator Pitch | Miami City Diggs | Last week, we featured a post by a real estate blogger explaining why and when he would stop blogging. This week, Jamey Prezzi provides the counterpoint for explaining why a real estate professional would want to start blogging! |
Carnival of the Capitalists | The ONE Reason to Start a Business | AndySwan | Andy Swan explains the one, single reason to start a new business in The Best Post of the Week, Anywhere!. (Hint: It's not because you identified an opportunity or because you want to be your own boss!...) |
Festival of Frugality | My Daughter Won't Remember We Were Broke | DomesticCents | Nicki and her husband don't have much, and can't even begin to afford to give her daughter all things she'd like to be able to give her. A very close contender for being The Best Post of the Week, Anywhere! that's instead 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.