Tagged Questions

2
votes
1answer
52 views

parallel development for desktop and mobile web with server-side device detection

I'm developing a website and want to provide a mobile and desktop friendly experience to the user. Coming from base html5/css/js development, I know enough css tricks, mobile first techniques, ...
2
votes
3answers
2k views

How to recognize whether a web site is opened in a mobile or a PC

We have a site developed in PHP. It is working just fine. We have used JQuery for every kind of situation like slide shows, menus, etc. This site contains a lot of images which are large in size. ...
1
vote
1answer
102 views

Does the “User Agent” header value ever change?

I am researching methods for detecting mobile devices. Let me preface this by stating that I already know about the WURFL file. One of the other options I am considering is maintaining a list of 'User ...
1
vote
4answers
406 views

How to find out the mobile model using WAP page

I am planning on making a WAP page to provide a software. Now i need to find out what mobile phone model the client who logs into my webpage is using so that i can redirect him/her to the appropriate ...
0
votes
3answers
437 views

Mobile device identification from http headers

I have a large data-set containing HTTP Header information taken from network measurements. I need to use the UserAgent present in those headers to identify whether the useragent is for a Desktop or a ...