Internet Explorer Detection
This is something crucial for me, as a front end guy, designing web pages and javascript based on normal browsers (those other than Internet Explorer). When it comes to IE, I have to make sure that I have to change the JavaScript and Design altogether, as IE is another kind of species, which do not follow anything normal and have things for granted and does whatever it likes.
It has its own proprietary attributes, elements, functions, which are not standard and doesn't work across all other browsers. But other browsers are generous enough to understand that this site is done primarily keeping IE in mind and render as how IE renders.
For Eg., the element <MARQUEE> is a propreitary one of Microsoft and it has been adopted in Google Chrome, thanks to Google Developers! Some serious stuffs have been ignored, such as filter CSS attribute, which is purely proprietary to IE only! It does almost all the functions, which CSS 3 does, but it is not supported in any other browsers. But, those things, which CSS 3 can do, are supported across all the browsers but not IE!!!
It has its own proprietary attributes, elements, functions, which are not standard and doesn't work across all other browsers. But other browsers are generous enough to understand that this site is done primarily keeping IE in mind and render as how IE renders.
For Eg., the element <MARQUEE> is a propreitary one of Microsoft and it has been adopted in Google Chrome, thanks to Google Developers! Some serious stuffs have been ignored, such as filter CSS attribute, which is purely proprietary to IE only! It does almost all the functions, which CSS 3 does, but it is not supported in any other browsers. But, those things, which CSS 3 can do, are supported across all the browsers but not IE!!!
0