... I found this likely candidate by guessing it. Samsung usually have a pretty standard way of naming the URL for their UAPs. But be good if someone can...
Currently nokia_generic_series60_dp30 is set to xhtml_support_level=3. Does this set of devices support Ajax enough to be given a level 4? Does anyoen else use...
why do you have so many quotes around song.mp3? should be: Response.AddHeader("Content-Disposition","attachment;filename=\"song.mp3\""); or something like: ...
... (maybe ... which ... is ... examples? ... Is ... Unfortunately i don't have systematic data. I know that some older wml devices will bomb if size is too...
... Just about all i-mode handsets have such a limitation. It covers not just markup, but entire page weight including images. Original handsets were limited...
Hello, I am attempting to integrate Marg.Wurfl (from wurfl.marg.si) into the popular .Net CMS, Umbraco. I have created a module as follows: using System; using...
Richard, is this working for you in your regular aspx file? (not module) Is the sample, provided with the download working for you? Miha ps: there were some...
Hi, yes the sample works great and I had the non-module version working. Unfortunately, I don't have access to the Global file as it is set in code behind,...
Hi, yes the sample works great and I had the non-module version working. Unfortunately, I don't have access to the Global file as it is set in code behind,...
Argh, the old maxim "garbage in, garbage out" strikes. My bad, I was passing in an incorrectly created item. I got thrown because it wasn't till quite some...
Indians, I am seeing quite a few *i-mobile devices in the logs. No UAProf. Just the short UA string. Can anyone from India tell me what kinf od devices these...
Great. In case it helps anyone else, here is the attachment with the module test. Courtesy of WURFL.NET lead developer Hatch. ps: I hope that attachment goes...
now is available a user's manual of Telefonica's DDR Simple API implementation http://forge.morfeo-project.org/wiki_en/index.php/DDR-RI_User_Manual Best...
JOSE MANUEL CANTERA F...
jmcf@...
Oct 6, 2008 3:45 pm
28773
I've almost finished but I've run into a problem with getting values of properties using reflection. Because I'm integrating with the Umbraco CMS, I need to...
I am seeing a lot of HTTP requests coming from an LG user agent. Requests seem to come from different Asian operators and be available on different sites, i.e....
I am seeing quite a few requests coming from a "SAMSUNG" UA string. The funny part is that the requests still carry the UAprof of other existing known Samsung...
I want to add Verizon Wireless Motorola Adventure V750 in WURFL. It's user agent for Verizon Wireless is "motov750". I'm seeing this device in WURFL: ...
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 ...