Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
55 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
147 views

Detect screen size and pixel density on the server-side?

I've been doing some research and I think I know the answer already, but I'm wondering if there's any means by which you can get a device's screen size and pixel density without the use of javascript ...
1
vote
2answers
166 views

Is there a way to detect 3G and 2G connections speed on mobile phones and handheld devices?

Is there a way to detect 3G and 2G connections on mobile phones and handheld devices? Like If I want to deliver High-end Website when user is on 3G and Highly optimized version if user is on 2G.
1
vote
1answer
103 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
1answer
714 views

how to get UAprof url for samsung mobile

when i connect to the servlet from my andoid mobile browser I need to get UAprof url for my samsung mobile in x-wap-profile headers but im not getting the header ... but when i tried to connect the ...
1
vote
2answers
647 views

Determining Smartphone / Non-Smartphone for php

It seems like facebook has this mastered, I've checked a bit into WURFL but this seems like an extremely expensive process. I've also checked out: url link. While it has a good list of user agents, ...
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
0answers
101 views

Detect Mobile Devices in C# WPF

I wish to Detect "Android" and "Windows Phone 7" devices in a WPF Application so that i can access my Stuff... On Googling i found a Library 51Degree on codeplex It Says This project, called ...
0
votes
0answers
26 views

Application Using WPF and MFC both

Sorry for a very vague question but today i was using a software "Samsung Kies" which is developend in WPF but while i ran it as Admin and i saw an MFC Logo.. and i wondered how did they connect ...
0
votes
2answers
76 views

Migrating xsl code to asp.net / c#

I have been asked to migrate some code to our new asp.net web app. but I am extremely unfamiliar with asp.net. The following block of code detects the user device and changes the url accordingly. I ...
0
votes
1answer
109 views

Is it not good to detect devices, operating systems and browsers Versions by User-agents?

Is it not good to detect devices, operating systems and browsers Versions by User-agents? Can it create any problem in caching like if we set expire headers and use wordpress W3 Total cache plugin
0
votes
1answer
157 views

How to determine on which iPhone my App is running?

I looked around to find, how I can know on which iPhone my App is running (iPhone 3G, iPhone3GS, iPhone 4) to do additional things depending on the exactly device. The preferred method was mostly ...
0
votes
3answers
438 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 ...