Internet Explorer (commonly abbreviated to IE or MSIE), is a web browser developed by Microsoft and included as part of the Microsoft Windows line of operating systems.
38
votes
15answers
80k views
6
votes
5answers
4k views
Identify “non-secure” content IE warns about
As many know, if you serve a page over https and the content loads resources (images, stylesheets, js, SWF objects, etc) over http, older versions of Internet Explorer will show the user a warning ...
8
votes
2answers
2k views
How to serve static content without https in a secure site?
I want to serve static content from my site but my site is https-only. My static http server only serve http content (non https) but many IE users are complaining about being unable to log into.
What ...
6
votes
9answers
4k views
Why do different browsers return different search results at Google and how can I prevent it?
I am running some websites and am constantly checking keywords' rankings on google.com. And it is really important for us to see the organic search result without logging in or setting a specific ...
9
votes
6answers
2k views
What's the best way to show a message for only IE 6 and IE 7?
What's the best way to show a text message for only IE 6 and IE 7 ?
Should I add a html tag to my webpages and normally hide it with css for all browsers except the above mentioned ?
And when I use ...