Linked Questions
15 questions linked to/from Detect exact OS version from browser
0
votes
4
answers
663
views
Detect the type of OS version in browser using javascript [duplicate]
Possible Duplicate:
Detect exact OS version from browser
I have been looking in different post where user is trying to get the OS version but I have not find the right solution to detect the exact ...
82
votes
10
answers
256k
views
How to get exact browser name and version?
I have tried some solutions but I am unable to get exact name and version:
I am trying following code:
$browserAgent = $_SERVER['HTTP_USER_AGENT'];
echo $browserAgent;
Output of above code:
Mozilla/...
11
votes
6
answers
25k
views
Determine if operating system is Mac
I have been doing a lot of Googling recently to try and find a simple, easy php script that will identify if the user is on a Mac or not.
I want to use this to tell users if the keyboard shortcut I ...
7
votes
3
answers
36k
views
jQuery - detecting the operating system and operating system version
I have been writing a userscript for the past few months, for my company, and have just designed the main site for it with installation instructions (our employees are based all around the world and ...
2
votes
3
answers
1k
views
CSS: using font face only on mac
@font-face is awesome but it displays quiet hideously on PCs. Only on Macs (don't know about linux) does it display naturally. How can I display a special font only for mac users and fallback to a ...
0
votes
5
answers
4k
views
Getting System Info via html or java?
I'm trying to create a page that you can visit which will display system information. Such as the OS, host name, user name, domain, system make/model, etc. What would be the best way to go about this? ...
0
votes
1
answer
2k
views
Detecting OS and 32 or 64 bit processor in Rails
Sorry if this seems like a simple question but to me it isn't! I am still pretty new to Ruby and Rails so please bear with me.
On a webpage, I am trying to make a customized download link depending ...
4
votes
2
answers
1k
views
Detect OS X version 10.4 and below on server
Based on this it looks like it's hard to get OS version detection absolutely correct. However, I'm looking for something half-decent which warns users of OS X Tiger and below about possible compat ...
-1
votes
2
answers
887
views
How can I track a unique user in PHP? (Prevent user from voting more than once) (Please read details for the complications)
I want to keep track of a user so they don't vote twice in a poll. I don't want to use an IP address because the application I'm creating is targeted towards a campus and many people will have the ...
-2
votes
1
answer
1k
views
Detect Computer or Mobile Device in ASP.Net
When a user is visiting your site, is there a way of know what type of device they are using: computer, tablet, or mobile device? For example, when I get emails sometimes I see that it says sent via ...
Will's user avatar
- 1,194
0
votes
1
answer
528
views
How can I detect the browser version with JS?
I need to detect the OS version with JS not just the OS type.
Is this possible?
0
votes
2
answers
333
views
JavaScript to detect OS in Chrome Version 37.0.2062.94
I'm developing one-page apps. The shortcut should vary from different OSs, especially Mac OS X. Others usually combine keystroke with Ctrl, but Mac combins with Cmd.
Until now, I tried to detect ...
0
votes
2
answers
318
views
detect mobile device after it asks for desktop web version
I want to disable some css for a mobile device that has asked for the desktop version of my website
$useragent = strtolower($_SERVER['HTTP_USER_AGENT']);
if(stripos($useragent,'mobile') !== ...
0
votes
1
answer
302
views
Assigning a different font for different Operating Systems
I currently have a question, neither google search nor Stackoverflowsearch helped.
I'm currently experiencing a few troubles with different font displaying on Macs and PCs. Now my question is: Am I ...
0
votes
1
answer
101
views
SWFobject, display message for OSX 10.5 and below
Having a problem with SWFObject reporting the correct error message for users running OSX 10.5 and below. (Currently getting the "Unsupported Operating System" swf loaded with links for the user to ...