开发 WAP 的有用提示
我开始开发 WAP(移动设备网站)网站,但是我发现移动设备的范围非常广泛,从先进的 iPhone 到老式的黑莓。是否有任何有用的网站可以讨论最佳技术和良好实践,以便我不会忽略任何主要问题?
干杯
I'm starting to develop WAP (websites for mobile devices) websites, however I'm finding there are such a wide range of mobile devices that stretch from the advanced iPhone to older blackberries. Are there any helpful sites that discuss best techniques and good practices so that I'm not ignoring any of the major issues?
Cheers
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我建议浏览此处的文章,此处,和此处。如果我要解决这个问题,我会尝试将各种移动设备分组为尽可能少的统一组。通过这种方式,您可以检测设备服务器端并为用户提供适合其设备的最佳外观站点。例如,iPhone 拥有其他手机无法呈现的所有 webkit 内容,因此显然它的网站将与带有浏览器的旧诺基亚上的网站不同。我认为寻找每个单独设备组的最佳实践是正确的方法。
I suggest looking through the articles here, here, and here. If I was tackling this problem I would try to group the various mobile devices into as few unifying groups as possible. This way you could detect the device server side and provide the user with the best looking site for their device. For instance the iPhone has all that webkit stuff that other mobile phones don't render so obviously it's site would be different from on old Nokia with a browser. I think looking up best practices for each individual group of devices is the way to go.