wurfl

Exception while setting up the wurfl in zend

痞子三分冷 提交于 2019-12-04 22:03:23
I have includes all the parameters using the article at http://framework.zend.com/manual/en/zend.http.user-agent.html#zend.http.user-agent.quick-start but it shows me an exception Unable to resolve plugin "useragent"; no corresponding plugin with that name. My code is : all configuration in application.ini resources.useragent.storage.adapter = "Session" resources.useragent.wurflapi.wurfl_api_version = "1.3.1" resources.useragent.wurflapi.wurfl_lib_dir = APPLICATION_PATH "/../library/wurfl-php-1.3.1/WURFL/" resources.useragent.wurflapi.wurfl_config_array.wurfl.main-file = APPLICATION_PATH "/..

Mobile device detection for rendering rich web content

梦想的初衷 提交于 2019-12-01 11:37:18
What are the most web-capable mobile phones to date (models and / or user agents) and What rules should be assessed when trying to determine if they will handle a rich mobile-customised site? I am developing a mobile website and currently doing some user agent detection to determine if the mobile device should see a fully enhanced js, jquery mobile, css view, or plain a fallback one. Here is what I currently have for my two questions, and I would like some input / suggestions on how this can be improved - this filtering is assessed top-to-bottom: Enhanced view if the user agent contains the

WURFL not detecting FireFox 4 successfully

旧时模样 提交于 2019-12-01 09:23:55
I'm using an 3rd party application for device detection called FiftyOne Degrees ( http://51degrees.mobi ). That application uses WURFL ( http://wurfl.sourceforge.net/ ) to find out what type of device requested the page based on the user agent. This works great, except for in the new Fire Fox 4. I think this is because FF4 was released on the 22nd March 2011 while the WURFL was last updated on the 6th March 2011. Has anyone else come across this problem? Any work arounds? You may also need to rebuild FiftyOne.Foundation.dll, source can be found here: http://51degrees.codeplex.com/ With the new

Mobile device detection for rendering rich web content

眉间皱痕 提交于 2019-12-01 08:49:56
问题 What are the most web-capable mobile phones to date (models and / or user agents) and What rules should be assessed when trying to determine if they will handle a rich mobile-customised site? I am developing a mobile website and currently doing some user agent detection to determine if the mobile device should see a fully enhanced js, jquery mobile, css view, or plain a fallback one. Here is what I currently have for my two questions, and I would like some input / suggestions on how this can

Best Open Source WURFL alternative [closed]

心已入冬 提交于 2019-11-29 22:57:54
I am looking to do some device detection in PHP and I am looking into a few options. The one that looks the best right now is WURFL http://wurfl.sourceforge.net/ . But I am very leery of it because of its non open source license. I am also wondering if it is even relevant because the documentation websites look kind of dated. Other options like WURFL include http://deviceatlas.com/ and http://51degrees.mobi/ but neither of these are even close to open source. Then there are the PHP only solutions like http://detectmobilebrowsers.mobi , http://code.google.com/p/php-mobile-detect/ and http:/

How to detect mobile device and get user agent info send and save that information to database on server, only once?

不打扰是莪最后的温柔 提交于 2019-11-28 18:57:28
Is there any script to check user agent then send and save that information to database on server? I'm making mobile website with 2 versions like m.facebook.com and touch.facebook.com and I want to redirect to different mobiles. and I use WURFL device detection. So for example m.html5version.com should be delivered to all HTML5 supported devices and m.mobileversion.com should deliver to all other mobiles. So i need a way to detect device and browser 1st time using any server-side or client-side method. when any user will open the website first time on device then an script should run once it

Mobile Device Browser File vs. WURFL for ASP.NET

风流意气都作罢 提交于 2019-11-28 16:52:39
问题 I am working on a commercial web application that has a separate mobile browser version intended for the more capable devices (BlackBerry, iPhone, Android, etc). I don't want to do simple User Agent contains style logic and was looking at the various detection libraries. It seems like WURFL and Mobile Device Browser File are my best options. The Mobile Device Browser File (MDBF) project at CodePlex exposes information through the Request.Browser property. Also, it has a Microsoft Public