Feeds:
Posts
Comments

Archive for March, 2007

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 [...]

Read Full Post »

Fake AJAX

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 [...]

Read Full Post »