Wrong IE versions in report
I noticed that the results for the the Internet Explorer versions is inaccurate with Weblog Expert Professional 7.6 beta 2. I searched for the following user agents with RegexBuddy (IE6, 7 and 8), and I came up with the following results:
Number of hits IE6 with RegexBuddy: 1882
Number of hits IE6 with Weblog Expert: 1668
Number of hits IE7 with RegexBuddy: 340982
Number of hits IE7 Weblog Expert: 10 230
Number of hits IE8 with RegexBuddy: 20658
Number of hits IE8 Weblog Expert: 351624
The total number of hits is identical for the 2 programs.
Thanks!
Number of hits IE6 with RegexBuddy: 1882
Number of hits IE6 with Weblog Expert: 1668
Number of hits IE7 with RegexBuddy: 340982
Number of hits IE7 Weblog Expert: 10 230
Number of hits IE8 with RegexBuddy: 20658
Number of hits IE8 Weblog Expert: 351624
The total number of hits is identical for the 2 programs.
Thanks!
So if you use RegexBuddy to check for IE versions, you should also check for the Trident string. Here is how our own IE version definitions (in the Browsers.cfg file) look now:
Mozilla.*?MSIE (\d+).*Trident/4\.0 ~= Internet Explorer%VersionSep%8.x
Mozilla.*?MSIE (\d+).*Trident/5\.0 ~= Internet Explorer%VersionSep%9.x
Mozilla.*?MSIE (\d+).*Trident/6\.0 ~= Internet Explorer%VersionSep%10.x
Mozilla.*?MSIE (\d+) ~= Internet Explorer%VersionSep%\1.x