简体   繁体   English

开发智能手机网页的入门帮助

[英]Beginner Help for Developing Web Pages for Smart Phones

I have just started authoring web pages for use on "smart phones". 我刚刚开始创作用于“智能手机”的网页。 I need to target Blackberry, WinCE, iPhone, etc. What resources or books would you recommend for someone with ample web and software development experience but no experience developing UI for these devices? 我需要以Blackberry,WinCE,iPhone等为目标。对于那些具有丰富Web和软件开发经验但没有为这些设备开发UI的经验的人,您会推荐哪些资源或书籍? What emulation kits would you recommend, and how accurately do they represent the real thing? 您会推荐什么样的仿真工具包,以及它们代表真实物体的准确性如何?

Edit: To clarify, I have a web application built in ASP.Net. 编辑:澄清一下,我有一个用ASP.Net构建的Web应用程序。 I want a limited subset of the functionality available in the app to be available to mobile devices. 我希望应用程序中有限的一部分功能可用于移动设备。 I am writing a separate set of pages to accomplish this. 我正在编写另一套页面来完成此操作。 I am starting with two, simple chunks of functionality. 我从两个简单的功能块开始。 In the future I believe I might get requirements for more functionality to be ported. 相信将来,我可能会要求移植更多功能。

Check out WURFL - the Wireless Universal Resource File WURFL-无线通用资源文件

The WURFL is an XML configuration file which contains information about capabilities and features of many mobile devices. WURFL是一个XML配置文件,其中包含有关许多移动设备的功能和特性的信息。

The main scope of the file is to collect as much information as we can about all the existing mobile devices that access WAP pages so that developers will be able to build better applications and better services for the users 该文件的主要范围是收集有关我们访问WAP页面的所有现有移动设备的尽可能多的信息,以便开发人员能够为用户构建更好的应用程序和更好的服务。

Also Checkout the Wireless FAQ 同时签出无线常见问题解答

Telling us the language you are using/know would be very helpful. 告诉我们您使用/知道的语言将非常有帮助。

From an emulator standpoint, there are good ones out there, but honestly NOTHING beats having the actual device, yes it is expensive, but the user experience on a mobile device is much different than any emulator can illustrate. 从仿真器的角度来看,有很多不错的工具,但是说实话,没有什么比拥有实际的设备要好,是的,它很昂贵,但是在移动设备上的用户体验与任何仿真器所能说明的都大不相同。 if you are serious about this, get a device or two for testing! 如果您对此很认真,请购买一两个设备进行测试!

Documentation on developing web pages for iPhone can be found at Apple's iPhone Dev Center 可在Apple的iPhone开发中心找到有关为iPhone开发网页的文档。

You can test your site with the iPhone Simulator to get an idea of how it will look on an actual iPhone. 您可以使用iPhone模拟器测试您的网站,以了解其在实际iPhone上的外观。 Note: You need a Mac to run the iPhone Simulator. 注意:您需要Mac才能运行iPhone Simulator。

If you are serious, you really need to test on actual devices. 如果您是认真的人,则确实需要在实际设备上进行测试。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM