Mobile

how to descriminate mobile carriers

String agent = request.getHeader("user-agent"); if(agent.indexOf("DoCoMo") == 0){ //ドコモ } else if(agent.indexOf("J-PHONE") == 0 || agent.indexOf("Vodafone") == 0 || agent.indexOf("SoftBank") == 0){ //softbank } else if(agent.indexOf("UP…

picture size

The picture size on some mobiles become small. Because of graphics resolution. I don't have so much information about mobile. I have to study about it, html and so on. But now I'm busy. I don't have enough time to do anything.

text has been garbled , it's a argument of a link

A link tag has some arguments. When use the Japanese character, it's been garbled. It happened on the emulater of only softbank mobile. We searched a lot. But we couldn't fine the answer to solve it.Today, we tried to do it on a mobile. It…

text has been garbled from a text controll on a mobile

This is a similar story about last article. But this story is about another project.On a mobile, text has been garbled from a text controll. The occasion is the setting.Change the value of the item from None to OFF mbstring.encoding_transl…