Comment on Ifttt / If This Then That, killer UI, great serviceparentComments−darklajid15yAre you sure that this is a problem with the UserAgent? You don't happen to use NoScript and the site just doesn't degrade with a useful message?−ars15yI do have NoScript, so I turned it off, but it still happened, so that's not the problem.Are you the author of the site? You shouldn't be sniffing browsers anyway, I see you are using jQuery. Use jQuery.support instead.−darklajid15yNot the author, just curious/interested. And I agree with your last two sentences..−taitems15yjQuery.support is deprecated, use Modernizr instead.−ars15yModernizr might be interesting, but jQuery.support is not depreciated. Perhaps you are thinking of jQuery.browser which is.−chapel15yDeprecated is the correct word.
Comments
Are you sure that this is a problem with the UserAgent? You don't happen to use NoScript and the site just doesn't degrade with a useful message?
I do have NoScript, so I turned it off, but it still happened, so that's not the problem.
Are you the author of the site? You shouldn't be sniffing browsers anyway, I see you are using jQuery. Use jQuery.support instead.
Not the author, just curious/interested. And I agree with your last two sentences..
jQuery.support is deprecated, use Modernizr instead.
Modernizr might be interesting, but jQuery.support is not depreciated. Perhaps you are thinking of jQuery.browser which is.
Deprecated is the correct word.