Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

wmlprogramming · WML,XHTML,WURFL & Mobile-related stuff

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 24157 - 24186 of 34585   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
24157 Daniel de la Cuesta
cues7a Send Email
Jun 1, 2007
7:56 am
Hello, Anybody is working with J2ME applications to manage SVG maps? I want to implement a navigation application and I would like to know the experiences of...
24158 Julio Rabadán Gonz...
juliorabadang Send Email
Jun 1, 2007
1:11 pm
Hi all, I'm porting Tera-WURFL to .NET (¿NTera-WURFL?). I use WURFL in my production system, and I think having WURFL in a database is a great idea, so I...
24159 Luca Passani
luca_passani Send Email
Jun 1, 2007
3:21 pm
I planning a compatibility test which tells developer how to match devices. The heuristics will be much smarter than they are today (remove one char at the...
24160 Luca Passani
luca_passani Send Email
Jun 1, 2007
6:05 pm
Mark, thank you for taking the time to give such detailed answers. See in-line for comments ... OK. I think I get the message. Up to recently, it probably did...
24161 Miha Valencic
miha_valencic Send Email
Jun 1, 2007
6:44 pm
Julio, did you check out our WURFL .NET API? It uses Patricia tree algorithm to match devices,although it does not use DB. I am interested to know why do you...
24162 Julio Rabadán Gonz...
juliorabadang Send Email
Jun 1, 2007
6:45 pm
I think I've understood your idea: A complete solution may be a main module (composed by other more specific ones) to extract all posible info from UAgent....
24163 Steve Kamerman
steve_bond_k... Send Email
Jun 1, 2007
9:08 pm
Julio, I agree that the matching algorithm in Tera-WURFL is a little risky, and I have brought this up in the mailing list a few times before - I didn't change...
24164 Steve Kamerman
steve_bond_k... Send Email
Jun 1, 2007
9:52 pm
Miha - if you're referring to the .NET API on wurfl.sourceforge.net, then I'm not sure what you mean. The Patricia Tree Algorithm just flattens the tree into...
24165 Luca Passani
luca_passani Send Email
Jun 1, 2007
10:24 pm
... I am doing the same. The way I am plannig to do it, is to have a file with the User-Agent strings on one side, and the expected WURFL IDs on the other....
24166 Steve Kamerman
steve_bond_k... Send Email
Jun 1, 2007
10:58 pm
I wonder if there is a benefit to splitting the user agent by “/” and trying to match the pieces somehow – although this would probably be very slow. My...
24167 Luca Passani
luca_passani Send Email
Jun 1, 2007
11:09 pm
Mark, thanks for this. This is obviously a lot of work and I appreciate the effort. As you correctly guessed, though, I am not falling for it. This is the kind...
24168 Steve Kamerman
steve_bond_k... Send Email
Jun 1, 2007
11:15 pm
What about this for matching: 1. Check for everything before the first "/" -No results: return NULL or check other headers -Results: --1 result - return it ......
24169 Luca Passani
luca_passani Send Email
Jun 1, 2007
11:18 pm
... Different Algorithms for different brands of devices. ... if (ua_string.contains("Nokia&quot;) { applyNokiaHeuristics(ua_string); } ... This way, I know that...
24170 Steve Kamerman
steve_bond_k... Send Email
Jun 2, 2007
12:06 am
Oh – nice. I wonder if there is a way to make a matching algorithms XML file that all the implementations can read to determine how to match devices –...
24171 Gordon Scott
strangiato_2112 Send Email
Jun 2, 2007
12:18 am
This is what I have done in the past. I sent a post on it. If I recall correctlly it cut down the number of string comparissons that you have to perform...
24172 Steve Kamerman
steve_bond_k... Send Email
Jun 2, 2007
1:42 am
Out of shear curiosity, I ran a query to figure out the number of unique “user agent prefixes” (the string before the first ‘/’) there are in the CVS ...
24173 Luca Passani
luca_passani Send Email
Jun 2, 2007
10:16 am
The new API will be way more powerful than one-size fits all matching. For example, I can apply a certain strategy if a UA string contains Nokia, just to take...
24174 Luca Passani
luca_passani Send Email
Jun 2, 2007
10:44 am
... this is an interesting comment, because it's not the first time I hear it from developers. Problem is that I do not think is a good idea. According to this...
24175 Luca Passani
luca_passani Send Email
Jun 2, 2007
10:50 am
Gordon, I still have your message and the others in a mail folder of their own. Believe it or not, enhancing UA detection has been in my to-do list for over...
24176 Luca Passani
luca_passani Send Email
Jun 2, 2007
10:59 am
... Can you find which UA have unique UA prefixes, but no corresponding actual device? Luca...
24177 Luca Passani
luca_passani Send Email
Jun 2, 2007
10:41 pm
... Steve, why do you think this is overly aggressive? the UP.Link is effectively only added by the Openwave MAG gateway, so removing it seems a welcome...
24178 Steve Kamerman
steve_bond_k... Send Email
Jun 3, 2007
1:31 am
I meant to say that “.*” in regex is considered a “greedy” expression – it will match everything until it hits the end of the string – this is fine...
24179 Steve Kamerman
steve_bond_k... Send Email
Jun 3, 2007
1:46 am
I think this is what you want: SELECT MAX(user_agent) AS ua, MAX(deviceID) AS did, MAX(actual_device_root) AS devroot, SUBSTRING_INDEX(user_agent,'/',1) AS...
24180 Luca Passani
luca_passani Send Email
Jun 3, 2007
10:04 am
... Thanks Steve. I can post the query result as in-line. It's just a few Kb worth or stuff. Plese remove it if you reply to the message, though. First...
24181 Miha Valencic
miha_valencic Send Email
Jun 3, 2007
1:55 pm
Steve, I was referring to the WURFL .NET API that I published recently. It is available at http://www.mihavalencic.com/?pagename=WurflApi. The point of...
24182 Miha Valencic
miha_valencic Send Email
Jun 3, 2007
2:04 pm
Not true. If you take a look at the list of UAs that I posted, you will notice a few UP.Link strings in there. And devices that hit that server most certainly...
24183 Miha Valencic
miha_valencic Send Email
Jun 3, 2007
2:09 pm
Luca, this is effectively what I posted the other day. A list of UAs and WURFL device ID. True, I attached some extra information, which can be removed easily....
24184 Miha Valencic
miha_valencic Send Email
Jun 3, 2007
2:11 pm
Luca, what is the status of the simplified WURFL right now? I don't think it is good that this simplified version becomes the official one, because it changes...
24185 Luca Passani
luca_passani Send Email
Jun 3, 2007
2:19 pm
... Let's see. I see three instances: OWG1 UP/4.1.20a UP.Browser/4.1.20a-XXXX UP.Link/4.1.HTTP-DIRECT this is the RIM BlackBerry, assuming some user has taken...
24186 Luca Passani
luca_passani Send Email
Jun 3, 2007
2:23 pm
... I am working on adding the backlog of updates I received. After that I plan to make it the official one. Your test shows 55 devices which changed behavior...
Messages 24157 - 24186 of 34585   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help