Detecting the type and version of the browser the user uses to view the webpage.
4
votes
3answers
155 views
Filtering desktop users by user agent string
In order to determine whether to serve the mobile or full version of my site by default, I use a service that examines requests to determine the type of device they originated from. However, calls to ...
1
vote
3answers
445 views
What's wrong with my htaccess ? (500 Error)
I've written a small htaccess file to redirect Internet Explorer users to a specific page
Here are the contents :
# MS Internet Explorer - Mozilla v4
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} ...
7
votes
2answers
645 views
Can anyone tell me why does Chrome tell it is Mozilla and Safari also?
http://www.w3schools.com/js/tryit.asp?filename=try_nav_all
I get
Browser CodeName: Mozilla
Browser Name: Netscape
Browser Version: 5.0 (Windows NT 5.1) AppleWebKit/535.1 (KHTML, like
...
2
votes
2answers
52 views
How does this stackexchange form saved the work, I mean keep an auto save function, to retrieve loss of work
How does this stackexchange form saved the work, I mean keep an auto save function, to retrieve loss of work, in case the user's browser crashes.
2
votes
1answer
102 views
Website to send clients browser settings via email
A while ago I stumbled across a website that allowed you to enter an email address and have things like your browser type, version, build, javascript settings, flash version etc emailed through. I ...
2
votes
6answers
337 views
What are the best ways to implement cross browser css?
What are the best ways to implement cross browser css?
Rule: one approach for an answer.
4
votes
3answers
4k views
Mobile phone detection (brand, model, browser etc)
What do you use to detect visitor's mobile phone, down to the model if possible?
Currently we maintain our own database but it's really getting behind due to lack of manpower to maintain it, so we ...