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
As a manager, one of the keys to developing a successful team is to give credit where credit is due. It's one of the fundamental steps that you need to take in building loyalty and trust with your employees. The atmosphere of respect that results can even become a competitive advantage, as this environment may be a key component to your being able to get things done with your staff in less than ideal circumstances, whether it be meeting tight deadlines, hitting challenging cost or sales targets, or just maintaining a pleasant work environment under enormous pressure.
As an employee, it is just as important to give credit where that credit is due. Here, it's not so much a matter of meeting a goal, as it is one of gaining the respect of both your management and your peers. Last week's edition of The Apprentice saw the near absolute dissolution of the trust between manager and employee when Apprentici Tana took over Magna team project manager Kendra's presentation to Pontiac's executives in presenting the team's brochure for the new Pontiac Solstice that was the focus of this week's project.
In doing so, Tana gave the false impression that she contributed far more to the design of the team's promotional brochure for the car than she actually had. In reality, the brochure's design, from concept through completion, was the nearly single-handed result of Kendra's creativity and hard work, which required her to pull an all-nighter to ensure the brochure was complete before the project's deadline.
The event provided one of the more compelling moments in the history of "reality" television, at least as far as The Apprentice goes, as we could see Kendra's pained reaction as it happened. You know the expression I mean - the hurt and anger that only comes from that sharp, stabbing pain in your back as someone slips a knife into it. Suzanne Condie Lambert describes the situation in her weekly Apprentice recap:
Kendra's internal rage only increases when the fully rested Tana hijacks the presentation. She is cheery, articulate and evil incarnate. Just like Kelly Ripa.
Sadly, this conduct falls under the category of managing difficult people, which I covered for last week's episode. I really can't add anything more, beyond the importance of building trust in the workplace. Frankly, I'm curious to see how Kendra handles the aftermath in the next episode.
In the meantime though, Patrick Ruffini has suggested that Donald Trump might make an admirable appointee to be the next U.S. Ambassador to the United Nations. Such a move seems logical to me, as it would put the author of The Art of the Deal together with the architects of all sorts of artful deals. This is a man, after all, who recently sailed through bankruptcy court for his casino properties and was personally unaffected, financially speaking. This also is a man for whom a cruise line was willing to skirt a major storm for the sake of satisfying.
My humble opinion: he'd eat them alive.
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.