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
Today, two new carnivals join On the Moneyed Midways' weekly roundup of the best posts from the blogosphere's major money-related blog carnivals! Kay Bell of Don't Mess with Taxes hosts the inaugural edition of the Carnival of Taxes, while we've finally gotten around to adding the Carnival of Personal Development, which offers many posts that may benefit an individual's career path.
Gone however is the Carnival of Job Hunting, which appears to have died a quick death after just three editions (the last edition, which we covered last week, came during the Memorial Day holiday and only featured one post.) The related Carnival of Career Intensity, while gone this week, should be back as David Lorenzo only suffered server issues!
But enough about who's in and who's out this week! Below are the best posts of the week, as well as the post we've scientifically determined to be The Best Post of the Week, Anywhere!(TM)
On the Moneyed Midways: June 9, 2006 | |||
---|---|---|---|
Carnival | Contributor | Post | Comment |
Carnival of Business | The Top 5 Points a Venture Capitalist Wants to Hear | Matt Inglot | If you're looking to score some serious venture capital, Matt Inglot tells you just what today's angel investors are looking for when deciding what new businesses to back. |
Carnival of Business | Long Term Success or Survival? | Future Tech Web | Did you know that the vast majority of companies underperform the market? Daniel Scocco finds that an inability to deal with innovation, rather than poor business administration lies at the heart of the matter. The Best Post of the Week, Anywhere! |
Carnival of the Capitalists | The Easiest Way to Fool Smart People | Paul's Tips | Five words describe this post of how con artists prey on the desire of people to not be seen as not being smart: 'inverted blade-center upside matrix'! |
Carnival of the Capitalists | Is It Time for the End of the SBA? | The Entrepreneurial Mind | Professor Jeff Cornwall finds that the Small Business Administration has outlived its usefulness an an agency for encouraging entrepreneurship in the economy. |
Carnival of Debt Reduction | Food Fight | We're in Debt | The Queen of Debt shares her grocery shopping secrets for staying in budget, noting that keeping a budget is key to reducing debt. |
Carnival of Entrepreneurship | Innovation Brain Freeze | Business and Technology Re-Invention | David Daniels identifies that doing four things really well is much better than doing fifteen things mediocrely. And since Microsoft's Steve Ballmer is cited, be sure to also see this video clip! |
Carnival of Investing | Support and Resistance Levels | InvestorGeeks | Jason Coleman divines the future moves of a stock from reading its charts in a tutorial on technical analysis. |
Carnival of Marketing | Quick Marketing Tip: Duel | Okdork.com | Okdork reveals the secret of driving traffic to your product, service or website: start a rivalry! |
Carnival of Personal Finance | Home Depot Inc Shopping Experience | Fat Pitch Financials | Declining or poor customer service is often an early warning sign of trouble brewing at a company. George of Fat Pitch Financials has taken Home Depot off his watch list until they get serious about serving their customers. |
Carnival of Taxes | 30 May 3006 | The Picket Line | A tax resistor has decided to stop paying his self-employment tax, and has done the math to figure out how much it's going to cost him. Carnival host Kay Bell mentions potential jail time as another factor that may need to be taken into account, but perhaps that's not a concern in the year 3006.... |
Festival of Frugality | Getting Things Cheap | Christine Kane | Sometimes, as Christine Kane observes, getting things cheap costs a lot of money - especially when you might not have bought an item otherwise! |
Personal Development Carnival | Using Risk to Your Advantage | SuccessKey.net | The Success Coach weighs in on how you can use risk to discover new opportunities in life. |
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.