I have a website that I created, and I plan to redo it. The current version of the site used the jquery callout plugin, which did not fully work in IE6. It made me think about finding a browser.
At first, I was just going to place supported browsers on the home page, but today on Digg I saw a message about some jQuery and wordpress plugins, and the plugin for detecting IE appeared in the article.
So, I began to inspect some browser detection plugins. I found several of them, but they are where on top, like this one
sevenup
Its nice, but it creates a huge pop-up window and reports that it is being updated. This is better than the other that I found where they basically forced the user to update, or they could not continue to work on the site.
So I found this
jquery plugin
This is pretty nice, as he looks at the main browsers and discovers that they also expect chrome, which I noticed triggers and an outdated browser with this plugin.
So, I started looking at the jquery documentation to find out if they had browser detection for chrome when I saw that they were “out of date” and now recommend “Support”.
So now I'm just confused how “Support” seems to be good, and I read a lot of posts on this site, saying that you should use them.
But then it does not support such things as .png detection, which could be useful for me from that plugin (however, I probably will not use the plugin anymore, since I think that the author simply abandoned it).
Plus, I don’t know if this is what I am looking for at this time. As I assume, with the help of "Support" you use it to detect something that is not supported, and then do something alternative for this browser?
For me, I am looking more for something to say to the user: "Hey look, I tested this browser in these versions of Firefox (3.5+), IE (8+), Opera (9.5 +), Chrome (something) Safari (something). If you don’t use these versions, you may not see the site how it was intended. "
Of course, I will try to make something shorter than this post, but this is gyst. I also assume that the site will work in future versions of these browsers.
I still check if my site is working (usually it does) and is half decent in IE 6, but I will not spend hours fixing materials that might be disabled in older browsers like IE 6.
I will not test my site in the old version of other browsers, such as firefox, since I think that the user should make sense to update, so there is no need to test the point firefox 2.0 or something else.
So, is there a plugin that fits this description? Or maybe "support" to do what I want?
thanks