Does anyone have the user-agent and/or UAProf of Motorola RAZR Maxx VE? I need to add it's user-agent for Verizon Wireless which is "motove", and it should...
Sheesh, a long post. :) I'm not sure I understand what you are doing (a whole lot of unnecessary kung-fu, if you ask me:)). But, if you want to display all of...
It's because I'm using VB .NET and to have " inside a string in VB .NET, you need to use "". \" is for C#. Then again, are you sure HTTP headers is not being...
Richard the Kung Fu developer? I like it. The API whistled straight past me as I adapted a sample I found on the web. To be honest I thought that was the only...
Hi list Do some devices support a "filter" attribute within a file input form ? (as in <input type="file"/>). Basically, I'd like to restrict uploadable file...
Laurent Perez
hakimm@...
Oct 9, 2008 1:11 pm
28784
Hi All, is there a list somewhere where you can check if an operator passes an MSISDN in a HEADER using there gateway. So a list containing COUNTRY, OPERATOR,...
using memcache and accessing capabilities directly greatly improved my php applications performance. code before was something like: $wurflObj = new...
Hi M@ I'd be really interested to hear what kind of performance improvement you saw? Was this memcached vs. WURFL XML file, or memcached vs. TeraWURFL? Cheers ...
... Little aside. The new PHP WURFL API will enable MEMCACHE users to run WURFL without persisting on the file system if they don't want to. This is all...
Mat, why are you looping over all of the capabilities to retrieve a single value? You could store the expanded capabilities in there, or maybe store is as a...
In my travels, I am now looking at WURFL API (From: http://wurfl.sourceforge.net/dotnet/index.php) and have everything working for my intended purposes. ...
hi miha, sorry the $aLimitation array is a bit ambiguous (i only provided the relevant code snippets), that array does not contain the full capabilities list,...
hi david, i was originally running with PHP Tools, using filesystem caching. I had not tried TeraWURFL which looks like it would also have solved my problem. i...
Ref caching, my idea is: First think about which capabilities you are using in your project. I can bet 26.20 roubles (its almost 1 USD) that you are not using...
The dotNet version on the WURFl site is very old. feel free to contact me offline and i can get you a newer version which implements the new heuristics Luca...
Good ideas but the product of my work might be used by others in the community and I can't see into the future ;) So I want to cache the whole lot. Once it's...
You are welcome. I'm glad to help you. Anyway think about table with predifined capabilities, you can have several tables with different set of capabilities....
yeah sure that'll be great. here is my output so far, the test data [100000_ua.txt] is a randomly selected portion straight from my logs of 100000 unsorted...
... commercial ... RIS works pretty well with non-Mozillate UAs, but it may also work acceptably well with Mozillates as long as you are not scared by false ...
People, someone submitted an entry for the Nokia E63. http://www.wurflpro.com/device/show/23686 I googled around and there seems to be some confusion about...
Of course. So what do you think? That way, we would be certain that all of the different implementations (java, php, perl, python, .NET,...) perform the same...
... I have about 100 in the unit tests which ship with the API. What's special about this 100 UAs is that they are fictional, i.e. they do not exist in the...
2008/10/11 Luca Passani <passani@...> ... I'd say we choose a small amout, we run it through the API and check the matches. Our APi tells us the match...