Wrong. Not if you're fired for "faute grave" (which is the case here, and is roughly equivalent to "gross misconduct"). Then you're not entitled to anything. At all.
Plus, he's probably "blacklisted" in quite a few big companies, by now.
*sigh* in spite of what most americans seem to think, France is _not_ a communist country. Not even socialist (though we do have a tad more social protection than you have in the US).
And pardon my English, for I'm a frog.
I must say I'm quite baffled by the amazing number of Slashdot readers who are still unaware that Opera is now freeware - I thought it was known by most in the IT crowd by now..
and I'm a Firefox addict (version 3.0b3pre is really stunning, btw)
It's a pain having to tune websites according to different browsers, I admit it. However, I don't know if you know about them but there's a (kinda) good workaround in this case, and they're provided by microsoft : Conditional comments for Internet Explorer.
Wrong. Not if you're fired for "faute grave" (which is the case here, and is roughly equivalent to "gross misconduct"). Then you're not entitled to anything. At all. Plus, he's probably "blacklisted" in quite a few big companies, by now. *sigh* in spite of what most americans seem to think, France is _not_ a communist country. Not even socialist (though we do have a tad more social protection than you have in the US). And pardon my English, for I'm a frog.
I must say I'm quite baffled by the amazing number of Slashdot readers who are still unaware that Opera is now freeware - I thought it was known by most in the IT crowd by now.. and I'm a Firefox addict (version 3.0b3pre is really stunning, btw)
It's a pain having to tune websites according to different browsers, I admit it.
/> />
However, I don't know if you know about them but there's a (kinda) good workaround in this case, and they're provided by microsoft : Conditional comments for Internet Explorer.
you can ask about ie's version easily :
<!--[if gte IE 5]>
IE 5.0 - 6.x
<!--[if IE 5]>
IE 5.0
<!--[if lt IE 6]>
IE 5.0 - 5.5
and so on...
It is still a pain, but it sure helps a lot. I usually use it to include a special css file for explorer :
<link href="style.css" rel="stylesheet" type="text/css"
<!--[if IE]>
<link href="ie.css" rel="stylesheet" type="text/css"
<![endif]-->
oh wait, I should be bashing IE... well not for tonight I guess.