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
Does your workplace have that one person whose personality is so toxic that you dread going to work? You know its something about them that transforms your office into a model of dysfunction, but can you put your finger on what it is that makes them so unpleasant to be around in a professional setting?
If it helps, here is Fast Company's listing of some of the more nasty personality traits that are commonly identified among the world's most toxic coworkers for their potential to unnecessarily create conflicts while on the job.
- Aggressiveness. It undermines safety and requires people to divert resources from productive work into defensive operations such as fight and flight.
- Narcissism. An excessive of self-focus interferes with the development of a positive and flexible culture of balanced negotiation and give-and take compromises.
- Lack of credibility. When people don’t do what they say they will do, they lack credibility and breed mistrust.
- Passivity. The opposite of the initiative and ownership needed for optimal performance.
- Disorganization. Operational requirements for focus, structure, and discipline will not be met when people exhibit a lack of personal organization.
- Resistance to change. Since the world is always changing and requires continuous adaptation, rigidity and resistance to change guarantee eventual obsolescence and failure.
The Fast Company article goes on to discuss how to prevent the bad behaviors from taking root in the office, but unfortunately, doesn't address what to do when these behaviors have become established, and worse, if they are ever reinforced.
Online jobs intermediator Monster gets into the psychology of what motivates the behavior among toxic employees.
In his 25 years as a senior administrative law judge for the state of California, Jim Tamm dealt exclusively with employment disputes. Now a senior consultant with Business Consultants Network and author of Radical Collaboration: Five Essential Skills to Overcome Defensiveness and Build Successful Relationships, Tamm says the bully is fearful about his own significance, competence, likeability or helplessness.
"They don't want to feel that way, so they behave in ways to let them avoid those feelings," says Tamm. "For example, a way of avoiding your own feelings of incompetence or insignificance is to become very critical of others, flood others with information to prove you are right, or jump to conclusions and personalize everything, hold a grudge, get hostile, think obsessively or any number of other inappropriate behaviors."
So what can be done with such toxic people and their inappropriate behaviors?
If you're their manager, the Monster article cites the advice of psychologist Janet Scarborough.
"The manager needs to find a way to motivate the bully to be different," says Scarborough. "There are two possibilities for how to do this -- either offer a reward of something valued by the bullying employee or create a negative consequence for the bully if he/she continues to be abusive. The manager just has to find out what would motivate the bully to change his or her ways, and since everyone is motivated by something, there is always a way."
Managing the bad behavior of toxic employees then comes down to incentives and consequences. The carrot and the stick. To be successful in modifying the bad behavior that's negatively impacting the workplace, both require consistency and credibility on the part of the manager, because if either of these is lacking, the bad behavior will only grow worse, where the lack of consistency and credibility of these countermeasures will let "the bully's boundaries and ego expand, and they impact more people than just the initial targets."
It is therefore in everyone's best interest to ensure that the bad behavior of the toxic employee at the workplace is arrested before it reaches that state.
Labels: management
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.