Every company faces the problem of people leaving the company for better pay or profile.
The answer lies in one of the largest studies undertaken by the Gallup Organization. The study surveyed over a million employees and 80,000 managers and was published in a book called “First Break All the Rules”. It came up with this [...]
Archive for March, 2007
WHY EMPLOYEES LEAVE ORGANISATIONS
Posted in Society on March 23, 2007 | 1 Comment »
Fake AJAX
Posted in Technology on March 1, 2007 | Leave a Comment »
If you are not comfortable with
AJAX, here is an alternative. The idea is you use
IE inter page transitions. Put these tags in the head of your html document.
<META http-equiv=”Page-Enter” content=”blendTrans(Duration=0.2)”>
<META http-equiv=”Page-Exit” content=”blendTrans(Duration=0.2)”>
Essentially what IE does is capture an image of the page before, and then
Renders the new page in memory first to create a second [...]