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, August 24, 2007 edition of On the Moneyed Midways, the web's only collection of the best posts from this past week's editions the world of business and money-related blog carnivals!
We spent some time last week wondering of the Carnival of Real Estate had committed hari kiri, but it turns out it was only resting. It's back this week and actually contributed two posts to what was a very slow week for the world of money-related blog carnivals! And we've also featured a post from the Odysseus Medal, which is being developed as a strong, on-topic alternative to the CoRE.
Slow is the right word for the past week, as perhaps the heat of late summer perhaps created a situation where a lot of blog carnivals were on pure autopilot. A good example of this occurred with one of our regular favorites, the Festival of Stocks, where this post pretty much proves that the Fully Stocked blog's Maria Palma didn't even bother to read the posts contributed (Gotta love editors who don't edit. We think Maria has a real future in legacy media, perhaps even at the New Republic!)
Even Brian C. Fleming does a better job (and to be honest, he has much improved his Personal Development Carnival by at least screening out the off-topic and occasionally picking out what he believes to be the top posts.)
We still stand by our assertion that any blog hosting a carnival with the word "Lowdown" in its title is one to be avoided.
And now to business! The best posts of the week that was await you below....
On the Moneyed Midways for August 24, 2007 | |||
---|---|---|---|
Carnival | Post | Blog | Comments |
Bootstrapping Entrepreneurs | Going to the Top Too Fast | Reflections of a BizDrivenLife | Wilson Ng wonders if climbing up the corporate ladder quickly is really such a good idea. |
Carnival of Real Estate | How to Generate leads from Your Real Estate Blog: We Have Proof | RSS Pieces | We liked this post since it can apply to a lot more than just real estate. If you're looking to generate business from blogging, the REBlogGirl offers some good advice. |
Carnival of Real Estate | Beyond Home Buying: How Building and Renovating Can Be the Biggest Investments of Your Life | Digerati Life | The most fun post of the week! If you ever wanted to see what your home might look like if it were remodeled to resemble the starship Enterprise, the Silicon Valley Blogger shows you (plus nine things to consider when remodeling!) |
Carnival of Small Business Issues | Let's Talk About Hard Work, Shall We? | Create a Thriving Business | Jenn Givler rants about what's wrong with those Internet marketing gurus who only work two hours a day and finds that there isn't a substitute for putting in hard work. |
Carnival of the Capitalists | Carnival of the Capitalists 8-20-2007 | Revenue River | We don't often point to a Carnival itself as being Absolutely essential reading, and much of this week's CotC is no different, except for host Scott Allen's invaluable contribution at the end of the post in launching the Hall of Shame for spam bloggers! |
Carnival of the Capitalists | Mattel and Countrywide Show the Good, Bad and ugly of Crisis Communications | Scatterbox | Steven Silvers compares the response of both toymaker Mattel and home mortgage lender Countrywide in responding to huge crises in each of their industries. The Best Post of the Week, Anywhere! |
Odysseus Medal (Real Estate) | Does the Real Estate Industry Need Realtors? | Bloodhoundblog | Michael Cook asks the question that no Realtor really wants to hear and argues that if Realtors want to be relevant in the future, they need to do something very different from what they're doing today. |
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.