Register  Login  
  May 18, 2012  
Search_Blog Minimize
Print  

Blog_Archive Minimize
Print  

Blog    
View_Blog Minimize
Jun 2

Written by: host
Tuesday, June 02, 2009 9:52 PM 

In recent months new browsers have been released in to the wild - IE8, FF3, Crome...  So do you know the breakdown on how your site is visited?  In a forum post here I requested that DNN site owners help eliminate IE6.  I aslo included a select statement you can use to determine your traffic.

select count(useragent) as [count],
Case
    when charindex('MSIE 5', UserAgent) > 0  then 'IE5'
    when charindex('MSIE 6', UserAgent) > 0  then 'IE6'
    when charindex('MSIE 7', UserAgent) > 0  then 'IE7'
    when charindex('MSIE 8', UserAgent) > 0  then 'IE8'
    when charindex('Firefox', UserAgent) > 0 then 'FF'
    when charindex('Opera', UserAgent) > 0 then 'Opera'
    when charindex('Chrome', UserAgent) > 0  then 'Chrome'
    when charindex('bot', UserAgent) > 0     then 'bot'
    when charindex('slurp', UserAgent) > 0   then 'bot'
    when charindex('crawler', UserAgent) > 0 then 'bot'
    when charindex('spider', UserAgent) > 0  then 'bot'
    when charindex('jeeves', UserAgent) > 0  then 'bot'
    when charindex('google', UserAgent) > 0  then 'bot'
    else 'Other'
end as Browser from dbo.SiteLog
group by Case
    when charindex('MSIE 5', UserAgent) > 0  then 'IE5'
    when charindex('MSIE 6', UserAgent) > 0  then 'IE6'
    when charindex('MSIE 7', UserAgent) > 0  then 'IE7'
    when charindex('MSIE 8', UserAgent) > 0  then 'IE8'
    when charindex('Firefox', UserAgent) > 0 then 'FF'
    when charindex('Opera', UserAgent) > 0   then 'Opera'
    when charindex('Chrome', UserAgent) > 0  then 'Chrome'
    when charindex('bot', UserAgent) > 0     then 'bot'
    when charindex('slurp', UserAgent) > 0   then 'bot'
    when charindex('crawler', UserAgent) > 0 then 'bot'
    when charindex('spider', UserAgent) > 0  then 'bot'
    when charindex('jeeves', UserAgent) > 0  then 'bot'
    when charindex('google', UserAgent) > 0  then 'bot'
    else 'Other'
end
Order by [Count] desc

Give this select a try and see how your visitors are viewing your site...

Paul 

 PS.  IE6 is still the number 1 visting browser on this site.

 

Tags:

1 comment(s) so far...

Coach Factory Outlet

Some bags sold at Coach Factory Outlet will have small defects. These defects are made during the process of Coach Outlet Online. But these defects are very small. No body will notice Coach Outlet. In case you buy some bags which you will not like in the future, it is better for you to check the quality before you make the payment.Of course, if you think fake Coach Factory are much cheaper and you can accept them. You can buy some of them on Internet. There are plenty of these Coach Factory Outlet there
Ladies are creatures of Coach Factory Store. They are born to love designer bags. Sometimes they can not Coach Outlet. They can not stop buying their Coach Factory there are very little money in their wallets. They know they should not do that. But a Coach Outlet Store Online will definately show her personality and Coach Outlet Online. Just like people will love Coach Outlet Store, women can not say no to Coach Outlet Online.

By michaelkors on   Tuesday, May 15, 2012 4:28 AM

Blog_List Maximize
Print  

  Home | Blog | Forum | Subscriptions | Free Modules | Videos   Page generated in 0.1096466 seconds.
  Copyright 2010 by TressleWorks   Terms Of Use | Privacy Statement